2013-08-08 |
Simon Ruderich | Use >%s< when logging bad requests. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | Rename http_digest_authorization to global_http_digest_... |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | Add missing free(http_digest_authorization). |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | Use pre-generated Diffie-Hellman parameters. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | NEWS: Add a few empty lines. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | .gitignore: Add tests/proxy-*.pem. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | tests/Makefile.am: Wrap CLEANFILES list. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | tests/common.sh: Don't remove proxy-*.pem after each... |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | tests/Makefile.am: Add proxy-invalid.pem to CLEANFILES. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | Rename slurp_file() to slurp_text_file(). |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | Use gnutls_transport_set_int() if available. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | Rename *_FILE constants to *_PATH. |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Simon Ruderich | Add initialize_tls_session_both() to reduce duplication. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | README: Stderr is now used for logging. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | Add basic man pages. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | README: Add author and license sections. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | NEWS: Update. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | Add disabled debug functions for GnuTLS. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | Fix test-suite for recent gnutls-serv. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | Fix compile with --enable-debug. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | Fix compile with current GnuTLS versions. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Simon Ruderich | Rename DEBUG log level to DEBUG1. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Simon Ruderich | Reduce calls to LOG() in read_from_write_to() and read_... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Simon Ruderich | Fix indentation of LOG() calls. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Simon Ruderich | tests: Wait at most 20 seconds in wait_for_ports(). |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Add two assert()s. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | tests: Add disabled valgrind command. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | tests/client.c: Don't use fdopen(socket, "a+"). |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Don't initialize static variables to 0. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Use memset() to zero sigaction struct. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | tests/Makefile.am: Remove unnecessary client_SOURCES. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Check library functions for success values. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Add basic digest authentication (-a option). |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | tests: Fix tlsproxy_add() for `make distcheck`. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | tests: Call stop_servers when the shell terminates. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Log messages to stderr. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Don't display usage on errors. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Prepare HTTP_RESPONSE_FORMAT for additional headers. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Simon Ruderich | Simplify functions reporting errors to the client. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Simplify redirection in tlsproxy_setup(). |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Add tlsproxy_add() helper function. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | README: Add C89 compiler to requirements. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Add tlsproxy_setup() helper function. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Rename log level constants from LOG_* to just *. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Use sem_del() to destroy semaphores. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | sem.c: Fix P() for negative start values. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Wait until tlsproxy and gnutls-serv are ready. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Don't use fdopen(socket, "a+"). |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests/common.sh: Log output of tlsproxy to tlsproxy... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Remove tmp in cleanup(). |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Kill PIDs in stop_servers(), not process names. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Improve error messages on test failure. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tlsproxy.h: Sort includes. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | verify.c: Move fclose() to prevent overwrite of errno. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | verify.c: Increase buffer size for server certificates. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | log.c: Prevent intermingled output from multiple log_me... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | log.c: Minor cleanup. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Add missing fflush(). |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Remove function cast for worker_thread. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Minor code cleanup. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Minor documentation updates. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: make clean removes temporary files if a test... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Fix error handling for getaddrinfo(). |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | tests: Use better readable order of arguments in if. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Sort #includes and remove unnecessary comments. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Simplify a few if conditions. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Simplify str(n)cmp() if conditions. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Simon Ruderich | Use better readable order of arguments in if. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Simon Ruderich | tests/tests.sh: Remove. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Simon Ruderich | tests: Cleanup. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Simon Ruderich | tests/common.sh: Abort on errors. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Simon Ruderich | configure.ac: Cleanup. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Simon Ruderich | tlsproxy-setup: Fix --sec-param for older certtool... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Simon Ruderich | src/tlsproxy-setup: Use --sec-param=high. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Simon Ruderich | src/tlsproxy-add,src/tlsproxy-setup: Increase expiry... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Simon Ruderich | src/tlsproxy-add,src/tlsproxy-setup: Cleanup. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Simon Ruderich | tests/common.sh: Simplify error redirection. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Simon Ruderich | log.c: Use one printf() instead of two in log_message(). |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Simon Ruderich | src/*,tests/*: Update copyright year. |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Simon Ruderich | configure.ac: Remove --param=ssp-buffer-size=1. |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Simon Ruderich | configure.ac: Cleanup hardening flags. |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Simon Ruderich | configure.ac: Use $CPPFLAGS for preprocessor flags. |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Simon Ruderich | NEWS: Use complete sentences. |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Simon Ruderich | NEWS: Put latest versions on top. |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Simon Ruderich | src/connection.c: Fix error check for gnutls_priority_s... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | src/tlsproxy.c: Display value of invalid options. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | src/connection.c,src/verify.c: Use a constant for path... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | src/tlsproxy.c: Display version in help and debug start... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | src/tlsproxy.c: Minor documentation update. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | src/sem.c,src/tlsproxy.c: Minor cleanup. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | src/*,test/*: Add missing quotes to shell scripts. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | README: Minor update. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | src/*,tests/*: Update copyright year. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Simon Ruderich | configure.ac: Add missing license. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Simon Ruderich | configure.ac: Add more hardening flags for GCC. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Simon Ruderich | src/verify.c: Better handle a missing proxy certificate. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Simon Ruderich | tests/tests-*.sh: Remove unnecessary calls to tlsproxy... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Simon Ruderich | tests/tests.sh: If the first test fails abort. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Simon Ruderich | src/connection.c: Minor cleanup. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Simon Ruderich | Rename server_certificate_path() to server_certificate_... |
commit | commitdiff | tree | snapshot |
next |