aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* list assigned leases using "ipsec leases"Martin Willi2008-12-1010-8/+245
* added IKE_SA established timer to "ipsec statusall"Martin Willi2008-12-101-5/+17
* using rwlock to parallel build credentialsMartin Willi2008-12-091-10/+10
* use thread-safe variant of gmtimeMartin Willi2008-12-091-4/+5
* fixed load-tester shared key lookupMartin Willi2008-12-091-2/+2
* purge auth_info when IKE_SA is established, releases cert memoryMartin Willi2008-12-093-2/+22
* limit number of ADDITIONAL_IPV*_ADDR notifiesMartin Willi2008-12-091-4/+9
* list pools and usage in ipsec statusallMartin Willi2008-12-093-5/+29
* extended stroke in-memory pool to use hash-tablesMartin Willi2008-12-092-58/+172
* fixed hashtable->get_count() after doubling table sizeMartin Willi2008-12-091-1/+0
* require explicit enabling of load-testing pluginMartin Willi2008-12-091-1/+9
* generating different initiator identities, configs and certificates on the flyMartin Willi2008-12-083-101/+213
* removed debugging leftoversMartin Willi2008-12-081-4/+0
* fixed out-of-tree build of scepclientMartin Willi2008-12-081-1/+4
* basic x509 certificate generationMartin Willi2008-12-084-50/+357
* whitelisted another pthread_setspecific implementationMartin Willi2008-12-081-0/+1
* accept NULL values in hashtable enumeratorMartin Willi2008-12-051-2/+8
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-053-6/+9
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-057-11/+13
* extended changeset [4753]Andreas Steffen2008-12-041-1/+2
* implemented the policy cache in kernel_netlink_ipsec_t with a hash table inst...Tobias Brunner2008-12-041-41/+54
* fixed off by one errorTobias Brunner2008-12-041-1/+1
* fixed copy-paste bug (double-free)Martin Willi2008-12-041-1/+0
* reset pointer for a clean destructionMartin Willi2008-12-041-0/+1
* handling peer_match with higher priority tan ike_match to select correct conf...Martin Willi2008-12-041-1/+1
* leak whitelisting of OPENSSL_config()Martin Willi2008-12-041-0/+1
* fixed refactoring error in openacAndreas Steffen2008-12-042-2/+3
* fixed double free of host in sadb_address2tsAndreas Steffen2008-12-041-1/+0
* add support for smartcards in charon by using the ENGINE API provided by Open...Tobias Brunner2008-12-036-10/+187
* enable quoted tokens in the token enumeratorTobias Brunner2008-12-032-18/+42
* fixed compiler warningTobias Brunner2008-12-031-1/+1
* added memstr and extract_token_str helper functionsTobias Brunner2008-12-034-2/+57
* adding general purpose hash tableTobias Brunner2008-12-033-0/+543
* fixed double free of host in selector2tsMartin Willi2008-12-031-27/+24
* ref_get()/ref_put() use atomic gcc operations if supported, thanks to Thomas ...Martin Willi2008-12-022-13/+17
* added a --disable-threads ./configure option for plutoMartin Willi2008-12-021-1/+4
* use DBG_ANY to set all loglevelsMartin Willi2008-12-021-5/+2
* added time.h include for struct tmMartin Willi2008-12-021-0/+1
* some task queueing improvements:Martin Willi2008-12-018-63/+186
* re-established lost default auth sys_loggerAndreas Steffen2008-12-011-3/+15
* schedule rekeying when activating passive IKE_SAsMartin Willi2008-11-281-1/+2
* do not delete passive IKE_SAsMartin Willi2008-11-281-0/+5
* added a PASSIVE IKE_SA state to manage it externallyMartin Willi2008-11-282-4/+25
* pass SKd to derive_ike_keys() to have a more interoperable APIMartin Willi2008-11-283-38/+93
* fixed a double-unlock bug, showed up when using rwlocks in backend managerMartin Willi2008-11-281-22/+4
* use rwlocks in backend manager to allow simultaneous accessMartin Willi2008-11-271-19/+19
* use a rwlock in attribute manager to allow simultaneous accessMartin Willi2008-11-271-12/+12
* remove attribute provider in SQL plugin destructionMartin Willi2008-11-271-0/+1
* added an include hack to build starter without gmp.hMartin Willi2008-11-273-2/+15
* fixed pluto out-of-tree builds Martin Willi2008-11-271-2/+2