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
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
byteorder: Explicitly check for htoXeXX macros
Tobias Brunner
2016-03-31
1
-3
/
+18
*
proposal: Use standard integer types for static keywords
Tobias Brunner
2016-03-31
1
-2
/
+2
*
utils: Remove nonsensical typedefs for standard uint types
Tobias Brunner
2016-03-31
1
-13
/
+0
*
Use u_int32_t legacy type in blowfish header file
Andreas Steffen
2016-03-24
1
-1
/
+1
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
131
-789
/
+789
*
android: Enable build against API level 21
Tobias Brunner
2016-03-23
1
-0
/
+17
*
Fix some Doxygen issues
Tobias Brunner
2016-03-11
2
-8
/
+8
*
identification: Make `written` signed to fix error checking when printing ranges
Tobias Brunner
2016-03-11
1
-3
/
+3
*
Implemented IPv4/IPv6 subnet and range identities
Andreas Steffen
2016-03-10
2
-79
/
+563
*
auth-cfg: Add a rule to suspend certificate validation constraints
Tobias Brunner
2016-03-10
2
-0
/
+18
*
credential-manager: Check cache queue when destroying trusted certificate enu...
Tobias Brunner
2016-03-10
1
-1
/
+2
*
credential-manager: Make online revocation checks optional for public key enu...
Tobias Brunner
2016-03-10
2
-3
/
+9
*
library: Add option to register additional namespaces before calling library_...
Tobias Brunner
2016-03-08
2
-2
/
+43
*
linked-list: Add method to compare two lists of objects for equality
Tobias Brunner
2016-03-08
3
-2
/
+166
*
byteorder: Simplify htoun64/untoh64 functions
Tobias Brunner
2016-03-04
1
-27
/
+0
*
byteorder: Always define be64toh/htobe64 macros
Tobias Brunner
2016-03-04
1
-20
/
+30
*
auth-cfg: Make IKE signature schemes configurable
Tobias Brunner
2016-03-04
5
-37
/
+187
*
ikev2: Diversify signature scheme rule
Thomas Egerer
2016-03-04
2
-30
/
+68
*
thread: Allow thread ID to be value returned by gettid()
Thomas Egerer
2016-03-04
3
-14
/
+32
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
1
-1
/
+0
*
utils: Add enum name for pseudo log group 'any'
Tobias Brunner
2016-02-05
1
-2
/
+4
*
unit-tests: The pseudonym RDN is now recognized, so use something more exotic
Tobias Brunner
2016-01-28
1
-3
/
+3
*
Support pseudonym RDN
Andreas Steffen
2016-01-27
3
-0
/
+5
*
vici: list-cert sends subject, not-before and not-after attributes for pubkeys
Andreas Steffen
2016-01-09
1
-0
/
+1
*
vici: Support of raw public keys
Andreas Steffen
2016-01-09
2
-0
/
+15
*
Apply pubkey and signature constraints in vici plugin
Andreas Steffen
2015-12-17
2
-0
/
+117
*
128 bit default security strength for IKE and ESP algorithms
Andreas Steffen
2015-12-17
1
-19
/
+19
*
libstrongswan: Updated Android.mk to current Makefile.am
Tobias Brunner
2015-12-14
1
-1
/
+2
*
128 bit default security strength requires 3072 bit prime DH group
Andreas Steffen
2015-12-14
3
-16
/
+16
*
Refactored certificate management for the vici and stroke interfaces
5.4.0dr1
Andreas Steffen
2015-12-12
2
-30
/
+130
*
Changed some certificate_type_names and added x509_flag_names
Andreas Steffen
2015-12-11
4
-5
/
+37
*
Allow msSmartcardLogon EKU to be built
Andreas Steffen
2015-12-11
1
-2
/
+2
*
Print OCSP single responses
Andreas Steffen
2015-12-11
3
-5
/
+122
*
Standardized printing of certificate information
Andreas Steffen
2015-12-11
3
-0
/
+653
*
array: Add an insert/create function for value based arrays
Martin Willi
2015-12-07
3
-0
/
+68
*
byteorder: Provide a fallback for le32toh/htole32()
Martin Willi
2015-12-04
1
-0
/
+20
*
byteorder: Add 32-bit unaligned little-endian conversion functions
Martin Willi
2015-12-04
2
-21
/
+27
*
watcher: Check for cancellation if poll() fails with EINTR
Martin Willi
2015-12-04
1
-0
/
+7
*
sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...
Tobias Brunner
2015-11-23
1
-1
/
+4
*
utils: Use the more low-level __NR_ prefix to refer to the syscall number
Tobias Brunner
2015-11-17
1
-1
/
+1
*
utils: Provide a fallback for sigwaitinfo() if needed
Tobias Brunner
2015-11-13
3
-30
/
+36
*
revocation: Allow CRLs to be encoded in PEM format
Tobias Brunner
2015-11-12
1
-1
/
+1
*
curl: Be less strict when considering status codes as errors
Tobias Brunner
2015-11-12
1
-3
/
+3
*
auth-cfg: Prefer merged rules over existing ones when moving them
Tobias Brunner
2015-11-12
1
-3
/
+3
*
android: Provide a fallback for sigwaitinfo()
Tobias Brunner
2015-11-12
1
-1
/
+29
*
android: Replace AndroidConfigLocal.h with a header in utils/compat
Tobias Brunner
2015-11-12
4
-5
/
+16
*
settings: Add settings_value_as_uint64() helper function
Tobias Brunner
2015-11-11
3
-0
/
+58
*
traffic-selector: Don't end printf'ed list of traffic selectors with a space
Tobias Brunner
2015-11-10
2
-8
/
+7
*
plugin-loader: Optionally use RTLD_NOW with dlopen()
Tobias Brunner
2015-11-09
1
-6
/
+11
*
windows: Define RTLD_NOW, even if it is not used
Tobias Brunner
2015-11-09
1
-0
/
+5
[prev]
[next]