]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src/tlsproxy.c
Display priority string when starting with debug level >= 1.
[tlsproxy/tlsproxy.git] / src / tlsproxy.c
2013-08-18 Simon RuderichDisplay priority string when starting with debug level...
2013-08-12 Simon RuderichSet GnuTLS priority string with new constant PROXY_TLS_...
2013-08-10 Simon RuderichSplit log level DEBUG1 into DEBUG1 and DEBUG2.
2013-08-08 Simon RuderichAdd missing cast.
2013-08-08 Simon RuderichMinor documentation update.
2013-08-08 Simon RuderichCheck library version with gnutls_check_version().
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 RuderichRename slurp_file() to slurp_text_file().
2013-08-06 Simon RuderichAdd disabled debug functions for GnuTLS.
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-07-29 Simon RuderichDon't initialize static variables to 0.
2013-07-29 Simon RuderichUse memset() to zero sigaction struct.
2013-07-29 Simon RuderichCheck library functions for success values.
2013-07-29 Simon RuderichAdd basic digest authentication (-a option).
2013-07-29 Simon RuderichDon't display usage on errors.
2013-07-28 Simon RuderichUse sem_del() to destroy semaphores.
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 RuderichSort #includes and remove unnecessary comments.
2013-07-28 Simon RuderichUse better readable order of arguments in if.
2013-01-15 Simon Ruderichsrc/*,tests/*: Update copyright year.
2012-03-11 Simon Ruderichsrc/tlsproxy.c: Display value of invalid options.
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/*,tests/*: Update copyright year.
2011-09-06 Simon Ruderichsrc/*.c: Minor documentation updates.
2011-08-18 Simon RuderichImplement cleaner logging approach.
2011-03-22 Simon Ruderichsrc/tlsproxy.c: Initialize done with 0 for clarity.
2011-03-16 Simon Ruderichsrc/tlsproxy.h: Prepend global_ to tls_priority_cache...
2011-03-15 Simon RuderichAdd -u option to pass through unknown hostnames.
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-11 Simon Ruderichsrc/tlsproxy.c: Only handle SIGINT in DEBUG mode.
2011-03-11 Simon Ruderichsrc/tlsproxy.c: Fix error message.
2011-03-10 Simon RuderichVerify the server certificate against a stored copy.
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/: 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/*.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 Ruderichsrc/tlsproxy.c: Add thread support.
2011-03-06 Simon Ruderichsrc/tlsproxy.c: Fix wrong timeout for poll(), -1 is...
2011-03-05 Simon Ruderichsrc/tlsproxy.c: Fix possible warning.
2011-03-05 Simon RuderichSwitch to GNU autotools.