Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed lookup for expired leases | Martin Willi | 2008-05-13 | 1 | -3/+9 | |
| | | | | initializing database if in inconsistent state | |||||
* | added caption to ipsec.sql file | Andreas Steffen | 2008-05-13 | 17 | -0/+34 | |
| | ||||||
* | do-test always downloads ipsec.sql | Andreas Steffen | 2008-05-13 | 1 | -7/+3 | |
| | ||||||
* | added empty ipsec.sql file | Andreas Steffen | 2008-05-13 | 7 | -0/+28 | |
| | ||||||
* | delete both ipsec.db and ipsec.sql in posttest.dat | Andreas Steffen | 2008-05-12 | 6 | -16/+16 | |
| | ||||||
* | added ikev2/ip-pool-db scenario | Andreas Steffen | 2008-05-12 | 10 | -0/+355 | |
| | ||||||
* | do not preserve ownership of copied files | Andreas Steffen | 2008-05-12 | 3 | -4/+4 | |
| | ||||||
* | forgot about alphabetical order | Andreas Steffen | 2008-05-12 | 1 | -4/+4 | |
| | ||||||
* | added description of plutostderrlog parameter to ipsec.conf.5 man page | Andreas Steffen | 2008-05-12 | 1 | -0/+4 | |
| | ||||||
* | plutostderrlog parameter now declares a stderr redirection file | Andreas Steffen | 2008-05-12 | 3 | -4/+17 | |
| | ||||||
* | fixed typos | Andreas Steffen | 2008-05-11 | 2 | -2/+2 | |
| | ||||||
* | included pools and leases tables to ipsec.sql database | Andreas Steffen | 2008-05-11 | 16 | -16/+624 | |
| | ||||||
* | added missing ipcomp DB type definition | Andreas Steffen | 2008-05-11 | 1 | -1/+1 | |
| | ||||||
* | support of plutostderrlog keyword | Andreas Steffen | 2008-05-11 | 6 | -4/+8 | |
| | ||||||
* | ported IP pool to mysql | Martin Willi | 2008-05-09 | 4 | -44/+74 | |
| | ||||||
* | usable prototype of "ipsec pool" tool | Martin Willi | 2008-05-09 | 1 | -24/+93 | |
| | ||||||
* | 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 | |
| | ||||||
* | correctly reassigning valid leases | Martin Willi | 2008-05-09 | 1 | -1/+2 | |
| | ||||||
* | 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 | |||||
* | fixed interface disconnection | Martin Willi | 2008-05-09 | 1 | -1/+2 | |
| | ||||||
* | IPComp for IKEv2 | Tobias Brunner | 2008-05-08 | 15 | -56/+452 | |
| | ||||||
* | implemented append mode for xcbc, testcase | Martin Willi | 2008-05-08 | 2 | -36/+163 | |
| | ||||||
* | moved RAW public key support to a separate plugin (pubkey) | Martin Willi | 2008-05-08 | 9 | -39/+252 | |
| | ||||||
* | fixed compiler warning | Martin Willi | 2008-05-08 | 1 | -1/+0 | |
| | ||||||
* | renamed PRF_AES128_CBC to PRF_AES128_XCBC | Martin Willi | 2008-05-08 | 4 | -5/+5 | |
| | ||||||
* | renamed med_db plugin to medsrv, as we will introduce an additional medcli ↵ | Martin Willi | 2008-05-08 | 14 | -117/+117 | |
| | | | | client plugin | |||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 12 | -97/+190 | |
| | | | | | using named users, groups fixed capability dropping in pluto | |||||
* | added ip-pool and ip-pool-wish scenarios | Andreas Steffen | 2008-05-08 | 16 | -0/+283 | |
| | ||||||
* | corrected gnome-terminal's --show-menubar option | Andreas Steffen | 2008-05-08 | 1 | -2/+2 | |
| | ||||||
* | added configure check and support for sqlite3 libraries without ↵ | Martin Willi | 2008-05-07 | 2 | -3/+14 | |
| | | | | sqlite3_prepare_v2 | |||||
* | fixed 3DES encryption | Martin Willi | 2008-05-07 | 2 | -1/+10 | |
| | ||||||
* | prototype of sql pool administration utility | Martin Willi | 2008-05-07 | 2 | -1/+439 | |
| | ||||||
* | using capset version 1 if a newer is available | Martin Willi | 2008-05-07 | 1 | -0/+6 | |
| | ||||||
* | support for @#hex ID_KEY_ID identification_t | Martin Willi | 2008-05-06 | 1 | -3/+5 | |
| | ||||||
* | providing medation configuration through med_db plugin | Martin Willi | 2008-05-06 | 4 | -1/+215 | |
| | ||||||
* | fixed parsing of openssl format public keys | Martin Willi | 2008-05-06 | 2 | -23/+18 | |
| | ||||||
* | returning reference pointer on get_ref() | Martin Willi | 2008-05-06 | 6 | -29/+19 | |
| | ||||||
* | 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 | |
| | ||||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 14 | -2/+1099 | |
| | | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase | |||||
* | crypter_t api supports in-place encryption using NULL as output parameter | Martin Willi | 2008-04-30 | 4 | -17/+57 | |
| | ||||||
* | simplified the OpenSSL crypter a bit | Tobias Brunner | 2008-04-30 | 1 | -10/+4 | |
| | ||||||
* | simplified the OpenSSL hasher a bit | Tobias Brunner | 2008-04-30 | 1 | -11/+3 | |
| | ||||||
* | OpenSSL hasher does not need an internal buffer anymore | Tobias Brunner | 2008-04-30 | 1 | -44/+21 | |
| | ||||||
* | adding diffie hellman with OpenSSL | Tobias Brunner | 2008-04-29 | 4 | -1/+313 | |
| | ||||||
* | use SHA-1 as preferred hasher in the OpenSSL plugin | Tobias Brunner | 2008-04-29 | 1 | -2/+2 | |
| | ||||||
* | set Id keyword | Andreas Steffen | 2008-04-28 | 2 | -3/+3 | |
| | ||||||
* | prototype of dumm GUI | Martin Willi | 2008-04-28 | 13 | -802/+809 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-04-28 | 1 | -19/+19 | |
| |