aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
Commit message (Collapse)AuthorAgeFilesLines
...
* cosmeticsAndreas Steffen2009-04-191-16/+14
|
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-563/+563
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-2/+8
|
* fixed compiler warnings issued by:Martin Willi2008-11-111-2/+2
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-1/+6
|
* check if parsing of ipsec update was successfulAndreas Steffen2008-07-021-2/+5
|
* replaced --with-gid/uid by --with-group/user Martin Willi2008-05-081-0/+62
| | | | | using named users, groups fixed capability dropping in pluto
* respecting ipsec.conf cachecrls= optionMartin Willi2008-04-171-0/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-1/+1
|
* ipsec and starter exit with LSB-compliant return codesAndreas Steffen2007-11-281-11/+23
|
* added RCSIDAndreas Steffen2007-10-081-1/+1
|
* fix of the bug fix, courtesy of Robert VargaAndreas Steffen2007-07-021-1/+4
|
* bug fix courtesy of Robert VargaAndreas Steffen2007-07-021-1/+1
|
* make starter behave more gracefully in the presence of non-fatal errorsAndreas Steffen2007-06-251-4/+6
|
* added setsid() to properly detach from consoleMartin Willi2007-06-111-0/+1
|
* replace ca is realized as del_ca followed by add_caAndreas Steffen2007-02-241-0/+4
|
* enabled adding and deleting ca information recordsAndreas Steffen2007-02-141-2/+10
|
* corrected typeAndreas Steffen2006-06-091-1/+1
|
* full support of ikev1 and ikev2 connection flagsAndreas Steffen2006-05-301-8/+12
|
* - policies contain a connections name nowMartin Willi2006-05-291-1/+1
| | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
* - changed config load strategy:Martin Willi2006-05-231-44/+22
| | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior.
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-433/+494
| | | | | should conform now to IKEv2
* - introduced autotoolsMartin Willi2006-05-161-5/+5
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* - applied patch from andreasMartin Willi2006-05-061-49/+7
| | | | | | - added charonstart option to config - new ikev2 tests for UML
* - applied patch from andreasMartin Willi2006-05-041-433/+453
| | | | | | | | - pem loading - secrets file parsing - ikev2 testcase - some other additions here and there
* (no commit message)Martin Willi2006-04-281-0/+610