aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/kernel_klips/kernel_klips_ipsec.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-2657/+0
|
* Do not kill daemon, just not use pluggable kernel interface if ↵Martin Willi2010-02-261-6/+22
| | | | initialization failed
* Pass sockets to bypass to kernel interface, allowing us to register them ↵Martin Willi2010-02-261-0/+8
| | | | dynamically
* Migrated kernel_klips_ipsec to METHOD/INIT macrosMartin Willi2010-02-261-98/+60
|
* Whitespace cleanup.Tobias Brunner2009-12-231-17/+17
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-4/+5
|
* 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).
* Fixed BEET mode by installing SAs with negotiated address in traffic selectorMartin Willi2009-12-171-2/+3
|
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-151-2/+2
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-3/+3
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-272/+272
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-011-4/+4
| | | | Initialization is now static.
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-011-6/+6
|
* use time_monotonic() instead of time() for statistics and time difference ↵Martin Willi2009-08-311-1/+1
| | | | calculations
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-2/+2
| | | | enums mutex/condvar/rwlock_type_t.
* display transmitted bytes per SAAndreas Steffen2009-07-301-0/+11
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-3/+4
| | | | | important change for developers: %Y replaces %D to print identities!
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-211-1/+1
| | | | added schedule_job_ms for ms resolution events
* address extensions refactoredTobias Brunner2008-12-111-1/+1
|
* #defing out compress algs to avoid compiler warningMartin Willi2008-11-111-1/+3
|
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-0/+2657