]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src
man/Makefile.am: Wrap variables.
[tlsproxy/tlsproxy.git] / src /
2011-03-11 Simon Ruderichsrc/tlsproxy-setup.sh: Add. Creates files to use tlsproxy.
2011-03-11 Simon Ruderichsrc/connection.c: Use "invalid" certificate when the...
2011-03-10 Simon RuderichVerify the server certificate against a stored copy.
2011-03-10 Simon Ruderichsrc/connection.c: Finish the TLS connection instead...
2011-03-10 Simon Ruderichsrc/connection.c: Move path related defines to tlsproxy.h.
2011-03-10 Simon Ruderichsrc/: Move log related functions/defines to log.[hc].
2011-03-08 Simon RuderichIntercept TLS connections between client and server.
2011-03-08 Simon Ruderichsrc/tlsproxy.c: Ignore SIGPIPEs.
2011-03-07 Simon Ruderichsrc/connection.c: Align WARNING (now "WARN ") in log_me...
2011-03-07 Simon Ruderichsrc/connection.c: Close connections only in one place.
2011-03-07 Simon Ruderichsrc/: Improve debug output/logging.
2011-03-07 Simon Ruderichsrc/: Prefix all global variables with global_.
2011-03-07 Simon Ruderichsrc/tlsproxy.c: Fix missing -t in print_usage().
2011-03-07 Simon Ruderichsrc/connection.c: Fix switched variables in read_from_w...
2011-03-07 Simon Ruderichsrc/connection.c: Add missing close() in handle_connect...
2011-03-07 Simon Ruderichsrc/connection.c: Minor source comment fixes.
2011-03-07 Simon Ruderichsrc/*.c: Always use constants on the left in comparisons.
2011-03-07 Simon Ruderichsrc/tlsproxy.c: Improve command line argument error...
2011-03-07 Simon Ruderichsrc/*: Cleanup includes.
2011-03-07 Simon Ruderichsrc/*: Split src/tlsproxy.c in several files.
2011-03-06 Simon Ruderichsrc/tlsproxy.c: Add thread support.
2011-03-06 Simon Ruderichsrc/tlsproxy.c: Fix wrong timeout for poll(), -1 is...
2011-03-05 Simon Ruderichsrc/tlsproxy.c: Fix possible warning.
2011-03-05 Simon RuderichSwitch to GNU autotools.