aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/nm/nm_creds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-211-7/+2
* nm uses the distributions trusted root CAs if none is explicitly specifiedMartin Willi2009-09-181-40/+156
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-3/+3
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-18/+18
* updated nm plugin to new fingerprinting APIMartin Willi2009-08-261-3/+4
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-1/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merged multi-auth branch back into trunkMartin Willi2009-04-141-3/+1
* fixed copy/paste errorMartin Willi2008-11-071-1/+0
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-051-20/+19
* implemented NetworkManager certificate/private key authentication using ssh-a...Martin Willi2008-09-041-6/+116
* new EAP-Identity handling uses ID_EAP in pluginsMartin Willi2008-08-251-1/+3
* fixed shared key lookup by IDMartin Willi2008-08-201-11/+95
* certificate based gateway authenticationMartin Willi2008-08-191-0/+145