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
...
*
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
|
*
do not abort notifying listeners if a listener unregisters
Martin Willi
2009-07-02
1
-6
/
+0
|
*
added mconsole exec patch based on 2.6.30
Martin Willi
2009-07-01
1
-0
/
+354
|
*
added mconsole exec patch based on 2.6.29
Martin Willi
2009-07-01
1
-0
/
+354
|
*
signal tunnel breakage to NetworkManager
Martin Willi
2009-06-30
1
-6
/
+28
|
*
restarting dbus is insufficient, restart network-manager after installation
Martin Willi
2009-06-30
1
-4
/
+4
|
*
enforce correct RSA signature lenght in gcrypt
Martin Willi
2009-06-30
2
-20
/
+51
|
*
added missing header files
Andreas Steffen
2009-06-24
1
-0
/
+2
|
*
handle --disable-pluto/charon with --enable-integrity-test
Martin Willi
2009-06-22
1
-3
/
+9
|
*
deinit() library if integrity check fails
Martin Willi
2009-06-22
2
-0
/
+2
|
*
build and verify on disk file integrity of pluto and charon executables
Martin Willi
2009-06-22
4
-14
/
+43
|
*
removed functions from faked symbol list, not needed anymore with RTLD_LAZY
Martin Willi
2009-06-22
1
-10
/
+2
|
*
indicate use if integrity testing at startup
Martin Willi
2009-06-22
1
-0
/
+1
|
*
moved checksum_builder/libchechsum to top srcdir to respect build order
Martin Willi
2009-06-22
5
-4
/
+4
|
*
build integrity_checker.c only if --enable-integrity-test set
Martin Willi
2009-06-22
2
-1
/
+11
|
[prev]
[next]