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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use sysconfdir, no need for an additional confdir variable
Martin Willi
2009-09-07
3
-3
/
+3
*
Use macros to define --with options
Martin Willi
2009-09-07
6
-16
/
+12
*
Removed trailing whitespaces in configure.in/Makefile.am
Martin Willi
2009-09-07
2
-2
/
+2
*
remove spaces before tabs at the beginning of lines (^( )+\t)
Martin Willi
2009-09-04
8
-18
/
+18
*
remove spaces within tabs (\t( )+\t)
Martin Willi
2009-09-04
8
-27
/
+27
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
14
-55
/
+55
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
133
-2272
/
+2272
*
fixed open failure debug message in load_secrets
Marius Tomaschewski
2009-09-04
1
-1
/
+1
*
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
*
Fixed some typos; whitespace cleanup.
Tobias Brunner
2009-09-02
1
-11
/
+10
*
Missing commas added.
Tobias Brunner
2009-09-02
2
-2
/
+2
*
handle plugin loading failures
Martin Willi
2009-09-01
1
-5
/
+8
*
Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...
Tobias Brunner
2009-09-01
9
-60
/
+81
*
Handling of new lifetime limits added to stroke.
Tobias Brunner
2009-09-01
1
-0
/
+8
*
Set the packet and byte limits in the netlink and pfkey kernel interfaces.
Tobias Brunner
2009-09-01
2
-5
/
+16
*
Adapted the kernel interfaces to the new lifetime configuration.
Tobias Brunner
2009-09-01
4
-18
/
+19
*
Adapted the config backends to the new lifetime configuration.
Tobias Brunner
2009-09-01
6
-19
/
+39
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
5
-12
/
+33
*
use time_monotonic() instead of gettimeofday() for time difference calculations
Martin Willi
2009-08-31
5
-32
/
+24
*
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
1
-17
/
+9
*
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
*
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
*
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 defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
16
-22
/
+22
*
prepare CAMELLIA_CCM ESP encryption
Andreas Steffen
2009-08-10
1
-0
/
+3
*
%llu correctly prints u_int64_t
Andreas Steffen
2009-08-07
1
-2
/
+2
*
printing u_int64_t caused segfault on 32-bit platforms
Andreas Steffen
2009-08-07
1
-2
/
+2
*
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
1
-16
/
+7
*
Reverted the interface changes introduced in 3f720dc7.
Tobias Brunner
2009-08-06
1
-6
/
+4
*
added support for ipsec.secrets "include" directive
Martin Willi
2009-08-06
1
-13
/
+81
*
Reversed the check for udp.h, fixes compilation on Linux.
Tobias Brunner
2009-08-06
1
-4
/
+4
*
FreeBSD only reports a policy's usetime if a lifetime has been specified when...
Tobias Brunner
2009-08-04
1
-0
/
+7
*
FreeBSD and Mac OS X both set the sequence number of an SADB_X_SPDGET respons...
Tobias Brunner
2009-08-04
1
-5
/
+16
*
implemented query_sa() for PFKEYv2
Andreas Steffen
2009-08-02
1
-2
/
+53
*
update usetime only if usebytes increase
Andreas Steffen
2009-07-30
1
-4
/
+6
*
display transmitted bytes per SA
Andreas Steffen
2009-07-30
5
-19
/
+125
*
Handling of unsupported policy directions (FWD) fixed.
Tobias Brunner
2009-07-30
1
-1
/
+19
*
Enabling NAT-T on Mac OS X using the private SADB_X_EXT_NATT flag and sadb_sa...
Tobias Brunner
2009-07-30
1
-5
/
+45
*
Make accept(2) and recvfrom(2) cancellation points on Mac OS X.
Tobias Brunner
2009-07-30
1
-0
/
+1
[prev]
[next]