]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/shortlog
tlsproxy/tlsproxy.git
2013-08-10 Simon Ruderichman/Makefile.am: Wrap variables.
2013-08-10 Simon RuderichUse >%s< when logging bad proxy responses.
2013-08-10 Simon RuderichFix log level for proxy authentication failure.
2013-08-10 Simon RuderichSplit log level DEBUG1 into DEBUG1 and DEBUG2.
2013-08-09 Simon Ruderichlog.c: Simplify #ifdef DEBUG in log_message().
2013-08-09 Simon RuderichCheck for EOF while reading the HTTP request.
2013-08-09 Simon Ruderichtlsproxy-add: Fix minor typo in usage description.
2013-08-09 Simon Ruderich.gitignore: Ignore more test files.
2013-08-09 Simon RuderichEnsure proxy-ca.pem contains only one CA.
2013-08-09 Simon Ruderichtlsproxy-add,tlsproxy-setup: Check for invalid argument...
2013-08-08 Simon RuderichRename *_SERVER_CERT_FORMAT to *_SERVER_CERT_FILE_FORMAT.
2013-08-08 Simon Ruderichtests/Makefile.am: Enable parallel and colored test...
2013-08-08 Simon Ruderich.gitignore: Ignore test files from automakes' new test...
2013-08-08 Simon Ruderichman/Makefile.am: Use rm directly without a variable.
2013-08-08 Simon RuderichAdd missing cast.
2013-08-08 Simon RuderichFix flags parameter type of initialize_tls_session_both().
2013-08-08 Simon RuderichMinor documentation update.
2013-08-08 Simon Ruderichverify.c: Perform additional checks on server certificate.
2013-08-08 Simon Ruderichverify.c: Reorder validation checks.
2013-08-08 Simon RuderichReduce duplication in initialize_tls_session_both().
2013-08-08 Simon RuderichCheck library version with gnutls_check_version().
2013-08-08 Simon RuderichUse >%s< when logging bad requests.
2013-08-08 Simon RuderichRename http_digest_authorization to global_http_digest_...
2013-08-08 Simon RuderichAdd missing free(http_digest_authorization).
2013-08-08 Simon RuderichUse pre-generated Diffie-Hellman parameters.
2013-08-08 Simon RuderichNEWS: Add a few empty lines.
2013-08-08 Simon Ruderich.gitignore: Add tests/proxy-*.pem.
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.
next