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
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream: add a manager to dynamically register streams and services
Martin Willi
2013-07-18
1
-2
/
+2
*
stream: add a stream service class abstracting services using BSD sockets
Martin Willi
2013-07-18
1
-0
/
+2
*
stream: add a stream class abstracting BSD sockets
Martin Willi
2013-07-18
1
-2
/
+2
*
watcher: add a centralized an generic facility to monitor file descriptors
Martin Willi
2013-07-18
1
-2
/
+2
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-9
/
+11
*
keychain: add a stub for a credential plugin using OS X Keychain Services
Martin Willi
2013-07-18
1
-0
/
+7
*
array: introduce an array collection storing elements very efficiently
Martin Willi
2013-07-17
1
-1
/
+2
*
Enable coverage report for libstrongswan
Tobias Brunner
2013-06-11
1
-1
/
+2
*
Add test runner for unit tests in libstrongswan
Tobias Brunner
2013-06-11
1
-0
/
+7
*
Add pkcs12 plugin which adds support for decoding PKCS#12 containers
Tobias Brunner
2013-05-08
1
-0
/
+7
*
Move PKCS#12 key derivation to a separate file
Tobias Brunner
2013-05-08
1
-1
/
+2
*
Add implementation of the RC2 block cipher (RFC 2268)
Tobias Brunner
2013-05-08
1
-0
/
+7
*
Extract PKCS#5 handling from pkcs8 plugin to separate helper class
Tobias Brunner
2013-05-08
1
-2
/
+2
*
Add sshkey plugin stub that will parse RFC 4253 public keys
Tobias Brunner
2013-05-07
1
-0
/
+7
*
backtrace: add an alternative stack unwinding implementation using libunwind
Martin Willi
2013-05-06
1
-1
/
+1
*
Use the GEN silent rule when generating oid database with perl
Martin Willi
2013-05-06
1
-0
/
+2
*
Use the GEN silent rule when generating gperf files
Martin Willi
2013-05-06
1
-0
/
+1
*
Implemented rr_set_t interface
Reto Guadagnini
2013-02-19
1
-1
/
+1
*
Added unbound plugin implementing the resolver interface using libunbound
Reto Guadagnini
2013-02-19
1
-0
/
+7
*
Added manager for DNS resolvers
Reto Guadagnini
2013-02-19
1
-1
/
+2
*
Added interface for DNS resolvers
Reto Guadagnini
2013-02-19
1
-0
/
+2
*
Add a rdrand plugin stub detecting availability of RDRAND instructions
Martin Willi
2013-01-11
1
-0
/
+7
*
Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there only
Martin Willi
2012-12-19
1
-4
/
+2
*
Remove unused monolithic PKCS#7 code
Martin Willi
2012-12-19
1
-2
/
+2
*
Add a plugin stub for PKCS#7 containers
Martin Willi
2012-12-19
1
-0
/
+7
*
Add a generic interface for crypto containers and a more specific PKCS#7 inte...
Martin Willi
2012-12-19
1
-0
/
+2
*
Moved utils.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Moved settings_t to utils folder
Tobias Brunner
2012-10-24
1
-4
/
+4
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-6
/
+7
*
Moved enum_name_t to utils folder
Tobias Brunner
2012-10-24
1
-4
/
+4
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
1
-4
/
+4
*
Moved printf hooks to utils folder
Tobias Brunner
2012-10-24
1
-4
/
+4
*
Moved integrity_checker_t to utils folder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+4
*
Moved packet_t and tun_device_t to networking folder
Tobias Brunner
2012-10-24
1
-6
/
+8
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
1
-4
/
+6
*
Resolve hosts by DNS name in separate threads so we can cancel them
Tobias Brunner
2012-10-18
1
-3
/
+3
*
Include all dev headers, even if they are configuration specific
Martin Willi
2012-10-02
1
-5
/
+4
*
Added a condvar implementation that works with rwlock_t
Tobias Brunner
2012-09-21
1
-4
/
+4
*
Moved proposal_keywords to proposal_keywords_static
Francois ten Krooden
2012-09-13
1
-8
/
+10
*
fixed Makefile for libstrongswan dev headers
Andreas Steffen
2012-08-14
1
-2
/
+2
*
Added utility class to create TUN devices
Tobias Brunner
2012-08-08
1
-2
/
+2
*
Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswan
Tobias Brunner
2012-08-08
1
-4
/
+6
*
Added a simple blocking queue around linked_list_t
Tobias Brunner
2012-08-08
1
-4
/
+4
*
Moved packet_t to libstrongswan
Tobias Brunner
2012-08-08
1
-3
/
+4
*
With --enable-bfd-backtraces, use binutils libbfd to resolve backtraces
Martin Willi
2012-07-13
1
-1
/
+1
*
fixed libstrongswan/Makefile.am
Andreas Steffen
2012-07-11
1
-11
/
+11
*
Install dev headers only if --with-dev-headers= option is set
Martin Willi
2012-07-11
1
-1
/
+3
*
Install libstrongswan development headers
Martin Willi
2012-07-11
1
-78
/
+56
*
Refactored heavily #ifdefd capability code to its own libstrongswan class
Martin Willi
2012-07-04
1
-0
/
+5
[next]