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
/
charon
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use recursive source address lookup if we get a gateway only
Martin Willi
2009-09-03
1
-45
/
+40
*
Fixed load_secrets to acquire/release lock in level 0 only
Marius Tomaschewski
2009-09-03
1
-2
/
+6
*
Simplified the search for ME_CONNECTID notifies.
Tobias Brunner
2009-09-02
1
-42
/
+5
*
Fixed some typos; whitespace cleanup.
Tobias Brunner
2009-09-02
18
-267
/
+266
*
Missing commas added.
Tobias Brunner
2009-09-02
2
-2
/
+2
*
handle plugin loading failures
Martin Willi
2009-09-01
2
-7
/
+13
*
Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...
Tobias Brunner
2009-09-01
12
-124
/
+104
*
Handling of new lifetime limits added to stroke.
Tobias Brunner
2009-09-01
2
-3
/
+19
*
If no inbound CHILD_SA is found, try to find an outbound SA.
Tobias Brunner
2009-09-01
2
-4
/
+18
*
Set the packet and byte limits in the netlink and pfkey kernel interfaces.
Tobias Brunner
2009-09-01
2
-5
/
+16
*
Terminology and return value of get_lifetime of child_sa_t corrected.
Tobias Brunner
2009-09-01
2
-5
/
+5
*
child_sa_t adapted to the new lifetime configuration.
Tobias Brunner
2009-09-01
1
-13
/
+21
*
Adapted the kernel interfaces to the new lifetime configuration.
Tobias Brunner
2009-09-01
7
-46
/
+42
*
Adapted the config backends to the new lifetime configuration.
Tobias Brunner
2009-09-01
6
-19
/
+39
*
child_cfg_t now takes a lifetime_cfg_t to configure the lifetime limits. Also...
Tobias Brunner
2009-09-01
2
-51
/
+47
*
lifetime_cfg_t added to configure lifetime limits of a CHILD_SA.
Tobias Brunner
2009-09-01
1
-1
/
+50
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
10
-33
/
+56
*
use time_monotonic() instead of gettimeofday() for time difference calculations
Martin Willi
2009-08-31
7
-35
/
+24
*
use monotonic time source in convar->timed_wait, and in the scheduler using it
Martin Willi
2009-08-31
2
-3
/
+6
*
fixed crash in crl listing
Martin Willi
2009-08-31
1
-1
/
+1
*
moved chunk_increment() function to libstrongswan
Martin Willi
2009-08-26
1
-18
/
+2
*
updated medsrv and test to new fingerprint/encoding API
Martin Willi
2009-08-26
1
-4
/
+7
*
updated load-tester plugin to new fingerprinting API
Martin Willi
2009-08-26
1
-11
/
+19
*
use only KEY_ID_PUBKEY_SHA1 fingerprint charon internally
Martin Willi
2009-08-26
2
-18
/
+10
*
updated nm plugin to new fingerprinting API
Martin Willi
2009-08-26
1
-3
/
+4
*
updated stroke plugin to fingerprinting API
Martin Willi
2009-08-26
3
-128
/
+135
*
updated charon to new fingerprinting API
Martin Willi
2009-08-26
3
-91
/
+85
*
added support for %prompt-ing private key passhprases in strokes "ipsec secrets"
Martin Willi
2009-08-26
3
-16
/
+85
*
make use of the pem helper plugin to load credentials
Martin Willi
2009-08-26
2
-31
/
+62
*
disable lifetimes of allocated SPIs
Martin Willi
2009-08-25
1
-1
/
+11
*
remove incomplete SAs with PROTO_ESP
Martin Willi
2009-08-25
1
-0
/
+6
*
check integrity of pool code file
Andreas Steffen
2009-08-17
1
-0
/
+6
*
check success of library_init()
Andreas Steffen
2009-08-14
1
-1
/
+6
*
OpenSolaris needs libsocket and libnsl for socket().
Tobias Brunner
2009-08-14
1
-1
/
+1
*
Enable CMSG headers and macros on OpenSolaris.
Tobias Brunner
2009-08-14
1
-0
/
+4
*
Added define to get sigwait with two parameters on OpenSolaris.
Tobias Brunner
2009-08-14
1
-0
/
+2
*
LOG_AUTHPRIV is not defined on OpenSolaris.
Tobias Brunner
2009-08-14
1
-0
/
+4
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
31
-46
/
+46
*
prepare CAMELLIA_CCM ESP encryption
Andreas Steffen
2009-08-10
3
-0
/
+9
*
set protocol to ESP for policies installed as a trap
Martin Willi
2009-08-07
1
-0
/
+4
*
%llu correctly prints u_int64_t
Andreas Steffen
2009-08-07
2
-5
/
+5
*
printing u_int64_t caused segfault on 32-bit platforms
Andreas Steffen
2009-08-07
2
-5
/
+5
*
do not set usetime if query_policy() fails
Andreas Steffen
2009-08-07
1
-2
/
+10
*
Use LONG_MAX instead of a hard-coded value.
Tobias Brunner
2009-08-06
1
-1
/
+5
*
FreeBSD returns the current policy use time only after specifying a hard life...
Tobias Brunner
2009-08-06
1
-1
/
+13
*
Fixed a race condition when querying stats of a child_sa in different order.
Tobias Brunner
2009-08-06
5
-61
/
+53
*
abort pluto or charon if initialization fails
Andreas Steffen
2009-08-06
1
-1
/
+1
*
Don't query the policy usetime if there was no traffic on the SA.
Tobias Brunner
2009-08-06
1
-38
/
+66
*
Reverted the interface changes introduced in 3f720dc7.
Tobias Brunner
2009-08-06
5
-35
/
+15
*
added support for ipsec.secrets "include" directive
Martin Willi
2009-08-06
1
-13
/
+81
[prev]
[next]