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 (
Expand
)
Author
Age
Files
Lines
...
|
*
constraints: Add permitted/excludedNameConstraints check
Martin Willi
2014-10-30
3
-0
/
+400
|
*
constraints: Use a more specific FQDN/email name constraint matching
Martin Willi
2014-10-30
1
-22
/
+73
|
*
constraints: Add requireExplicitPolicy tests
Martin Willi
2014-10-30
1
-0
/
+44
|
*
constraints: Add inhibitAnyPolicy tests
Martin Willi
2014-10-30
1
-0
/
+44
|
*
constraints: Add inhibitPolicyMapping tests
Martin Willi
2014-10-30
1
-4
/
+83
|
*
constraints: Don't reject certificates with invalid certificate policies
Martin Willi
2014-10-30
1
-25
/
+97
|
*
constraints: Add certificate policy and policy mapping unit tests
Martin Willi
2014-10-30
3
-0
/
+472
|
/
*
Merge branch 'id-type-prefix'
Martin Willi
2014-10-30
6
-57
/
+212
|
\
|
*
NEWS: Mention identity prefixes
Martin Willi
2014-10-30
1
-0
/
+9
|
*
swanctl: Document identity type prefixes
Martin Willi
2014-10-30
1
-3
/
+18
|
*
man: Document identification type prefixes in ipsec.conf(5)
Martin Willi
2014-10-30
1
-2
/
+27
|
*
identification: Support custom types in string constructor prefixes
Martin Willi
2014-10-30
3
-0
/
+48
|
*
identification: Support prefixes in string constructors for an explicit type
Martin Willi
2014-10-30
3
-0
/
+58
|
*
unit-tests: Re-align identification_create_from_string() unit test table data
Martin Willi
2014-10-30
1
-52
/
+52
|
/
*
threading: Support rwlock try_write_lock() on Windows
Martin Willi
2014-10-30
1
-2
/
+0
*
threading: Add a more explicit rwlock try_write_lock() testing
Martin Willi
2014-10-30
1
-0
/
+44
*
message: Include encrypted fragment payload in payload (order) rules
Tobias Brunner
2014-10-29
1
-0
/
+12
*
cert-cache: Prevent that a cached issuer is freed too early
Tobias Brunner
2014-10-24
1
-7
/
+10
*
unit-tests: Fix internet checksum tests on big-endian systems
Tobias Brunner
2014-10-23
1
-4
/
+9
*
chunk: Fix internet checksum calculation on big-endian systems
Tobias Brunner
2014-10-23
1
-1
/
+1
*
updown: Explicitly pass caller PATH to updown script
Martin Willi
2014-10-22
1
-0
/
+1
*
ip-packet: Fix length in IPv6 header of generated packets
Tobias Brunner
2014-10-20
1
-1
/
+1
*
Increased fragment size to 1400 in ipv6/net2net-ikev1 scenario
5.2.1
Andreas Steffen
2014-10-18
2
-2
/
+2
*
Enabled IKEv2 fragmentation in ipv6/net2net-ikev2 scenario
Andreas Steffen
2014-10-18
4
-2
/
+6
*
Version bump to 5.2.1
Andreas Steffen
2014-10-18
1
-3
/
+3
*
Remove unneeded get_count() method
Andreas Steffen
2014-10-17
1
-1
/
+0
*
Process TCG/PTS File Measurement attribute incrementally
Andreas Steffen
2014-10-17
1
-37
/
+77
*
Exempt TCG/SEG attributes from unsupported case statement
Andreas Steffen
2014-10-16
2
-4
/
+11
*
Request IF-M segmentation contract for TCG/PTS subtype
Andreas Steffen
2014-10-16
1
-0
/
+27
*
tls: Fix an invalid free on CBC encryption failure
Martin Willi
2014-10-15
1
-1
/
+0
*
tls: Fix a memory leak if AEAD encryption fails
Martin Willi
2014-10-15
1
-0
/
+1
*
tls: Check all bytes of the padding if they equal the padding length
Martin Willi
2014-10-15
2
-0
/
+16
*
android: Fix PA-TNC construction based on data passed via JNI
Tobias Brunner
2014-10-15
1
-3
/
+2
*
libimcv: Add generic constructor for PA-TNC attributes
Tobias Brunner
2014-10-15
2
-0
/
+51
*
backtrace: Fix symbol lookup in dynamic symtab via libbfd
Tobias Brunner
2014-10-14
1
-0
/
+1
*
swid-inventory: Remove unused variable end_of_tag
Tobias Brunner
2014-10-14
1
-6
/
+2
*
swanctl: Fix man page build on FreeBSD
Tobias Brunner
2014-10-14
1
-1
/
+1
*
thread: Test for pending cancellation requests before select()ing on OS X
Martin Willi
2014-10-14
1
-0
/
+28
*
vici: Return default value for get_int() if message value is empty string
Martin Willi
2014-10-14
2
-1
/
+5
*
process: Don't use the shells built-in echo in tests
Martin Willi
2014-10-14
1
-1
/
+1
*
process: Don't use absolute path names for true/false/cat in unit tests
Martin Willi
2014-10-14
1
-4
/
+10
*
kernel-pfroute: Check for RTM_IFANNOUNCE availability
Martin Willi
2014-10-14
2
-0
/
+22
*
process: Include missing <signal.h> for raise(3)
Martin Willi
2014-10-14
1
-0
/
+1
*
ike: Add IKEv2 in description of fragment_size option in strongswan.conf
Tobias Brunner
2014-10-14
1
-3
/
+4
*
ip-packet: Fix removal of TFC padding for IPv6
Tobias Brunner
2014-10-14
1
-1
/
+1
*
vici: Add vici.gemspec.in and vici.rb to distribution
Tobias Brunner
2014-10-14
1
-0
/
+2
*
travis: Build-test updown and ext-auth plugins for Windows
Martin Willi
2014-10-14
1
-0
/
+1
*
android: Implement get_contracts() method in IMC state object
Tobias Brunner
2014-10-14
1
-0
/
+14
*
android: libpts does not exist anymore, don't attempt to load it
Tobias Brunner
2014-10-14
1
-1
/
+0
*
android: Update receive_message() to new imc_msg_t.receive() signature
Tobias Brunner
2014-10-13
1
-2
/
+4
[prev]
[next]