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
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixed wrong emailAddress OID introduced by revision c31687da
Andreas Steffen
2009-08-18
1
-3
/
+3
*
Replacing gethostbyname, gethostbyname2 and their _r variants with getaddrinf...
Tobias Brunner
2009-08-14
1
-86
/
+53
*
OpenSolaris needs libsocket and libnsl for socket().
Tobias Brunner
2009-08-14
1
-1
/
+1
*
Defined some missing fixed-width int types on OpenSolaris.
Tobias Brunner
2009-08-14
1
-0
/
+13
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
10
-17
/
+17
*
We need to include alloca.h on OpenSolaris.
Tobias Brunner
2009-08-14
1
-0
/
+3
*
FreeBSD's libc does not support backtrace(), but libexecinfo optionally repli...
Tobias Brunner
2009-08-07
1
-1
/
+1
*
use SS_RC_FIRST and SS_RC_LAST
Andreas Steffen
2009-08-06
1
-0
/
+3
*
abort pluto or charon if initialization fails
Andreas Steffen
2009-08-06
1
-0
/
+1
*
activated CAMELLIA_CBC cipher in openssl plugin
Andreas Steffen
2009-08-05
2
-0
/
+20
*
support of SHA224-based certificate signatures
Andreas Steffen
2009-08-05
18
-3
/
+145
*
parse RDNs in multiple SEQUENCEs in all SETs of a DN
Martin Willi
2009-08-03
1
-16
/
+24
*
Make accept(2) and recvfrom(2) cancellation points on Mac OS X.
Tobias Brunner
2009-07-30
1
-0
/
+27
*
added file and segment lengths to checksum.c
Andreas Steffen
2009-07-21
2
-17
/
+48
*
filter objects for segment checksumming by dlpi_name, excludes rare false pos...
Martin Willi
2009-07-21
1
-1
/
+8
*
enumerate executable sections only to build checksum
Martin Willi
2009-07-21
1
-2
/
+1
*
announce integrity testing only once
Martin Willi
2009-07-21
1
-1
/
+0
*
streamlined integrity test output some more
Andreas Steffen
2009-07-18
1
-5
/
+2
*
fix test vector error output
Andreas Steffen
2009-07-17
1
-11
/
+11
*
stop strongswan if integrity check of libstrongswan or daemon fails
Andreas Steffen
2009-07-17
1
-0
/
+6
*
streamlined debug output of integrity tests
Andreas Steffen
2009-07-17
2
-19
/
+28
*
shortened cypto test output
Andreas Steffen
2009-07-17
1
-5
/
+5
*
Revert "gperf under FreeBSD does not know the -m option."
Tobias Brunner
2009-07-16
1
-1
/
+1
*
Removed an unnecessary include of a header that is not available on Mac OS X.
Tobias Brunner
2009-07-15
1
-1
/
+0
*
conversion from ECDSA_WITH_SHAxxx OIDs to signature schemes
Andreas Steffen
2009-07-15
1
-0
/
+6
*
cast pointers to uintptr_t for alignement check
Martin Willi
2009-07-15
1
-2
/
+3
*
gperf under FreeBSD does not know the -m option.
Tobias Brunner
2009-07-14
1
-1
/
+1
*
Corrected check for valid ASN1 types in rdn_enumerate.
Tobias Brunner
2009-07-14
1
-2
/
+3
*
added SHA224_WITH_RSA and ECDSA_WITH_SHAxxx OIDs
Andreas Steffen
2009-07-14
1
-0
/
+6
*
double free caused strange side effects
Andreas Steffen
2009-07-13
1
-1
/
+0
*
great, I got my comma back
Andreas Steffen
2009-07-12
1
-1
/
+1
*
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
*
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
*
contains_wildcard() for DNs uses RDN enumerator
Martin Willi
2009-07-06
1
-19
/
+11
*
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
*
corrected comment
Andreas Steffen
2009-07-04
1
-1
/
+1
[prev]
[next]