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
...
*
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
*
Moved proposal_keywords to proposal_keywords_static
Francois ten Krooden
2012-09-13
7
-34
/
+131
*
Allow calls to set_address() for any host-sized TS, not only dynamic ones
Tobias Brunner
2012-09-12
1
-1
/
+1
*
Don't return a subset for a dynamic TS unless set_address has been called
Martin Willi
2012-09-11
1
-1
/
+5
*
Add a linked list constructor initializing from an enumerator
Martin Willi
2012-09-11
2
-0
/
+27
*
Add strongswan.conf runtime options for /dev/[u]random files
Martin Willi
2012-09-10
1
-2
/
+7
*
Merge branch 'android-client-cert'
Tobias Brunner
2012-09-04
1
-0
/
+2
|
\
|
*
android: Enable pkcs8 plugin
Tobias Brunner
2012-08-31
1
-0
/
+2
*
|
Merge branch 'eap-client-select'
Tobias Brunner
2012-08-31
2
-14
/
+101
|
\
\
|
*
|
Added eap-dynamic plugin which can proxy any other EAP method
Tobias Brunner
2012-08-31
2
-1
/
+2
|
*
|
Function added that parses EAP method strings ([eap-]type[-vendor])
Tobias Brunner
2012-08-31
2
-0
/
+86
|
*
|
Move our pseudo EAP types out of the range of valid EAP methods
Tobias Brunner
2012-08-31
2
-14
/
+14
|
|
/
*
|
Ported tun_device de-/initialization to FreeBSD
Tobias Brunner
2012-08-29
1
-5
/
+47
*
|
Ported tun_device initialization to OS X utun
Martin Willi
2012-08-28
1
-19
/
+85
|
/
*
define pen_type_t as a vendor-specific type
Andreas Steffen
2012-08-20
1
-1
/
+19
*
Don't use POSIX semaphores if a MONOTONIC clock is available
Martin Willi
2012-08-20
1
-0
/
+8
*
Add a mutex/condvar based semaphore implementation if sem_timedwait is unavai...
Martin Willi
2012-08-20
1
-2
/
+67
*
added IBM and OpenPTS Private Enterprise Numbers
Andreas Steffen
2012-08-20
2
-2
/
+8
*
openssl: Fix registration of the PUBKEY builder
Tobias Brunner
2012-08-18
1
-1
/
+1
*
Add a wrapper around vstr_add_fmt() to avoid having to link libcharon against...
Tobias Brunner
2012-08-17
2
-2
/
+31
*
fixed Makefile for libstrongswan dev headers
Andreas Steffen
2012-08-14
1
-2
/
+2
*
Validate netmask in traffic_selector_create_from_subnet
Tobias Brunner
2012-08-13
1
-0
/
+1
*
Comment fixed
Tobias Brunner
2012-08-13
1
-1
/
+1
*
Merge branch 'android-app'
Tobias Brunner
2012-08-13
20
-45
/
+1478
|
\
[prev]
[next]