Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | starter: Wait indefinitely for charon when using --attach-gdb | Martin Willi | 2014-08-08 | 1 | -3/+7 |
| | | | | | This makes sure the user has time to set break points etc. before it runs charon under gdb. | ||||
* | starter: Don't monitor child if debugger is attached | Thomas Egerer | 2014-08-08 | 1 | -0/+5 |
| | | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | ||||
* | starter: Make daemon name configurable | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -17/+20 |
| | | | | | | | | A daemon can be specified using the '--daemon' command line parameter. This tells starter to invoke a daemon other than 'charon'. Additionally the ipsec script uses the environment variable DAEMON_NAME to tell the starter which daemon to use. | ||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | starter: Remove all ties to pluto/libfreeswan. | Tobias Brunner | 2012-06-11 | 1 | -3/+0 |
| | | | | Moved some types/constants in the process. | ||||
* | starter: Migrated logging to libstrongswan. | Tobias Brunner | 2012-06-11 | 1 | -17/+18 |
| | |||||
* | starter: Go back to single threaded mode. | Tobias Brunner | 2012-06-08 | 1 | -2/+2 |
| | | | | | Mixing multiple threads and fork(2) wasn't a very good idea it seems. At least in some environments this caused strange side-effects. | ||||
* | starter: Close open file descriptors when forking daemons. | Tobias Brunner | 2012-06-04 | 1 | -0/+1 |
| | |||||
* | In scanf the maxmium length of %s does not include the null-terminator. | Tobias Brunner | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | abort pluto or charon if initialization fails | Andreas Steffen | 2009-08-06 | 1 | -0/+5 |
| | |||||
* | stop strongswan if integrity check of libstrongswan or daemon fails | Andreas Steffen | 2009-07-17 | 1 | -10/+13 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | conversion from 8 spaces to 4 spaces per tab | Andreas Steffen | 2009-04-19 | 1 | -160/+160 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -2/+9 |
| | |||||
* | modelled invokepluto start and stop timing scheme after invokecharon | Andreas Steffen | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | cosmetics | Andreas Steffen | 2009-01-13 | 1 | -4/+3 |
| | |||||
* | changed type definition of level from char* to int | Andreas Steffen | 2009-01-13 | 1 | -2/+6 |
| | |||||
* | ipsec starter gives the charon daemon 8s to terminate gracefully before ↵ | Andreas Steffen | 2008-08-01 | 1 | -14/+28 |
| | | | | killing the process brutally | ||||
* | starter now waits for a maximum of 10s instead of 1s for charon before ↵ | Andreas Steffen | 2008-07-29 | 1 | -5/+3 |
| | | | | restarting the daemon | ||||
* | support of plutostderrlog keyword | Andreas Steffen | 2008-05-11 | 1 | -2/+2 |
| | |||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -29/+1 |
| | | | | | using named users, groups fixed capability dropping in pluto | ||||
* | fixed compiler warning | Martin Willi | 2008-04-17 | 1 | -1/+1 |
| | |||||
* | respecting ipsec.conf cachecrls= option | Martin Willi | 2008-04-17 | 1 | -10/+0 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -10/+0 |
| | |||||
* | be less agressive, but more verbose in killing charon | Martin Willi | 2007-11-15 | 1 | -1/+6 |
| | |||||
* | added RCSID | Andreas Steffen | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 1 | -0/+5 |
| | | | | added --with-uid/--with-gid configure option | ||||
* | setting MALLOC_CHECK_=0 for charon to not use glibc's malloc checker | Martin Willi | 2007-05-02 | 1 | -0/+2 |
| | |||||
* | implementation of strictcrlpolicy=ifuri | Andreas Steffen | 2007-04-20 | 1 | -0/+1 |
| | |||||
* | unshare argument buffers | Andreas Steffen | 2007-04-19 | 1 | -5/+4 |
| | |||||
* | support cachecrls=yes | Andreas Steffen | 2007-04-05 | 1 | -0/+4 |
| | |||||
* | support of crlcheckinterval=0 to disable IKEv2 CRL fetching | Andreas Steffen | 2007-04-04 | 1 | -1/+9 |
| | |||||
* | add --eapdir option only if defined in ipsec.conf | Andreas Steffen | 2007-02-14 | 1 | -2/+5 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -0/+2 |
| | | | | | includes a lot of other modifications | ||||
* | added charondebug config parameter to set debug level at startup | Martin Willi | 2006-10-18 | 1 | -1/+34 |
| | |||||
* | generation of default key | Andreas Steffen | 2006-07-03 | 1 | -0/+23 |
| | |||||
* | fixed execv call args to work when using strictcrl and syslog | Martin Willi | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | added strictcrlpolicy command line argument | Andreas Steffen | 2006-06-14 | 1 | -1/+5 |
| | |||||
* | (no commit message) | Martin Willi | 2006-04-28 | 1 | -0/+174 |