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
...
|
*
linked-list: Change interface of callback for invoke_function()
Tobias Brunner
2017-05-26
9
-54
/
+98
|
*
linked-list: invoke_offset() doesn't take any additional arguments anymore
Tobias Brunner
2017-05-26
3
-18
/
+16
|
*
Change interface for enumerator_create_filter() callback
Tobias Brunner
2017-05-26
50
-929
/
+1331
|
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
68
-560
/
+851
|
*
enumerator: Add venumerate() method to enumerator_t that takes a va_list
Tobias Brunner
2017-05-26
2
-8
/
+51
|
*
utils: Add helper macros to read variadic arguments into local variables
Tobias Brunner
2017-05-26
1
-2
/
+46
|
/
*
testing: Fix ikev2/two-certs scenario
Tobias Brunner
2017-05-26
1
-1
/
+1
*
Merge branch 'sha-256-96'
Tobias Brunner
2017-05-26
13
-1
/
+48
|
\
|
*
vici: Make 96-bit truncation for SHA-256 configurable
Tobias Brunner
2017-05-26
2
-0
/
+20
|
*
stroke: Make 96-bit truncation for SHA-256 configurable
Tobias Brunner
2017-05-26
9
-1
/
+17
|
*
child-cfg: Optionally use 96-bit truncation for HMAC-SHA-256
Tobias Brunner
2017-05-26
2
-0
/
+11
|
/
*
android-log: Link against liblog
Tobias Brunner
2017-05-26
1
-0
/
+1
*
unit-tests: Fix test_chunk_eq() if arguments have side-effects
Tobias Brunner
2017-05-24
1
-1
/
+1
*
Merge branch 'avoid-rekey-loss'
Tobias Brunner
2017-05-23
17
-395
/
+1667
|
\
|
*
unit-tests: Check installed IPsec SAs in child-rekey tests
Tobias Brunner
2017-05-23
1
-3
/
+94
|
*
unit-tests: Add assert to check for installed IPsec SAs
Tobias Brunner
2017-05-23
2
-3
/
+115
|
*
unit-tests: Migrate cached IPsec SAs to new IKE_SAs during rekeying
Tobias Brunner
2017-05-23
1
-0
/
+42
|
*
unit-tests: Keep track of installed IPsec SAs in mock kernel_ipsec_t implemen...
Tobias Brunner
2017-05-23
2
-4
/
+136
|
*
child-delete: Delay the removal of the inbound SA of rekeyed CHILD_SAs
Tobias Brunner
2017-05-23
4
-128
/
+422
|
*
delete-child-sa-job: Add new constructor that takes the unique ID of a CHILD_SA
Tobias Brunner
2017-05-23
2
-13
/
+69
|
*
child-sa: Remove state to track installation of half the SA again
Tobias Brunner
2017-05-23
6
-62
/
+47
|
*
unit-tests: Overload helper macro to check for outbound SA state
Tobias Brunner
2017-05-23
1
-2
/
+30
|
*
child-sa: Expose state of the outbound SA
Tobias Brunner
2017-05-23
2
-17
/
+61
|
*
child-sa: Add method to remove the outbound SA and policies
Tobias Brunner
2017-05-23
2
-5
/
+78
|
*
child-sa: Keep track whether the outbound SA has been installed or not
Tobias Brunner
2017-05-23
1
-8
/
+13
|
*
child-delete: Track flags per individual CHILD_SA
Tobias Brunner
2017-05-23
1
-47
/
+78
|
*
ikev2: Delay installation of outbound SAs during rekeying on the responder
Tobias Brunner
2017-05-23
4
-30
/
+124
|
*
child-sa: Add log message for CHILD_SA state changes
Tobias Brunner
2017-05-23
1
-0
/
+4
|
*
child-sa: Add method to associate rekeyed CHILD_SAs with their replacement
Tobias Brunner
2017-05-23
2
-0
/
+35
|
*
child-sa: Add methods that allow partial installation of CHILD_SA
Tobias Brunner
2017-05-23
2
-5
/
+144
|
*
child-sa: Add new state to track installation of only the inbound SA
Tobias Brunner
2017-05-23
2
-1
/
+7
|
*
child-sa: Change API used to set/install policies
Tobias Brunner
2017-05-23
6
-79
/
+119
|
*
child-sa: Split in- and outbound policy de-/installation
Tobias Brunner
2017-05-23
1
-62
/
+127
|
*
child-create: Trigger NARROW_RESPONDER_POST hook before installing SAs
Tobias Brunner
2017-05-23
1
-25
/
+21
|
/
*
Merge branch 'fuzzing'
Tobias Brunner
2017-05-23
26
-41
/
+380
|
\
|
*
tnc-ifmap: Null-terminate buffer to make sscanf()-calls safe
Tobias Brunner
2017-05-23
1
-4
/
+5
|
*
libimcv: Make sure the first argument to sscanf() is null-terminated
Tobias Brunner
2017-05-23
2
-2
/
+6
|
*
asn1: Make sure the first argument to sscanf() is null-terminated
Tobias Brunner
2017-05-23
1
-7
/
+9
|
*
x509: Fix leak when parsing CDPs if an invalid one follows valid ones
Tobias Brunner
2017-05-23
1
-2
/
+2
|
*
pem: Ensure a value before checking Proc-Type in PEM header
Tobias Brunner
2017-05-23
1
-1
/
+1
|
*
chunk: Correctly parse Base64 text where four = follow in a row
Tobias Brunner
2017-05-23
1
-1
/
+1
|
*
configure: Don't modify CFLAGs if fuzzing is enabled
Tobias Brunner
2017-05-23
1
-5
/
+0
|
*
plugin-loader: Disable some logging output when building fuzz targets
Tobias Brunner
2017-05-23
1
-4
/
+19
|
*
x509: Manually print CRL/OCSP URIs when fuzzing
Tobias Brunner
2017-05-23
2
-8
/
+28
|
*
processor: Move priority threads assignment to set_threads()
Tobias Brunner
2017-05-23
1
-4
/
+9
|
*
fuzz: Change how fuzz_certs is built
Tobias Brunner
2017-05-23
1
-5
/
+11
|
*
Add plugin constructor registration for all libraries that provide plugins
Tobias Brunner
2017-05-23
9
-0
/
+65
|
*
plugin-constructors: Add script to generate constructor registration
Tobias Brunner
2017-05-23
2
-0
/
+61
|
*
plugin-loader: Add facility to register plugin constructors
Tobias Brunner
2017-05-23
3
-4
/
+87
|
*
configure: Don't build static libraries by default
Tobias Brunner
2017-05-23
1
-0
/
+1
[prev]
[next]