]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/shortlog
tlsproxy/tlsproxy.git
2011-03-11 Simon RuderichNEWS: Add. 0.1
2011-03-11 Simon RuderichREADME: Add.
2011-03-11 Simon Ruderichtests/tests.sh: Add missing license.
2011-03-11 Simon Ruderich.gitignore: Ignore .o files.
2011-03-11 Simon Ruderich.gitignore: Ignore files created by tests/.
2011-03-11 Simon Ruderich.gitignore: Use absolute paths, starting from repositor...
2011-03-11 Simon Ruderichtests: Add. Test basic behavior.
2011-03-11 Simon Ruderichsrc/tlsproxy.c: Only handle SIGINT in DEBUG mode.
2011-03-11 Simon Ruderichsrc/tlsproxy-add: Add, adds server certificates to...
2011-03-11 Simon Ruderichsrc/tlsproxy-setup: Print message when done.
2011-03-11 Simon Ruderichsrc/Makefile.am: Distribute tlsproxy-setup.
2011-03-11 Simon Ruderichsrc/tlsproxy-setup.sh: Rename to tlsproxy-setup.
2011-03-11 Simon Ruderichsrc/tlsproxy.c: Fix error message.
2011-03-11 Simon Ruderichsrc/connection.c: Fix memory leak in initialize_tls_ses...
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 Ruderichconfigure.ac: Simpler check for libraries.
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 Ruderich.gitignore: Also ignore config.h.in~.
2011-03-05 Simon Ruderichsrc/tlsproxy.c: Fix possible warning.
2011-03-05 Simon RuderichSwitch to GNU autotools.
2011-02-27 Simon Ruderichtlsproxy.c: Free resources when receiving SIGINT.
2011-02-27 Simon Ruderichtlsproxy.c: Use getopt() to parse command line arguments.
2011-02-27 Simon RuderichMakefile: Add.
2011-02-27 Simon Ruderichtlsproxy.c: Add more debug output.
2011-02-27 Simon Ruderichtlsproxy.c: Add -proxy command line option to use anoth...
2011-02-27 Simon Ruderichtlsproxy.c: Add read_http_request().
2011-02-27 Simon RuderichInitial commit.