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
/
sa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
moved attribute_manager to libstrongswan
Andreas Steffen
2009-10-13
2
-8
/
+8
*
Merged SIM/USIM manager/card/provider, avoids code duplication
Martin Willi
2009-10-12
3
-297
/
+82
*
SIM card interface takes IMSI as parameter (same as in USIM)
Martin Willi
2009-10-09
1
-14
/
+11
*
Fixed USIM parameter description
Martin Willi
2009-10-09
1
-1
/
+1
*
Separated 3gpp2 USIM card and provider functionality
Martin Willi
2009-10-09
1
-13
/
+19
*
Implemented a manager for USIM cards/providers very similar to the SIM manager
Martin Willi
2009-10-09
2
-0
/
+284
*
Catch CHILD_SA state changes during acquire
Martin Willi
2009-10-07
1
-17
/
+45
*
Do not increase the invalid-KE/Cookie retry counter for additional keyingtry ...
Martin Willi
2009-09-24
1
-1
/
+3
*
Do not create a replacement IKE_SA if we have CHILD_SAs to route only
Martin Willi
2009-09-24
1
-8
/
+7
*
Using the correct type for ME_ENDPOINT payloads in connectivity checks.
Tobias Brunner
2009-09-24
1
-1
/
+2
*
Fixed encoding of hash-and-url cert payload
Martin Willi
2009-09-22
1
-13
/
+13
*
Enforce a local address of the same family as remote address
Martin Willi
2009-09-21
1
-2
/
+8
*
Cleaned up some code of the mediation extension.
Tobias Brunner
2009-09-04
7
-243
/
+323
*
Moved set_state after the DBG0 statement, so that the message gets logged als...
Tobias Brunner
2009-09-04
1
-2
/
+2
*
remove spaces before tabs at the beginning of lines (^( )+\t)
Martin Willi
2009-09-04
4
-17
/
+17
*
remove spaces within tabs (\t( )+\t)
Martin Willi
2009-09-04
14
-15
/
+15
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
4
-38
/
+38
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
57
-1557
/
+1557
*
fixed memleak in rekey collissions
Martin Willi
2009-09-03
1
-0
/
+3
*
Convert empty CREATE_CHILD_SA exchange to an INFORMATIONAL
Martin Willi
2009-09-03
1
-1
/
+3
*
Use get_notify() to look up single notifies
Martin Willi
2009-09-03
4
-104
/
+35
*
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
7
-115
/
+119
*
Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...
Tobias Brunner
2009-09-01
1
-6
/
+6
*
If no inbound CHILD_SA is found, try to find an outbound SA.
Tobias Brunner
2009-09-01
2
-4
/
+18
*
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
*
use time_monotonic() instead of time() for statistics and time difference cal...
Martin Willi
2009-08-31
3
-14
/
+15
*
use time_monotonic() instead of gettimeofday() for time difference calculations
Martin Willi
2009-08-31
1
-1
/
+0
*
updated charon to new fingerprinting API
Martin Willi
2009-08-26
2
-45
/
+44
*
remove incomplete SAs with PROTO_ESP
Martin Willi
2009-08-25
1
-0
/
+6
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
5
-8
/
+8
*
prepare CAMELLIA_CCM ESP encryption
Andreas Steffen
2009-08-10
1
-0
/
+3
*
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
1
-3
/
+3
*
printing u_int64_t caused segfault on 32-bit platforms
Andreas Steffen
2009-08-07
1
-3
/
+3
*
do not set usetime if query_policy() fails
Andreas Steffen
2009-08-07
1
-2
/
+10
*
Fixed a race condition when querying stats of a child_sa in different order.
Tobias Brunner
2009-08-06
4
-45
/
+46
*
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
4
-29
/
+11
*
output number of transmitted bytes in closing CHILD_SA statement
Andreas Steffen
2009-08-04
1
-1
/
+5
*
compare IKE config when reusing an existing IKE_SA to initiate a CHILD_SA
Martin Willi
2009-08-03
1
-8
/
+13
*
corrected interface definition
Andreas Steffen
2009-07-31
1
-1
/
+1
*
update usetime only if usebytes increase
Andreas Steffen
2009-07-30
3
-10
/
+67
*
display transmitted bytes per SA
Andreas Steffen
2009-07-30
2
-0
/
+38
*
report installation failure of inbound and/or outbound IPsec SA, separately
Andreas Steffen
2009-07-13
1
-8
/
+11
*
implemented ike_down() bus hook
Martin Willi
2009-07-09
4
-8
/
+66
*
implemented ike_up() bus hook
Martin Willi
2009-07-09
1
-0
/
+2
*
implemented child_down() bus hook
Martin Willi
2009-07-09
1
-2
/
+17
*
implemented child_up() bus hook
Martin Willi
2009-07-09
5
-9
/
+30
[prev]
[next]