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
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
linked-list: Don't require an argument for the item when enumerating
Tobias Brunner
2013-07-17
2
-1
/
+21
*
linked-list: Remove unused clone_function() method
Tobias Brunner
2013-07-17
3
-53
/
+7
*
linked-list: Remove barely used find_last() method
Tobias Brunner
2013-07-17
3
-67
/
+0
*
linked-list: Remove unused replace() method
Tobias Brunner
2013-07-17
3
-65
/
+51
*
auth-cfg: use array instead of linked list
Martin Willi
2013-07-17
1
-35
/
+26
*
unit-tests: implement tests for array collection
Martin Willi
2013-07-17
4
-1
/
+363
*
array: introduce an array collection storing elements very efficiently
Martin Willi
2013-07-17
4
-2
/
+613
*
pkcs12: Add plugin dependencies with soft dependencies on the most common alg...
Tobias Brunner
2013-07-15
1
-0
/
+6
*
leak-detective: remove hdr entry when reallocating zero bytes
Martin Willi
2013-07-12
1
-0
/
+6
*
leak-detective: print total of allocated/leaked bytes in usage/report
Martin Willi
2013-07-12
1
-5
/
+13
*
Recognize critical IssuingDistributionPoint CRL extension
Andreas Steffen
2013-07-12
3
-1
/
+8
*
leak-detective: add a usage threshold option based on the number of allocations
Martin Willi
2013-07-10
1
-6
/
+11
*
leak-detective: set_state() only affects the calling thread
Martin Willi
2013-07-10
2
-15
/
+2
*
leak-detective: take a copy of backtrace while printing traces
Martin Willi
2013-07-10
1
-2
/
+3
*
backtrace: add a clone() method
Martin Willi
2013-07-10
2
-7
/
+44
*
leak-detective: remove hdr from the allocation list during realloc()
Martin Willi
2013-07-10
1
-39
/
+60
*
Use strpfx() helper where appropriate
Tobias Brunner
2013-07-08
4
-4
/
+4
*
utils: Add helper function to check a string for a given prefix
Tobias Brunner
2013-07-08
1
-0
/
+8
*
utils: Convert string helper macros to static inline functions
Tobias Brunner
2013-07-08
1
-6
/
+15
*
openssl: RAND_pseudo_bytes() returns 0 if bytes are not cryptographically strong
Martin Willi
2013-07-04
1
-9
/
+6
*
processor: Simplified the main loop
Tobias Brunner
2013-06-28
1
-109
/
+127
*
processor: Don't hold the lock while destroying jobs
Tobias Brunner
2013-06-28
1
-38
/
+66
*
integrity-checker: Use chunk_hash_static() to calculate checksums
Tobias Brunner
2013-06-28
1
-7
/
+2
*
chunk: Add predictable hash function
Tobias Brunner
2013-06-28
3
-2
/
+86
*
plugin-loader: Removed unused path argument of load() method
Tobias Brunner
2013-06-28
3
-13
/
+9
*
integrity-checker: Fix checksum calculation after randomizing chunk_hash()
Tobias Brunner
2013-06-27
1
-2
/
+7
*
unit-tests: Print loaded plugins
Tobias Brunner
2013-06-27
1
-0
/
+1
*
unit-tests: RSA key generation might take longer than 4 seconds
Tobias Brunner
2013-06-27
1
-0
/
+1
*
tests: Properly load plugins from build directory
Tobias Brunner
2013-06-27
1
-7
/
+2
*
plugin-loader: Method added to provide additional search paths for plugins
Tobias Brunner
2013-06-27
2
-10
/
+66
*
capabilities: Return effective UID/GID if user did not configure anything
Tobias Brunner
2013-06-25
1
-2
/
+2
*
capabilities: Report effective UID/GID after dropping capabilities
Tobias Brunner
2013-06-25
1
-1
/
+1
*
capabilities: Handle CAP_CHOWN specially as it might not be required
Tobias Brunner
2013-06-25
2
-2
/
+63
*
capabilities: Check effective UID as fallback if capabilities are not supported
Tobias Brunner
2013-06-25
1
-1
/
+1
*
dhcp: Require CAP_NET_BIND_SERVICE and CAP_NET_RAW to open/bind sockets
Tobias Brunner
2013-06-25
1
-0
/
+3
*
socket-default: Require CAP_NET_BIND_SERVICE for ports < 1024
Tobias Brunner
2013-06-25
1
-1
/
+4
*
capabilities: Only plugins that require CAP_NET_ADMIN demand it
Tobias Brunner
2013-06-25
1
-0
/
+4
*
capabilities: Move global capabilities_t instance to libstrongswan
Tobias Brunner
2013-06-25
3
-2
/
+10
*
capabilities: Ensure required capabilities are actually held by the process/user
Tobias Brunner
2013-06-25
2
-4
/
+58
*
tun-device: Packets sent over utun devices on Mac OS X have the protocol fami...
Tobias Brunner
2013-06-21
1
-0
/
+11
*
tun-device: Avoid opening /dev/tunX multiple times (e.g. on FreeBSD)
Tobias Brunner
2013-06-21
1
-2
/
+6
*
printf-hook: Avoid double-free when freeing Vstr config
Tobias Brunner
2013-06-21
1
-1
/
+0
*
plugin-loader: Move logging of failed features to status()
Tobias Brunner
2013-06-21
1
-7
/
+11
*
plugin-loader: Add method to print loaded plugins on a given log level
Tobias Brunner
2013-06-21
2
-0
/
+18
*
plugin-loader: Collect statistics while loading features, print them in case ...
Tobias Brunner
2013-06-21
1
-69
/
+40
*
plugin-loader: Use different log level if failed feature is in critical plugin
Tobias Brunner
2013-06-21
1
-2
/
+16
*
plugin-loader: Log message when failing to load plugin
Tobias Brunner
2013-06-21
1
-0
/
+8
*
plugin-loader: Reduce verbosity while loading plugins
Tobias Brunner
2013-06-21
1
-4
/
+4
*
leak-detective: (re-)whitelist some OpenSSL functions
Martin Willi
2013-06-21
1
-0
/
+5
*
unit-tests: load plugins in test-runner from build directory
Martin Willi
2013-06-21
2
-1
/
+30
[prev]
[next]