Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -0/+1 |
| | | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins | ||||
* | fixed printing of %#H hosts | Martin Willi | 2008-05-14 | 1 | -2/+4 |
| | |||||
* | support for left bounded padding in %H and %D | Martin Willi | 2008-05-09 | 2 | -0/+8 |
| | |||||
* | whitelisted gmtime_r | Martin Willi | 2008-05-09 | 1 | -0/+1 |
| | |||||
* | supporting width modifier in identification_t printf hook (e.g. %30D) | Martin Willi | 2008-05-09 | 2 | -45/+29 |
| | | | | cleanups in host_t %H printf hook | ||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -0/+2 |
| | | | | | using named users, groups fixed capability dropping in pluto | ||||
* | support for @#hex ID_KEY_ID identification_t | Martin Willi | 2008-05-06 | 1 | -3/+5 |
| | |||||
* | printf "width" support for hosts (e.g. %15H) | Martin Willi | 2008-05-05 | 1 | -33/+34 |
| | |||||
* | resetting old scheduling policy correctly in free() hook | Martin Willi | 2008-05-05 | 1 | -1/+1 |
| | |||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 2 | -6/+10 |
| | |||||
* | extract_token() now handles whitespace | Andreas Steffen | 2008-04-25 | 1 | -0/+8 |
| | |||||
* | functions invoked on all linked list items now support up to five additional ↵ | Tobias Brunner | 2008-04-18 | 2 | -10/+22 |
| | | | | arguments | ||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 2 | -3/+11 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 2 | -251/+0 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | redirecting all leak_report information to stderr | Martin Willi | 2008-04-03 | 1 | -18/+30 |
| | |||||
* | some code cleanups | Martin Willi | 2008-04-03 | 1 | -49/+23 |
| | |||||
* | replaced mutex in leak detective with thread scheduling | Tobias Brunner | 2008-04-03 | 1 | -18/+36 |
| | |||||
* | changed enumerator implementation to handle reentrant code | Martin Willi | 2008-04-01 | 1 | -11/+23 |
| | |||||
* | leak detective detects heap over- and underflow | Martin Willi | 2008-03-28 | 1 | -13/+71 |
| | |||||
* | updated leak_detective whitelist: libxml and clearsilver functions | Martin Willi | 2008-03-28 | 1 | -1/+12 |
| | |||||
* | whitelisted FCGX_Init | Martin Willi | 2008-03-27 | 1 | -5/+11 |
| | | | | reporting count of leaks suppressed by whitelist | ||||
* | attempt to achieve consistent debugging output | Andreas Steffen | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | two small fixes | Tobias Brunner | 2008-03-13 | 2 | -2/+2 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 21 | -1420/+1547 |
| | |||||
* | find methods for linked lists | Tobias Brunner | 2008-02-14 | 2 | -0/+105 |
| | |||||
* | fixed tabs | Andreas Steffen | 2008-02-04 | 1 | -6/+6 |
| | |||||
* | refactored optionsfrom as in an object-oriented way using the options_t ↵ | Andreas Steffen | 2008-02-04 | 2 | -42/+151 |
| | | | | class. Eliminated all memory leaks | ||||
* | fixed memrchr compiler warning | Martin Willi | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | search : delimiter in ipsec.secrets entries from the rear | Andreas Steffen | 2007-11-16 | 2 | -2/+37 |
| | |||||
* | replaced strncmp() == 0 by strneq() | Andreas Steffen | 2007-10-07 | 1 | -3/+11 |
| | |||||
* | cosmetics | Andreas Steffen | 2007-10-07 | 1 | -0/+3 |
| | |||||
* | implemented enumerator for linked_list | Martin Willi | 2007-10-04 | 2 | -1/+63 |
| | |||||
* | moved enumerator from libappserv to libstrongswan | Martin Willi | 2007-10-04 | 2 | -0/+101 |
| | |||||
* | more libstrongswan-like error handling in optionsfrom | Martin Willi | 2007-10-03 | 2 | -51/+32 |
| | |||||
* | added vsyslog to leak detectives white list | Martin Willi | 2007-09-27 | 1 | -1/+2 |
| | | | | removed debugging hook on openac cleanup | ||||
* | added all required includes | Andreas Steffen | 2007-09-18 | 1 | -0/+1 |
| | |||||
* | fixed to bugs in optionsfrom.c | Andreas Steffen | 2007-09-18 | 1 | -0/+4 |
| | |||||
* | added new version of optionsfrom using libstrongswan | Andreas Steffen | 2007-09-18 | 2 | -0/+199 |
| | |||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 1 | -2/+9 |
| | |||||
* | replaced hex_str() by fprintf(#B) for printing unknown OIDs | Andreas Steffen | 2007-08-14 | 1 | -16/+3 |
| | |||||
* | made linked lists invoke() method consistent to clone_*() and destroy_*() ↵ | Martin Willi | 2007-08-09 | 2 | -5/+28 |
| | | | | methods | ||||
* | added two methods to clone linked lists and the contained objects. | Tobias Brunner | 2007-07-31 | 2 | -0/+57 |
| | |||||
* | updated XML interface to new schema | Martin Willi | 2007-07-19 | 1 | -1/+1 |
| | |||||
* | implemented more flexible iterator hook API | Martin Willi | 2007-06-15 | 2 | -33/+68 |
| | | | | kernel interface handles interface changes and updates address list | ||||
* | case insensitive identification_t.equals() for FQDN and RFC822ADDR | Martin Willi | 2007-06-14 | 1 | -3/+25 |
| | |||||
* | disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env var | Martin Willi | 2007-06-08 | 1 | -3/+14 |
| | |||||
* | added #define LDAP_DEPRECATED in order to use old ldap_init() function | Andreas Steffen | 2007-05-24 | 1 | -0/+3 |
| | |||||
* | cloning %any ID without zero-byte memleak | Martin Willi | 2007-04-16 | 1 | -1/+4 |
| | |||||
* | two %any IDs are equal | Martin Willi | 2007-04-11 | 1 | -2/+9 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -1/+1 |
| | | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads |