index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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
5
-5
/
+10
|
*
Check for pthread_condattr_init added to configure script.
Tobias Brunner
2009-12-23
2
-5
/
+11
|
*
Generating the apidoc in an out-of-tree build fixed.
Tobias Brunner
2009-12-23
2
-5
/
+6
|
*
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
3
-1
/
+188
|
|
|
|
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
|
*
firewall-enabled ipv6/net2net-ip6-in-ip4-ikev2 scenario
Andreas Steffen
2009-12-17
8
-38
/
+41
|
*
firewall-enabled ipv6/net2net-ip4-in-ip6-ikev2 scenario
Andreas Steffen
2009-12-17
6
-4
/
+9
|
*
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
11
-26
/
+70
|
*
added IKEv1 Camellia support to NEWS
Andreas Steffen
2009-12-16
1
-0
/
+2
|
*
ikev1/ip-pool-db-push scenario tests DNS and NBNS server support
Andreas Steffen
2009-12-16
3
-0
/
+13
|
*
IKEv1 daemon supports DNS and NBNS server assignment from database
Andreas Steffen
2009-12-16
1
-18
/
+85
|
*
ikev1/ip-pool-db scenario tests DNS and NBNS server support
Andreas Steffen
2009-12-16
3
-0
/
+13
|
*
sql/ip-pool-db scenario tests DNS and NBNS server support
Andreas Steffen
2009-12-16
7
-5
/
+42
|
*
ikev2/ip-pool-db scenario tests DNS and NBNS server support
Andreas Steffen
2009-12-16
5
-2
/
+15
|
*
added ipsec pool DNS and NBNS support to NEWS
Andreas Steffen
2009-12-16
1
-0
/
+4
|
*
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
5
-3
/
+44
|
*
added openssl-ikev1/alg-camellia scenario
Andreas Steffen
2009-12-15
9
-0
/
+114
|
[prev]
[next]