Nick Mathewson
|
5c53545d81
|
Add a bunch more warnings to out warning suite; resolve them; pack structs a little better.
svn:r5150
|
2005-09-29 22:59:17 +00:00 |
|
Nick Mathewson
|
2999cbf233
|
Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (if they exist).
svn:r5146
|
2005-09-27 19:39:25 +00:00 |
|
Nick Mathewson
|
0873386600
|
Point readers of the code to opensslv.h, since everybody who sees 0x0090700f looks at me like some kind of loon
svn:r5140
|
2005-09-24 16:39:33 +00:00 |
|
Nick Mathewson
|
d661fde082
|
Possible fix to make aes build on woody
svn:r5139
|
2005-09-24 16:37:24 +00:00 |
|
Nick Mathewson
|
96988b45b4
|
Use OpenSSL AES when OpenSSL has version 0.9.7 or later.
svn:r5129
|
2005-09-23 18:50:50 +00:00 |
|
Nick Mathewson
|
f8a80e8d59
|
Helper functions to perform our truncated base64 encoding on hexdigests.
svn:r5087
|
2005-09-18 02:18:59 +00:00 |
|
Nick Mathewson
|
312af36126
|
Make smartlist_add_all more efficient.
svn:r5086
|
2005-09-18 02:17:02 +00:00 |
|
Nick Mathewson
|
6973ef9be4
|
Add a touch_file() function to compat so we can update cache mtimes.
svn:r5067
|
2005-09-14 23:27:52 +00:00 |
|
Nick Mathewson
|
922cee3d0c
|
Clean up a few warnings that make gcc twig out a bit.
svn:r5062
|
2005-09-14 20:59:25 +00:00 |
|
Nick Mathewson
|
d9bf9e48c0
|
Add documentation to a few functions in container.c; reformat function definitions
svn:r5026
|
2005-09-13 15:30:22 +00:00 |
|
Nick Mathewson
|
d4fb1fcd6c
|
Two new functions like write_bytes_to_file: one takes a list of byte-and-len structs; one appends.
svn:r5024
|
2005-09-13 06:19:31 +00:00 |
|
Nick Mathewson
|
c1a6940e73
|
make compile slightly happier on const-zealous compilers
svn:r5015
|
2005-09-12 08:29:53 +00:00 |
|
Nick Mathewson
|
2689cb081b
|
We have so many special cases for smartlists of strings, why not add a sort function?
svn:r5014
|
2005-09-12 08:27:01 +00:00 |
|
Nick Mathewson
|
8d70ae01b8
|
Fix a memory leak in smartlist_string_remove.
svn:r5002
|
2005-09-12 05:20:29 +00:00 |
|
Nick Mathewson
|
24bfac635d
|
Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx variable.
svn:r5000
|
2005-09-11 23:14:14 +00:00 |
|
Nick Mathewson
|
a4f32e77ef
|
Fix segfault in win32 unittests.
svn:r4983
|
2005-09-10 02:34:32 +00:00 |
|
Nick Mathewson
|
d26523e089
|
Use tor_listdir in test.c instead of duplicating ode.
svn:r4981
|
2005-09-10 01:42:42 +00:00 |
|
Nick Mathewson
|
035b1953eb
|
Add sorting/searching to smartlist
svn:r4977
|
2005-09-09 23:12:54 +00:00 |
|
Nick Mathewson
|
6b479b3cfa
|
Only do openssl accel stuff if version is at least 0.9.7
svn:r4973
|
2005-09-09 22:07:15 +00:00 |
|
Nick Mathewson
|
09d83c564b
|
Add missing arg to windows tor_listdir()
svn:r4972
|
2005-09-09 21:34:59 +00:00 |
|
Nick Mathewson
|
2f6eb10fb4
|
Implement tor_listdir on windows. Untested.
svn:r4971
|
2005-09-09 21:29:23 +00:00 |
|
Nick Mathewson
|
c4b3bf06c6
|
add strupper function
svn:r4934
|
2005-09-08 18:33:51 +00:00 |
|
Roger Dingledine
|
780261aa2e
|
don't crash now that LongLivedPorts can be null
svn:r4923
|
2005-09-08 06:47:27 +00:00 |
|
Nick Mathewson
|
b6a13b6cdf
|
Add directory listing functions to util.[ch]. Watch the features creep!
svn:r4906
|
2005-09-03 04:40:05 +00:00 |
|
Nick Mathewson
|
29a6c17d67
|
Allow tor_gzip_uncompress to handle multiple concatenated compressed strings.
svn:r4882
|
2005-08-29 18:01:38 +00:00 |
|
Roger Dingledine
|
fa507c63e8
|
put quotes around user-supplied strings so they are more likely to
realize if they add bad characters (like quotes) to the torrc
svn:r4844
|
2005-08-26 18:40:44 +00:00 |
|
Roger Dingledine
|
d5e426ab51
|
add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()
svn:r4838
|
2005-08-26 07:37:07 +00:00 |
|
Nick Mathewson
|
9321db8c29
|
Fix bug with tor_memmem finding a match at the end of the string.
svn:r4803
|
2005-08-22 00:34:23 +00:00 |
|
Roger Dingledine
|
121ea4dd93
|
a url for better reference
svn:r4778
|
2005-08-15 01:03:50 +00:00 |
|
Nick Mathewson
|
d1c094637d
|
Try to resolve another reported solaris x86 warning
svn:r4771
|
2005-08-12 17:26:43 +00:00 |
|
Nick Mathewson
|
789374dbbd
|
Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings.
svn:r4770
|
2005-08-12 17:24:53 +00:00 |
|
Nick Mathewson
|
943ef5256b
|
fix whitespace issues
svn:r4752
|
2005-08-08 21:59:48 +00:00 |
|
Roger Dingledine
|
f4eec180a2
|
disarm a trap that's lying in wait for us
svn:r4741
|
2005-08-08 17:31:57 +00:00 |
|
Nick Mathewson
|
9345323b18
|
far far cleaner implementation of handshake checking logic. Backport candidate.
svn:r4736
|
2005-08-07 20:36:14 +00:00 |
|
Roger Dingledine
|
bfe65db284
|
ok, so now it was just redundant. nick, do you recall what rfc
you were trying to point to?
svn:r4727
|
2005-08-07 17:11:33 +00:00 |
|
Roger Dingledine
|
b9a7482c02
|
note another potential security problem with generating key material
from our DH handshake.
svn:r4724
|
2005-08-06 16:50:51 +00:00 |
|
Roger Dingledine
|
261bf4c4d4
|
rfc 3536 "provides a glossary of terms used in the IETF when discussing
internationalization."
svn:r4723
|
2005-08-05 22:08:57 +00:00 |
|
Nick Mathewson
|
224fecb281
|
Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)
svn:r4722
|
2005-08-05 19:25:23 +00:00 |
|
Nick Mathewson
|
197eb2b2cb
|
fix harmless copy-and-paste error
svn:r4718
|
2005-08-05 14:59:14 +00:00 |
|
Nick Mathewson
|
ea2aa107a7
|
cover a few more cases; needs testing and once-over
svn:r4717
|
2005-08-05 14:20:38 +00:00 |
|
Nick Mathewson
|
666ab41e2b
|
parse_addr_port was vague about what to do when port_out was NULL. Make it behave usefully.
svn:r4716
|
2005-08-05 01:51:19 +00:00 |
|
Nick Mathewson
|
3fa821d911
|
oops, that array got bigger
svn:r4708
|
2005-08-04 23:18:51 +00:00 |
|
Nick Mathewson
|
7a9eb49f5f
|
Discard special bignum values.
svn:r4706
|
2005-08-04 23:14:42 +00:00 |
|
Nick Mathewson
|
546fba7b04
|
Fix windows warning
svn:r4697
|
2005-08-04 22:25:39 +00:00 |
|
Nick Mathewson
|
11ff0aba80
|
Make clients regenerate their keys when their IP address changes.
svn:r4688
|
2005-08-03 20:42:17 +00:00 |
|
Nick Mathewson
|
98f1265309
|
Fix compile failures on tor_gettimeofday() fix for windows
svn:r4685
|
2005-08-03 17:16:48 +00:00 |
|
Nick Mathewson
|
176e9055cc
|
Probably broken attempt to improve tor_gettimeofday granularity on windows.
svn:r4683
|
2005-08-03 16:28:39 +00:00 |
|
Nick Mathewson
|
48787c839e
|
Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospect of a signed time_t but me.
svn:r4675
|
2005-07-25 18:10:08 +00:00 |
|
Roger Dingledine
|
cfd6514482
|
and a nearby define
svn:r4643
|
2005-07-23 02:19:43 +00:00 |
|
Nick Mathewson
|
b98e4a0cd7
|
add parenthesis to U64_PRINTF_ARG macro
svn:r4642
|
2005-07-23 02:12:40 +00:00 |
|