aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/peer_cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-699/+0
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-40/+40
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-4/+4
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-1/+1
* child_cfg matching code prefers a config containing the first proposed TSMartin Willi2009-07-071-21/+47
* fixed remove_child_cfg(), use correct enumerator for remove_atMartin Willi2009-05-061-8/+37
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merged multi-auth branch back into trunkMartin Willi2009-04-141-48/+99
* preliminary support of Mobile IPv6Andreas Steffen2008-11-111-9/+30
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-9/+10
* ported parts of two-sim branchMartin Willi2008-08-221-49/+1
* show authentication method in ipsec statusallAndreas Steffen2008-06-301-3/+3
* ECDSA with OpenSSLTobias Brunner2008-06-101-9/+21
* returning reference pointer on get_ref()Martin Willi2008-05-061-4/+4
* fixed peer config equality checkMartin Willi2008-04-181-1/+2
* implemented IKE_SA uniqueness using ipsec.conf uniqueids paramaterMartin Willi2008-04-141-1/+17
* using dpd actions to enforce connection stateMartin Willi2008-04-111-33/+9
* implementation of an CFG attribute framework, currently supporting virtual IPsMartin Willi2008-04-091-39/+21
* fixed two other memory leaksTobias Brunner2008-04-031-5/+1
* mediation extension adapted to the naming convention of the current version o...Tobias Brunner2008-03-261-26/+26
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-0/+48
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-67/+46
* implemented Expanded EAP types to support vendor specific methodsMartin Willi2007-12-131-2/+10
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-34/+58
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-1/+66
* moved force_encap to ike_config, enables responder to enforce udp encapsulationMartin Willi2007-10-011-16/+1
* implemented IKEv2 force_encap connection parameterMartin Willi2007-10-011-1/+16
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-131-6/+26
* added mobike=yes|no connection optionMartin Willi2007-08-291-2/+17
* support for virtual IP definition on client side:Martin Willi2007-05-221-11/+20
* fixed DPD delay in peer_cfgMartin Willi2007-04-121-1/+1
* restructured file layoutMartin Willi2007-04-101-0/+470