]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/shortlog
tlsproxy/tlsproxy.git
2013-08-08 Simon Ruderichtests/Makefile.am: Wrap CLEANFILES list.
2013-08-08 Simon Ruderichtests/common.sh: Don't remove proxy-*.pem after each...
2013-08-08 Simon Ruderichtests/Makefile.am: Add proxy-invalid.pem to CLEANFILES.
2013-08-08 Simon RuderichRename slurp_file() to slurp_text_file().
2013-08-08 Simon RuderichUse gnutls_transport_set_int() if available.
2013-08-08 Simon RuderichRename *_FILE constants to *_PATH.
2013-08-08 Simon RuderichAdd initialize_tls_session_both() to reduce duplication.
2013-08-06 Simon RuderichREADME: Stderr is now used for logging.
2013-08-06 Simon RuderichAdd basic man pages.
2013-08-06 Simon RuderichREADME: Add author and license sections.
2013-08-06 Simon RuderichNEWS: Update.
2013-08-06 Simon RuderichAdd disabled debug functions for GnuTLS.
2013-08-06 Simon RuderichFix test-suite for recent gnutls-serv.
2013-08-06 Simon RuderichFix compile with --enable-debug.
2013-08-06 Simon RuderichFix compile with current GnuTLS versions.
2013-08-06 Simon RuderichRename DEBUG log level to DEBUG1.
2013-08-04 Simon RuderichReduce calls to LOG() in read_from_write_to() and read_...
2013-08-04 Simon RuderichFix indentation of LOG() calls.
2013-07-31 Simon Ruderichtests: Wait at most 20 seconds in wait_for_ports().
2013-07-29 Simon RuderichAdd two assert()s.
2013-07-29 Simon Ruderichtests: Add disabled valgrind command.
2013-07-29 Simon Ruderichtests/client.c: Don't use fdopen(socket, "a+").
2013-07-29 Simon RuderichDon't initialize static variables to 0.
2013-07-29 Simon RuderichUse memset() to zero sigaction struct.
2013-07-29 Simon Ruderichtests/Makefile.am: Remove unnecessary client_SOURCES.
2013-07-29 Simon RuderichCheck library functions for success values.
2013-07-29 Simon RuderichAdd basic digest authentication (-a option).
2013-07-29 Simon Ruderichtests: Fix tlsproxy_add() for `make distcheck`.
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.
next