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
*
process: Provide an abstraction to spawn child processes with redirected I/O
Martin Willi
2014-10-06
1
-2
/
+2
*
collections: Add interface for read-only dictionaries
Tobias Brunner
2014-06-19
1
-1
/
+1
*
windows: Link against psapi32
Martin Willi
2014-06-06
1
-1
/
+1
*
winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP API
Martin Willi
2014-06-04
1
-0
/
+7
*
windows: Provide a complete native Windows threading backend
Martin Willi
2014-06-04
1
-4
/
+17
*
stream: Separate TCP/Unix stream helpers from stream/service implementations
Martin Willi
2014-06-04
1
-2
/
+11
*
windows: Add utils_init/deinit functions to initialize Winsock2
Martin Willi
2014-06-04
1
-0
/
+2
*
backtrace: Add DbgHelp based Windows support for creating/printing backtraces
Martin Willi
2014-06-04
1
-0
/
+5
*
windows: Link libstrongswan against ws2_32.dll
Martin Willi
2014-06-04
1
-0
/
+4
*
windows: Add a common Windows header for platform specific wrappers
Martin Willi
2014-06-03
1
-1
/
+1
*
settings: Add flex/bison based parser for strongswan.conf
Tobias Brunner
2014-05-15
1
-1
/
+5
*
settings: Extract section and key/value pair types and helper functions
Tobias Brunner
2014-05-15
1
-3
/
+7
*
parser-helper: Add utility class for flex/bison based parsers
Tobias Brunner
2014-05-15
1
-2
/
+3
*
settings: Move to a separate folder
Tobias Brunner
2014-05-15
1
-6
/
+5
*
acert: Implement a plugin finding, validating and evaluating attribute certs
Martin Willi
2014-03-31
1
-0
/
+7
*
x509: Integrate IETF attribute handling, and obsolete ietf_attributes_t
Martin Willi
2014-03-31
1
-2
/
+1
*
utils: Move thread-safe strerror replacement to a separate file
Tobias Brunner
2014-02-24
1
-2
/
+4
*
unit-tests: Add facility to register testable functions
Tobias Brunner
2013-12-04
1
-2
/
+2
*
Prototype implementation of IKE key exchange via NTRU encryption
Andreas Steffen
2013-11-27
1
-0
/
+7
*
unit-tests: Enable libstrongswan tests even if --enable-unit-tests not set
Martin Willi
2013-11-06
1
-3
/
+1
*
iv-gen: Add missing header files to Makefile.am
Tobias Brunner
2013-10-11
1
-0
/
+1
*
iv_gen: Add IV generator that allocates IVs sequentially
Tobias Brunner
2013-10-11
1
-1
/
+1
*
iv_gen: Add IV generator that allocates IVs randomly
Tobias Brunner
2013-10-11
1
-0
/
+1
*
crypto: Add generic interface for IV generators
Tobias Brunner
2013-10-11
1
-1
/
+1
*
printf-hook-builtin: Add a new "builtin" backend using its own printf() routines
Martin Willi
2013-10-11
1
-1
/
+8
*
printf-hook: Move glibc/vstr printf hook backends to separate files
Martin Willi
2013-10-11
1
-2
/
+9
*
Build all shared libraries with -no-undefined and link them properly
Tobias Brunner
2013-09-12
1
-0
/
+3
*
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
[next]