]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/shortlog
tlsproxy/tlsproxy.git
2013-07-29 Simon Ruderichtests: Call stop_servers when the shell terminates.
2013-07-29 Simon RuderichLog messages to stderr.
2013-07-29 Simon RuderichDon't display usage on errors.
2013-07-29 Simon RuderichPrepare HTTP_RESPONSE_FORMAT for additional headers.
2013-07-29 Simon RuderichSimplify functions reporting errors to the client.
2013-07-28 Simon Ruderichtests: Simplify redirection in tlsproxy_setup().
2013-07-28 Simon Ruderichtests: Add tlsproxy_add() helper function.
2013-07-28 Simon RuderichREADME: Add C89 compiler to requirements.
2013-07-28 Simon Ruderichtests: Add tlsproxy_setup() helper function.
2013-07-28 Simon RuderichRename log level constants from LOG_* to just *.
2013-07-28 Simon RuderichUse sem_del() to destroy semaphores.
2013-07-28 Simon Ruderichsem.c: Fix P() for negative start values.
2013-07-28 Simon Ruderichtests: Wait until tlsproxy and gnutls-serv are ready.
2013-07-28 Simon RuderichDon't use fdopen(socket, "a+").
2013-07-28 Simon Ruderichtests/common.sh: Log output of tlsproxy to tlsproxy...
2013-07-28 Simon Ruderichtests: Remove tmp in cleanup().
2013-07-28 Simon Ruderichtests: Kill PIDs in stop_servers(), not process names.
2013-07-28 Simon Ruderichtests: Improve error messages on test failure.
2013-07-28 Simon Ruderichtlsproxy.h: Sort includes.
2013-07-28 Simon Ruderichverify.c: Move fclose() to prevent overwrite of errno.
2013-07-28 Simon Ruderichverify.c: Increase buffer size for server certificates.
2013-07-28 Simon Ruderichlog.c: Prevent intermingled output from multiple log_me...
2013-07-28 Simon Ruderichlog.c: Minor cleanup.
2013-07-28 Simon RuderichAdd missing fflush().
2013-07-28 Simon RuderichRemove function cast for worker_thread.
2013-07-28 Simon RuderichMinor code cleanup.
2013-07-28 Simon RuderichMinor documentation updates.
2013-07-28 Simon Ruderichtests: make clean removes temporary files if a test...
2013-07-28 Simon RuderichFix error handling for getaddrinfo().
2013-07-28 Simon Ruderichtests: Use better readable order of arguments in if.
2013-07-28 Simon RuderichSort #includes and remove unnecessary comments.
2013-07-28 Simon RuderichSimplify a few if conditions.
2013-07-28 Simon RuderichSimplify str(n)cmp() if conditions.
2013-07-28 Simon RuderichUse better readable order of arguments in if.
2013-07-12 Simon Ruderichtests/tests.sh: Remove.
2013-07-12 Simon Ruderichtests: Cleanup.
2013-07-12 Simon Ruderichtests/common.sh: Abort on errors.
2013-07-12 Simon Ruderichconfigure.ac: Cleanup.
2013-07-12 Simon Ruderichtlsproxy-setup: Fix --sec-param for older certtool...
2013-04-12 Simon Ruderichsrc/tlsproxy-setup: Use --sec-param=high.
2013-04-12 Simon Ruderichsrc/tlsproxy-add,src/tlsproxy-setup: Increase expiry...
2013-04-12 Simon Ruderichsrc/tlsproxy-add,src/tlsproxy-setup: Cleanup.
2013-02-26 Simon Ruderichtests/common.sh: Simplify error redirection.
2013-02-26 Simon Ruderichlog.c: Use one printf() instead of two in log_message().
2013-01-15 Simon Ruderichsrc/*,tests/*: Update copyright year.
2013-01-15 Simon Ruderichconfigure.ac: Remove --param=ssp-buffer-size=1.
2012-07-31 Simon Ruderichconfigure.ac: Cleanup hardening flags.
2012-07-31 Simon Ruderichconfigure.ac: Use $CPPFLAGS for preprocessor flags.
2012-07-31 Simon RuderichNEWS: Use complete sentences.
2012-07-31 Simon RuderichNEWS: Put latest versions on top.
2012-07-22 Simon Ruderichsrc/connection.c: Fix error check for gnutls_priority_s...
2012-03-11 Simon Ruderichsrc/tlsproxy.c: Display value of invalid options.
2012-03-11 Simon Ruderichsrc/connection.c,src/verify.c: Use a constant for path...
2012-03-11 Simon Ruderichsrc/tlsproxy.c: Display version in help and debug start...
2012-03-11 Simon Ruderichsrc/tlsproxy.c: Minor documentation update.
2012-03-11 Simon Ruderichsrc/sem.c,src/tlsproxy.c: Minor cleanup.
2012-03-11 Simon Ruderichsrc/*,test/*: Add missing quotes to shell scripts.
2012-03-11 Simon RuderichREADME: Minor update.
2012-03-11 Simon Ruderichsrc/*,tests/*: Update copyright year.
2012-03-11 Simon Ruderichconfigure.ac: Add missing license.
2011-11-15 Simon Ruderichconfigure.ac: Add more hardening flags for GCC.
2011-09-17 Simon Ruderichsrc/verify.c: Better handle a missing proxy certificate.
2011-09-17 Simon Ruderichtests/tests-*.sh: Remove unnecessary calls to tlsproxy...
2011-09-17 Simon Ruderichtests/tests.sh: If the first test fails abort.
2011-09-17 Simon Ruderichsrc/connection.c: Minor cleanup.
2011-09-17 Simon RuderichRename server_certificate_path() to server_certificate_...
2011-09-17 Simon Ruderichsrc/connection.c: Correctly log suggested buffer size.
2011-09-17 Simon Ruderichsrc/verify.c: Remove duplicated code.
2011-09-17 Simon Ruderichsrc/connection.c: Move code to get proxy certificate...
2011-09-08 Simon Ruderichsrc/connection.c: Reduce calls to gnutls_record_get_max...
2011-09-06 Simon Ruderichsrc/*.c: Minor documentation updates.
2011-09-06 Simon RuderichREADME: Minor documentation updates.
2011-09-06 Simon Ruderichsrc/log.c: Fix build without DEBUG.
2011-09-06 Simon RuderichCheck return value of snprintf().
2011-08-19 Simon Ruderichconfigure.ac: Compile with additional security features...
2011-08-18 Simon RuderichImplement cleaner logging approach.
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.
next