Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 8 | -39/+239 | |
| | ||||||
* | 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 | 13 | -112/+112 | |
| | | | | client plugin | |||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 11 | -89/+174 | |
| | | | | | using named users, groups fixed capability dropping in pluto | |||||
* | added configure check and support for sqlite3 libraries without ↵ | Martin Willi | 2008-05-07 | 1 | -1/+5 | |
| | | | | 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 | 13 | -2/+1086 | |
| | | | | | | 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 | 12 | -801/+801 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-04-28 | 1 | -19/+19 | |
| | ||||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 13 | -229/+178 | |
| | ||||||
* | added wrapper for OpenSSL hashers | Tobias Brunner | 2008-04-28 | 4 | -1/+284 | |
| | ||||||
* | algo lookup corrected | Tobias Brunner | 2008-04-28 | 1 | -3/+3 | |
| | ||||||
* | made algo struct static | Tobias Brunner | 2008-04-28 | 1 | -2/+2 | |
| | ||||||
* | typos | Tobias Brunner | 2008-04-28 | 1 | -2/+2 | |
| | ||||||
* | added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.) | Tobias Brunner | 2008-04-28 | 6 | -0/+443 | |
| | ||||||
* | made some stuff static | Tobias Brunner | 2008-04-28 | 1 | -3/+3 | |
| | ||||||
* | fixed javascript include using <script> tag | Martin Willi | 2008-04-28 | 1 | -2/+2 | |
| | ||||||
* | end->srcip string must be removed if it contains %config | Andreas Steffen | 2008-04-27 | 1 | -0/+2 | |
| | ||||||
* | fixed starter_cmp_end() | Andreas Steffen | 2008-04-27 | 1 | -2/+2 | |
| | ||||||
* | fixed memory corruption problem in starter | Andreas Steffen | 2008-04-27 | 4 | -77/+85 | |
| | ||||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 8 | -71/+54 | |
| | ||||||
* | ported ASN.1 changes to pkcs7 | Andreas Steffen | 2008-04-26 | 2 | -178/+189 | |
| | ||||||
* | doxygen fix for fips.h | Andreas Steffen | 2008-04-26 | 1 | -1/+1 | |
| | ||||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 19 | -1149/+1570 | |
| | ||||||
* | supporting multiple comma seperated subnets in left/rightsubnet definition | Martin Willi | 2008-04-25 | 10 | -57/+116 | |
| | | | | | e.g. leftsubnet=10.2.0.0/16,10.4.0.0/16 | |||||
* | extract_token() now handles whitespace | Andreas Steffen | 2008-04-25 | 1 | -0/+8 | |
| | ||||||
* | chunk_to_hex() adaptations | Andreas Steffen | 2008-04-25 | 2 | -15/+14 | |
| | ||||||
* | added _GNU_SOURCE and limits.h to build against glibc-2.8 | Martin Willi | 2008-04-24 | 3 | -0/+7 | |
| | ||||||
* | added missing base64 chunk test | Martin Willi | 2008-04-24 | 1 | -0/+84 | |
| |