]> git.ipfire.org Git - thirdparty/strongswan.git/shortlog
thirdparty/strongswan.git
2014-06-04  Martin Willilibnccs: Fix casts between integers and pointers
2014-06-04  Martin Willitnc-imc/imv: Don't include <dlfcn.h> on Windows
2014-06-04  Martin Willilibtnccs: Use a default tnc_config in the current worki...
2014-06-04  Martin Willilibpts: Work around BASETSD_H define mismatch between...
2014-06-04  Martin Williimc-attestation: Use TNC_IMV_API prefix on TNC function...
2014-06-04  Martin Willilibimcv: Use TNC_IMV_API prefix on TNC functions for...
2014-06-04  Martin Willilibimcv: Silence integer to pointer cast warnings
2014-06-04  Martin Willipt-tls-client: Support platforms not having syslog()
2014-06-04  Martin Willipt-tls-client: Remove unneeded socket.h include, fixing...
2014-06-04  Martin Williattest: Disable syslog logging if syslog() missing
2014-06-04  Martin Willilibpts: Fix build on Windows
2014-06-04  Martin Willilibpts: Link against ws_w32 on Windows
2014-06-04  Martin Willilibimcv: Port os_info (partially) to Windows
2014-06-04  Martin Willilibimcv: Disable default syslog() logging if not supported
2014-06-04  Martin Willilibimcv: Link against ws_w32 on Windows
2014-06-04  Martin Willilibpttls: Link against ws_w32 on Windows
2014-06-04  Martin Willilibtnccs: Link against ws_w32 on Windows
2014-06-04  Martin Willilibtls: Link against ws_w32 on Windows
2014-06-04  Martin Willibus: Build syslog logger depending on syslog() availability
2014-06-04  Martin Williwindows: Include for Vista instead of defining CondVar...
2014-06-04  Martin Williwindows: Don't redeclare inet_ntop/pton if already...
2014-06-04  Martin Williwindows: Check for existence of error codes before...
2014-06-04  Martin Williwindows: Check for clock_gettime() function itself...
2014-06-04  Martin Williwindows: Overload sleep() cancellable when it is define...
2014-06-04  Martin Willisqlite: Avoid name clash when building on Windows
2014-06-04  Martin Willimysql: Add Windows support
2014-06-04  Martin Willicharon-svc: Implement a Windows IKE service using libcharon
2014-06-04  Martin Willilibcharon: Link against Winsock2 on Windows
2014-06-04  Martin Willifilelog: Ignore flush_line option if setlinebuf() not...
2014-06-04  Martin Williwindows: Provide a close(2) that can close both file...
2014-06-04  Martin Willichunk: Fallback to recv() on Windows chunk_from_fd...
2014-06-04  Martin Williwindows: Don't use function macros to overload send...
2014-06-04  Martin Willicontroller: Remove unused <dlfcn.h> include
2014-06-04  Martin Willicharon: Don't use syslog() if not supported
2014-06-04  Martin Williencoding: Don't explicitly include <arpa/inet.h>
2014-06-04  Martin Willipayload: Use common prefixes for all payload type ident...
2014-06-04  Martin Williwindows: Never link to libpthread
2014-06-04  Martin Williopenssl: Fix includes to prevent <winsock2.h> to compla...
2014-06-04  Martin Williopenssl: Undef OpenSSLs X509_NAME defined by <wincrypt.h>
2014-06-04  Martin Williopenssl: Check and link against libeay32 instead of...
2014-06-04  Martin Williwindows: Provide a strndup(3) replacement
2014-06-04  Martin Willisha1: Include <library.h> instead of directly including...
2014-06-04  Martin Willix509: Undef OCSP_RESPONSE from <wincrypt.h> before...
2014-06-04  Martin Williplugins: Don't link with -rdynamic on Windows
2014-06-04  Martin Williunit-tests: Uninline dlopen() and friends, make more...
2014-06-04  Martin Willithread-value: Immediately cleanup all Windows TLS value...
2014-06-04  Martin Williwindows: Prevent queueing of multiple thread cancel...
2014-06-04  Martin Williwindows: Provide a complete native Windows threading...
2014-06-04  Martin Williwindows: Provide a cancellable usleep(), but with ms...
2014-06-04  Martin Williwindows: Add a sleep function acting as cancellation...
2014-06-04  Martin Williwindows: Provide a sched_yield() implementation
2014-06-04  Martin Willilibipsec: Avoid name clash with sched.h clone()
2014-06-04  Martin Williwindows: Provide a time_monotonic() based on GetTickCou...
2014-06-04  Martin Willilibrary: Change init/deinit order to allow utils to...
2014-06-04  Martin Willichunk: Don't depend on pthread directly
2014-06-04  Martin Williutils: Don't directly depend on pthread
2014-06-04  Martin Willistrerror: Don't directly depend on pthread
2014-06-04  Martin Williwindows: Link libhydra against Winsock2
2014-06-04  Martin Williwindows: Provide a strdup variant safe when passing...
2014-06-04  Martin Williunit-tests: Don't test Unix socket stream/services...
2014-06-04  Martin Williunit-tests: Use send/recv on socket in watcher tests
2014-06-04  Martin Willistream: Separate TCP/Unix stream helpers from stream...
2014-06-04  Martin Williwatcher: Add Windows support
2014-06-04  Martin Williwindows: Map WSAGetLastError() to errno failures in...
2014-06-04  Martin Williwindows: Add send/recv and sendto/recvfrom wrappers...
2014-06-04  Martin Williwindows: Implement socketpair() using TCP sockets
2014-06-04  Martin Williwindows: Add utils_init/deinit functions to initialize...
2014-06-04  Martin Williwindows: Provide a setenv() wrapper
2014-06-04  Martin Williunit-tests: Use Windows path for chunk tests, and socke...
2014-06-04  Martin Williunit-tests: Don't depend on sockaddr_un to test invalid...
2014-06-04  Martin Willi.gitignore: Add Windows .exe files
2014-06-04  Martin Williunit-tests: Add support for Windows build
2014-06-04  Martin Williwindows: Fix up PRI* printf formatters when building...
2014-06-04  Martin Williwindows: Use localtime/gmtime to implement _r variants
2014-06-04  Martin Williasn1: Return a zeroed ASN1 time if gmtime_r() conversio...
2014-06-04  Martin Williutils: Printf() defined time output should gmtime/local...
2014-06-04  Martin Willibacktrace: Inline esc() helper, making it available...
2014-06-04  Martin Willibacktrace: Support backtraces on Windows without DbgHelp
2014-06-04  Martin Willibacktrace: Add DbgHelp based Windows support for creati...
2014-06-04  Martin Williprintf-hook-builtin: Support Windows console colors...
2014-06-04  Martin Williwindows: Link libstrongswan against ws2_32.dll
2014-06-04  Martin Willicapabilities: Add build support for Windows
2014-06-03  Martin Williwindows: Use _getmaxstdio as replacement for syscall...
2014-06-03  Martin Williwindows: replace mkdir() with Windows _mkdir() variant
2014-06-03  Martin Willithread: Add a Windows pthread variant to print thread...
2014-06-03  Martin Williwindows: Provide wrappers for dlopen() function family
2014-06-03  Martin Willicrl: Undefine <wincrypt.h>'s CRL_REASON_* and use our...
2014-06-03  Martin Willitun-device: Rearrange headers to build properly when...
2014-06-03  Martin Williconfigure.ac: Define USE_WINDOWS for Automake when...
2014-06-03  Martin Williwindows: Add a common Windows header for platform speci...
2014-06-03  Martin Williimv-swid: Cast json object strings when using it as...
2014-06-03  Martin Willitravis: Install libjson dependency for "all" tests
2014-06-02  Tobias Brunnertesting: Cache packages downloaded with pip for strongTNC
2014-06-01  Andreas SteffenFirst swanctl scenario 5.2.0dr5
2014-05-31  Andreas SteffenAdded SWID IMV REST API implementation to NEWS
2014-05-31  Andreas SteffenAllow large lines output by swid_generator to be processed
2014-05-31  Andreas SteffenMake REST POST request timeout configurable
2014-05-31  Andreas SteffenTest SWID REST API ins tnc/tnccs-20-pdp scenarios
2014-05-31  Andreas SteffenDetect RADIUS packet retransmissions
2014-05-31  Andreas SteffenUpdated IMC/IMV entries in strongswan.conf man page
next