Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-14 | better warn message for the Content-Length attack | Roger Dingledine | |
svn:r2495 | |||
2004-10-14 | Improve warnings for old-style directories. | Nick Mathewson | |
svn:r2494 | |||
2004-10-14 | Compile without warnings on windows | Nick Mathewson | |
svn:r2491 | |||
2004-10-14 | Try to always dtrt if routerlist==NULL | Nick Mathewson | |
svn:r2489 | |||
2004-10-14 | rename addr to address to we avoid this bug later | Roger Dingledine | |
svn:r2488 | |||
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson | |
svn:r2487 | |||
2004-10-14 | make it build on amd64 | Roger Dingledine | |
svn:r2486 | |||
2004-10-14 | and another one | Roger Dingledine | |
svn:r2484 | |||
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | |
plus a whitespace patch on config.c from vicman svn:r2482 | |||
2004-10-14 | Add missing line; add similar check | Nick Mathewson | |
svn:r2481 | |||
2004-10-14 | Patch from "J Doe": Use SHGetSpecialFolderLocation instead of | Nick Mathewson | |
SHGetSpecialFolderPath in order to find application data folder. Apparently, until IE 4 (!?) came out, nobody realized that programmers might like to get paths as strings. Clearly, a fancy pseudo-OO list of "identifiers" is a far more convenient way to deal with these things. And while we're being OO, why return object that you can free with free()? Instead, let's make the user get a handle to an abstract allocation object, and ask it to free the fancy list, and then ask it to release itself. Won't that be fun and convenient? Navigating ancient Win32 APIs is like bikini-waxing creatures from HP Lovecraft: to do a good job you must understand what's going on... but the understanding itself can blast your sanity. svn:r2480 | |||
2004-10-14 | Remove need for dirservers file: now, we note trusted dirservers in ↵ | Nick Mathewson | |
configuration options, and only need to remember addr:port and key digest for each one. svn:r2479 | |||
2004-10-13 | Fix comment in dirserv.c | Nick Mathewson | |
svn:r2470 | |||
2004-10-13 | stop trying to print a NULL | Roger Dingledine | |
plus make router_nickname_is_approved() more obviously unused svn:r2469 | |||
2004-10-13 | Unify tests for "did I originate this nonopen OR connection?" | Nick Mathewson | |
svn:r2468 | |||
2004-10-13 | Add default trusted-dir-server entries only when no dirserver lines are ↵ | Nick Mathewson | |
given in the config file svn:r2467 | |||
2004-10-13 | fix typo | Nick Mathewson | |
svn:r2466 | |||
2004-10-13 | fix warning about always-false comparison; detect too-large realport better | Nick Mathewson | |
svn:r2465 | |||
2004-10-13 | answer question about rep_hist_note_connect_failed | Nick Mathewson | |
svn:r2464 | |||
2004-10-13 | hex-to-hex compare makes more sense than hex-to-bin. | Nick Mathewson | |
svn:r2463 | |||
2004-10-13 | Make directories get generated properly again; debug key lookup. Also, it ↵ | Nick Mathewson | |
is hard to find entries in a table when you never put them there. svn:r2462 | |||
2004-10-13 | fix const char * vs char * issue | Roger Dingledine | |
plus unshadow some variables svn:r2460 | |||
2004-10-13 | Omit any exit rules that follow a catch-all rule when writing a router ↵ | Nick Mathewson | |
descriptor. svn:r2459 | |||
2004-10-13 | Check fingerprint list before generating running-routers lists; also add ↵ | Nick Mathewson | |
as-yet-uncalled function to update an OR connection nickname on the fly svn:r2458 | |||
2004-10-12 | parse HttpProxy address in config | Roger Dingledine | |
fix a potential confusion in fetch_from_buf_http() make all our int config options non-negative better bounds checking on options that are ports svn:r2456 | |||
2004-10-12 | Appease overzealous gcc | Nick Mathewson | |
svn:r2454 | |||
2004-10-12 | Use tor_parse_long in more places | Nick Mathewson | |
svn:r2453 | |||
2004-10-12 | Better bounds checking on parsed ints | Nick Mathewson | |
svn:r2450 | |||
2004-10-12 | Add default directory servers | Nick Mathewson | |
svn:r2449 | |||
2004-10-12 | Add fix for remote-crash bug. | Nick Mathewson | |
svn:r2447 | |||
2004-10-12 | fix a signed/unsigned comparison | Roger Dingledine | |
svn:r2446 | |||
2004-10-12 | Oops, missed one | Nick Mathewson | |
svn:r2445 | |||
2004-10-12 | Note byte-order on result for parse_addr_port() | Nick Mathewson | |
svn:r2444 | |||
2004-10-12 | Add an implementation of trusted_dir_server logic to switch towards simply ↵ | Nick Mathewson | |
remembering an addr/port/keyid for each trusted dir server svn:r2443 | |||
2004-10-12 | Add long-term format for dir-signing-key fields (commented out) | Nick Mathewson | |
svn:r2442 | |||
2004-10-12 | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson | |
svn:r2441 | |||
2004-10-12 | Add functions to parse addr[:port] consistently | Nick Mathewson | |
svn:r2440 | |||
2004-10-12 | bugfix on my friday commit: make hidden services work again in cvs | Roger Dingledine | |
svn:r2439 | |||
2004-10-11 | fix paul gardner's assert bug. | Roger Dingledine | |
sometimes circuit_get_open_circ_or_launch() can return 0 but not return a circuit, e.g. because too many circuits have failed recently so the new one didn't launch. we need to tolerate that. svn:r2438 | |||
2004-10-11 | Fix a potential buffer overflow found by Ilja van Sprundel. | Roger Dingledine | |
We don't think this is exploitable, but best to fix it anyway. svn:r2437 | |||
2004-10-11 | fix the stale pointer assert bug reported by joe magic | Roger Dingledine | |
svn:r2436 | |||
2004-10-10 | when a begin cell has an invalid port, give us a better hint of | Roger Dingledine | |
what went wrong svn:r2435 | |||
2004-10-08 | interim commit for http proxy support | Roger Dingledine | |
svn:r2431 | |||
2004-10-07 | Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ↵ | Nick Mathewson | |
not-terminate appropriately. svn:r2429 | |||
2004-10-07 | Include a dir-signing-key token in directories to tell the parsing entity ↵ | Nick Mathewson | |
which key is being used to sign. This is the first step in obsoleting the dirservers file. svn:r2428 | |||
2004-10-07 | Workaround for bug on windows where cached-directories get crlf corruption. | Nick Mathewson | |
svn:r2426 | |||
2004-10-07 | Windows requires a different cast uint64_t format | Nick Mathewson | |
svn:r2424 | |||
2004-10-07 | Make base-64-encoded DER work, including workaround for ugly openssl ↵ | Nick Mathewson | |
misfeature that makes base64 decoding fail when you strip out the newlines. svn:r2423 | |||
2004-10-06 | Refactor fingerprint handling: remember hex digests (no spaces) instead of ↵ | Nick Mathewson | |
beautified fingerprints svn:r2422 | |||
2004-10-06 | Fix a couple of typos, one of which conceals a bug in parsing opt keywords ↵ | Nick Mathewson | |
with objects svn:r2421 |