aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Align netlink attributes properly if rta_len not a multiple of RTA_ALIGNTOMartin Willi2011-03-021-16/+16
|
* initiate or route child configs which don't have a peer config of the same nameAndreas Steffen2011-03-011-32/+86
|
* put DN in double quotesAndreas Steffen2011-03-011-1/+1
|
* corrected pkcs11 error messageAndreas Steffen2011-03-011-1/+1
|
* Implemented permanent certificate coupling pluginMartin Willi2011-02-286-0/+445
|
* Update duplicheck entry during IKE rekeyingMartin Willi2011-02-281-2/+17
|
* Remove entry from active duplicate list only if it was not in checkingMartin Willi2011-02-281-5/+10
|
* Added an example application listening to duplicheck notificationsMartin Willi2011-02-283-0/+63
|
* Notify duplicate detections over a UNIX sockets to listening applicationsMartin Willi2011-02-286-5/+294
|
* Added an advanced duplicate checking plugin with liveness check of old SAMartin Willi2011-02-286-0/+416
|
* Invert check to delete unestablished IKE_SAs to not delete them once establishedMartin Willi2011-02-281-2/+2
|
* Added a whitelist command line utility to control whitelist pluginMartin Willi2011-02-283-0/+184
|
* Added a UNIX socket based control backend to whitelist pluginMartin Willi2011-02-285-2/+337
|
* Implemented a in-memory peer identity whitelist pluginMartin Willi2011-02-286-0/+409
|
* Fixed a possible segfault after termination of IKE and child SAs.Tobias Brunner2011-02-281-0/+4
| | | | | | | Because the thread that is actually terminating the SA and thus checking it in again is not be the same thread that previously checked it out and queued the termination job, the thread local SA on the bus has to be reset manually, similar to how it is set in the job which is executing the job.
* Slightly change IKE_SA destruction order to inherit properly during ↵Martin Willi2011-02-282-3/+3
| | | | ike_rekey task destruction
* Added a pseudo EAP type to allow an implementation to select the real type ↵Martin Willi2011-02-222-2/+6
| | | | dynamically
* prevent multiple debug outputs in case of non-monolithic pluginsAndreas Steffen2011-02-201-2/+0
|
* Whitelisted another tzset variant and dlsymMartin Willi2011-02-181-0/+2
|
* Migrated kernel_pfroute_net to INIT/METHOD macrosMartin Willi2011-02-171-69/+52
|
* Migrated kernel_netlink_net to INIT/METHOD macrosMartin Willi2011-02-171-77/+64
|
* Merged the monolithic and non-monolithic plugin loaders into one.Tobias Brunner2011-02-101-49/+37
| | | | | This allows to add additional plugins even when the original build was monolithic. Also fixes the pluto/xauth bug with the monolithic build.
* pluto: Properly free secrets in error cases.Tobias Brunner2011-02-101-2/+6
|
* Kernel interface updated for KLIPS plugin (TFC padding).Tobias Brunner2011-02-101-1/+1
|
* Compiler warning fixed.Tobias Brunner2011-02-101-5/+7
|
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-107-28/+39
|
* Migrated update_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+16
|
* Migrated send_keepalive_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+14
|
* Migrated send_dpd_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+14
|
* Migrated roam_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-14/+15
|
* Migrated retransmit_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-16/+15
|
* Migrated rekey_ike_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-16/+15
|
* Migrated rekey_child_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-17/+16
|
* Migrated process_message_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+14
|
* Migrated migrate_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-20/+19
|
* _ prefix not requiredAndreas Steffen2011-02-104-4/+4
|
* Migrated delete_ike_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-17/+16
|
* Migrated delete_child_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-19/+18
|
* Migrated acquire_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-16/+17
|
* replaced ipsec up %startall command by start_action jobAndreas Steffen2011-02-095-59/+155
|
* maemo: Create DBUS service file with correct path to charon.Tobias Brunner2011-02-083-5/+9
|
* Fixed tnc-imc/imv library names when building monolithicMartin Willi2011-02-081-2/+2
|
* Check for libxml when building tnccs_11, use autoconf libxml CFLAGS/LIBSMartin Willi2011-02-081-2/+3
|
* tnccs_11 does not link against libtls, just uses its headersMartin Willi2011-02-081-1/+0
|
* Whitespace cleanups in tnc codeMartin Willi2011-02-0814-125/+124
|
* Add a prefix to the global visible tnc names to avoid name clashes, move to ↵Martin Willi2011-02-088-46/+25
| | | | tncifimv
* Fixed compiler warningMartin Willi2011-02-081-1/+1
|
* tnccs_11 does not link to libtnc anymoreMartin Willi2011-02-081-3/+1
|
* Implement correct signature for pb_tnc_msg->process()Martin Willi2011-02-082-2/+2
|
* Fixed doxygen groups in libcharon tnc subtreeMartin Willi2011-02-088-119/+105
|