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
...
*
starter: Don't define any hard-coded proposal strings
Tobias Brunner
2017-10-10
1
-9
/
+0
*
openssl: Fix call of X509_CRL_get0_signature() with OpenSSL 1.1.0
Tobias Brunner
2017-10-10
1
-3
/
+3
*
kernel-netlink: Add strings for newer XFRM attribute types
Tobias Brunner
2017-10-06
1
-1
/
+6
*
configure: Fix gperf length parameter determination
Tobias Brunner
2017-10-02
11
-14
/
+38
*
libimcv: Renamed SW Request to SWIMA Request
Andreas Steffen
2017-09-27
1
-1
/
+1
*
SWIMA attribute name changes
Andreas Steffen
2017-09-26
11
-36
/
+36
*
kernel-pfroute: Delay call to if_indextoname(3) when handling RTM_IFINFO
Tobias Brunner
2017-09-26
1
-0
/
+5
*
controller: Consider any IKE_SA destruction as success when terminating
Tobias Brunner
2017-09-25
1
-4
/
+1
*
configure: Detect type of length parameter for gperf generated function
Tobias Brunner
2017-09-19
3
-6
/
+6
*
utils: Include stdint.h
Tobias Brunner
2017-09-19
1
-0
/
+1
*
sec-updater: Make sure `success` is initialized
Tobias Brunner
2017-09-18
1
-1
/
+1
*
dhcp: Fix warning regarding unaligned pointer value due to packed struct
Tobias Brunner
2017-09-18
1
-1
/
+1
*
dhcp: Don't use signed char for DHCP options
Tobias Brunner
2017-09-18
1
-1
/
+1
*
imv-agent: Fix get_attribute() call for preferred language
Tobias Brunner
2017-09-18
1
-2
/
+2
*
bliss: Fix compile error of unit tests due to uninitialized variable
Tobias Brunner
2017-09-18
1
-1
/
+1
*
settings: Fix possible undefined behavior with va_start() and bool
Tobias Brunner
2017-09-18
2
-4
/
+6
*
Define MODP_CUSTOM constructors as variadic functions
Tobias Brunner
2017-09-18
8
-22
/
+28
*
libtnccs: Correctly read dlopen_use_rtld_now option
Tobias Brunner
2017-09-18
2
-2
/
+2
*
plugin-loader: Correctly read dlopen_use_rtld_now option
Tobias Brunner
2017-09-18
1
-1
/
+1
*
android: New release after adding delta CRL support and some bug fixes
Tobias Brunner
2017-09-18
1
-2
/
+2
*
android: Ignore IllegalArgumentException for multicast addresses
Tobias Brunner
2017-09-18
1
-2
/
+23
*
openssl: Add support for delta CRLs
Tobias Brunner
2017-09-18
2
-19
/
+74
*
certificates: Use shared destructor for x509_cdp_t
Tobias Brunner
2017-09-18
6
-46
/
+22
*
child-create: Don't consider a DH group mismatch as failure as responder
Tobias Brunner
2017-09-18
1
-1
/
+0
*
libipsec: Make sure to expire the right SA
Tobias Brunner
2017-09-18
1
-2
/
+9
*
ip-packet: Correctly determine protocol in fragmented IPv6 packets
Tobias Brunner
2017-09-18
1
-6
/
+57
*
ip-packet: Fix "packet too short" error when parsing fragmented IPv4 packets
Tobias Brunner
2017-09-18
1
-1
/
+6
*
charon-tkm: Reset ESA on child SA create failure
Adrian-Ken Rueegsegger
2017-09-15
1
-0
/
+1
*
charon-tkm: Check for error when acquiring ESA ID
Adrian-Ken Rueegsegger
2017-09-15
1
-0
/
+7
*
charon-tkm: Fix AE context life-cycle handling
Adrian-Ken Rueegsegger
2017-09-15
1
-7
/
+10
*
charon-tkm: Return current refcount when releasing ID
Adrian-Ken Rueegsegger
2017-09-15
3
-23
/
+23
*
charon-tkm: Add acquire_ref method to ID manager
Adrian-Ken Rueegsegger
2017-09-15
3
-0
/
+108
*
charon-tkm: Store context ids as int instead of bool
Adrian-Ken Rueegsegger
2017-09-15
1
-5
/
+8
*
charon-tkm: Add missing whitespace log message
Adrian-Ken Rueegsegger
2017-09-15
1
-1
/
+1
*
child-delete: Only let SAs expire naturally if they not already did
Tobias Brunner
2017-09-15
1
-1
/
+1
*
sec-updater: Import SWID tags of updated packages
Andreas Steffen
2017-09-09
3
-57
/
+207
*
libimcv: Corrected caption
Andreas Steffen
2017-09-09
1
-1
/
+1
*
pt-tls-client: Introduced --options as a synonym for --optionsfrom
Andreas Steffen
2017-09-09
2
-3
/
+4
*
sec-updater: Write to log only if at least one update is found.
Andreas Steffen
2017-09-07
2
-19
/
+98
*
android: New release after adding OCSP, CRL cache and some other stuff
Tobias Brunner
2017-09-04
1
-2
/
+2
*
ike: Reset local SPI if retrying to connect in state IKE_CONNECTING
Tobias Brunner
2017-09-04
3
-11
/
+19
*
ike-sa-manager: Add method to change the initiator SPI of an IKE_SA
Tobias Brunner
2017-09-04
2
-4
/
+99
*
ike-init: Fail if DH group in KE payload does not match proposed group
Tobias Brunner
2017-09-04
1
-1
/
+5
*
android: Add disconnect button to dialog if already connected to profile
Tobias Brunner
2017-09-04
1
-31
/
+54
*
android: Load x509 plugin to generate OCSP requests and parse responses
Tobias Brunner
2017-09-04
1
-1
/
+1
*
android: Add support to POST data via SimpleFetcher
Tobias Brunner
2017-09-04
2
-6
/
+62
*
android: Add option to clear cached CRLs
Tobias Brunner
2017-09-04
9
-1
/
+146
*
android: Cache CRLs in app directory
Tobias Brunner
2017-09-04
3
-10
/
+132
*
android: Pass absolute path to the app's data directory via JNI
Tobias Brunner
2017-09-04
2
-6
/
+11
*
android: Hide app selection in profile editor on Android < 5
Tobias Brunner
2017-09-04
2
-0
/
+9
[prev]
[next]