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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
report installation failure of inbound and/or outbound IPsec SA, separately
Andreas Steffen
2009-07-13
1
-8
/
+11
|
*
great, I got my comma back
Andreas Steffen
2009-07-12
1
-1
/
+1
|
*
pluto supports AES_CCM and AES_GCM ESP algorithms
Andreas Steffen
2009-07-12
7
-221
/
+349
|
*
put variable definitions up front
Andreas Steffen
2009-07-12
1
-5
/
+8
|
*
cosmetics
Andreas Steffen
2009-07-12
1
-3
/
+3
|
*
added listener.h to charon_SOURCES
Andreas Steffen
2009-07-12
1
-0
/
+1
|
*
use the configured NM connection id as configuration/IKE_SA name
Martin Willi
2009-07-10
1
-45
/
+58
|
*
fixed state check if establishing the CHILD_SA fails
Martin Willi
2009-07-10
1
-1
/
+1
|
*
use the new updown()/rekey() hooks to track the state of NetworkManager ↵
Martin Willi
2009-07-10
1
-41
/
+49
|
|
|
|
connections
*
update libfreeswan/pfkeyv2.h
Andreas Steffen
2009-07-10
1
-13
/
+20
|
*
added AES_CTR, AES_CCM, and AES_GCM strings
Andreas Steffen
2009-07-10
1
-19
/
+26
|
*
implemented ike_down() bus hook
Martin Willi
2009-07-09
5
-31
/
+103
|
*
implemented ike_up() bus hook
Martin Willi
2009-07-09
3
-0
/
+40
|
*
implemented child_down() bus hook
Martin Willi
2009-07-09
1
-2
/
+17
|
*
implemented child_up() bus hook
Martin Willi
2009-07-09
7
-9
/
+72
|
*
implemented ike_rekey()/child_rekey() bus hooks
Martin Willi
2009-07-09
4
-0
/
+92
|
*
added new listener callbacks to track SAs
Martin Willi
2009-07-09
1
-0
/
+40
|
*
moved listener_t interface definition to a separate file
Martin Willi
2009-07-09
5
-108
/
+134
|
*
enforced strongSwan coding rules
Andreas Steffen
2009-07-09
1
-126
/
+130
|
*
added a RADIUS id_prefix option to prefix the IMSI
Martin Willi
2009-07-09
1
-5
/
+16
|
*
memxor does not access unaligned words anymore, but still uses words if possible
Martin Willi
2009-07-08
1
-9
/
+32
|
*
fixed doxygen section pgp
Martin Willi
2009-07-08
1
-0
/
+3
|
*
fixed two doxygen warnings
Martin Willi
2009-07-08
1
-2
/
+4
|
*
remove obsolete child_cfg_t.equal_traffic_selectors() method
Martin Willi
2009-07-07
2
-42
/
+0
|
*
child_cfg matching code prefers a config containing the first proposed TS
Martin Willi
2009-07-07
1
-21
/
+47
|
*
added missing equals() method assignment for ID_ANY identities
Martin Willi
2009-07-07
1
-1
/
+2
|
*
use architecture specific Elf header
Martin Willi
2009-07-06
1
-1
/
+1
|
*
centralized ID type specific method assignement in generic constructor
Martin Willi
2009-07-06
1
-105
/
+69
|
*
removed obsolete init_rdn()/get_next_rdn() functions
Martin Willi
2009-07-06
1
-124
/
+0
|
*
reimplemented dnota() using RDN enumerator
Martin Willi
2009-07-06
1
-72
/
+44
|
*
added a chunk_printable() function (replaces sanitize_chunk)
Martin Willi
2009-07-06
2
-0
/
+40
|
*
replaced {same,match}_dn() by compare_dn(), using the RDN enumerator
Martin Willi
2009-07-06
1
-156
/
+93
|
*
fixed memleak if RND parsing fails
Martin Willi
2009-07-06
1
-0
/
+1
|
*
added unit test for identification_t.matches()
Martin Willi
2009-07-06
2
-0
/
+54
|
*
added unit test for identification_t.equals()
Martin Willi
2009-07-06
2
-0
/
+88
|
*
contains_wildcard() for DNs uses RDN enumerator
Martin Willi
2009-07-06
1
-19
/
+11
|
*
added unit test for identification_t.contains_wildcard()
Martin Willi
2009-07-06
2
-0
/
+41
|
*
simplified identification_t.clone() using memcpy
Martin Willi
2009-07-06
1
-7
/
+2
|
*
use an enumerator to parse RDNs, based on asn1_unwrap() function
Martin Willi
2009-07-06
1
-119
/
+145
|
*
make filter enumerator methods static
Martin Willi
2009-07-06
1
-3
/
+3
|
*
asn1_unwrap() function to parse ASN.1 objects with length/type
Martin Willi
2009-07-06
2
-1
/
+59
|
*
make ecp_x_coordinate_only = yes the default
Andreas Steffen
2009-07-06
1
-2
/
+4
|
*
ecp_x_coordinate only option allows ECP interoperability with MS Windows
Andreas Steffen
2009-07-06
2
-9
/
+24
|
*
support of OpenPGP V4 fingerprints
Andreas Steffen
2009-07-04
1
-22
/
+40
|
*
corrected comment
Andreas Steffen
2009-07-04
1
-1
/
+1
|
*
listen for CHILD_SA state changes only until it has been installed
Martin Willi
2009-07-03
1
-3
/
+5
|
*
updated copyright statement
Andreas Steffen
2009-07-03
7
-1
/
+7
|
*
added additional sanity checks to asn1_length() parsing
Martin Willi
2009-07-03
1
-9
/
+16
|
*
added -avoid-version to LDFLAGS, plugins are not versioned
Martin Willi
2009-07-03
47
-47
/
+47
|
*
defer MOBIKE update if we have no route to the peer
Martin Willi
2009-07-02
2
-0
/
+42
|
[prev]
[next]