aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Fix some #5040 bugs found by Nick's tests.George Kadianakis
2013-08-15Write some free_all functions to free the auth. cookies.George Kadianakis
2013-08-15Implement and use a generic auth. cookie initialization function.George Kadianakis
2013-08-15Warn if the Extended ORPort listens on a public IP address.George Kadianakis
2013-08-15Better documentation for ext_or_auth_correct_client_hash.George Kadianakis
2013-08-15White-box tests for the succeeding case of ext_or_port handshake.Nick Mathewson
2013-08-15Make 0x01==SAFECOOKIE a macro, not a magic numberNick Mathewson
2013-08-15Expose/mock some functions to make ext_orport.c testing possibleNick Mathewson
2013-08-15Unit test for basic ext_or_cookie authentication backendNick Mathewson
2013-08-15Split the cryptographic part of handle_client_auth_nonce into new fnNick Mathewson
2013-08-15Fix some ext_orport.c DOCDOCs.George Kadianakis
2013-08-15Tests for connection_write_ext_or_command.Nick Mathewson
2013-08-15Unit tests for ext_or_id_map.Nick Mathewson
2013-08-15Unit tests for fetch_ext_or_cmdNick Mathewson
2013-08-15Add a clientmap_entry_free().Nick Mathewson
2013-08-15Fix hash functions for transport_name in client entryNick Mathewson
2013-08-15Use memdup_nulterm and check for NULs in handle_cmd_transportNick Mathewson
2013-08-15Fix a variety of issues in 4773Nick Mathewson
2013-08-15Break up <??> differently, and explain whyNick Mathewson
2013-08-15Add guards to ext_orport.h, rename get_file to get_file_nameNick Mathewson
2013-08-15Use only uintptr_t for the value of transport_countNick Mathewson
2013-08-15If a single client connects with multiple transports, note all transports.George Kadianakis
2013-08-15Fix a number of issues with the #5040 code.George Kadianakis
2013-08-15Make check-spaces happy.George Kadianakis
2013-08-12Merge remote-tracking branch 'asn/bug9363_take2'Nick Mathewson
2013-08-10Merge branch 'maint-0.2.4'Roger Dingledine
2013-08-10Fix an uninitialized-read when parsing v3 introduction requests.Nick Mathewson
2013-08-05Also test that server transports get written to Tor's state.George Kadianakis
2013-08-04Use size_t for length in replaycache_add_test_and_elapsed()Arlo Breault
2013-08-02Prepare patch for ticket 5129 for merging.Peter Retzlaff
2013-07-31Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-31Merge remote-tracking branch 'arma/bug9354' into maint-0.2.4Nick Mathewson
2013-07-31Fix invalid-read when a managed proxy configuration fails.George Kadianakis
2013-07-31Merge branch 'bug9288_rebased'Nick Mathewson
2013-07-31Update pt/configure_proxy until it stops segfaultingNick Mathewson
2013-07-31Modifications to transports.c for the unit tests to work.George Kadianakis
2013-07-31Write unit tests for configure_proxy().George Kadianakis
2013-07-31Fix invalid-read when a managed proxy configuration fails.George Kadianakis
2013-07-30NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine
2013-07-26Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrcNick Mathewson
2013-07-26Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-26Avoid assertion failure on unexepcted address family in DNS reply.Nick Mathewson
2013-07-23Fix bug9309, and n_noncanonical count/continue codeNick Mathewson
2013-07-23Fix bug9309, and n_noncanonical count/continue codeNick Mathewson
2013-07-19Initialize destroy_cell_queue.Nick Mathewson
2013-07-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-18Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4Nick Mathewson
2013-07-18tmpNick Mathewson
2013-07-18Write extra-info bridge-ip-transports lines.George Kadianakis