]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/shortlog
tlsproxy/tlsproxy.git
2011-03-23 Simon RuderichRelease 0.2. 0.2
2011-03-23 Simon Ruderichsrc/verify.c: Print server certificate in case of an...
2011-03-23 Simon RuderichREADME: Fix typo.
2011-03-22 Simon Ruderichsrc/connection.c: Remove unnecessary check.
2011-03-22 Simon Ruderichsrc/tlsproxy.c: Initialize done with 0 for clarity.
2011-03-22 Simon RuderichMinor whitespace fixes.
2011-03-22 Simon RuderichMinor source comment fixes.
2011-03-16 Simon RuderichREADME: Add KNOWN ISSUES with a minor Firefox problem.
2011-03-16 Simon Ruderichsrc/tlsproxy.h: Prepend global_ to tls_priority_cache...
2011-03-16 Simon Ruderichsrc/connection.c: Send HTML in error messages.
2011-03-16 Simon RuderichREADME: Improve -u description.
2011-03-15 Simon RuderichREADME: Add information about -u option.
2011-03-15 Simon Ruderichtests/test-*.sh: Minor comment update.
2011-03-15 Simon RuderichAdd -u option to pass through unknown hostnames.
2011-03-15 Simon Ruderichtests/client.c: Exit with EXIT_FAILURE if hostname...
2011-03-15 Simon Ruderichtests: Correctly handle cleanup of (temporary) files.
2011-03-15 Simon Ruderichtests: Separate common test data, move tests in tests...
2011-03-15 Simon RuderichREADME: Clarify use of `proxy-invalid.pem`.
2011-03-15 Simon Ruderichsrc/tlsproxy.c: Add missing htonl() for INADDR_ANY.
2011-03-15 Simon RuderichAdd ./configure --disable-ipv6 to use IPv4 only.
2011-03-13 Simon Ruderich.gitignore: Sort.
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.