Searched refs:racoon (Results 1 – 25 of 135) sorted by relevance
123456
/external/ipsec-tools/ |
D | Makefile | 2 gcc -O3 -Wall -o racoon -I. -Isrc/include-glibc -Isrc/libipsec \ 3 -Isrc/racoon -Isrc/racoon/missing -DHAVE_CONFIG_H -lcrypto \ 6 src/racoon/algorithm.c \ 7 src/racoon/crypto_openssl.c \ 8 src/racoon/genlist.c \ 9 src/racoon/handler.c \ 10 src/racoon/isakmp.c \ 11 src/racoon/isakmp_agg.c \ 12 src/racoon/isakmp_base.c \ 13 src/racoon/isakmp_cfg.c \ [all …]
|
D | ChangeLog | 7 * src/racoon/oakley.c: fixed a potential DoS in 17 * src/racoon/ipsec_doi.c: Backport S.P.Zeidler's fix to IPv6 22 * src/racoon/isakmp_inf.c: From Tomas Mraz: Remove variable that is 26 * src/racoon/nattraversal.c: From Tomas Mraz: Fix natt_flags check. 30 * src/racoon/crypto_openssl.c: From Ross Meng: Fix a memory leak in 39 * src/racoon/isakmp_frag.c: From Neil Kettle: Fix a possible null 44 * src/racoon/: isakmp_inf.c, isakmp_xauth.c, plog.c: Orignally from 47 * src/racoon/crypto_openssl.c: From Stephen Bevan: Fix a x509 50 * src/racoon/: admin.c, racoonctl.c: Originally from Bin Li: Fix a 53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive [all …]
|
D | Android.bp | 18 name: "racoon", 21 "src/racoon/algorithm.c", 22 "src/racoon/crypto_openssl.c", 23 "src/racoon/genlist.c", 24 "src/racoon/handler.c", 25 "src/racoon/isakmp.c", 26 "src/racoon/isakmp_agg.c", 27 "src/racoon/isakmp_base.c", 28 "src/racoon/isakmp_cfg.c", 29 "src/racoon/isakmp_frag.c", [all …]
|
D | NEWS | 64 o racoon admin interface is exported (header and library) to 65 help building control programs for racoon (think GUI) 75 a racoon server) 96 o Fixed racoon to only Warn if no CRL was found. 127 o Fixed unauthorized deletion of SA in racoon (again). 133 o Let racoon be more verbose 135 o Fixed unauthorized deletion of SA in racoon 140 o Fix racoon to build on some systems that require linking against -lfl 145 o Fix racoon to actually configure with ssl in a non-standard location 146 o Fix racoon to not complain if krb5-config is not installed [all …]
|
D | racoon.rc | 1 service racoon /system/bin/racoon 3 socket racoon stream 600 system system
|
D | README | 9 - racoon, an IKEv1 keying daemon
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
D | README | 13 The server setups need racoon built with the following options: 15 --with-libradius --sysconfdir=/etc/racoon 17 The first server setup, in server/racoon.conf, is for a VPN gateway 21 The second setup, server/racoon.conf-radius, uses a RADIUS server for 29 password configured in the Cisco VPN client is not used by racoon. 31 After you have installed /etc/racoon/racoon.conf, you will also have 38 The client setup needs racoon built with the following options: 40 --enable-adminport --sysconfdir=/etc/racoon --localstatedir=/var 42 You need to copy client/racoon.conf, client/phase1-up.sh and 43 client/phase1-down.sh to /etc/racoon, and you need to copy the [all …]
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 1 This document is derived from the KAME racoon FAQ. Some answers do not 5 Q: With what other IKE/IPsec implementation racoon is known to be interoperable? 17 Q: How can I make racoon interoperate with <IKE/IPsec implementation>? 23 Q: How to build racoon on my platform? 33 Lets racoon to listen to racoon admin port, which is to 43 When ipsec-tools is built with --enable-natt, racoon 79 Where racoon config file goes. Default is /etc, which means 80 that racoon will look for /etc/racoon.conf 82 Where is the directory where racoon stores the control socket 84 means racoon will use /var/racoon/racoon.sock [all …]
|
D | README.gssapi | 1 The gss-api authentication mechanism implementation for racoon was 9 as root, and have no Kerberos 5 credentials, so racoon explicitly 16 a local keytab from the kdc. The default value used in racoon 17 is 'ike/fqdn', but it can be overridden in the racoon config file. 29 The modifcations to racoon itself are as follows: 31 * The racoon.conf config file accepts a new keyword, "gssapi_id", 34 credential that racoon will try to acquire. The default value 39 racoon will always respond with its own GSS endpoint name 42 * The racoon.conf file accepts "gssapi_krb" as authentication 68 possibly be re-examined by the racoon maintainers, storing [all …]
|
D | README.plainrsa | 63 4) You should now configure the racoon.conf configuration file for 68 especially important if you are running racoon with privilege 69 separation, because if racoon cannot find the keys inside the 73 path certificate "/etc/racoon"; 79 certificate_type plain_rsa "/etc/racoon/boston.priv"; 80 peers_certfile plain_rsa "/etc/racoon/chicago.pub"; 98 separation will force racoon to look into that directory and nowhere 105 If you run into any further problems, you should try to use "racoon
|
/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 491 yyerror("racoon not configured with --enable-hybrid"); 498 yyerror("racoon not configured with --enable-hybrid"); 505 yyerror("racoon not configured with --enable-hybrid"); 512 yyerror("racoon not configured with --enable-hybrid"); 519 yyerror("racoon not configured with --enable-hybrid"); 526 yyerror("racoon not configured with --enable-hybrid"); 533 yyerror("racoon not configured with --enable-hybrid"); 540 yyerror("racoon not configured with --enable-hybrid");
|
D | Makefile.am | 3 sbin_PROGRAMS = racoon racoonctl plainrsa-gen program 10 adminsockdir=${localstatedir}/racoon
|
D | TODO | 10 "logfile racoon.%s.log", should be useful here. 22 o require less configuration. phase 2 is easier (as kernel presents racoon
|
D | Makefile.in | 39 sbin_PROGRAMS = racoon$(EXEEXT) racoonctl$(EXEEXT) \ 43 subdir = src/racoon 264 adminsockdir = ${localstatedir}/racoon 470 racoon$(EXEEXT): $(racoon_OBJECTS) $(racoon_DEPENDENCIES) 471 @rm -f racoon$(EXEEXT)
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 1 # $KAME: racoon.conf.in,v 1.18 2001/08/16 06:33:40 itojun Exp $ 7 path include "@sysconfdir_x@/racoon"; 11 path pre_shared_key "@sysconfdir_x@/racoon/psk.txt"; 13 # racoon will look for certificate file in the directory, 30 # if no listen directive is specified, racoon will listen on all
|
D | racoon.conf.sample-natt | 1 # Id: racoon.conf.sample-natt,v 1.5 2005/12/13 16:41:07 vanhu Exp 8 path include "/etc/racoon"; 9 path certificate "/etc/racoon/cert"; 11 # Define addresses and ports where racoon will listen for an incoming 15 # First define an address where racoon will listen 32 # enough, but to be safe racoon will send a short
|
D | racoon.conf.sample-inherit | 1 # Id: racoon.conf.sample-inherit,v 1.3 2005/12/13 16:41:07 vanhu Exp 6 path pre_shared_key "/etc/racoon/psk.txt"; 7 path certificate "/etc/racoon";
|
D | racoon.conf.sample | 1 # $KAME: racoon.conf.sample,v 1.28 2002/10/18 14:33:28 itojun Exp $ 13 # racoon will look for certificate file in the directory, 42 # the configuration could makes racoon (as a responder)
|
D | racoon.conf.sample-gssapi | 1 # $KAME: racoon.conf.sample-gssapi,v 1.5 2001/08/16 06:33:40 itojun Exp $ 12 # racoon that (incorrectly) used ISO-Latin-1 encoding for the GSS-API
|
D | racoon.conf.sample-plainrsa | 1 # Id: racoon.conf.sample-plainrsa,v 1.4 2005/12/13 16:41:07 vanhu Exp
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
D | racoon.conf-radius | 31 banner "/etc/racoon/motd";
|
/external/ppp/pppd/ |
D | README.pppol2tp | 12 1. Run IPSec client (racoon)
|
/external/mesa3d/ |
D | .mailmap | 350 Patrice Mandin <patmandin@gmail.com> <patrice@manoir.racoon.city>
|
/external/selinux/policycoreutils/po/ |
D | te.po | 3087 msgid "Allow racoon to read shadow" 3088 msgstr "షాడో చదువుటకు racoon అనుమతించు"
|
D | ko.po | 3167 msgid "Allow racoon to read shadow" 3168 msgstr "racoon이 shadow를 읽는 것을 허용합니다 "
|
123456