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
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
103
-109
/
+111
*
Moved enum_name_t to utils folder
Tobias Brunner
2012-10-24
10
-14
/
+13
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
11
-15
/
+15
*
Moved printf hooks to utils folder
Tobias Brunner
2012-10-24
6
-9
/
+10
*
Moved integrity_checker_t to utils folder
Tobias Brunner
2012-10-24
5
-6
/
+6
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
62
-64
/
+70
*
Moved packet_t and tun_device_t to networking folder
Tobias Brunner
2012-10-24
6
-11
/
+14
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
11
-14
/
+20
*
Add a traffic selector constructor creating a TS directly from a CIDR string
Martin Willi
2012-10-24
2
-0
/
+30
*
PKCS#11 library search using keyid uses a fallback to look for certificates
Martin Willi
2012-10-24
1
-4
/
+8
*
Add a strongswan.conf option to disable loading of all certificates from a pk...
Martin Willi
2012-10-24
1
-6
/
+11
*
Explicit pkcs11 certificate loading can enforce a module and a slot
Martin Willi
2012-10-24
2
-4
/
+21
*
Be less verbose if loading PKCS#11 certificate fails
Martin Willi
2012-10-24
1
-6
/
+1
*
Add a builder to load specific pkcs11 certificates by keyid
Martin Willi
2012-10-24
3
-0
/
+115
*
If no pkcs11 public key for a private key found, search for a certificate
Martin Willi
2012-10-24
1
-4
/
+53
*
Move pkcs11 public key lookup function declaration to header file
Martin Willi
2012-10-24
3
-20
/
+18
*
Add proposal keywords to explicitly specify PRF algorithms
Martin Willi
2012-10-24
1
-0
/
+8
*
Support field with specifiers in %N printf hook
Martin Willi
2012-10-24
1
-5
/
+7
*
Added an option to reload certificates from PKCS#11 tokens on SIGHUP
Tobias Brunner
2012-10-18
1
-0
/
+16
*
Copy the name of pkcs11_library_t objects
Tobias Brunner
2012-10-18
2
-2
/
+3
*
Use a shortcut to resolve numeric IP addresses (no need for separate threads)
Tobias Brunner
2012-10-18
1
-0
/
+33
*
Use native threads in host resolver so that it works even if processor has no...
Tobias Brunner
2012-10-18
1
-45
/
+77
*
Terminate unused resolver threads after a timeout
Tobias Brunner
2012-10-18
3
-9
/
+35
*
Only create more threads if needed in host_resolver_t
Tobias Brunner
2012-10-18
1
-1
/
+9
*
Use a helper function to add milliseconds to timeval structs
Tobias Brunner
2012-10-18
3
-13
/
+18
*
Resolve hosts by DNS name in separate threads so we can cancel them
Tobias Brunner
2012-10-18
7
-49
/
+371
*
check length of hex-encoded IV
Andreas Steffen
2012-10-07
1
-2
/
+5
*
added some new SHA-512 OIDs
Andreas Steffen
2012-10-03
1
-0
/
+2
*
Include all dev headers, even if they are configuration specific
Martin Willi
2012-10-02
1
-5
/
+4
*
Fixed RNG crypto tester
Tobias Brunner
2012-09-28
1
-11
/
+9
*
Make static analyzers happy when parsing hosts from sockaddr_t
Tobias Brunner
2012-09-28
1
-2
/
+4
*
Make sure first argument is an int when using %.*s to print e.g. chunks
Tobias Brunner
2012-09-28
5
-10
/
+12
*
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
*
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
*
Documentation about some time values clarified
Tobias Brunner
2012-09-24
1
-1
/
+1
*
Properly handle thread cancelation in rwlock_condvar_t
Tobias Brunner
2012-09-21
1
-15
/
+20
*
Added a condvar implementation that works with rwlock_t
Tobias Brunner
2012-09-21
3
-4
/
+220
*
Avoid calculating the hash if hashtable is empty
Tobias Brunner
2012-09-21
1
-0
/
+5
*
Avoid memset in is_anyaddr()
Tobias Brunner
2012-09-21
1
-6
/
+2
*
Make streq() and strcaseeq() static inline functions so they can be used as c...
Tobias Brunner
2012-09-21
1
-25
/
+31
*
Add a linked list constructor taking items from a vararg list
Martin Willi
2012-09-18
2
-2
/
+33
*
Fix Doxygen comment for proposal_keywords_t
Tobias Brunner
2012-09-18
1
-1
/
+1
*
Fix equality comparison of auth_cfg_t
Tobias Brunner
2012-09-18
1
-2
/
+16
*
Add AUTH_RULE_IDENTITY_LOOSE which allows to use IDr loosely as initiator
Tobias Brunner
2012-09-18
2
-0
/
+26
*
Added algorithm lookup via kernel_interface_t to the various kernel interfaces
Tobias Brunner
2012-09-13
2
-3
/
+5
*
Added possibility to register custom proposal keywords
Tobias Brunner
2012-09-13
5
-12
/
+180
*
Removed len argument from proposal_get_token()
Tobias Brunner
2012-09-13
2
-4
/
+3
*
Make arguments for enumerator_create_token|directory const
Tobias Brunner
2012-09-13
2
-7
/
+10
[next]