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 (
Collapse
)
Author
Age
Files
Lines
...
*
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 ↵
Tobias Brunner
2009-12-23
3
-179
/
+157
|
|
|
|
private_mutex_t.
*
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 ↵
Tobias Brunner
2009-12-23
2
-0
/
+186
|
|
|
|
pthread_rwlock_* group of functions is not available).
*
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 ↵
Tobias Brunner
2009-12-23
46
-52
/
+54
|
|
|
|
primitives (and utils/mutex.h is now threading.h).
*
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 ↵
Andreas Steffen
2009-12-22
2
-7
/
+10
|
|
|
|
extension
*
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
|
*
Fixed BEET mode by installing SAs with negotiated address in traffic selector
Martin Willi
2009-12-17
10
-26
/
+67
|
*
IKEv1 daemon supports DNS and NBNS server assignment from database
Andreas Steffen
2009-12-16
1
-18
/
+85
|
*
ipsec pool manages dns and nbns servers
Andreas Steffen
2009-12-16
1
-15
/
+298
|
*
cosmetics
Andreas Steffen
2009-12-16
1
-1
/
+1
|
*
provide attributes from SQL database
Andreas Steffen
2009-12-16
4
-3
/
+37
|
*
add IKEv1 support for the Camellia cipher
Andreas Steffen
2009-12-15
2
-0
/
+22
|
*
Added htoun16/32 and untoh16/32 to read/write unaligned network order integers
Martin Willi
2009-12-15
1
-0
/
+54
|
*
Install v6 routes via outgoing interface for now
Martin Willi
2009-12-14
1
-18
/
+7
|
*
fixed IKEv1 support of HMAC_SHA2_256_96
Andreas Steffen
2009-12-09
3
-23
/
+22
|
*
if end id is missing assign IP address to raw public key
Andreas Steffen
2009-12-09
1
-4
/
+10
|
*
IKEv1 support of ESP SHA2_HMAC with correct truncation
Andreas Steffen
2009-12-09
10
-112
/
+160
|
*
some code optimizations
Andreas Steffen
2009-12-09
1
-34
/
+37
|
*
added ipAddrBlocks OID
Andreas Steffen
2009-12-09
1
-0
/
+1
|
*
Improved libfast session management, using a hashtable
Martin Willi
2009-12-08
2
-40
/
+109
|
*
Removed obsolete curl interface specific destructor
Martin Willi
2009-12-08
1
-5
/
+0
|
*
Support "_" and "-" variants of NetworkManager pkg-config packages
Martin Willi
2009-12-08
1
-1
/
+4
|
*
Undef PACKAGE_BUG/URL of strongSwan before including ruby variants
Martin Willi
2009-12-08
2
-0
/
+3
|
*
Remove generated config.h.in from source tree
Martin Willi
2009-12-08
2
-116
/
+1
|
*
The attribute manager was moved from daemon_t to libstrongswan.
Tobias Brunner
2009-12-07
1
-4
/
+4
|
*
Do not execute the callback job if it has been cancelled since registration
Martin Willi
2009-12-03
1
-2
/
+8
|
*
Cleanup library if daemon initialization fails
Martin Willi
2009-12-03
1
-0
/
+2
|
[prev]
[next]