Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 4 | -75/+66 | |
| | | | | dpd actions a per child-, not peer ike-sa | |||||
* | implementation of an CFG attribute framework, currently supporting virtual IPs | Martin Willi | 2008-04-09 | 5 | -52/+316 | |
| | | | | | | updated ipsec.conf sourceip parameter to support CIDR notatation to serve from a pool %poolname to query a separate (database?) pool | |||||
* | fixed two other memory leaks | Tobias Brunner | 2008-04-03 | 2 | -6/+2 | |
| | ||||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 2 | -31/+31 | |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | |||||
* | added equals() method to peer_cfg, ike_cfg, proposals, auth_info | Martin Willi | 2008-03-26 | 9 | -147/+349 | |
| | | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator | |||||
* | fixed peer_cfg lookup when omitting IDr | Martin Willi | 2008-03-19 | 1 | -0/+5 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 21 | -3218/+577 | |
| | ||||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 3 | -4/+19 | |
| | ||||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 3 | -63/+90 | |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | |||||
* | search : delimiter in ipsec.secrets entries from the rear | Andreas Steffen | 2007-11-16 | 1 | -1/+3 | |
| | ||||||
* | fixed sqlite_backend compilation to respect changes from [3238] | Martin Willi | 2007-10-04 | 1 | -1/+1 | |
| | ||||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 2 | -2/+104 | |
| | ||||||
* | fixed sqlite database path | Martin Willi | 2007-10-02 | 1 | -2/+2 | |
| | ||||||
* | improved debugging code for traffic selector processing | Martin Willi | 2007-10-02 | 1 | -7/+15 | |
| | ||||||
* | moved force_encap to ike_config, enables responder to enforce udp encapsulation | Martin Willi | 2007-10-01 | 5 | -30/+32 | |
| | | | | fixed bugs in force_encap code | |||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 3 | -4/+29 | |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls | |||||
* | return argument has type size_t | Andreas Steffen | 2007-09-18 | 1 | -1/+1 | |
| | ||||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 6 | -0/+441 | |
| | ||||||
* | peer_cfg now knows about group memberships | Andreas Steffen | 2007-09-13 | 3 | -11/+49 | |
| | ||||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 1 | -1/+1 | |
| | ||||||
* | removed rsa_private_key clone() function | Andreas Steffen | 2007-09-11 | 1 | -1/+1 | |
| | ||||||
* | replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵ | Andreas Steffen | 2007-09-11 | 1 | -28/+44 | |
| | | | | distribution of private key material | |||||
* | overwrite storage used for shared secrets with pseudo-random bytes before ↵ | Andreas Steffen | 2007-09-10 | 1 | -27/+26 | |
| | | | | releasing it | |||||
* | added mobike=yes|no connection option | Martin Willi | 2007-08-29 | 2 | -3/+27 | |
| | | | | | | | yes: include mobike support notifies as initiator no: only enable mobike as responder when initiator supports it default: yes | |||||
* | append new attribute certs at the end | Andreas Steffen | 2007-08-14 | 1 | -1/+7 | |
| | ||||||
* | adding attribute certficates to a chained list | Andreas Steffen | 2007-08-14 | 1 | -3/+25 | |
| | ||||||
* | has_rsa_private_key() must also be protected by keys_mutex | Andreas Steffen | 2007-08-10 | 1 | -1/+4 | |
| | ||||||
* | support of ipsec rereadsecrets for stroke | Andreas Steffen | 2007-08-10 | 1 | -9/+54 | |
| | ||||||
* | bug fix in linked_list deletion - instead of acerts destroyed certs twice4.1.5 | Andreas Steffen | 2007-08-08 | 1 | -1/+1 | |
| | ||||||
* | implemented listing of attribute certificates | Andreas Steffen | 2007-08-07 | 1 | -3/+31 | |
| | ||||||
* | ignoring unkown crl/ocsp uris | Martin Willi | 2007-07-04 | 1 | -2/+8 | |
| | ||||||
* | proper update of IPsec SA when roaming a host-to-host tunnel | Martin Willi | 2007-07-02 | 1 | -7/+13 | |
| | | | | roaming of IPsec SAs using virtual IPs | |||||
* | moved assignment of CERT_UNKNOWN4.1.3 | Andreas Steffen | 2007-05-25 | 1 | -2/+2 | |
| | ||||||
* | log trust pathlen | Andreas Steffen | 2007-05-25 | 1 | -4/+6 | |
| | ||||||
* | included a certificate label in the is_trusted() method | Andreas Steffen | 2007-05-25 | 1 | -8/+6 | |
| | ||||||
* | DBG1 level now shows stepping up through the certifiate hierarchy up to the ↵ | Andreas Steffen | 2007-05-25 | 1 | -2/+2 | |
| | | | | trust anchor | |||||
* | set certinfo status to CERT_UNKNOWN before crl and|or ocsp verification | Andreas Steffen | 2007-05-25 | 1 | -3/+7 | |
| | ||||||
* | removed paranoid module checking | Martin Willi | 2007-05-25 | 1 | -13/+0 | |
| | ||||||
* | added compatibility names (pluto) for sha2 algorithms (sha2_256, ...) | Martin Willi | 2007-05-25 | 1 | -4/+11 | |
| | ||||||
* | support for virtual IP definition on client side: | Martin Willi | 2007-05-22 | 2 | -25/+41 | |
| | | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip. | |||||
* | fixed nextUpdate and until behaviour in the non-strict case | Andreas Steffen | 2007-05-19 | 1 | -10/+8 | |
| | ||||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 5 | -83/+130 | |
| | ||||||
* | verification of locally loaded peer certificates | Andreas Steffen | 2007-05-15 | 1 | -87/+92 | |
| | ||||||
* | support of multiple certificates with same peer id | Andreas Steffen | 2007-05-15 | 1 | -36/+74 | |
| | ||||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 1 | -1/+3 | |
| | | | | added --with-uid/--with-gid configure option | |||||
* | extended interface_manager (more work needed here) | Martin Willi | 2007-05-03 | 1 | -1/+1 | |
| | ||||||
* | added more API documentation to backends/interfaces | Martin Willi | 2007-04-30 | 4 | -11/+15 | |
| | ||||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 7 | -279/+396 | |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | |||||
* | added support for AES-XCBC in kernel using e.g. esp=aes128-aesxcbc ↵ | Martin Willi | 2007-04-23 | 1 | -0/+10 | |
| | | | | (>=linux-2.6.20) | |||||
* | fixed CHILD_SA proposal selection when not using DH exchange | Martin Willi | 2007-04-23 | 1 | -8/+3 | |
| |