index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
starter
/
starter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
starter: Make ipsec.conf path configurable via command line
Tobias Brunner
2013-06-21
1
-3
/
+14
*
starter: ignore return value of sete[gu]id(), now having warn_unused_result
Martin Willi
2013-06-18
1
-5
/
+4
*
starter: Make daemon name configurable
Adrian-Ken Rueegsegger
2013-03-19
1
-13
/
+95
*
starter: Add --attach-gdb option to usage text
Adrian-Ken Rueegsegger
2013-01-22
1
-1
/
+2
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Starter ignores non-fatal errors when reloading config
Tobias Brunner
2012-10-18
1
-1
/
+1
*
Starter unroutes removed or changed connections before loading and routing ne...
Tobias Brunner
2012-10-18
1
-0
/
+8
*
starter: Added --nolog option to suppress logging in starter itself
Tobias Brunner
2012-09-12
1
-2
/
+6
*
starter: Load config again when restarting charon
Tobias Brunner
2012-09-05
1
-0
/
+16
*
Only load kernel plugins in starter when flushing SAD/SPD entries
Tobias Brunner
2012-08-16
1
-9
/
+1
*
Print the kind of *Swan during starter startup
Martin Willi
2012-06-14
1
-1
/
+4
*
starter: Remove all ties to pluto/libfreeswan.
Tobias Brunner
2012-06-11
1
-4
/
+0
*
starter: Remove main parts of pluto support (invoke, whack).
Tobias Brunner
2012-06-11
1
-162
/
+43
*
starter: Drop support for %defaultroute.
Tobias Brunner
2012-06-11
1
-7
/
+0
*
starter: Migrated logging to libstrongswan.
Tobias Brunner
2012-06-11
1
-56
/
+114
*
starter: Go back to single threaded mode.
Tobias Brunner
2012-06-08
1
-20
/
+5
*
starter: Only handle SIGCHLD asynchronously and the rest in pselect(2).
Tobias Brunner
2012-06-06
1
-8
/
+17
*
starter: (De-)Initialize logging when forking.
Tobias Brunner
2012-06-05
1
-0
/
+2
*
starter: Changed signal handling now that starter is multi-threaded.
Tobias Brunner
2012-06-04
1
-14
/
+56
*
starter: Initialize thread pool so kernel events are consumed.
Tobias Brunner
2012-05-15
1
-0
/
+9
*
Do not ignore configs for IKEv1 in charon anymore
Martin Willi
2012-03-20
1
-12
/
+6
*
starter: Use kernel interfaces to flush SAD and SPD.
Tobias Brunner
2011-10-21
1
-0
/
+4
*
starter: Load plugins specific to starter.
Tobias Brunner
2011-10-21
1
-0
/
+8
*
starter: INFO_FILE is not used anymore.
Tobias Brunner
2011-10-21
1
-1
/
+0
*
starter: Close open file descriptors after forking.
Tobias Brunner
2011-10-13
1
-1
/
+5
*
starter: Only create self-signed certificate if scepclient is built.
Tobias Brunner
2011-10-12
1
-38
/
+42
*
starter: Check for processes with PIDs stored in pid files.
Tobias Brunner
2011-09-28
1
-6
/
+39
*
Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable
Martin Willi
2011-05-19
1
-2
/
+0
*
IKEv2 was only partially the default for connections with auto=route and auto...
Tobias Brunner
2011-04-27
1
-2
/
+2
*
Warn about manual plugin load directives for pluto/charon with --disable-load...
Andreas Steffen
2010-07-15
1
-0
/
+16
*
Revert "Warn about manual plugin load directives for pluto/charon"
Martin Willi
2010-07-14
1
-11
/
+0
*
Warn about manual plugin load directives for pluto/charon
Martin Willi
2010-07-13
1
-0
/
+11
*
free config before exiting since library_deinit() calls leak detective
Andreas Steffen
2010-05-02
1
-4
/
+3
*
Initialize libstrongswan in starter (fixes Vstr logging).
Tobias Brunner
2010-04-29
1
-0
/
+4
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-7
/
+7
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
1
-3
/
+3
*
use SS_RC_FIRST and SS_RC_LAST
Andreas Steffen
2009-08-06
1
-2
/
+1
*
abort pluto or charon if initialization fails
Andreas Steffen
2009-08-06
1
-2
/
+2
*
stop strongswan if integrity check of libstrongswan or daemon fails
Andreas Steffen
2009-07-17
1
-8
/
+16
*
enforce strongSwan coding rules
Andreas Steffen
2009-07-17
1
-0
/
+16
*
consistent display of strongSwan version
Andreas Steffen
2009-06-13
1
-1
/
+1
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
merging changes from portability branch back to trunk
Tobias Brunner
2009-04-30
1
-3
/
+3
*
cosmetics
Andreas Steffen
2009-04-19
1
-16
/
+14
*
conversion from 8 spaces to 4 spaces per tab
Andreas Steffen
2009-04-19
1
-563
/
+563
*
merged multi-auth branch back into trunk
Martin Willi
2009-04-14
1
-2
/
+8
*
fixed compiler warnings issued by:
Martin Willi
2008-11-11
1
-2
/
+2
*
merging kernel_klips plugin back into trunk
Tobias Brunner
2008-11-11
1
-1
/
+6
*
check if parsing of ipsec update was successful
Andreas Steffen
2008-07-02
1
-2
/
+5
*
replaced --with-gid/uid by --with-group/user
Martin Willi
2008-05-08
1
-0
/
+62
[next]