aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Collapse)AuthorAgeFilesLines
* plugin load configuration in strongswan.confMartin Willi2008-05-151-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 hostsMartin Willi2008-05-141-2/+4
|
* support for left bounded padding in %H and %D Martin Willi2008-05-092-0/+8
|
* whitelisted gmtime_rMartin Willi2008-05-091-0/+1
|
* supporting width modifier in identification_t printf hook (e.g. %30D)Martin Willi2008-05-092-45/+29
| | | | cleanups in host_t %H printf hook
* replaced --with-gid/uid by --with-group/user Martin Willi2008-05-081-0/+2
| | | | | using named users, groups fixed capability dropping in pluto
* support for @#hex ID_KEY_ID identification_tMartin Willi2008-05-061-3/+5
|
* printf "width" support for hosts (e.g. %15H)Martin Willi2008-05-051-33/+34
|
* resetting old scheduling policy correctly in free() hookMartin Willi2008-05-051-1/+1
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-262-6/+10
|
* extract_token() now handles whitespaceAndreas Steffen2008-04-251-0/+8
|
* functions invoked on all linked list items now support up to five additional ↵Tobias Brunner2008-04-182-10/+22
| | | | arguments
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-182-3/+11
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-152-251/+0
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* redirecting all leak_report information to stderrMartin Willi2008-04-031-18/+30
|
* some code cleanupsMartin Willi2008-04-031-49/+23
|
* replaced mutex in leak detective with thread schedulingTobias Brunner2008-04-031-18/+36
|
* changed enumerator implementation to handle reentrant codeMartin Willi2008-04-011-11/+23
|
* leak detective detects heap over- and underflowMartin Willi2008-03-281-13/+71
|
* updated leak_detective whitelist: libxml and clearsilver functionsMartin Willi2008-03-281-1/+12
|
* whitelisted FCGX_InitMartin Willi2008-03-271-5/+11
| | | | reporting count of leaks suppressed by whitelist
* attempt to achieve consistent debugging outputAndreas Steffen2008-03-191-1/+1
|
* two small fixesTobias Brunner2008-03-132-2/+2
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1321-1420/+1547
|
* find methods for linked listsTobias Brunner2008-02-142-0/+105
|
* fixed tabsAndreas Steffen2008-02-041-6/+6
|
* refactored optionsfrom as in an object-oriented way using the options_t ↵Andreas Steffen2008-02-042-42/+151
| | | | class. Eliminated all memory leaks
* fixed memrchr compiler warningMartin Willi2007-11-191-0/+2
|
* search : delimiter in ipsec.secrets entries from the rearAndreas Steffen2007-11-162-2/+37
|
* replaced strncmp() == 0 by strneq()Andreas Steffen2007-10-071-3/+11
|
* cosmeticsAndreas Steffen2007-10-071-0/+3
|
* implemented enumerator for linked_listMartin Willi2007-10-042-1/+63
|
* moved enumerator from libappserv to libstrongswanMartin Willi2007-10-042-0/+101
|
* more libstrongswan-like error handling in optionsfromMartin Willi2007-10-032-51/+32
|
* added vsyslog to leak detectives white listMartin Willi2007-09-271-1/+2
| | | | removed debugging hook on openac cleanup
* added all required includesAndreas Steffen2007-09-181-0/+1
|
* fixed to bugs in optionsfrom.cAndreas Steffen2007-09-181-0/+4
|
* added new version of optionsfrom using libstrongswanAndreas Steffen2007-09-182-0/+199
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-2/+9
|
* replaced hex_str() by fprintf(#B) for printing unknown OIDsAndreas Steffen2007-08-141-16/+3
|
* made linked lists invoke() method consistent to clone_*() and destroy_*() ↵Martin Willi2007-08-092-5/+28
| | | | methods
* added two methods to clone linked lists and the contained objects.Tobias Brunner2007-07-312-0/+57
|
* updated XML interface to new schemaMartin Willi2007-07-191-1/+1
|
* implemented more flexible iterator hook APIMartin Willi2007-06-152-33/+68
| | | | kernel interface handles interface changes and updates address list
* case insensitive identification_t.equals() for FQDN and RFC822ADDRMartin Willi2007-06-141-3/+25
|
* disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env varMartin Willi2007-06-081-3/+14
|
* added #define LDAP_DEPRECATED in order to use old ldap_init() functionAndreas Steffen2007-05-241-0/+3
|
* cloning %any ID without zero-byte memleakMartin Willi2007-04-161-1/+4
|
* two %any IDs are equalMartin Willi2007-04-111-2/+9
|
* restructured file layoutMartin Willi2007-04-101-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