aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/nm/nm_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-447/+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 ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* 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 ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* 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 ↵Martin Willi2008-09-041-6/+116
| | | | ssh-agent
* 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
| | | | proper auth method selection
* certificate based gateway authenticationMartin Willi2008-08-191-0/+145
prototype PSK user authentication with auth-dialog