index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
ext_orport.c
Age
Commit message (
Expand
)
Author
2017-09-05
Repair buffer API so everything starts with buf_.
Nick Mathewson
2017-09-05
Make buffers.c independent of or.h
Nick Mathewson
2017-08-03
Switch to offsetof()
Neel Chauhan
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-10-18
Module-level docs for ext_orport and router.c
Nick Mathewson
2016-08-02
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
Nick Mathewson
2016-03-28
Rename tor_dup_addr to tor_addr_to_str_dup.
Nick Mathewson
2016-03-26
Do not treat "DOCDOC" as doxygen.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-01-26
Correct grammatical errors in tor comments
teor (Tim Wilson-Brown)
2015-11-25
Now that crypto_rand() cannot fail, it should return void.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-08-15
Restore functionality for CookieAuthFileGroupReadable.
Nick Mathewson
2014-04-19
scan-build: sizeof(ptr*) in a debugging log in ext_orport.c
Nick Mathewson
2013-08-15
Fix some #5040 bugs found by Nick's tests.
George Kadianakis
2013-08-15
Write some free_all functions to free the auth. cookies.
George Kadianakis
2013-08-15
Implement and use a generic auth. cookie initialization function.
George Kadianakis
2013-08-15
Make 0x01==SAFECOOKIE a macro, not a magic number
Nick Mathewson
2013-08-15
Unit test for basic ext_or_cookie authentication backend
Nick Mathewson
2013-08-15
Split the cryptographic part of handle_client_auth_nonce into new fn
Nick Mathewson
2013-08-15
Fix some ext_orport.c DOCDOCs.
George Kadianakis
2013-08-15
Tests for connection_write_ext_or_command.
Nick Mathewson
2013-08-15
Use memdup_nulterm and check for NULs in handle_cmd_transport
Nick Mathewson
2013-08-15
Fix a variety of issues in 4773
Nick Mathewson
2013-08-15
Break up <??> differently, and explain why
Nick Mathewson
2013-08-15
Add guards to ext_orport.h, rename get_file to get_file_name
Nick Mathewson
2013-08-15
Fix a number of issues with the #5040 code.
George Kadianakis
2013-08-15
Make check-spaces happy.
George Kadianakis
2013-07-18
Make the Extended ORPort understand the TRANSPORT command.
George Kadianakis
2013-07-18
Fix logging severities and remove some trivial XXXs.
George Kadianakis
2013-07-18
More Extended ORPort code improvements.
George Kadianakis
2013-07-18
Move Extended ORPort code to its own module.
George Kadianakis