aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* Avoid possible segfault when handling networkstatus vote with bad flavorNick Mathewson2012-08-03
* Fix a log-uninitialized-buffer bug.Nick Mathewson2012-04-18
* Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-11-07
|\
| * Fix remotely triggerable assert during ip decryptionDan Rosenberg2011-11-06
* | Make tor_version_same_series non-staticRobert Ransom2011-10-26
* | Use %f with printf-style formatting, not %lfNick Mathewson2011-08-30
* | Remove a few dead assignments during router parsingSebastian Hahn2011-06-08
* | Reject 128-byte keys that are not 1024-bitNick Mathewson2011-06-03
* | Report wrong key sizes correctlyNick Mathewson2011-06-01
* | Merge branch 'bug3045' into maint-0.2.2Nick Mathewson2011-05-30
|\ \
| * | Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* | | Oops; that function got renamed.Nick Mathewson2011-05-17
* | | Check onion keys in microdescriptors, tooRobert Ransom2011-05-17
* | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-05-16
|\ \ \ | |/ / |/| / | |/
| * squash! Add crypto_pk_check_key_public_exponent functionNick Mathewson2011-05-16
| * Require that certain public keys have public exponent 65537Robert Ransom2011-05-16
* | Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson2011-05-11
* | Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson2011-05-11
* | Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
|\|
| * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | Fix double-free bug in microdesc parsercypherpunks2011-04-27
* | Standardize our printf code on %d, not %i.Nick Mathewson2011-04-19
* | Correct HS descriptor length checkNick Mathewson2011-04-18
* | Merge branch 'bug2750-v3' into bug2948Robert Ransom2011-04-18
|\|
| * Add an XXXRobert Ransom2011-04-18
| * Correct the warning emitted when rejecting an oversized HS descRobert Ransom2011-04-18
* | Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* | Fix a log message typoRobert Ransom2011-03-15
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-03-06
|\|
| * Oops, here's the *REAL* fix for the ipv6 issueNick Mathewson2011-03-06
| * Revert "Disallow reject6 and accept6 lines in descriptors"Nick Mathewson2011-03-06
* | Merge branch 'maint-0.2.1' into maint-0.2.2Sebastian Hahn2011-03-06
|\|
| * Disallow reject6 and accept6 lines in descriptorsSebastian Hahn2011-03-06
* | Fix bug in verifying directory signatures with short digestsNick Mathewson2011-01-25
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-19
|\|
| * Oops; actually add the code to the last patch. :/Nick Mathewson2011-01-19
* | Sanity-check consensus param valuesSebastian Hahn2011-01-15
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
|\|
| * Merge branch 'bug2352_obsize' into maint-0.2.1Nick Mathewson2011-01-15
| |\
| | * catch another overlong malloc possibility. found by cypherpunksNick Mathewson2011-01-15
| | * Impose maximum sizes on parsed objectsNick Mathewson2011-01-10
| | * Add logic in routerparse to not read overlong private keysNick Mathewson2011-01-10
* | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
|\| |
| * | Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson2011-01-15
| |/
| * fix whitespace issuesNick Mathewson2011-01-03
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2010-11-10
|\|
| * Enforce multiplicity rules when parsing annotations.Nick Mathewson2010-11-10