Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+4 |
| | |||||
* | supporting width modifier in identification_t printf hook (e.g. %30D) | Martin Willi | 2008-05-09 | 1 | -6/+7 |
| | | | | cleanups in host_t %H printf hook | ||||
* | printf "width" support for hosts (e.g. %15H) | Martin Willi | 2008-05-05 | 1 | -33/+34 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -11/+21 |
| | |||||
* | 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 | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -2/+31 |
| | |||||
* | renamed all static clone() functions to avoid naming conflicts with uclibc | Martin Willi | 2007-02-01 | 1 | -2/+2 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -14/+2 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | (no commit message) | Martin Willi | 2006-09-27 | 1 | -101/+58 |
| | |||||
* | removed unneeded constructor | Martin Willi | 2006-08-31 | 1 | -15/+2 |
| | |||||
* | initial support for IPv6 (more testing needed) | Martin Willi | 2006-08-30 | 1 | -76/+236 |
| | | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support | ||||
* | cleanups in kernel interface code | Martin Willi | 2006-07-18 | 1 | -30/+14 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | first merge of NATT code | Martin Willi | 2006-06-22 | 1 | -1/+58 |
| | |||||
* | - applied andreas's patch | Martin Willi | 2006-05-18 | 1 | -13/+11 |
| | | | | | | | - logger output improvements - testin gupdates - and a lot more | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+365 |