tor/changes
Nick Mathewson 26e789fbfd Rename nonconformant identifiers.
Fixes bug 4893.

These changes are pure mechanical, and were generated with this
perl script:

  /usr/bin/perl -w -i.bak -p

  s/crypto_pk_env_t/crypto_pk_t/g;
  s/crypto_dh_env_t/crypto_dh_t/g;
  s/crypto_cipher_env_t/crypto_cipher_t/g;
  s/crypto_digest_env_t/crypto_digest_t/g;

  s/aes_free_cipher/aes_cipher_free/g;
  s/crypto_free_cipher_env/crypto_cipher_free/g;
  s/crypto_free_digest_env/crypto_digest_free/g;
  s/crypto_free_pk_env/crypto_pk_free/g;

  s/_crypto_dh_env_get_dh/_crypto_dh_get_dh/g;
  s/_crypto_new_pk_env_rsa/_crypto_new_pk_from_rsa/g;
  s/_crypto_pk_env_get_evp_pkey/_crypto_pk_get_evp_pkey/g;
  s/_crypto_pk_env_get_rsa/_crypto_pk_get_rsa/g;

  s/crypto_new_cipher_env/crypto_cipher_new/g;
  s/crypto_new_digest_env/crypto_digest_new/g;
  s/crypto_new_digest256_env/crypto_digest256_new/g;
  s/crypto_new_pk_env/crypto_pk_new/g;

  s/crypto_create_crypto_env/crypto_cipher_new/g;

  s/connection_create_listener/connection_listener_new/g;
  s/smartlist_create/smartlist_new/g;
  s/transport_create/transport_new/g;
2012-01-18 15:53:30 -05:00
..
absolute_cookie_file changes file for #4881 2012-01-10 14:59:49 -05:00
aes_ctr_test Test for broken counter-mode at runtime 2012-01-10 11:15:35 -05:00
badexitcc Allow authorities to baddir/badexit/invalid/reject nodes by cc 2012-01-13 12:28:47 -05:00
bug1983_win64 Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.c 2012-01-18 13:14:44 -05:00
bug2434 Advertise dirport if accountingmax is large enough 2012-01-10 09:59:36 -05:00
bug3325 Move logging of bad hostnames into parse_extended_hostname 2012-01-11 15:56:14 -05:00
bug4012 Add missing documentation for some options introduced in 0.2.3.x 2012-01-18 14:50:13 -05:00
bug4012_022 Documentation for GiveGuardFlagTo... option 2012-01-18 14:44:29 -05:00
bug4413 Revise bug4413 changes file 2012-01-09 19:18:48 -05:00
bug4533_part2 Fix SOCKET_OK test on win64. 2012-01-18 10:48:29 -05:00
bug4650 changes file for bug4650 2012-01-04 15:12:02 -05:00
bug4746 changes file for bug4746 2012-01-10 16:53:27 -05:00
bug4837 Make openssl 0.9.8l log message accurate 2012-01-11 15:41:46 -05:00
bug4856 Fix a trivial log message error in renservice.c 2012-01-09 12:21:04 -05:00
clean_asprintf whitespace fixes 2012-01-16 15:07:47 -05:00
dirauth_log Log which votes we still need to fetch 2012-01-10 16:13:30 +01:00
fast_bw_param Provide consensus params to constrain the threshold for Fast 2012-01-16 14:50:13 -05:00
feature3457 Include circ creation time in CIRC events, etc. 2011-11-24 06:55:16 -08:00
readable_ssl_versions We no longer need to detect openssl without RAND_poll() 2012-01-10 10:40:31 -05:00
renaming_identifiers Rename nonconformant identifiers. 2012-01-18 15:53:30 -05:00
tor_socket_tests Warn if sizeof(tor_socket_t) != sizeof(SOCKET) 2012-01-17 16:38:47 -05:00