aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
Commit message (Collapse)AuthorAgeFilesLines
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-7/+7
|
* use time_monotonic() instead of time() for statistics and time difference ↵Martin Willi2009-08-311-3/+3
| | | | calculations
* use SS_RC_FIRST and SS_RC_LASTAndreas Steffen2009-08-061-2/+1
|
* abort pluto or charon if initialization failsAndreas Steffen2009-08-061-2/+2
|
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-171-8/+16
|
* enforce strongSwan coding rulesAndreas Steffen2009-07-171-0/+16
|
* consistent display of strongSwan versionAndreas Steffen2009-06-131-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-3/+3
| | | | | important change for developers: %Y replaces %D to print identities!
* 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