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
...
*
Add an option to send a vendor ID, allows us to properly support private exte...
Martin Willi
2010-01-07
9
-8
/
+205
*
added some recent new attributes registered with IANA
Andreas Steffen
2010-01-07
2
-3
/
+9
*
ipsec pki --self|issue supports --pathlen option setting a path length constr...
Andreas Steffen
2009-12-31
5
-5
/
+35
*
make error message about missing MD4 hasher more explicit
Andreas Steffen
2009-12-30
1
-1
/
+1
*
differentiate EAP method initialization errors
Andreas Steffen
2009-12-30
1
-12
/
+18
*
Pluto's fetcher thread is now created via libstrongswan.
Tobias Brunner
2009-12-26
1
-4
/
+11
*
enforce RFC 3779 address constraints on traffic selectors
Andreas Steffen
2009-12-25
1
-0
/
+61
*
Adapted the load_tester kernel-interface to the changes introduced in 6ec949e02.
Tobias Brunner
2009-12-23
1
-2
/
+3
*
Added some IPv6 tweaks for Android.
Tobias Brunner
2009-12-23
1
-1
/
+11
*
Semicolon removed.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
According to the man page (and the header files in Android) prctl takes a tot...
Tobias Brunner
2009-12-23
1
-1
/
+2
*
Added a workaround for the missing pthread_cancel on Android.
Tobias Brunner
2009-12-23
1
-0
/
+35
*
Use pthread_cond_timedwait_monotonic on Android.
Tobias Brunner
2009-12-23
2
-2
/
+9
*
Cache queue locking in credential manager corrected.
Tobias Brunner
2009-12-23
1
-2
/
+13
*
Join worker threads when destroying the processor.
Tobias Brunner
2009-12-23
1
-10
/
+24
*
Callback job refactored and fixed.
Tobias Brunner
2009-12-23
2
-47
/
+106
*
Whitespace cleanup.
Tobias Brunner
2009-12-23
3
-43
/
+43
*
Readding changes that got lost during refactoring/rebasing.
Tobias Brunner
2009-12-23
1
-4
/
+17
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
36
-249
/
+211
*
Adding an object-oriented wrapper for thread-specific values.
Tobias Brunner
2009-12-23
2
-0
/
+146
*
Adding an object-oriented wrapper for threads.
Tobias Brunner
2009-12-23
2
-0
/
+592
*
Check if libpthread is required or not.
Tobias Brunner
2009-12-23
4
-4
/
+4
*
Check for pthread_condattr_init added to configure script.
Tobias Brunner
2009-12-23
1
-5
/
+9
*
Moved implementation of condvar_t to mutex.c because it requires access to pr...
Tobias Brunner
2009-12-23
3
-179
/
+157
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
50
-347
/
+337
*
Implemented a read-write lock using only mutex_t and condvar_t (in case the p...
Tobias Brunner
2009-12-23
2
-0
/
+186
*
Threading primitives separated.
Tobias Brunner
2009-12-23
8
-394
/
+530
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
46
-52
/
+54
*
verify RFC3779 IP address blocks along X.509 certificate trust chain
Andreas Steffen
2009-12-23
2
-8
/
+91
*
Fixed untoh32 function
Martin Willi
2009-12-23
1
-1
/
+1
*
do not recalculate netbits for true subnets
Andreas Steffen
2009-12-22
1
-1
/
+4
*
X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate e...
Andreas Steffen
2009-12-22
2
-7
/
+10
*
added create_ipAddrBlock_enumerator() method to x509_t
Andreas Steffen
2009-12-22
2
-0
/
+16
*
cosmetics
Andreas Steffen
2009-12-22
1
-2
/
+4
*
fixed IPv6 bug in calc_range()
Andreas Steffen
2009-12-22
1
-25
/
+16
*
fixed initialization of netbits
Andreas Steffen
2009-12-21
1
-2
/
+3
*
fixed distribution list
Andreas Steffen
2009-12-21
1
-1
/
+1
*
traffic_selector supports RFC 3779 address range format
Andreas Steffen
2009-12-21
3
-46
/
+190
*
Migrated identification_t to INIT/METHOD macros
Martin Willi
2009-12-21
1
-128
/
+95
*
this->type is set by traffic_selector_create()
Andreas Steffen
2009-12-20
1
-2
/
+0
*
parse RFC 3779 addressFamily
Andreas Steffen
2009-12-20
1
-2
/
+16
*
plugin name is x509
Andreas Steffen
2009-12-20
1
-1
/
+1
*
discard certificate with unknown critical extensions
Andreas Steffen
2009-12-20
1
-0
/
+8
*
use traffic_selector_t object to represent ipAddrBlocks
Andreas Steffen
2009-12-20
1
-1
/
+2
*
moved traffic_selectors from charon to libstrongswan
Andreas Steffen
2009-12-20
12
-11
/
+10
*
parse ipAddrBlocks
Andreas Steffen
2009-12-17
1
-1
/
+69
*
fixed updown plugin for mixed IPv4/IPv6 tunnels
Andreas Steffen
2009-12-17
1
-2
/
+8
*
Migrated curl_fetcher to INIT/METHOD macros
Martin Willi
2009-12-17
1
-22
/
+18
*
Added a METHOD() macro to define methods with both public and private signatures
Martin Willi
2009-12-17
1
-0
/
+13
*
Added a INIT() macro to initialize class instances
Martin Willi
2009-12-17
1
-0
/
+6
[prev]
[next]