strongswan/src/pluto
Tobias Brunner f3bb1bd039 Fixed common misspellings.
Mostly found by 'codespell'.
2011-07-20 16:14:10 +02:00
..
plugins/xauth Added a (not yet implemented) plugin_t method to reload plugin configuration 2011-04-15 10:07:13 +02:00
rsaref removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
xauth implemented xauth as a pluto plugin 2010-05-18 13:51:27 +02:00
.gitignore Moved man pages for config files to a separate directory. 2010-09-10 12:01:19 +02:00
Makefile.am Moved man pages for config files to a separate directory. 2010-09-10 12:01:19 +02:00
ac.c Added generic implementations for crl_is_newer/certificate_is_newer 2010-05-21 16:25:51 +02:00
ac.h moved .gitignore for pool 2009-10-15 14:58:09 +02:00
adns.c pluto: Properly initialize a.continuation. 2011-04-12 17:39:11 +02:00
adns.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
alg_info.c pluto: Use %zu to print values of type size_t. 2011-04-14 18:11:46 +02:00
alg_info.h removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
builder.c Added a final flag to builder registration to enumerate the actually supported algorithms 2010-09-03 18:09:48 +02:00
builder.h handle pluto specific certificates under CRED_CERTIFICATE, not as own credential kind 2009-08-26 11:23:49 +02:00
ca.c Some typos fixed. 2011-02-07 11:39:41 +01:00
ca.h merged pluto's PGP certificate parsing with charon's 2009-11-10 23:54:04 +01:00
certs.c pluto: Locking fixed in cert_add. 2010-10-26 09:58:13 +02:00
certs.h Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use credential sets 2010-08-04 09:26:21 +02:00
connections.c pluto: Replaced some strcpy usages with strncpy. 2011-04-19 17:35:57 +02:00
connections.h pluto: Store xfrm marks on connection and use them when installing SAs and policies. 2010-09-02 19:04:25 +02:00
constants.c define state_story for STATE_UNDEFINED 2010-10-16 16:15:10 +02:00
constants.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
cookie.c updated copyright statements 2009-05-22 17:25:32 +02:00
cookie.h SKEYID derivation based on libstrongswan 2009-05-05 14:28:31 +02:00
crl.c pluto: Avoid potential null-pointer dereference when checking CRLs. 2011-04-19 13:48:50 +02:00
crl.h merged pluto's PGP certificate parsing with charon's 2009-11-10 23:54:04 +01:00
crypto.c trace back crypto algorithms to the plugins that registered them 2010-12-18 16:31:12 +01:00
crypto.h pluto: Functions to convert IKEv1 ESP algos to IKEv2 identifiers added. 2010-09-02 19:04:20 +02:00
db_ops.c removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
db_ops.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
defs.c replaced clone_bytes() by clalloc() 2009-05-14 13:55:56 +02:00
defs.h pluto: Removed the KLIPS preprocessor flag. 2010-09-02 19:04:24 +02:00
demux.c Fixed common misspellings. 2011-07-20 16:14:10 +02:00
demux.h include demux.h only once 2010-05-06 21:55:19 +02:00
dnskey.c Renamed key_encod{ing,der}_t and constants, prepare for generic credential encoding 2010-07-13 11:29:35 +02:00
dnskey.h replaced struct id by identification_t 2009-10-10 21:19:38 +02:00
event_queue.c pluto: Made helper functions in event_queue static. 2011-05-24 19:23:45 +02:00
event_queue.h pluto: Added a generic event queue. 2010-09-02 19:04:21 +02:00
fetch.c Cast size_t len arguments to %.*s to int 2011-04-20 13:08:32 +02:00
fetch.h init_fetch() changed to fetch_initialize() 2010-02-05 06:17:02 +01:00
foodgroups.c abbreviated struct connection by connection_t 2009-09-27 23:49:37 +02:00
foodgroups.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
ike_alg.c Removed unused variables. 2011-04-12 14:44:49 +02:00
ike_alg.h trace back crypto algorithms to the plugins that registered them 2010-12-18 16:31:12 +01:00
ipsec_doi.c pluto: Securely wipe quick mode keys from memory. 2011-05-10 15:39:00 +02:00
ipsec_doi.h prepended all ISAKMP notification message types with ISAKMP_ 2009-10-12 13:47:22 +02:00
kameipsec.h conversion from 8 spaces to 4 spaces per tab 2009-04-19 19:16:09 +00:00
kernel.c Add the reqid to kernel_ipsec_t.del_policy. 2011-07-06 09:43:45 +02:00
kernel.h pluto: Install inbound policies together with outbound policies. 2010-10-14 13:53:20 +02:00
kernel_alg.c Fixed common misspellings. 2011-07-20 16:14:10 +02:00
kernel_alg.h pluto: Removed KLIPS specific algorithm detection. 2010-09-02 19:04:19 +02:00
kernel_pfkey.c pluto: Removed no_klips flag (--noklips option). 2010-09-02 19:04:24 +02:00
kernel_pfkey.h pluto: Removed the KLIPS preprocessor flag. 2010-09-02 19:04:24 +02:00
keys.c pluto: Fixed off by one error when reading private keys. 2011-04-12 15:54:29 +02:00
keys.h implemented xauth as a pluto plugin 2010-05-18 13:51:27 +02:00
lex.c Fixing a compiler warning when building with -Wextra. 2010-03-16 12:42:58 +01:00
lex.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
log.c Added a get_name() function to plugin_t, create_plugin_enumerator enumerates over plugin_t 2011-04-15 10:07:12 +02:00
log.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
modecfg.c pluto: Fixed potential memory leak when processing requested virtual IPs. 2011-04-14 18:10:52 +02:00
modecfg.h refactoring of Mode Config functionality allows transport and handling of any attribute 2010-05-14 17:07:03 +02:00
myid.c myids might not be defined yet 2009-10-11 18:05:38 +02:00
myid.h replaced struct id by identification_t 2009-10-10 21:19:38 +02:00
nat_traversal.c Fixed common misspellings. 2011-07-20 16:14:10 +02:00
nat_traversal.h pluto: Handle changed NAT mappings via libhydra's kernel interface. 2010-09-02 19:04:24 +02:00
ocsp.c fixed loop error in parsing of OCSP basic responses 2011-04-26 12:32:19 +02:00
ocsp.h merged pluto's PGP certificate parsing with charon's 2009-11-10 23:54:04 +01:00
packet.c IKEv1 support of ESP SHA2_HMAC with correct truncation 2009-12-09 00:24:42 +01:00
packet.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
pkcs7.c Use IV length of a crypter instead of block size for IV calculations 2010-08-13 17:11:53 +02:00
pkcs7.h replaced struct id by identification_t 2009-10-10 21:19:38 +02:00
pluto.8 Fixed common misspellings. 2011-07-20 16:14:10 +02:00
pluto.c pluto: Added a generic event queue. 2010-09-02 19:04:21 +02:00
pluto.h pluto: Added a generic event queue. 2010-09-02 19:04:21 +02:00
plutomain.c Added a get_name() function to plugin_t, create_plugin_enumerator enumerates over plugin_t 2011-04-15 10:07:12 +02:00
rcv_whack.c Fixed common misspellings. 2011-07-20 16:14:10 +02:00
rcv_whack.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
routing.txt removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
server.c pluto: Removed no_klips flag (--noklips option). 2010-09-02 19:04:24 +02:00
server.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
smartcard.c pluto: Fixed a regression introduced in f565d0c575. 2010-10-26 09:58:13 +02:00
smartcard.h merged pluto's PGP certificate parsing with charon's 2009-11-10 23:54:04 +01:00
spdb.c Fixed common misspellings. 2011-07-20 16:14:10 +02:00
spdb.h Fixed common misspellings. 2011-07-20 16:14:10 +02:00
state.c Fixed common misspellings. 2011-07-20 16:14:10 +02:00
state.h pluto: Removed the KLIPS preprocessor flag. 2010-09-02 19:04:24 +02:00
timer.c pluto: Removed KLIPS specific bare shunt scanning. 2010-09-02 19:04:19 +02:00
timer.h abort pluto or charon if initialization fails 2009-08-06 16:32:52 +02:00
vendor.c deleted old strongSwan VIDs 2010-03-12 03:29:18 +01:00
vendor.h deleted old strongSwan VIDs 2010-03-12 03:29:18 +01:00
virtual.c abbreviated struct connection by connection_t 2009-09-27 23:49:37 +02:00
virtual.h removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
whack_attribute.c do not destroy whack_attr if it hasn't been initialized 2010-04-29 07:28:51 +02:00
whack_attribute.h show in-memory pools in ipsec statusall 2010-04-11 11:46:47 +02:00
x509.c Use a generic getter for all numerical X.509 constraints 2011-01-05 16:46:05 +01:00
x509.h Charon uses a generic trunstchain length limit, not only for X509 certificates 2010-07-13 10:26:06 +02:00