1. 1ad5c83 We care about the resulting server_time_s rather than time_map being 0 by Jacob Appelbaum · 11 years ago
  2. a29d695 after a certain point time_map should not be zero by Jacob Appelbaum · 11 years ago
  3. 04ae3c2 Only emit the label count once per hostname by Jacob Appelbaum · 11 years ago
  4. 6b7041d Cast char to unsigned char before passing to ctype(3) isXYZ. by Taylor R Campbell · 11 years ago
  5. abb16cb ensure that we only time warp if we wish to set the clock by Jacob Appelbaum · 11 years ago
  6. f11b2ea tlsdate-helper: Remove a pointless assignment by Fabian Keil · 12 years ago
  7. bb638b8 tlsdate-helper: Include the CA cert container path in error messages by Fabian Keil · 12 years ago
  8. ceb1fe2 tlsdate-helper: fix SAN checking by elly · 12 years ago
  9. 4149130 Fix looking up DNS Name fields if the CN doesn't match the hostname. by Thijs Alkemade · 12 years ago
  10. 8f5dbfd First attempt at a reasonable Mac OS X port of tlsdate by Jacob Appelbaum · 12 years ago
  11. 8e68c4e Compile again after 385386d9. by Linus Nordberg · 12 years ago
  12. 82c6ae2 Merge pull request #71 from pjbakker/polarssl-version by Jacob Appelbaum · 12 years ago
  13. d2c8702 logic bug; caught by Ryan Sleevi by Jacob Appelbaum · 12 years ago
  14. db5f01f cleanup code for clean compile with g++ by Jacob Appelbaum · 12 years ago
  15. 010ef45 Added proxy support via a PolarSSL net-like layer by Paul Bakker · 12 years ago
  16. 385386d Added PolarSSL library support to base tlsdate by Paul Bakker · 12 years ago
  17. fa76530 Update includes to properly reference .h files from the root. by Jacob Appelbaum · 12 years ago
  18. a5e7fbb tlsdated: add dbus announcement support by Elly Fong-Jones · 12 years ago
  19. 12e15c9 Use /etc/tlsdate/ca-roots/tlsdate-ca-roots.conf for certs by default; allow setting file or dir by Jacob Appelbaum · 12 years ago
  20. f5d7bf8 Add Seccomp-BPF policies to the repo. by Jorge Lucangeli Obes · 12 years ago
  21. 1b237ae fix openssl const warning by Mike Frysinger · 12 years ago
  22. 9b811a4 [tlsdate] fix certificate time compensation by Elly Fong-Jones · 12 years ago
  23. af1e68c fix spelling error by Jacob Appelbaum · 12 years ago
  24. c88a9f7 Move common functions to util.c and add verb() to proxy code by Jacob Appelbaum · 12 years ago
  25. 587e247 add V to verb output as expected by Jacob Appelbaum · 12 years ago
  26. 5cc5ede fix cert verification when proxy is used by Jacob Appelbaum · 12 years ago
  27. 4687c5d Add proxy support by Elly Fong-Jones · 12 years ago
  28. b12abad This fixes make -j32 distclean by Brian Aker · 12 years ago
  29. 95d9fd5 Fix for currently known build issues. by Brian Aker · 12 years ago
  30. 31056a6 Fix some issues. by A soldier · 12 years ago
  31. 6df3318 Merge branch 'master' of git://github.com/ioerror/tlsdate by Daniel Borkmann · 12 years ago
  32. ad12a3a Wildcard certificate verification per RFC 2595 by Jacob Appelbaum · 12 years ago
  33. 7066f38 Merge branch 'master' of git://github.com/ioerror/tlsdate by Daniel Borkmann · 12 years ago
  34. 0809df1 Add libcompat integrating clocks by David Goulet · 12 years ago
  35. 188ad9c fix branch on uninitialised value; valgrind clean! by Jacob Appelbaum · 12 years ago
  36. bf3fa7c fix memory leaks in check_cn by Jacob Appelbaum · 12 years ago
  37. 8f7682d refactor check_cn to remove memory leaks by Jacob Appelbaum · 12 years ago
  38. 2a259e1 Merge branch 'master' of git://github.com/ioerror/tlsdate by Daniel Borkmann · 12 years ago
  39. 53a1058 HOST_NAME_MAX is possible even if not to x509 spec by Jacob Appelbaum · 12 years ago
  40. 247251f David Goulet has convinced me; stderr is the way by Jacob Appelbaum · 12 years ago
  41. 592acc5 Minor fix in coding convention by Daniel Borkmann · 12 years ago
  42. 23c2b80 refactor malloc, free allocated memory by Daniel Borkmann · 12 years ago
  43. 9cbf1f4 Add iPAddress check per RFC2818 by Jacob Appelbaum · 12 years ago
  44. 193e561 fixup cn/san check; increase verbosity by Jacob Appelbaum · 12 years ago
  45. d297c59 properly calculate buffer lengths, fool by Jacob Appelbaum · 12 years ago
  46. 6bb4b81 use RFC5280 values for ub-common-name-length; less than max host name bytes... wtf? by Jacob Appelbaum · 12 years ago
  47. c548c29 do not die if cn match fails; san may match the name by Jacob Appelbaum · 12 years ago
  48. 145886f refactor san/cn checking; change output to remove "SSL" by Jacob Appelbaum · 12 years ago
  49. eb1ef48 refactor and remove cn check from san checking code by Jacob Appelbaum · 12 years ago
  50. fc9761e Add SAN/CN checking; patch by Daniel Borkmann <daniel@gnumaniacs.org> by Jacob Appelbaum · 12 years ago
  51. 8355d73 refactor tlsdate-helper.c to create tlsdate-helper.h; fix memory leaks by Jacob Appelbaum · 12 years ago
  52. b79b0eb Release SSL context by Jacob Appelbaum · 12 years ago
  53. b6f235e Check for SAN for real someday soon by Jacob Appelbaum · 12 years ago
  54. 42ccf9d First stab at name and key bit size checking by Jacob Appelbaum · 12 years ago
  55. 63e548e Add Christian Grothoff to copyright, he authored parts of this by Jacob Appelbaum · 12 years ago
  56. f3ef638 Allow ECC keys by Jacob Appelbaum · 12 years ago
  57. 8e9614e spurious space by Jacob Appelbaum · 12 years ago
  58. c4d3f9f Check for public keys with less than 1023 bits and die if weak key is found by Jacob Appelbaum · 12 years ago
  59. 302a939 remove dead code in comment by Jacob Appelbaum · 12 years ago
  60. 9f80729 Add callback to actually ensure time is frozen; thanks anonymous for the code review! by Jacob Appelbaum · 12 years ago
  61. 123bb3e patch from anonymous by Jacob Appelbaum · 12 years ago
  62. c732f4e Add -l and --leap option by Jacob Appelbaum · 12 years ago
  63. 64d1895 Attempt to change verify to something requested by weasel by Jacob Appelbaum · 12 years ago
  64. 699a276 re-tab; all tabs must die - use spaces by Jacob Appelbaum · 12 years ago
  65. 9639003 Set RECENT_COMPILE_DATE at compile by Jacob Appelbaum · 12 years ago
  66. 894d527 Add --timewarp option to warp the clock into the future as declared by RECENT_COMPILE_DATE by Jacob Appelbaum · 12 years ago
  67. c51af92 move manpages into man/, source files into src/ by Daniel Borkmann · 12 years ago[Renamed from tlsdate-helper.c]
  68. 76efed8 remove useless whitespace by Daniel Borkmann · 12 years ago
  69. c27a92a Add Show Time (-V) + Don't set clock (-n) options, including manual page by Jeroen Massar · 12 years ago
  70. ca64b50 bits not bytes; thanks Stewart Smith by Jacob Appelbaum · 12 years ago
  71. fc0171f x509 was assigned a value and not used. by Stewart Smith · 12 years ago
  72. 3aa3f38 c_bio was assigned a value and not used. At the same time, fix up error message to give a little bit more info by Stewart Smith · 12 years ago
  73. f478044 report difference between server and local time when not running as root (useful to just check your time without setting it or getting lots of verbose output) by Stewart Smith · 12 years ago
  74. 9ae3aa6 Add -C/--certdir support by Elly Jones · 12 years ago
  75. 1cddca6 Allow redefinition of some constants. by Elly Jones · 12 years ago
  76. ad873f3 set groups by Jacob Appelbaum · 13 years ago
  77. 2c385d2 add group switching per suggestion by Maxim Kammerer by Jacob Appelbaum · 13 years ago
  78. 9a15957 reformat whitespace by Jacob Appelbaum · 13 years ago
  79. b3ca577 added check for when TLS handshake takes too long by Philipp Winter · 13 years ago
  80. d84456c add \n where needed by Jacob Appelbaum · 13 years ago
  81. ef69203 fixup merge mess by Jacob Appelbaum · 13 years ago
  82. 405a793 Revert "fixed RTT issue" by Jacob Appelbaum · 13 years ago
  83. d96af62 fixed RTT issue by Philipp Winter · 13 years ago
  84. e267c35 adding RTT calculation and adjustment for large RTT, cleaning up messages, adding AUTHORs file by Christian Grothoff · 13 years ago
  85. 191cd98 check return status from child, minor clean up by Christian Grothoff · 13 years ago
  86. bd15a22 adding code to become nobody for SSL handshake by Christian Grothoff · 13 years ago
  87. 88b422b introduce fork+mmap for IPC with SSL child process by Christian Grothoff · 13 years ago
  88. f4a92d5 Use a sane value(*for* 32bit systems) for MAX_REASONABLE_TIME. by dave bl · 13 years ago
  89. 30d8210 Use a sane value(*for* 32bit systems) for MAX_REASONABLE_TIME. by dave bl · 13 years ago
  90. c3fb007 fix verbose fix by Christian Grothoff · 13 years ago
  91. afbae37 fix verbose by Christian Grothoff · 13 years ago
  92. 1dbd04f fix by Christian Grothoff · 13 years ago
  93. 4305114 fix return checking by Jacob Appelbaum · 13 years ago
  94. 4c15943 remove verb by Jacob Appelbaum · 13 years ago
  95. adf46c9 who was calling exit? by Jacob Appelbaum · 13 years ago
  96. 7e03910 dir is not a file, well, sorta by Jacob Appelbaum · 13 years ago
  97. f5098b4 -merge by Christian Grothoff · 13 years ago
  98. 90e9f83 -misc fixes by Christian Grothoff · 13 years ago