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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactored heavily #ifdefd capability code to its own libstrongswan class
Martin Willi
2012-07-04
16
-233
/
+393
*
Use spin locks to update IKE_SAs in controller_t
Tobias Brunner
2012-07-04
1
-4
/
+38
*
Added wrapper for POSIX spin locks
Tobias Brunner
2012-07-04
3
-0
/
+191
*
Fixed job handling in controller_t
Tobias Brunner
2012-07-04
1
-110
/
+128
*
Add charon-nm to .gitignore
Martin Willi
2012-07-03
1
-0
/
+1
*
Default to register_printf_specifier() if no printf hooking #defined
Martin Willi
2012-07-03
1
-0
/
+7
*
openssl: Ensure the thread ID is never zero
Tobias Brunner
2012-07-03
1
-1
/
+3
*
Accept non-"/0" subnet sizes for traffic selectors starting at 0.0.0.0
Martin Willi
2012-07-02
1
-40
/
+9
*
Added GPL header to AndroidConfigLocal.h
Tobias Brunner
2012-06-29
1
-0
/
+15
*
Removed superfluous remove_hasher() call in md5 plugin
Tobias Brunner
2012-06-29
1
-2
/
+0
*
Pass "lo" as faked tundev to NM, as it now needs a valid interface since 0.9
Martin Willi
2012-06-29
1
-3
/
+4
*
As a responder, don't start a TRANSACTION request if we expect one from the i...
Martin Willi
2012-06-29
2
-2
/
+4
*
added Ubuntu 12.04 LTS i686 measurements
Andreas Steffen
2012-06-28
1
-0
/
+319
*
IMCs and IMVs might depend on X.509 certificates or trusted public keys
Andreas Steffen
2012-06-28
2
-0
/
+4
*
Defined a macro to replace strerror(3) with calls to thread-safe wrapper
Tobias Brunner
2012-06-28
2
-0
/
+7
*
Thread-safe wrapper around strerror(3)/strerror_r(3) added
Tobias Brunner
2012-06-28
2
-4
/
+92
*
Show some uname() info in "ipsec statusall"
Martin Willi
2012-06-28
1
-3
/
+10
*
Show some uname() info during charon startup
Martin Willi
2012-06-28
1
-1
/
+8
*
libcharon also requires kernel interfaces and a socket implementation
Tobias Brunner
2012-06-27
1
-0
/
+3
*
Defer quick mode initiation if we expect a mode config request
Martin Willi
2012-06-27
1
-1
/
+20
*
Queue a mode config task as responder if we need a virtual IP
Martin Willi
2012-06-27
2
-4
/
+16
*
Add basic support for XAuth responder authentication
Martin Willi
2012-06-27
2
-8
/
+10
*
Map XAuth responder authentication methods between IKEv1 and IKEv2
Martin Willi
2012-06-27
1
-1
/
+13
*
Show remote EAP/XAuth identity in "statusall" on a separate line
Martin Willi
2012-06-27
1
-1
/
+12
*
gcrypt: Register SHA1 first as HASH_PREFERRED depends on it
Tobias Brunner
2012-06-27
1
-1
/
+1
*
Use static plugin features in libcharon to define essential dependencies
Tobias Brunner
2012-06-27
2
-1
/
+11
*
Use static plugin features in charon-nm
Tobias Brunner
2012-06-27
3
-22
/
+37
*
Ignore a received %any virtual IP for installation
Martin Willi
2012-06-26
1
-1
/
+2
*
Mask the configured mark value to ensure it is in range
Tobias Brunner
2012-06-26
1
-0
/
+2
*
Added MAC wrappers to Android.mk
Tobias Brunner
2012-06-26
1
-0
/
+3
*
Also build charon's IKEv1 implementation on Android
Tobias Brunner
2012-06-26
1
-0
/
+23
*
Build nonce plugin on Android
Tobias Brunner
2012-06-26
1
-0
/
+3
*
Missing source file added to libcharon's Android.mk
Tobias Brunner
2012-06-26
1
-0
/
+1
*
scepclient: Added support to build it on Android
Tobias Brunner
2012-06-26
2
-1
/
+29
*
Added support for the curl plugin on Android
Tobias Brunner
2012-06-26
1
-0
/
+6
*
Avoid SIGSEGV during shutdown if charon is not started as root
Tobias Brunner
2012-06-25
1
-2
/
+2
*
Make rescheduling a job more predictable
Tobias Brunner
2012-06-25
4
-49
/
+90
*
Centralized thread cancellation in processor_t
Tobias Brunner
2012-06-25
31
-475
/
+261
*
Give processor_t more control over the lifecycle of a job
Tobias Brunner
2012-06-25
26
-169
/
+236
*
Added a method to plugin_loader_t to add 'static' plugin features
Tobias Brunner
2012-06-25
2
-0
/
+115
*
Make sure that all features of critical plugins are loaded
Tobias Brunner
2012-06-25
1
-5
/
+64
*
Added an option to rename the ipsec script during installation
Tobias Brunner
2012-06-25
4
-38
/
+55
*
Removed -o argument when creating .../ipsec.d with install
Tobias Brunner
2012-06-25
1
-1
/
+1
*
Updated ipsec script man page after removing pluto
Tobias Brunner
2012-06-25
1
-85
/
+71
*
Use mac_t and PRF and signer wrappers in cmac plugin
Tobias Brunner
2012-06-25
8
-443
/
+82
*
Use mac_t and PRF and signer wrappers in xcbc plugin
Tobias Brunner
2012-06-25
8
-452
/
+91
*
Make the hmac_t interface a generic interface for message authentication codes
Tobias Brunner
2012-06-25
11
-132
/
+131
*
Simplified creation of PRFs and signers in openssl and hmac plugins
Tobias Brunner
2012-06-25
2
-136
/
+10
*
Function to convert PRFs to hash algorithms added
Tobias Brunner
2012-06-25
2
-0
/
+39
*
hasher_algorithm_from_integrity() optionally returns truncation length
Tobias Brunner
2012-06-25
3
-7
/
+45
[prev]
[next]