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
/
libcharon
/
daemon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reload logger configuration on SIGHUP
Tobias Brunner
2012-10-18
1
-7
/
+349
*
Resolve hosts by DNS name in separate threads so we can cancel them
Tobias Brunner
2012-10-18
1
-1
/
+2
*
Use a CALLBACK feature to create charon's sender and receiver
Tobias Brunner
2012-08-08
1
-12
/
+31
*
Proper fallback if capability dropping is not available
Tobias Brunner
2012-07-27
1
-0
/
+4
*
Refactored heavily #ifdefd capability code to its own libstrongswan class
Martin Willi
2012-07-04
1
-85
/
+3
*
libcharon also requires kernel interfaces and a socket implementation
Tobias Brunner
2012-06-27
1
-0
/
+3
*
Use static plugin features in libcharon to define essential dependencies
Tobias Brunner
2012-06-27
1
-1
/
+10
*
Centralized thread cancellation in processor_t
Tobias Brunner
2012-06-25
1
-1
/
+4
*
Free name of application using libcharon.
Tobias Brunner
2012-05-15
1
-0
/
+1
*
Use name from initialization to access settings in libcharon.
Tobias Brunner
2012-05-03
1
-2
/
+2
*
Store the name of the binary using libcharon to enable specific settings.
Tobias Brunner
2012-05-03
1
-3
/
+4
*
Provide plugin list from charon, not internally in libcharon.
Tobias Brunner
2012-05-03
1
-15
/
+3
*
Merge branch 'ikev1'
Martin Willi
2012-05-02
1
-0
/
+2
|
\
|
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
1
-0
/
+2
|
|
\
|
|
*
IKEv1 XAuth: Added plugin support for XAuth, which allows us to have plugins ...
Clavister OpenSource
2012-03-20
1
-0
/
+2
*
|
|
Added a dedicated sender flush method, delay sender destruction until users gone
Martin Willi
2012-05-02
1
-1
/
+5
|
/
/
*
|
Cache list of plugin names to further simplify its usage.
Tobias Brunner
2012-01-19
1
-14
/
+2
*
|
Simplified logging of list of loaded plugins.
Tobias Brunner
2012-01-19
1
-14
/
+5
*
|
Make sure the certificate cache is flushed when plugins are unloaded.
Tobias Brunner
2011-12-15
1
-0
/
+2
*
|
Destroy mediation managers before unloading plugins.
Tobias Brunner
2011-12-14
1
-4
/
+4
|
/
*
refactored TNC framework
Andreas Steffen
2011-10-25
1
-4
/
+0
*
Plugin enumerator enumerates over loaded features, too
Martin Willi
2011-10-14
1
-1
/
+1
*
Include library.h in plugin.h
Martin Willi
2011-10-14
1
-0
/
+1
*
Clear traps during shutdown before unloading kernel plugins
Martin Willi
2011-09-12
1
-0
/
+4
*
Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers regi...
Martin Willi
2011-08-08
1
-2
/
+0
*
implemented PASS and DROP shunt policies
Andreas Steffen
2011-06-28
1
-0
/
+2
*
explicitly activate use of TNC headers
Andreas Steffen
2011-06-07
1
-0
/
+2
*
Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable
Martin Willi
2011-05-19
1
-3
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-2
/
+4
*
Fall back to _LINUX_CAPABILITY_VERSION if no explicit version is defined.
Tobias Brunner
2011-03-22
1
-1
/
+3
*
replaced ipsec up %startall command by start_action job
Andreas Steffen
2011-02-09
1
-0
/
+4
*
Use newer Linux capability native API, if available
Martin Willi
2011-01-17
1
-9
/
+24
*
Moved generic infrastructure initialization to libcharon_init(), allows us to...
Martin Willi
2011-01-05
1
-11
/
+9
*
Moved logger initialization from libcharon to charon
Martin Willi
2011-01-05
1
-154
/
+9
*
implement IMC and IMV manager classes
Andreas Steffen
2010-11-09
1
-6
/
+0
*
implemented IMC/IMV handler
Andreas Steffen
2010-11-09
1
-0
/
+6
*
moved TNCCS layer out of eap_tnc plugin
Andreas Steffen
2010-09-28
1
-0
/
+2
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
1
-3
/
+2
*
Moved kernel interface to libhydra.
Tobias Brunner
2010-09-02
1
-4
/
+2
*
Moved scheduler_t to libhydra.
Tobias Brunner
2010-09-02
1
-2
/
+0
*
Added kernel event handler stub.
Tobias Brunner
2010-09-02
1
-0
/
+8
*
Refer to processor via hydra and not charon.
Tobias Brunner
2010-09-02
1
-0
/
+1
*
Move processor_t (thread-pool) to libhydra.
Tobias Brunner
2010-09-02
1
-8
/
+3
*
Added a ike_name logger option to prefix the IKE_SA name on each line
Martin Willi
2010-08-25
1
-7
/
+12
*
Moved credential manager to libstrongswan
Martin Willi
2010-07-13
1
-2
/
+0
*
The file logger supports a time prefix using a strftime() format specifier
Martin Willi
2010-07-08
1
-2
/
+4
*
Flush and destroy the send queue before unloading the socket plugins.
Tobias Brunner
2010-06-24
1
-1
/
+1
*
Adding support for the native Linux capabilities interface.
Tobias Brunner
2010-06-15
1
-8
/
+31
*
traffic_selector_t is gone into libstrongswan, migrate printf hook registrati...
Martin Willi
2010-06-07
1
-5
/
+0
*
Moved syslog.h include.
Tobias Brunner
2010-05-04
1
-0
/
+1
[next]