tor/src/or
Nick Mathewson 4d11a468b2 Correct two state-file variable types.
These should have been int, but we had listed them as unsigned.
That's an easy mistake to make, since "int" corresponds with either
INT or UINT in the configuration file.

This bug cannot have actually caused a problem in practice, since we
check those fields' values on load, and ensure that they are in
range 0..INT32_MAX.
2017-09-26 12:25:01 -04:00
..
addressmap.c Replace accumulated C ;;s with ;s 2017-09-15 16:43:17 -04:00
addressmap.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
bridges.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
bridges.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
channel.c Merge branch 'bug22805_v2_squashed' 2017-09-22 08:58:17 -04:00
channel.h Merge branch 'bug22805_v2_squashed' 2017-09-22 08:58:17 -04:00
channelpadding.c Merge branch 'bug22805_v2_squashed' 2017-09-22 08:58:17 -04:00
channelpadding.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
channeltls.c Fix a comment that misunderstood is_canonical 2017-09-20 09:41:01 -04:00
channeltls.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circpathbias.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circpathbias.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circuitbuild.c Merge branch 'bug22805_v2_squashed' 2017-09-22 08:58:17 -04:00
circuitbuild.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circuitlist.c circuit: Log n_circ_id and global identifier 2017-09-20 12:52:53 -04:00
circuitlist.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circuitmux_ewma.c Switch to offsetof() 2017-08-03 08:56:35 -04:00
circuitmux_ewma.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circuitmux.c Merge branch 'scan-build-032' 2017-09-15 16:40:11 -04:00
circuitmux.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circuitstats.c Correct two state-file variable types. 2017-09-26 12:25:01 -04:00
circuitstats.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circuituse.c Merge branch 'bug22805_v2_squashed' 2017-09-22 08:58:17 -04:00
circuituse.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
command.c Merge branch 'bug22805_v2_squashed' 2017-09-22 08:58:17 -04:00
command.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
config.c Add test to make sure all confparse variables are well-typed 2017-09-26 12:24:04 -04:00
config.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
confparse.c Delete useless checks in confparse.c 2017-05-02 16:12:30 -04:00
confparse.h Add test to make sure all confparse variables are well-typed 2017-09-26 12:24:04 -04:00
connection_edge.c Merge branch 'bug22805_v2_squashed' 2017-09-22 08:58:17 -04:00
connection_edge.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
connection_or.c Improve comments around connection_or_client_used() 2017-09-19 14:30:27 +10:00
connection_or.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
connection.c Merge remote-tracking branch 'teor/minor-comments' 2017-09-19 08:24:49 -04:00
connection.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
conscache.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
conscache.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
consdiff.c Request (and try to use) consensus diffs. 2017-05-04 08:37:41 -04:00
consdiff.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
consdiffmgr.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
consdiffmgr.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
control.c Replace accumulated C ;;s with ;s 2017-09-15 16:43:17 -04:00
control.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
cpuworker.c Merge branch 'maint-0.3.1' 2017-07-27 16:30:52 -04:00
cpuworker.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dircollate.c Switch to offsetof() 2017-08-03 08:56:35 -04:00
dircollate.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
directory.c Merge branch 'scan-build-032' 2017-09-15 16:40:11 -04:00
directory.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dirserv.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dirserv.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dirvote.c Fix warnings about passing uninitialized buffers into functions 2017-09-12 21:32:42 -04:00
dirvote.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dns_structs.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dns.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dns.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dnsserv.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dnsserv.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
entrynodes.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
entrynodes.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
ext_orport.c Warn on ExtORPort USERADDR that is missing or 0. 2017-09-20 08:50:49 -04:00
ext_orport.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
fallback_dirs.inc Update fallback directory mirrors in May 2017 2017-05-16 19:02:42 +10:00
fp_pair.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
fp_pair.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
geoip.c New GETINFO target to check if geoip is loaded 2017-08-25 12:25:05 -04:00
geoip.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hibernate.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hibernate.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_cache.c prop224: Set stricter expiration time of cached client descriptors. 2017-09-13 14:54:49 -04:00
hs_cache.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_cell.c prop224: Add a function to clear INTRO data 2017-08-24 13:03:28 -04:00
hs_cell.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_circuit.c prop224: Add test for parsing RENDEZVOUS1 cell. 2017-09-25 15:00:06 +03:00
hs_circuit.h prop224: Add test for parsing RENDEZVOUS1 cell. 2017-09-25 15:00:06 +03:00
hs_circuitmap.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_circuitmap.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_client.c Merge remote-tracking branch 'asn/ticket23420_032_01' 2017-09-25 09:24:36 -04:00
hs_client.h prop224: Add test for parsing RENDEZVOUS1 cell. 2017-09-25 15:00:06 +03:00
hs_common.c Add a BASE32_DIGEST_LEN define 2017-09-19 12:33:04 -04:00
hs_common.h hs: Pad RENDEZVOUS1 v3 cell to match length of v2 2017-09-19 09:13:28 -04:00
hs_config.c prop224: Move service version into config object 2017-07-13 16:50:09 -04:00
hs_config.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_descriptor.c test: Fix memory leak in hs_descriptor/decode_bad_signature 2017-09-05 09:26:21 -04:00
hs_descriptor.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_ident.c hs-v3: Cancel active descriptor directory connections before uploading 2017-09-12 01:32:04 +03:00
hs_ident.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_intropoint.c hs: Avoid possible double circuit close on error 2017-09-21 13:13:53 -04:00
hs_intropoint.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_ntor.c Explicit length checks in create_rend_cpath(). 2017-07-07 11:12:27 -04:00
hs_ntor.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_service.c hs: Log the intro point when we clean it up 2017-09-20 13:08:16 -04:00
hs_service.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
include.am sched: Groundwork before KIST implementation 2017-09-15 11:40:59 -04:00
keypin.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
keypin.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
main.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
main.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
Makefile.nmake Netflow record collapsing defense. 2017-05-08 13:49:21 -04:00
microdesc.c general formatting / whitespace / typo fixes 2017-07-01 17:56:06 -04:00
microdesc.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
networkstatus.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
networkstatus.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
nodelist.c hs-v3: Rate limit some log statements 2017-09-12 11:03:13 -04:00
nodelist.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
ntmain.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
ntmain.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
onion_fast.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_fast.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
onion_ntor.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_ntor.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
onion_tap.c Rename the hybrid_encrypt/decrypt functions; label them as dangerous 2017-07-24 14:34:53 -04:00
onion_tap.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
onion.c Fix ntohs() that should have been htons() 2017-08-04 12:17:53 -04:00
onion.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
or.h Correct two state-file variable types. 2017-09-26 12:25:01 -04:00
parsecommon.c Fix warnings about passing uninitialized buffers into functions 2017-09-12 21:32:42 -04:00
parsecommon.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
periodic.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
periodic.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
policies.c Switch to offsetof() 2017-08-03 08:56:35 -04:00
policies.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_cell.c Refactor buffer APIs to put a buf_t first. 2017-09-05 13:57:51 -04:00
proto_cell.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_control0.c Refactor buffer APIs to put a buf_t first. 2017-09-05 13:57:51 -04:00
proto_control0.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_ext_or.c Refactor buffer APIs to put a buf_t first. 2017-09-05 13:57:51 -04:00
proto_ext_or.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_http.c Refactor buffer APIs to put a buf_t first. 2017-09-05 13:57:51 -04:00
proto_http.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_socks.c Repair buffer API so everything starts with buf_. 2017-09-05 13:57:51 -04:00
proto_socks.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
protover.c Dircache protocol version 2 adds support for diffs 2017-05-15 17:53:36 -04:00
protover.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
reasons.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
reasons.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
relay.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
relay.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendcache.c prop224: Purge client state on NEWNYM 2017-08-30 09:15:54 -04:00
rendcache.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendclient.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendclient.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendcommon.c Merge branch 'maint-0.3.1' 2017-08-25 11:39:38 -04:00
rendcommon.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendmid.c rephist: Remove unused crypto_pk statistics. 2017-07-13 20:24:48 +00:00
rendmid.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendservice.c hs: Pad RENDEZVOUS1 v3 cell to match length of v2 2017-09-19 09:13:28 -04:00
rendservice.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rephist.c Merge branch 'maint-0.3.1' 2017-09-15 14:40:35 -04:00
rephist.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
replaycache.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
replaycache.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
router.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
router.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
routerkeys.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
routerkeys.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
routerlist.c Replace accumulated C ;;s with ;s 2017-09-15 16:43:17 -04:00
routerlist.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
routerparse.c Merge branch 'scan-build-032' 2017-09-15 16:40:11 -04:00
routerparse.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
routerset.c Refactor node lookup APIs to take flags 2017-08-22 19:13:40 -04:00
routerset.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
scheduler_kist.c sched: make interval a plain int; initialize with macro 2017-09-25 11:11:30 -04:00
scheduler_vanilla.c sched: only log when scheduler type changes 2017-09-22 08:51:22 -04:00
scheduler.c Merge branch 'bug23539_032_01_squashed' 2017-09-25 11:12:56 -04:00
scheduler.h sched: make interval a plain int; initialize with macro 2017-09-25 11:11:30 -04:00
shared_random_state.c Add test to make sure all confparse variables are well-typed 2017-09-26 12:24:04 -04:00
shared_random_state.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
shared_random.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
shared_random.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
statefile.c Add test to make sure all confparse variables are well-typed 2017-09-26 12:24:04 -04:00
statefile.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
status.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
status.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
tor_main.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
torcert.c Merge remote-tracking branch 'haxxpop/fuzzing-hsv3' 2017-08-28 13:46:24 -04:00
torcert.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
transports.c Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
transports.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00