index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid memory leak when sending RADIUS accounting start message failed
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Ensure that pipe is closed when calling resolvconf(8)
Tobias Brunner
2012-09-28
1
-2
/
+4
*
Avoid memory leak when failing to read file metadata
Tobias Brunner
2012-09-28
1
-0
/
+1
*
The this->data member is never NULL
Tobias Brunner
2012-09-28
2
-2
/
+2
*
Use proper argument for sizeof when copying replay state
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Algorithm names are not always static anymore, avoid string overflows
Tobias Brunner
2012-09-28
1
-5
/
+10
*
Correctly initialize payload length of encrypted payload
Tobias Brunner
2012-09-28
1
-1
/
+1
*
The eap argument of send_response is never NULL
Tobias Brunner
2012-09-28
1
-13
/
+11
*
Properly initialize sockaddr_in struct in fast and dhcp plugins
Tobias Brunner
2012-09-28
2
-8
/
+14
*
Properly initialize ima flag when adding file measurements
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Properly initialize chunk for PCR value in case of errors
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Initialize g and p in create_dh factory method
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Properly initialize chunk for extension OID when parsing CRLs
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Fix parsing of IPv6 headers in ip_packet_t
Tobias Brunner
2012-09-28
1
-0
/
+1
*
Properly cleanup varargs in LDAP fetcher's set_option()
Tobias Brunner
2012-09-28
1
-3
/
+4
*
Properly cleanup varargs in enumerators of both SQL backends
Tobias Brunner
2012-09-28
2
-0
/
+2
*
Allow replay windows smaller than the default of 32
Tobias Brunner
2012-09-27
1
-4
/
+6
*
Properly initialize cached address map in kernel-pfroute plugin
Tobias Brunner
2012-09-27
1
-0
/
+1
*
Clarified error message if enabling UDP decapsulation fails
Tobias Brunner
2012-09-27
2
-2
/
+4
*
Fixed compilation of kernel-pfroute plugin
Tobias Brunner
2012-09-27
1
-4
/
+6
*
Added description for flush_auth_cfg and acct_port plus some minor editorial ...
Tobias Brunner
2012-09-25
1
-6
/
+16
*
IKE_AUTH_LIFETIME task is not defined if IKEv2 is disabled
Tobias Brunner
2012-09-25
1
-1
/
+4
*
New Android release after fixing private key issues on Jelly Bean
Tobias Brunner
2012-09-24
1
-2
/
+2
*
android: Leak the private key reference on Jelly Bean to avoid a bug in the f...
Tobias Brunner
2012-09-24
1
-1
/
+10
*
android: Added a global variable to check the current SDK version
Tobias Brunner
2012-09-24
2
-1
/
+26
*
Don't check interface of inbound message if interfaces are not filtered
Tobias Brunner
2012-09-24
3
-7
/
+19
*
android: Load the private key and certificates separately in android_creds_t
Tobias Brunner
2012-09-24
3
-43
/
+36
*
android: Added a method to get the user's private key via JNI
Tobias Brunner
2012-09-24
3
-1
/
+61
*
android: Added a JNI backed private key implementation
Tobias Brunner
2012-09-24
3
-0
/
+324
*
Documentation about some time values clarified
Tobias Brunner
2012-09-24
2
-3
/
+3
*
removed ikev2/dynamic-responder scenario
Andreas Steffen
2012-09-22
14
-214
/
+0
*
Make sure the if_name member of cached route entries is initialized to NULL
Tobias Brunner
2012-09-22
2
-4
/
+10
*
do not enable integrity and crypto tests in ikev1/rw-cert-unity scenario
Andreas Steffen
2012-09-21
2
-8
/
+0
*
NEWS about kernel interface changes
Tobias Brunner
2012-09-21
1
-0
/
+11
*
Properly handle thread cancelation in rwlock_condvar_t
Tobias Brunner
2012-09-21
1
-15
/
+20
*
Use an rwlock in kernel-pfroute too
Tobias Brunner
2012-09-21
1
-13
/
+14
*
Use rwlock and rwlock_condvar to increase concurrency in kernel-netlink plugin
Tobias Brunner
2012-09-21
1
-58
/
+55
*
Use a separate mutex for cached routes in kernel-netlink plugin
Tobias Brunner
2012-09-21
1
-8
/
+15
*
Added a condvar implementation that works with rwlock_t
Tobias Brunner
2012-09-21
3
-4
/
+220
*
Use a lock to safely check and update the time for the next roam event
Tobias Brunner
2012-09-21
1
-16
/
+28
*
Added an option to configure the interface on which virtual IP addresses are ...
Tobias Brunner
2012-09-21
2
-19
/
+33
*
Changed how kernel-netlink handles virtual IP addresses
Tobias Brunner
2012-09-21
1
-248
/
+308
*
Made IP address enumeration more flexible
Tobias Brunner
2012-09-21
10
-53
/
+50
*
Avoid calculating the hash if hashtable is empty
Tobias Brunner
2012-09-21
1
-0
/
+5
*
Use a hashtable to quickly check for usable IP addresses/interfaces
Tobias Brunner
2012-09-21
2
-85
/
+284
*
Drop packets received on ignored interfaces
Tobias Brunner
2012-09-21
1
-2
/
+12
*
Filter ignored interfaces in kernel interfaces (for events, address enumerati...
Tobias Brunner
2012-09-21
4
-61
/
+134
*
%any is never on a local interface
Tobias Brunner
2012-09-21
2
-0
/
+10
*
Avoid memset in is_anyaddr()
Tobias Brunner
2012-09-21
1
-6
/
+2
*
Make it easy to check if an address is locally usable via changed get_interfa...
Tobias Brunner
2012-09-21
10
-65
/
+62
[prev]
[next]