]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src/connection.c
Update copyright year.
[tlsproxy/tlsproxy.git] / src / connection.c
2014-01-02 Simon RuderichUpdate copyright year.
2013-12-27 Simon RuderichMerge branch 'tlsproxyhelper'
2013-12-27 Simon RuderichMinor source documentation updates.
2013-12-07 Simon RuderichFix compile on OpenBSD.
2013-12-02 Simon RuderichFix compile on FreeBSD.
2013-12-02 Simon RuderichDon't use AI_V4MAPPED in getaddrinfo().
2013-08-18 Simon RuderichLog if the server requested a rehandshake.
2013-08-18 Simon RuderichAllow rehandshakes for server connections.
2013-08-17 Simon RuderichCheck return value in tls_send_invalid_cert_message().
2013-08-10 Simon RuderichUse %zu to print size_t and ssize_t.
2013-08-10 Simon RuderichMinor source documentation updates.
2013-08-10 Simon RuderichAdd missing default to switch in log_session_information().
2013-08-10 Simon RuderichDisplay TLS session information in level DEBUG2.
2013-08-10 Simon RuderichRemove unnecessary function calls to free x509 credentials.
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 RuderichCheck for EOF while reading the HTTP request.
2013-08-09 Simon RuderichEnsure proxy-ca.pem contains only one CA.
2013-08-08 Simon RuderichFix flags parameter type of initialize_tls_session_both().
2013-08-08 Simon RuderichReduce duplication in initialize_tls_session_both().
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 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 RuderichFix test-suite for recent gnutls-serv.
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-29 Simon RuderichAdd two assert()s.
2013-07-29 Simon RuderichCheck library functions for success values.
2013-07-29 Simon RuderichAdd basic digest authentication (-a option).
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 RuderichRename log level constants from LOG_* to just *.
2013-07-28 Simon RuderichDon't use fdopen(socket, "a+").
2013-07-28 Simon RuderichAdd missing fflush().
2013-07-28 Simon RuderichMinor code cleanup.
2013-07-28 Simon RuderichMinor documentation updates.
2013-07-28 Simon RuderichFix error handling for getaddrinfo().
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-01-15 Simon Ruderichsrc/*,tests/*: Update copyright year.
2012-07-22 Simon Ruderichsrc/connection.c: Fix error check for gnutls_priority_s...
2012-03-11 Simon Ruderichsrc/connection.c,src/verify.c: Use a constant for path...
2012-03-11 Simon Ruderichsrc/*,tests/*: Update copyright year.
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/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 RuderichCheck return value of snprintf().
2011-03-22 Simon Ruderichsrc/connection.c: Remove unnecessary check.
2011-03-22 Simon RuderichMinor source comment fixes.
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-15 Simon RuderichAdd -u option to pass through unknown hostnames.
2011-03-11 Simon Ruderichsrc/connection.c: Fix memory leak in initialize_tls_ses...
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-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/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/*: Cleanup includes.
2011-03-07 Simon Ruderichsrc/*: Split src/tlsproxy.c in several files.