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
/
plugins
/
stroke
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Cache list of plugin names to further simplify its usage.
Tobias Brunner
2012-01-19
1
-5
/
+3
*
|
Simplified logging of list of loaded plugins.
Tobias Brunner
2012-01-19
1
-9
/
+4
*
|
Make number of concurrently handled stroke messages configurable.
Tobias Brunner
2011-12-29
1
-2
/
+9
*
|
Limit the number of concurrently handled stroke messages.
Tobias Brunner
2011-12-29
1
-18
/
+104
*
|
Fixed check for log groups when debug_t is unsigned.
Tobias Brunner
2011-11-25
1
-1
/
+1
|
/
*
Cosmetics
Andreas Steffen
2011-10-26
1
-1
/
+2
*
Added a listplugins stroke command to show plugin features
Martin Willi
2011-10-14
1
-0
/
+55
*
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
*
Removed unneeded include.
Tobias Brunner
2011-10-11
1
-1
/
+0
*
Added fallback to ipsec.secrets parser if glob(3) is not available.
Tobias Brunner
2011-10-11
1
-11
/
+22
*
Migrated stroke_cred_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-40
/
+32
*
Migrated stroke_socket_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-6
/
+8
*
bus->listen() and the controller wrappers accept a timeout to wait for callbacks
Martin Willi
2011-08-26
1
-8
/
+8
*
fixed esn type
Andreas Steffen
2011-07-20
1
-2
/
+2
*
added log and status output for ESN
Andreas Steffen
2011-07-16
1
-0
/
+7
*
Replaced more complex iterator usages.
Tobias Brunner
2011-07-06
1
-14
/
+9
*
Replaced ike_sa_t.create_child_sa_iterator with enumerator.
Tobias Brunner
2011-07-06
2
-13
/
+12
*
implemented PASS and DROP shunt policies
Andreas Steffen
2011-06-28
3
-11
/
+75
*
Properly print time differences.
Tobias Brunner
2011-06-07
1
-2
/
+2
*
Use proper printf specifiers to print u_int64_t and uintptr_t.
Tobias Brunner
2011-06-07
1
-4
/
+5
*
Fix compilation with GCC 4.6.
Laurent Bigonville
2011-06-07
1
-1
/
+1
*
Add a closeaction ipsec.conf keyword to configure close action
Martin Willi
2011-06-07
2
-17
/
+23
*
Use CRITICAL job priority class for long running dispatcher jobs
Martin Willi
2011-05-16
1
-4
/
+4
*
Show total and half-open SA count in statusall
Martin Willi
2011-05-16
1
-1
/
+6
*
Show how many threads are active in each class in statusall
Martin Willi
2011-05-16
1
-3
/
+8
*
Added a statusallnb stroke command to show status non-blocking
Martin Willi
2011-05-16
3
-7
/
+13
*
Added a non-blocking, skipping variant of IKE_SA enumerator
Martin Willi
2011-05-16
2
-5
/
+10
*
Processor job scheduling respects job priority classes
Martin Willi
2011-05-16
1
-4
/
+8
*
Added a stroke memusage command to show memory usage
Martin Willi
2011-05-16
1
-0
/
+15
*
Cast size_t len arguments to %.*s to int
Martin Willi
2011-04-20
2
-6
/
+7
*
Use strncpy when reading smartcard keyids from ipsec.secrets.
Tobias Brunner
2011-04-19
1
-1
/
+1
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
1
-0
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
2
-4
/
+12
*
Proper cleanup if IDs in ipsec.secrets cannot be parsed.
Tobias Brunner
2011-04-14
1
-0
/
+2
*
Fix compiler warnings at creation of CRL cache filenames.
Tobias Brunner
2011-04-14
1
-1
/
+1
*
Fixed check for member of stroke_msg_t in pop_string.
Tobias Brunner
2011-04-13
1
-1
/
+1
*
initiate or route all child configs if they have different names from their p...
Andreas Steffen
2011-03-04
1
-27
/
+68
*
initiate or route child configs which don't have a peer config of the same name
Andreas Steffen
2011-03-01
1
-32
/
+86
*
put DN in double quotes
Andreas Steffen
2011-03-01
1
-1
/
+1
*
[hopefully] fixed pathlen problem on ARM platforms
Andreas Steffen
2011-02-10
1
-2
/
+2
*
replaced ipsec up %startall command by start_action job
Andreas Steffen
2011-02-09
1
-59
/
+0
*
Added support for trustchain key strength checking to rightauth option
Martin Willi
2011-01-07
1
-2
/
+13
*
Added a left/rightcertpolicy keyword to specify certificatePolicy requirements
Martin Willi
2011-01-07
2
-0
/
+15
*
Show base CRL of delta CRLs in listcrls
Martin Willi
2011-01-05
1
-0
/
+4
*
Use a generic getter for all numerical X.509 constraints
Martin Willi
2011-01-05
1
-1
/
+1
*
Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,...
Martin Willi
2011-01-05
1
-1
/
+1
*
implemented wrap around of registered IKEv1 algorithm names
Andreas Steffen
2010-12-26
1
-3
/
+1
*
wrap list of IKEv2 algorithms after 120 characters per line
Andreas Steffen
2010-12-24
1
-20
/
+43
*
Migrated stroke_list_t to INIT/METHOD macros
Andreas Steffen
2010-12-24
1
-25
/
+21
[prev]
[next]