Home
last modified time | relevance | path

Searched refs:racoon (Results 1 – 25 of 135) sorted by relevance

123456

/external/ipsec-tools/
DMakefile2 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 …]
DChangeLog7 * 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 …]
DAndroid.bp18 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 …]
DNEWS64 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 …]
Dracoon.rc1 service racoon /system/bin/racoon
3 socket racoon stream 600 system system
DREADME9 - racoon, an IKEv1 keying daemon
/external/ipsec-tools/src/racoon/samples/roadwarrior/
DREADME13 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/
DFAQ1 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 …]
DREADME.gssapi1 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 …]
DREADME.plainrsa63 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/
Dcftoken.l491 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");
DMakefile.am3 sbin_PROGRAMS = racoon racoonctl plainrsa-gen program
10 adminsockdir=${localstatedir}/racoon
DTODO10 "logfile racoon.%s.log", should be useful here.
22 o require less configuration. phase 2 is easier (as kernel presents racoon
DMakefile.in39 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/
Dracoon.conf.in1 # $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
Dracoon.conf.sample-natt1 # 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
Dracoon.conf.sample-inherit1 # 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";
Dracoon.conf.sample1 # $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)
Dracoon.conf.sample-gssapi1 # $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
Dracoon.conf.sample-plainrsa1 # Id: racoon.conf.sample-plainrsa,v 1.4 2005/12/13 16:41:07 vanhu Exp
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf-radius31 banner "/etc/racoon/motd";
/external/ppp/pppd/
DREADME.pppol2tp12 1. Run IPSec client (racoon)
/external/mesa3d/
D.mailmap350 Patrice Mandin <patmandin@gmail.com> <patrice@manoir.racoon.city>
/external/selinux/policycoreutils/po/
Dte.po3087 msgid "Allow racoon to read shadow"
3088 msgstr "షాడో చదువుటకు racoon అనుమతించు"
Dko.po3167 msgid "Allow racoon to read shadow"
3168 msgstr "racoon이 shadow를 읽는 것을 허용합니다 "

123456