aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* static leases use 0, not NULL timeoutMartin Willi2008-05-153-4/+4
| | | | fixed static leases
* properly removing bootup poll interface eth0Martin Willi2008-05-151-1/+4
|
* added ikev2/compress scenarioAndreas Steffen2008-05-147-0/+88
|
* implemented classical UML network scenario in dumm (ipsec testing)Martin Willi2008-05-143-1/+176
|
* poll UML guests after startup using eth9=mcast, as networking is loaded ↵Martin Willi2008-05-141-3/+3
| | | | after console
* typoTobias Brunner2008-05-141-3/+3
|
* prototype of mediation client database pluginMartin Willi2008-05-1410-0/+889
|
* handle ID_KEY_ID as a ID_PUBKEY_SHA1 for authenticationMartin Willi2008-05-142-4/+11
|
* fixed printing of %#H hostsMartin Willi2008-05-141-2/+4
|
* ip pool now suppresses plugin loading debug outputAndreas Steffen2008-05-132-2/+2
|
* applied aes-xcbc-96 to ike as wellAndreas Steffen2008-05-138-6/+6
|
* added sql/ip-pool-db scenarioAndreas Steffen2008-05-1317-0/+1179
|
* reverted [3945], proper fix for zero value ASN1 integerMartin Willi2008-05-131-3/+7
|
* updated Makefile Martin Willi2008-05-131-2/+5
|
* tool to calculate KEYIDs from keysMartin Willi2008-05-131-0/+77
|
* fixed unsave calculation of mpz_export lengthMartin Willi2008-05-131-3/+1
|
* decreased plugin load verbosityMartin Willi2008-05-131-2/+2
|
* fixed "pool --purge" on mysqlMartin Willi2008-05-131-1/+1
|
* fixed compiler warning (missing include)Martin Willi2008-05-131-0/+1
|
* fixed lookup for expired leasesMartin Willi2008-05-131-3/+9
| | | | initializing database if in inconsistent state
* added caption to ipsec.sql fileAndreas Steffen2008-05-1317-0/+34
|
* do-test always downloads ipsec.sqlAndreas Steffen2008-05-131-7/+3
|
* added empty ipsec.sql fileAndreas Steffen2008-05-137-0/+28
|
* delete both ipsec.db and ipsec.sql in posttest.datAndreas Steffen2008-05-126-16/+16
|
* added ikev2/ip-pool-db scenarioAndreas Steffen2008-05-1210-0/+355
|
* do not preserve ownership of copied filesAndreas Steffen2008-05-123-4/+4
|
* forgot about alphabetical orderAndreas Steffen2008-05-121-4/+4
|
* added description of plutostderrlog parameter to ipsec.conf.5 man pageAndreas Steffen2008-05-121-0/+4
|
* plutostderrlog parameter now declares a stderr redirection fileAndreas Steffen2008-05-123-4/+17
|
* fixed typosAndreas Steffen2008-05-112-2/+2
|
* included pools and leases tables to ipsec.sql databaseAndreas Steffen2008-05-1116-16/+624
|
* added missing ipcomp DB type definitionAndreas Steffen2008-05-111-1/+1
|
* support of plutostderrlog keywordAndreas Steffen2008-05-116-4/+8
|
* ported IP pool to mysqlMartin Willi2008-05-094-44/+74
|
* usable prototype of "ipsec pool" toolMartin Willi2008-05-091-24/+93
|
* support for left bounded padding in %H and %D Martin Willi2008-05-092-0/+8
|
* whitelisted gmtime_rMartin Willi2008-05-091-0/+1
|
* correctly reassigning valid leasesMartin Willi2008-05-091-1/+2
|
* supporting width modifier in identification_t printf hook (e.g. %30D)Martin Willi2008-05-092-45/+29
| | | | cleanups in host_t %H printf hook
* fixed interface disconnectionMartin Willi2008-05-091-1/+2
|
* IPComp for IKEv2Tobias Brunner2008-05-0815-56/+452
|
* implemented append mode for xcbc, testcaseMartin Willi2008-05-082-36/+163
|
* moved RAW public key support to a separate plugin (pubkey)Martin Willi2008-05-089-39/+252
|
* fixed compiler warningMartin Willi2008-05-081-1/+0
|
* renamed PRF_AES128_CBC to PRF_AES128_XCBCMartin Willi2008-05-084-5/+5
|
* renamed med_db plugin to medsrv, as we will introduce an additional medcli ↵Martin Willi2008-05-0814-117/+117
| | | | client plugin
* replaced --with-gid/uid by --with-group/user Martin Willi2008-05-0812-97/+190
| | | | | using named users, groups fixed capability dropping in pluto
* added ip-pool and ip-pool-wish scenariosAndreas Steffen2008-05-0816-0/+283
|
* corrected gnome-terminal's --show-menubar optionAndreas Steffen2008-05-081-2/+2
|
* added configure check and support for sqlite3 libraries without ↵Martin Willi2008-05-072-3/+14
| | | | sqlite3_prepare_v2