aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* Define ME for all charon pluginsMartin Willi2009-09-231-1/+0
|
* Correctly handle --enable-mediation optionMartin Willi2009-09-231-0/+1
|
* Emit a ALERT_SHUTDOWN_SIGNAL before shutting down the daemonMartin Willi2009-09-222-0/+4
|
* shortened file loading debug outputAndreas Steffen2009-09-221-23/+22
|
* Fixed encoding of hash-and-url cert payloadMartin Willi2009-09-221-13/+13
|
* Do not assign SIM version to a volatile buffer on stackMartin Willi2009-09-221-15/+11
|
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-214-24/+7
|
* Correctly serve certificates if CERT_ANY requestedMartin Willi2009-09-211-1/+1
|
* Enforce a local address of the same family as remote addressMartin Willi2009-09-211-2/+8
|
* Return certificates of requested kind onlyMartin Willi2009-09-211-58/+4
|
* delete resolv_conf_* filesAndreas Steffen2009-09-204-352/+0
|
* resolv_conf plugin renamed to resolveAndreas Steffen2009-09-2011-16/+367
|
* Use helper functions to handle (non-)skippable attributesMartin Willi2009-09-181-42/+46
|
* Clients can handle AKA-Identity requests by sending the full identityMartin Willi2009-09-181-0/+80
|
* nm uses the distributions trusted root CAs if none is explicitly specifiedMartin Willi2009-09-185-59/+191
|
* get_private() in listcacerts requires a valid auth cfgMartin Willi2009-09-171-1/+5
|
* Fixed nexthop lookup, used by source route installationMartin Willi2009-09-161-7/+4
|
* Use continue to advance to next iterationMartin Willi2009-09-161-12/+11
|
* Use the default debug hook if possibleMartin Willi2009-09-161-17/+0
|
* Fall back to default credential set lookup if fingerprint lookup failsMartin Willi2009-09-151-1/+5
|
* Implemented support for preinstalled PGP certificates in charonMartin Willi2009-09-151-4/+3
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-119-117/+87
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-104-5/+3
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-104-4/+2
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-073-3/+3
|
* Use macros to define --with optionsMartin Willi2009-09-077-17/+13
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-073-3/+3
|
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-0410-260/+342
|
* Moved set_state after the DBG0 statement, so that the message gets logged ↵Tobias Brunner2009-09-041-2/+2
| | | | also for mediation connections without CHILD_SA.
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-0433-134/+134
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-0429-67/+67
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-0433-138/+136
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-04328-6406/+6406
|
* fixed open failure debug message in load_secretsMarius Tomaschewski2009-09-041-1/+1
|
* fixed memleak in rekey collissionsMartin Willi2009-09-031-0/+3
|
* Convert empty CREATE_CHILD_SA exchange to an INFORMATIONALMartin Willi2009-09-031-1/+3
|
* Use get_notify() to look up single notifiesMartin Willi2009-09-034-104/+35
|
* Use recursive source address lookup if we get a gateway onlyMartin Willi2009-09-031-45/+40
|
* Fixed load_secrets to acquire/release lock in level 0 onlyMarius Tomaschewski2009-09-031-2/+6
| | | | | The write_lock call fails with EDEADLK and unlocks in the next recursion level.
* Simplified the search for ME_CONNECTID notifies.Tobias Brunner2009-09-021-42/+5
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-0218-267/+266
|
* Missing commas added.Tobias Brunner2009-09-022-2/+2
|
* handle plugin loading failuresMartin Willi2009-09-012-7/+13
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-0112-124/+104
| | | | Initialization is now static.
* Handling of new lifetime limits added to stroke.Tobias Brunner2009-09-012-3/+19
|
* If no inbound CHILD_SA is found, try to find an outbound SA.Tobias Brunner2009-09-012-4/+18
| | | | | Due to the new lifetime limits in- and outbound SAs may expire individually.
* Set the packet and byte limits in the netlink and pfkey kernel interfaces.Tobias Brunner2009-09-012-5/+16
|
* Terminology and return value of get_lifetime of child_sa_t corrected.Tobias Brunner2009-09-012-5/+5
|
* child_sa_t adapted to the new lifetime configuration.Tobias Brunner2009-09-011-13/+21
|
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-017-46/+42
|