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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
integrity-checker: Fix checksum calculation after randomizing chunk_hash()
Tobias Brunner
2013-06-27
1
-2
/
+7
*
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
1
-2
/
+2
*
capabilities: Ensure required capabilities are actually held by the process/user
Tobias Brunner
2013-06-25
2
-4
/
+58
*
printf-hook: Avoid double-free when freeing Vstr config
Tobias Brunner
2013-06-21
1
-1
/
+0
*
leak-detective: (re-)whitelist some OpenSSL functions
Martin Willi
2013-06-21
1
-0
/
+5
*
backtrace: use backtrace_symbols() only if we have backtrace() and dladdr() f...
Martin Willi
2013-06-19
1
-5
/
+16
*
utils: Remove volatile qualifier from refcount_t typedef
Tobias Brunner
2013-06-19
1
-2
/
+1
*
utils: ref_get() returns the new value of the reference counter
Martin Willi
2013-06-11
2
-4
/
+9
*
leak-detective: Resolve hooked functions during initialization
Tobias Brunner
2013-06-11
1
-1
/
+4
*
Add getter for the number of leaks to leak_detective_t
Tobias Brunner
2013-06-11
2
-2
/
+23
*
Gracefully handle NULL as argument for enum_from_name()
Tobias Brunner
2013-06-11
1
-1
/
+1
*
Fail DN parsing if OID is unterminated
Tobias Brunner
2013-06-11
1
-2
/
+6
*
Fix DN printing if last RDN has an empty value
Tobias Brunner
2013-06-11
1
-11
/
+32
*
Fix DN parsing if last RDN has an empty value
Tobias Brunner
2013-06-11
1
-1
/
+1
*
Fix output of ASN.1 GN
Tobias Brunner
2013-06-11
1
-1
/
+1
*
Use chunk_from_str in identification_from_string
Tobias Brunner
2013-06-11
1
-17
/
+5
*
Use local variable in chunk_from_str()
Tobias Brunner
2013-06-11
1
-2
/
+2
*
Parse empty string as ID_ANY
Tobias Brunner
2013-06-11
1
-2
/
+3
*
Allow memstr() to be called with NULL arguments
Tobias Brunner
2013-06-11
1
-1
/
+6
*
Removed unused clalloc() function
Tobias Brunner
2013-06-11
2
-18
/
+0
*
timeval_add_ms() fixed
Tobias Brunner
2013-06-11
1
-1
/
+1
*
Randomly allocate chunk_hash() key during first use
Tobias Brunner
2013-06-11
1
-1
/
+46
*
Replace chunk_hash() with output from chunk_mac()
Tobias Brunner
2013-06-11
2
-75
/
+31
*
Adding chunk_mac() which calculates a 64-bit MAC using SipHash-2-4
Tobias Brunner
2013-06-11
2
-3
/
+133
*
Allow memwipe() to be called with NULL argument
Tobias Brunner
2013-05-27
1
-0
/
+4
*
capabilities: leak-detective using dlsym() does not need CAP_SYS_NICE anymore
Martin Willi
2013-05-15
1
-6
/
+0
*
capabilities: initialize supplementary groups only when doing a setuid()
Martin Willi
2013-05-15
1
-1
/
+1
*
openssl: Properly cleanup OpenSSL library
Tobias Brunner
2013-05-08
1
-7
/
+0
*
settings: Add a set_default_str() to set a different default for a key
Martin Willi
2013-05-06
2
-0
/
+31
*
backtrace: use atos instead of addr2line on OS X to resolve source lines
Martin Willi
2013-05-06
1
-3
/
+11
*
backtrace: add an alternative stack unwinding implementation using libunwind
Martin Willi
2013-05-06
1
-5
/
+34
*
leak-detective: add support for OS X by hooking default malloc zone
Martin Willi
2013-05-06
1
-5
/
+160
*
leak-detective: remove unused malloc call counters
Martin Willi
2013-05-06
1
-7
/
+0
*
leak-detective: align allocations on both 32 and 64-bit systems to 32 bytes
Martin Willi
2013-05-06
1
-0
/
+5
*
leak-detective: call tzset() explicitly before enabling leak detective
Martin Willi
2013-05-06
1
-6
/
+11
*
leak-detective: override malloc functions instead of using deprecated hooks
Martin Willi
2013-05-06
1
-128
/
+206
*
esc() is only used if dladdr(3) is available
5.0.3dr3
Tobias Brunner
2013-03-08
1
-12
/
+13
*
Don't invoke addr2line if dladdr() did not yield a filename
Martin Willi
2013-03-04
1
-1
/
+1
*
backtrace_t.log() takes a NULL file pointer to log to registered dbg() hook
Martin Willi
2013-03-04
2
-33
/
+71
*
Don't use color escapes when printing backtraces to a non-TTY file
Martin Willi
2013-03-04
1
-11
/
+20
*
Add a utility function to resolve TTY color escape codes dynamically
Martin Willi
2013-03-04
2
-0
/
+103
*
make TNC Access Requestor ID available to IMVs
Andreas Steffen
2013-03-03
2
-12
/
+18
*
added getpwuid_r and initgroups to whitelist
Andreas Steffen
2013-03-03
1
-0
/
+2
[prev]
[next]