[tor-commits] [tlsdate/master] Mention the recent FreeBSD-specific changes in the CHANGELOG

2013-11-21 Thread ioerror
commit add30296600ed6e1d2d3738b3dc879cb5d6c5723 Author: Fabian Keil Date: Thu Nov 21 14:55:22 2013 +0100 Mention the recent FreeBSD-specific changes in the CHANGELOG --- CHANGELOG |3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2708a9f..e7d5287 100644

[tor-commits] [tlsdate/master] Use the strchrnul() replacement on FreeBSD versions that need it

2013-11-21 Thread ioerror
commit bf91ea96c63e885c0800bbc856459052a4f69207 Author: Fabian Keil Date: Thu Nov 21 14:05:54 2013 +0100 Use the strchrnul() replacement on FreeBSD versions that need it This gets tlsdate and tlsdate-helper working on FreeBSD 9.2-RELEASE. --- configure.ac |3 +++ src/conf.c

[tor-commits] [tlsdate/master] Mention in INSTALL that tlsdate is expected to work on FreeBSD 9.2 and 11 as well

2013-11-21 Thread ioerror
commit 44fa3b79128df9cd1738a66ae80a5a0bde6d4603 Author: Fabian Keil Date: Thu Nov 21 14:49:28 2013 +0100 Mention in INSTALL that tlsdate is expected to work on FreeBSD 9.2 and 11 as well --- INSTALL |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL i

[tor-commits] [tlsdate/master] Include in src/util.h

2013-11-20 Thread ioerror
commit d00526018524956084364987edecbfa40321d0d9 Author: Fabian Keil Date: Wed Nov 20 14:53:23 2013 +0100 Include in src/util.h On FreeBSD 11-CURRENT this fixes the compilation failure: In file included from ./src/proxy-bio.h:16, from src/proxy-bio.c:3

[tor-commits] [tlsdate/master] Include in src/util.c

2013-11-20 Thread ioerror
commit 512283cdc016396d67f81db7b391405a43aa1d9a Author: Fabian Keil Date: Wed Nov 20 15:02:25 2013 +0100 Include in src/util.c On FreeBSD 11-CURRENT this fixes the compilation failure: src/util.c: In function 'file_write': src/util.c:256: error: 'S_IRUSR' undeclared (

[tor-commits] [tlsdate/master] Add note about servers with weak DH group parameters

2013-11-20 Thread ioerror
commit 89ad6c04dd0dc5174effd1f3534bf192479be739 Author: Jacob Appelbaum Date: Thu Nov 7 17:24:06 2013 +0100 Add note about servers with weak DH group parameters --- TODO |2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index ee8cf27..5d15d3c 100644 --- a/TODO +++ b/TODO

[tor-commits] [tlsdate/debian-master] Bump changelog to include 0.0.7-1

2013-11-01 Thread ioerror
commit c2d32f44007c64b855bf453abc28a5e29ef645a9 Author: Jacob Appelbaum Date: Sat Nov 2 01:28:16 2013 +0100 Bump changelog to include 0.0.7-1 --- debian/changelog |6 ++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index a49332a..a90a511 100644

[tor-commits] [tlsdate/master] remove unused code; valgrind complained about this lazy slop

2013-11-01 Thread ioerror
commit 004f6f6b585bd9fc6567ef91dfbfb42f0b569534 Author: Jacob Appelbaum Date: Sat Nov 2 01:02:59 2013 +0100 remove unused code; valgrind complained about this lazy slop --- src/tlsdate.c |2 -- 1 file changed, 2 deletions(-) diff --git a/src/tlsdate.c b/src/tlsdate.c index 50d6db9..e4

[tor-commits] [tlsdate/debian-master] remove unused code; valgrind complained about this lazy slop

2013-11-01 Thread ioerror
commit 004f6f6b585bd9fc6567ef91dfbfb42f0b569534 Author: Jacob Appelbaum Date: Sat Nov 2 01:02:59 2013 +0100 remove unused code; valgrind complained about this lazy slop --- src/tlsdate.c |2 -- 1 file changed, 2 deletions(-) diff --git a/src/tlsdate.c b/src/tlsdate.c index 50d6db9..e4

[tor-commits] [tlsdate/debian-master] Merge branch 'master' into debian-master

2013-11-01 Thread ioerror
commit 73147ed1dafe83caf6a9343ed169f34d9f704cae Merge: a5687fa 004f6f6 Author: Jacob Appelbaum Date: Sat Nov 2 01:03:08 2013 +0100 Merge branch 'master' into debian-master src/tlsdate.c |2 -- 1 file changed, 2 deletions(-) ___ tor-commits

[tor-commits] [tlsdate/debian-master] Merge branch 'debian-master' of github.com:ioerror/tlsdate into debian-master

2013-11-01 Thread ioerror
libssl-dev +libssl-dev, +libtool Standards-Version: 3.9.4 Homepage: https://www.github.com/ioerror/tlsdate/ +Vcs-Git: https://www.github.com/ioerror/tlsdate/ -b debian-master +Vcs-Browser: https://www.github.com/ioerror/tlsdate/ Package: tlsdate Arch

[tor-commits] [tlsdate/debian-master] Merge pull request #113 from leif/debian-master

2013-11-01 Thread ioerror
commit 774198917a3f9209edd143f8ed1519a74771688f Merge: 815fc35 c44299d Author: Jacob Appelbaum Date: Fri Jun 14 17:23:52 2013 -0700 Merge pull request #113 from leif/debian-master add libtool to Build-Depends debian/control |3 ++- 1 file changed, 2 insertions(+), 1 deletion(

[tor-commits] [tlsdate/debian-master] add libtool to Build-Depends

2013-11-01 Thread ioerror
9.4 Homepage: https://www.github.com/ioerror/tlsdate/ ___ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

[tor-commits] [tlsdate/master] Update README to make it timeless, so to speak

2013-11-01 Thread ioerror
commit cc1ccee56aa6e1fb33fc3ffc7bd109ebce5227d6 Author: Jacob Appelbaum Date: Sat Nov 2 00:37:38 2013 +0100 Update README to make it timeless, so to speak --- README | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README b/README index 79e1d01..2

[tor-commits] [tlsdate/master] Add verbose change to CHANGELOG

2013-11-01 Thread ioerror
commit 4403ac5f4623c697fdb2ee7be48dfee6ebaf7813 Author: Jacob Appelbaum Date: Sat Nov 2 00:48:43 2013 +0100 Add verbose change to CHANGELOG --- CHANGELOG |1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 1996acc..2fda880 100644 --- a/CHANGELOG +++ b/CHANGEL

[tor-commits] [tlsdate/debian-master] Bump to version 0.0.7

2013-11-01 Thread ioerror
commit e33b89520228fbe1689651710bc1b38bf82b3594 Author: Jacob Appelbaum Date: Sat Nov 2 00:49:36 2013 +0100 Bump to version 0.0.7 --- CHANGELOG|2 +- configure.ac |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2fda880..2708a9f

[tor-commits] [tlsdate/debian-master] Update README to make it timeless, so to speak

2013-11-01 Thread ioerror
commit cc1ccee56aa6e1fb33fc3ffc7bd109ebce5227d6 Author: Jacob Appelbaum Date: Sat Nov 2 00:37:38 2013 +0100 Update README to make it timeless, so to speak --- README | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README b/README index 79e1d01..2

[tor-commits] [tlsdate/debian-master] Merge branch 'master' into debian-master

2013-11-01 Thread ioerror
commit 5b38f7e594fd0f5bf76eccb75efe5b1a6a1d0c8e Merge: d7ed509 e33b895 Author: Jacob Appelbaum Date: Sat Nov 2 00:49:42 2013 +0100 Merge branch 'master' into debian-master CHANGELOG|3 ++- README | 20 +++- configure.ac |2 +- 3 files changed, 6 inserti

[tor-commits] [tlsdate/debian-master] Add verbose change to CHANGELOG

2013-11-01 Thread ioerror
commit 4403ac5f4623c697fdb2ee7be48dfee6ebaf7813 Author: Jacob Appelbaum Date: Sat Nov 2 00:48:43 2013 +0100 Add verbose change to CHANGELOG --- CHANGELOG |1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 1996acc..2fda880 100644 --- a/CHANGELOG +++ b/CHANGEL

[tor-commits] [tlsdate/master] Bump to version 0.0.7

2013-11-01 Thread ioerror
commit e33b89520228fbe1689651710bc1b38bf82b3594 Author: Jacob Appelbaum Date: Sat Nov 2 00:49:36 2013 +0100 Bump to version 0.0.7 --- CHANGELOG|2 +- configure.ac |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2fda880..2708a9f

[tor-commits] [tlsdate/debian-master] Add tlsdated.service to Makefile

2013-10-31 Thread ioerror
commit d01fa98b90d93761fc2df04e9f934cd5a2c1a225 Author: Jacob Appelbaum Date: Thu Oct 31 12:46:26 2013 +0100 Add tlsdated.service to Makefile --- Makefile.am |1 + tlsdate.service |6 -- tlsdated.service |6 ++ 3 files changed, 7 insertions(+), 6 deletions(-) dif

[tor-commits] [tlsdate/debian-master] Add verb_debug and give -vv meaning

2013-10-31 Thread ioerror
commit 232fa7e93cd02d176ba2501d8d0e6614b2563ac0 Author: Jacob Appelbaum Date: Fri Nov 1 03:11:10 2013 +0100 Add verb_debug and give -vv meaning --- src/routeup.c|1 + src/test-bio.c |1 + src/tlsdate-helper.c | 54 ++

[tor-commits] [tlsdate/debian-master] Merge branch 'master' into debian-master

2013-10-31 Thread ioerror
commit d7ed50929949dead066a8a482accc770c8b61e26 Merge: e0c408e 232fa7e Author: Jacob Appelbaum Date: Fri Nov 1 03:11:36 2013 +0100 Merge branch 'master' into debian-master src/routeup.c|1 + src/test-bio.c |1 + src/tlsdate-helper.c | 54 ++-

[tor-commits] [tlsdate/master] Add verb_debug and give -vv meaning

2013-10-31 Thread ioerror
commit 232fa7e93cd02d176ba2501d8d0e6614b2563ac0 Author: Jacob Appelbaum Date: Fri Nov 1 03:11:10 2013 +0100 Add verb_debug and give -vv meaning --- src/routeup.c|1 + src/test-bio.c |1 + src/tlsdate-helper.c | 54 ++

[tor-commits] [tlsdate/master] Add tlsdated.service to Makefile

2013-10-31 Thread ioerror
commit d01fa98b90d93761fc2df04e9f934cd5a2c1a225 Author: Jacob Appelbaum Date: Thu Oct 31 12:46:26 2013 +0100 Add tlsdated.service to Makefile --- Makefile.am |1 + tlsdate.service |6 -- tlsdated.service |6 ++ 3 files changed, 7 insertions(+), 6 deletions(-) dif

[tor-commits] [tlsdate/debian-master] Add tlsdated.service to Makefile

2013-10-31 Thread ioerror
commit abe4f99588f791c5dff65c263d67a08d7aae44f0 Author: Jacob Appelbaum Date: Thu Oct 31 12:46:26 2013 +0100 Add tlsdated.service to Makefile --- Makefile.am |1 + tlsdate.service |6 -- tlsdated.service |6 ++ 3 files changed, 7 insertions(+), 6 deletions(-) dif

[tor-commits] [tlsdate/debian-master] add systemd directory and copy tlsdated.service into it

2013-10-31 Thread ioerror
commit e0c408ec4a36fc02e2d6aab18d1e1e636f61fe72 Author: Jacob Appelbaum Date: Thu Oct 31 12:51:37 2013 +0100 add systemd directory and copy tlsdated.service into it --- debian/rules|1 + debian/tlsdate.dirs |1 + 2 files changed, 2 insertions(+) diff --git a/debian/rules b

[tor-commits] [tlsdate/debian-master] call dh --with autotools_dev; closes Debian #727986

2013-10-31 Thread ioerror
commit 8dde3d4dcadc604c7313bc055bf4532f0ed69417 Author: Jacob Appelbaum Date: Thu Oct 31 12:13:59 2013 +0100 call dh --with autotools_dev; closes Debian #727986 --- debian/rules |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 02ededf

[tor-commits] [tlsdate/debian-master] Add Vcs-Git and Vcs-Browser

2013-10-31 Thread ioerror
/control +++ b/debian/control @@ -10,6 +10,8 @@ Build-Depends: autotools-dev, libssl-dev Standards-Version: 3.9.4 Homepage: https://www.github.com/ioerror/tlsdate/ +Vcs-Git: https://www.github.com/ioerror/tlsdate/ -b debian-master +Vcs-Browser: https://www.github.com/ioerror/tlsdate

[tor-commits] [tlsdate/debian-master] update CHANGELOG

2013-10-31 Thread ioerror
commit cb883468e35779e4166babf93fb5983a54a3f1cb Author: Jacob Appelbaum Date: Thu Oct 31 11:47:34 2013 +0100 update CHANGELOG --- CHANGELOG |2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 206a97d..1996acc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6

[tor-commits] [tlsdate/debian-master] move defines into the proper header

2013-10-31 Thread ioerror
commit 7bee41df971fbb325d8eda6a4c4671aa4af9f44c Author: Jacob Appelbaum Date: Wed Oct 30 17:58:26 2013 +0100 move defines into the proper header --- src/tlsdate-helper.c |8 src/tlsdate-helper.h | 10 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a

[tor-commits] [tlsdate/debian-master] update CHANGELOG

2013-10-31 Thread ioerror
commit 152d6dafd925100e0d869e1e29e9eaf4bdbb2042 Author: Jacob Appelbaum Date: Thu Oct 31 11:47:34 2013 +0100 update CHANGELOG --- CHANGELOG |2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 206a97d..1996acc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6

[tor-commits] [tlsdate/master] update CHANGELOG

2013-10-31 Thread ioerror
commit cb883468e35779e4166babf93fb5983a54a3f1cb Author: Jacob Appelbaum Date: Thu Oct 31 11:47:34 2013 +0100 update CHANGELOG --- CHANGELOG |2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 206a97d..1996acc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6

[tor-commits] [tlsdate/debian-master] Add /usr/lib/x86_64-linux-gnu/ to AppArmor profile\

2013-10-31 Thread ioerror
commit 7976210871063f98d001221a7eac6901dfd47f81 Author: Jacob Appelbaum Date: Thu Oct 31 11:38:47 2013 +0100 Add /usr/lib/x86_64-linux-gnu/ to AppArmor profile\ This partially addresses Debian bug #704680 --- apparmor-profile |5 + 1 file changed, 5 insertions(+) diff --g

[tor-commits] [tlsdate/debian-master] Update .gitignore to reflect ctags/vim usage

2013-10-31 Thread ioerror
commit 7476ac884bace36186ce8a47b3f6749610976431 Author: Jacob Appelbaum Date: Wed Oct 30 21:11:07 2013 +0100 Update .gitignore to reflect ctags/vim usage --- .gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d49250a..7f4ca56 100644 --- a/.gitig

[tor-commits] [tlsdate/debian-master] Merge branch 'master' into debian-master

2013-10-31 Thread ioerror
commit ff753e123cb6dd70cc0ca21f1fc8a4d412ac8add Merge: 815fc35 7976210 Author: Jacob Appelbaum Date: Thu Oct 31 11:45:39 2013 +0100 Merge branch 'master' into debian-master .gitignore |1 + CHANGELOG |5 + Makefile.am|

[tor-commits] [tlsdate/debian-master] Add README note about HTTP Date parsing

2013-10-31 Thread ioerror
commit 8ae0ac5a7ab0236178c9807e98bb7dca36eb43a2 Author: Jacob Appelbaum Date: Wed Oct 30 18:12:16 2013 +0100 Add README note about HTTP Date parsing --- README |8 1 file changed, 8 insertions(+) diff --git a/README b/README index 1c9e793..79e1d01 100644 --- a/README +++ b/RE

[tor-commits] [tlsdate/debian-master] Merge branch 'master' into debian-master

2013-10-31 Thread ioerror
commit 146aedf906006e76d2be76d9df235743b4752edc Merge: 152d6da cb88346 Author: Jacob Appelbaum Date: Thu Oct 31 11:47:57 2013 +0100 Merge branch 'master' into debian-master ___ tor-commits mailing list tor-commits@lists.torproject.org https://lis

[tor-commits] [tlsdate/debian-master] Update manpage with http option

2013-10-31 Thread ioerror
commit 0aa0bf8ee6102d032c8833db043c007cd5bc36c2 Author: Nick Mathewson Date: Thu Oct 10 15:21:50 2013 -0400 Update manpage with http option --- man/tlsdate-helper.1 |2 +- man/tlsdate.1|6 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/man/tlsdate-hel

[tor-commits] [tlsdate/debian-master] Merge pull request #117 from elly/integration-changelog

2013-10-31 Thread ioerror
commit 0bd0c2d1fea2f8ad6361b7912bc99a6a28b1dfa9 Merge: 55da3fa 4012e1f Author: Jacob Appelbaum Date: Mon Jul 8 14:29:22 2013 -0700 Merge pull request #117 from elly/integration-changelog Update CHANGELOG for integration tests. CHANGELOG |1 + 1 file changed, 1 insertion(+)

[tor-commits] [tlsdate/debian-master] Add a changelog

2013-10-31 Thread ioerror
commit 32b5bdaf88c8ea2300cd934bef32a921ad906b33 Author: Nick Mathewson Date: Thu Oct 10 15:29:22 2013 -0400 Add a changelog --- CHANGELOG |1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 34879c5..206a97d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,

[tor-commits] [tlsdate/debian-master] add verbosity for privilege dropping attempt

2013-10-31 Thread ioerror
commit 7ba9ae21144f9d29d67b5028aec2de1738da0a4e Author: Jacob Appelbaum Date: Sat Jun 29 20:08:25 2013 +0200 add verbosity for privilege dropping attempt --- src/tlsdate-helper.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index e62594

[tor-commits] [tlsdate/debian-master] Document magic "1900" value

2013-10-31 Thread ioerror
commit 9d2f77df0b99ec03545418caa05903dd6aaf1adc Author: Nick Mathewson Date: Thu Oct 10 15:11:17 2013 -0400 Document magic "1900" value --- src/tlsdate-helper.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index a5017d5..a724402 10064

[tor-commits] [tlsdate/debian-master] In verbose mode, display TLS time as well as HTTPS time

2013-10-31 Thread ioerror
commit f70fba4051e1a1abcf12cebb2cc462ea5bd847cd Author: Nick Mathewson Date: Thu Oct 10 15:16:23 2013 -0400 In verbose mode, display TLS time as well as HTTPS time --- src/tlsdate-helper.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/tlsdate-helper.c

[tor-commits] [tlsdate/debian-master] Update CHANGELOG for integration tests.

2013-10-31 Thread ioerror
commit 4012e1f2d6f6a9d2be3860cb3dcd18c0bf8c95e3 Author: elly Date: Mon Jul 8 14:01:35 2013 -0400 Update CHANGELOG for integration tests. --- CHANGELOG |1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index c408a15..e7c89f1 100644 --- a/CHANGELOG +++ b/CHANGELOG

[tor-commits] [tlsdate/debian-master] Change check for RTC to be configure based.

2013-10-31 Thread ioerror
commit fddd223536b0f68ab5a09a35c454cca9d96d38c6 Author: Nick Mathewson Date: Thu Oct 10 15:01:53 2013 -0400 Change check for RTC to be configure based. Previously I had disabled it with #ifdef __linux__, but that's not very good autoconf style. --- configure.ac |7 +++

[tor-commits] [tlsdate/debian-master] tlsdate: add optional --showtime support for "raw"

2013-10-31 Thread ioerror
commit eb5bdfc0f9980991a49151e9bb513f0e83b489e1 Author: Will Drewry Date: Fri Sep 13 15:57:10 2013 -0500 tlsdate: add optional --showtime support for "raw" Add support for optional arguments to --showtime, "raw" and "human". Human readable output is what --showtime and -V

[tor-commits] [tlsdate/debian-master] Merge pull request #114 from elly/refactor

2013-10-31 Thread ioerror
commit 26e983f1cfc58152bb17893d024929f1dfa39de9 Merge: 3f69a22 691a39f Author: Jacob Appelbaum Date: Mon Jun 24 11:34:32 2013 -0700 Merge pull request #114 from elly/refactor Fix subprocess watching. CHANGELOG |1 + etc/tlsdated.conf |3 +- man/tlsdate

[tor-commits] [tlsdate/debian-master] add systemd service file for tlsdated

2013-10-31 Thread ioerror
commit 8282207cf1613e2ef444e06ac1dab7d88cd2c2ef Author: Jacob Appelbaum Date: Thu Oct 31 11:36:10 2013 +0100 add systemd service file for tlsdated --- tlsdate.service |6 ++ 1 file changed, 6 insertions(+) diff --git a/tlsdate.service b/tlsdate.service new file mode 100644 index 0

[tor-commits] [tlsdate/debian-master] Rudimentary support for HTTP Date headers

2013-10-31 Thread ioerror
commit 16ee83468552bee9205d6de6b3c4633b160986d6 Author: Nick Mathewson Date: Wed Sep 18 14:26:05 2013 -0400 Rudimentary support for HTTP Date headers Since I'm going on a personal crusade to kill off gmt_unix_time, I should provide an alternative. That alternative can be the D

[tor-commits] [tlsdate/debian-master] Describe what an HTTP date is

2013-10-31 Thread ioerror
commit 0c085d991f65af84ed838007fbd5d6af51cb5e6f Author: Nick Mathewson Date: Thu Oct 10 15:08:30 2013 -0400 Describe what an HTTP date is --- src/tlsdate-helper.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index 2a92195..2e0e

[tor-commits] [tlsdate/debian-master] David Hill noticed that we sometimes leave &warp_time uninitalized

2013-10-31 Thread ioerror
commit a2b4adc5724ee531fc875c4a64a206584e0df3c6 Author: Jacob Appelbaum Date: Sat Jun 29 20:05:04 2013 +0200 David Hill noticed that we sometimes leave &warp_time uninitalized --- src/tlsdate-helper.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a

[tor-commits] [tlsdate/debian-master] Add missing \n

2013-10-31 Thread ioerror
commit bd6674468571d2fe306a9b14e53245de51f4133a Author: Jacob Appelbaum Date: Wed Oct 30 17:54:39 2013 +0100 Add missing \n --- src/tlsdate-helper.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index 311d374..dc65c77 100

[tor-commits] [tlsdate/debian-master] Restrict loggable date fields even harder.

2013-10-31 Thread ioerror
commit cc1fde04ad35d4df138390e04e981a04ff34073e Author: Nick Mathewson Date: Mon Oct 14 11:30:00 2013 -0400 Restrict loggable date fields even harder. --- src/tlsdate-helper.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tlsdate-helper.c b/src/tlsdate-hel

[tor-commits] [tlsdate/debian-master] Merge pull request #116 from elly/integration

2013-10-31 Thread ioerror
commit 55da3fadccab99150a95445df198ae0ef030ca83 Merge: ce042c6 234454e Author: Jacob Appelbaum Date: Mon Jul 8 09:02:24 2013 -0700 Merge pull request #116 from elly/integration Add integration testing. run-tests | 40

[tor-commits] [tlsdate/debian-master] Refactor event loop.

2013-10-31 Thread ioerror
commit aa04c0126a590fc9646d491151bcbfeed34ba693 Author: elly Date: Mon Jun 24 15:36:01 2013 -0400 Refactor event loop. Refactor the event loop to be modular and testable. Also, add support for detecting corruption of the realtime clock, as can be caused by suspend/resume c

[tor-commits] [tlsdate/debian-master] Add integration testing.

2013-10-31 Thread ioerror
commit 234454e5faadda2094e7e454563bcd538984b403 Author: elly Date: Mon Jul 8 10:21:15 2013 -0400 Add integration testing. These new integration tests mostly focus on tlsdated's subprocess code. Signed-off-by: Elly Fong-Jones --- run-tests | 40

[tor-commits] [tlsdate/debian-master] Make user-agent a configuration option

2013-10-31 Thread ioerror
commit 671152207209a890f35f774ef938cff24cdc3b98 Author: Nick Mathewson Date: Thu Oct 10 15:28:09 2013 -0400 Make user-agent a configuration option --- configure.ac | 10 ++ src/tlsdate-helper.c |3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/co

[tor-commits] [tlsdate/debian-master] tlsdate, docs: make -V taken an optional arg to simplify showtime

2013-10-31 Thread ioerror
commit d8fc0e8f732886507322b65865e933f663cc720e Author: Will Drewry Date: Fri Sep 13 19:47:38 2013 -0500 tlsdate, docs: make -V taken an optional arg to simplify showtime Update the man pages and simplify the processing of -V and --showtime to share the optional argument path.

[tor-commits] [tlsdate/debian-master] Define a max length for the HTTP Date: header

2013-10-31 Thread ioerror
commit df8cbc962d330c692dc1bac3ce11e8507787131b Author: Ingy döt Net Date: Wed Oct 30 16:21:06 2013 + Define a max length for the HTTP Date: header --- src/tlsdate-helper.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tlsdate-helper.h b/src/tlsdate-helper.h index 6890

[tor-commits] [tlsdate/debian-master] Merge branch 'master' of github.com:ioerror/tlsdate

2013-10-31 Thread ioerror
commit ce042c6f3e561ddef19692c0307380ac886b Merge: 7ba9ae2 26e983f Author: Jacob Appelbaum Date: Sun Jun 30 05:53:06 2013 +0200 Merge branch 'master' of github.com:ioerror/tlsdate CHANGELOG |1 + etc/tlsdated.conf |3 +- man/tlsdated.conf.5 |6 ++--

[tor-commits] [tlsdate/debian-master] Merge pull request #119 from redpig/showtime=raw

2013-10-31 Thread ioerror
commit cb812067f3fa70058779c6ba3f610924b34ff853 Merge: 97d90d0 d8fc0e8 Author: \033]2;Jacob Appelbaum\007 Date: Sat Sep 14 14:43:20 2013 -0700 Merge pull request #119 from redpig/showtime=raw tlsdate: add optional --showtime support for "raw" man/tlsdate.1|5 +++-- sr

[tor-commits] [tlsdate/debian-master] Fix subprocess watching.

2013-10-31 Thread ioerror
commit 691a39f31465c3118a31d3c8be580cbbaf603578 Author: elly Date: Fri Jun 21 12:01:18 2013 -0400 Fix subprocess watching. Currently, the subprocess watching code polls with a delay between attempts. Instead, introduce wait_with_timeout() and use it, simplifying this code.

[tor-commits] [tlsdate/debian-master] Don't log raw dates, in case they contain junk.

2013-10-31 Thread ioerror
commit 2dafddce642c497477c27a3f7a005be2865755f2 Author: Nick Mathewson Date: Thu Oct 10 15:08:33 2013 -0400 Don't log raw dates, in case they contain junk. --- src/tlsdate-helper.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/tlsdate-helper.c b/

[tor-commits] [tlsdate/debian-master] Merge pull request #118 from elly/event-loop

2013-10-31 Thread ioerror
commit 97d90d0c26a6695217c81eb496c5e4476fa17cac Merge: 0bd0c2d aa04c01 Author: \033]2;Jacob Appelbaum\007 Date: Sat Sep 14 14:36:10 2013 -0700 Merge pull request #118 from elly/event-loop Refactor event loop. CHANGELOG |2 + Makefile.am |2 +- ru

[tor-commits] [tlsdate/debian-master] Merge pull request #121 from nmathewson/http_date

2013-10-31 Thread ioerror
commit 8147f0a72ef9e2c40c1719f1da0aed0221f71ed9 Merge: cb81206 cc1fde0 Author: \033]2;Jacob Appelbaum\007 Date: Wed Oct 30 09:40:32 2013 -0700 Merge pull request #121 from nmathewson/http_date Rudimentary support for HTTP Date headers CHANGELOG|1 + configure.ac

[tor-commits] [tlsdate/master] add systemd service file for tlsdated

2013-10-31 Thread ioerror
commit 8282207cf1613e2ef444e06ac1dab7d88cd2c2ef Author: Jacob Appelbaum Date: Thu Oct 31 11:36:10 2013 +0100 add systemd service file for tlsdated --- tlsdate.service |6 ++ 1 file changed, 6 insertions(+) diff --git a/tlsdate.service b/tlsdate.service new file mode 100644 index 0

[tor-commits] [tlsdate/master] Add /usr/lib/x86_64-linux-gnu/ to AppArmor profile\

2013-10-31 Thread ioerror
commit 7976210871063f98d001221a7eac6901dfd47f81 Author: Jacob Appelbaum Date: Thu Oct 31 11:38:47 2013 +0100 Add /usr/lib/x86_64-linux-gnu/ to AppArmor profile\ This partially addresses Debian bug #704680 --- apparmor-profile |5 + 1 file changed, 5 insertions(+) diff --g

[tor-commits] [tlsdate/master] Merge pull request #121 from nmathewson/http_date

2013-10-31 Thread ioerror
commit 8147f0a72ef9e2c40c1719f1da0aed0221f71ed9 Merge: cb81206 cc1fde0 Author: \033]2;Jacob Appelbaum\007 Date: Wed Oct 30 09:40:32 2013 -0700 Merge pull request #121 from nmathewson/http_date Rudimentary support for HTTP Date headers CHANGELOG|1 + configure.ac

[tor-commits] [tlsdate/master] Restrict loggable date fields even harder.

2013-10-31 Thread ioerror
commit cc1fde04ad35d4df138390e04e981a04ff34073e Author: Nick Mathewson Date: Mon Oct 14 11:30:00 2013 -0400 Restrict loggable date fields even harder. --- src/tlsdate-helper.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tlsdate-helper.c b/src/tlsdate-hel

[tor-commits] [tlsdate/master] Define a max length for the HTTP Date: header

2013-10-31 Thread ioerror
commit df8cbc962d330c692dc1bac3ce11e8507787131b Author: Ingy döt Net Date: Wed Oct 30 16:21:06 2013 + Define a max length for the HTTP Date: header --- src/tlsdate-helper.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tlsdate-helper.h b/src/tlsdate-helper.h index 6890

[tor-commits] [tlsdate/master] Make user-agent a configuration option

2013-10-31 Thread ioerror
commit 671152207209a890f35f774ef938cff24cdc3b98 Author: Nick Mathewson Date: Thu Oct 10 15:28:09 2013 -0400 Make user-agent a configuration option --- configure.ac | 10 ++ src/tlsdate-helper.c |3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/co

[tor-commits] [tlsdate/master] Update .gitignore to reflect ctags/vim usage

2013-10-31 Thread ioerror
commit 7476ac884bace36186ce8a47b3f6749610976431 Author: Jacob Appelbaum Date: Wed Oct 30 21:11:07 2013 +0100 Update .gitignore to reflect ctags/vim usage --- .gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d49250a..7f4ca56 100644 --- a/.gitig

[tor-commits] [tlsdate/master] Merge pull request #119 from redpig/showtime=raw

2013-10-31 Thread ioerror
commit cb812067f3fa70058779c6ba3f610924b34ff853 Merge: 97d90d0 d8fc0e8 Author: \033]2;Jacob Appelbaum\007 Date: Sat Sep 14 14:43:20 2013 -0700 Merge pull request #119 from redpig/showtime=raw tlsdate: add optional --showtime support for "raw" man/tlsdate.1|5 +++-- sr

[tor-commits] [tlsdate/master] Add README note about HTTP Date parsing

2013-10-31 Thread ioerror
commit 8ae0ac5a7ab0236178c9807e98bb7dca36eb43a2 Author: Jacob Appelbaum Date: Wed Oct 30 18:12:16 2013 +0100 Add README note about HTTP Date parsing --- README |8 1 file changed, 8 insertions(+) diff --git a/README b/README index 1c9e793..79e1d01 100644 --- a/README +++ b/RE

[tor-commits] [tlsdate/master] Update manpage with http option

2013-10-31 Thread ioerror
commit 0aa0bf8ee6102d032c8833db043c007cd5bc36c2 Author: Nick Mathewson Date: Thu Oct 10 15:21:50 2013 -0400 Update manpage with http option --- man/tlsdate-helper.1 |2 +- man/tlsdate.1|6 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/man/tlsdate-hel

[tor-commits] [tlsdate/master] Add a changelog

2013-10-31 Thread ioerror
commit 32b5bdaf88c8ea2300cd934bef32a921ad906b33 Author: Nick Mathewson Date: Thu Oct 10 15:29:22 2013 -0400 Add a changelog --- CHANGELOG |1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 34879c5..206a97d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,

[tor-commits] [tlsdate/master] move defines into the proper header

2013-10-31 Thread ioerror
commit 7bee41df971fbb325d8eda6a4c4671aa4af9f44c Author: Jacob Appelbaum Date: Wed Oct 30 17:58:26 2013 +0100 move defines into the proper header --- src/tlsdate-helper.c |8 src/tlsdate-helper.h | 10 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a

[tor-commits] [tlsdate/master] Don't log raw dates, in case they contain junk.

2013-10-31 Thread ioerror
commit 2dafddce642c497477c27a3f7a005be2865755f2 Author: Nick Mathewson Date: Thu Oct 10 15:08:33 2013 -0400 Don't log raw dates, in case they contain junk. --- src/tlsdate-helper.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/tlsdate-helper.c b/

[tor-commits] [tlsdate/master] Document magic "1900" value

2013-10-31 Thread ioerror
commit 9d2f77df0b99ec03545418caa05903dd6aaf1adc Author: Nick Mathewson Date: Thu Oct 10 15:11:17 2013 -0400 Document magic "1900" value --- src/tlsdate-helper.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index a5017d5..a724402 10064

[tor-commits] [tlsdate/master] Add missing \n

2013-10-31 Thread ioerror
commit bd6674468571d2fe306a9b14e53245de51f4133a Author: Jacob Appelbaum Date: Wed Oct 30 17:54:39 2013 +0100 Add missing \n --- src/tlsdate-helper.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index 311d374..dc65c77 100

[tor-commits] [tlsdate/master] Change check for RTC to be configure based.

2013-10-31 Thread ioerror
commit fddd223536b0f68ab5a09a35c454cca9d96d38c6 Author: Nick Mathewson Date: Thu Oct 10 15:01:53 2013 -0400 Change check for RTC to be configure based. Previously I had disabled it with #ifdef __linux__, but that's not very good autoconf style. --- configure.ac |7 +++

[tor-commits] [tlsdate/master] In verbose mode, display TLS time as well as HTTPS time

2013-10-31 Thread ioerror
commit f70fba4051e1a1abcf12cebb2cc462ea5bd847cd Author: Nick Mathewson Date: Thu Oct 10 15:16:23 2013 -0400 In verbose mode, display TLS time as well as HTTPS time --- src/tlsdate-helper.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/tlsdate-helper.c

[tor-commits] [tlsdate/master] Add integration testing.

2013-10-31 Thread ioerror
commit 234454e5faadda2094e7e454563bcd538984b403 Author: elly Date: Mon Jul 8 10:21:15 2013 -0400 Add integration testing. These new integration tests mostly focus on tlsdated's subprocess code. Signed-off-by: Elly Fong-Jones --- run-tests | 40

[tor-commits] [tlsdate/master] David Hill noticed that we sometimes leave &warp_time uninitalized

2013-10-31 Thread ioerror
commit a2b4adc5724ee531fc875c4a64a206584e0df3c6 Author: Jacob Appelbaum Date: Sat Jun 29 20:05:04 2013 +0200 David Hill noticed that we sometimes leave &warp_time uninitalized --- src/tlsdate-helper.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a

[tor-commits] [tlsdate/master] Describe what an HTTP date is

2013-10-31 Thread ioerror
commit 0c085d991f65af84ed838007fbd5d6af51cb5e6f Author: Nick Mathewson Date: Thu Oct 10 15:08:30 2013 -0400 Describe what an HTTP date is --- src/tlsdate-helper.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index 2a92195..2e0e

[tor-commits] [tlsdate/debian-master] after a certain point time_map should not be zero

2013-10-31 Thread ioerror
commit a29d6956a440aa5a29f071076f29dce48fd61680 Author: Jacob Appelbaum Date: Fri Apr 26 19:25:29 2013 -0700 after a certain point time_map should not be zero While porting tlsdate to Debian GNU/Hurd 7.0 I noticed that we would return zero as a valid server time. This happens a

[tor-commits] [tlsdate/master] Refactor event loop.

2013-10-31 Thread ioerror
commit aa04c0126a590fc9646d491151bcbfeed34ba693 Author: elly Date: Mon Jun 24 15:36:01 2013 -0400 Refactor event loop. Refactor the event loop to be modular and testable. Also, add support for detecting corruption of the realtime clock, as can be caused by suspend/resume c

[tor-commits] [tlsdate/master] Update CHANGELOG for integration tests.

2013-10-31 Thread ioerror
commit 4012e1f2d6f6a9d2be3860cb3dcd18c0bf8c95e3 Author: elly Date: Mon Jul 8 14:01:35 2013 -0400 Update CHANGELOG for integration tests. --- CHANGELOG |1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index c408a15..e7c89f1 100644 --- a/CHANGELOG +++ b/CHANGELOG

[tor-commits] [tlsdate/debian-master] Merge pull request #110 from elly/unittest-rmrf

2013-10-31 Thread ioerror
commit 35ff6cee8e15d529b67785c3b91ebd2f8039eb86 Merge: 37b1683 ed1b336 Author: Jacob Appelbaum Date: Sat May 11 12:45:20 2013 -0700 Merge pull request #110 from elly/unittest-rmrf tlsdated: remove rmrf() src/tlsdated-unittest.c | 13 ++--- 1 file changed, 6 insertions(+

[tor-commits] [tlsdate/debian-master] update policy per issue 109

2013-10-31 Thread ioerror
commit 3f69a2245fddf5c63e2325c30d68c324e32dcdda Author: Jacob Appelbaum Date: Sat May 11 12:51:29 2013 -0700 update policy per issue 109 --- apparmor-profile |2 ++ 1 file changed, 2 insertions(+) diff --git a/apparmor-profile b/apparmor-profile index df278af..264de28 100644 --- a/app

[tor-commits] [tlsdate/debian-master] Debian GNU/Hurd uses nobody:nogroup

2013-10-31 Thread ioerror
commit ebc14b2c4da29d91bad5c6ded2d1bbb4bf62 Author: Jacob Appelbaum Date: Fri Apr 26 13:35:10 2013 -0700 Debian GNU/Hurd uses nobody:nogroup --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b520066..231547e 100644

[tor-commits] [tlsdate/debian-master] Add Elly as an author

2013-10-31 Thread ioerror
commit 8182b05e04aa2bc9f85ec97c4d710a8ee41b7654 Author: Jacob Appelbaum Date: Sat May 11 12:46:42 2013 -0700 Add Elly as an author --- AUTHORS |1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 43ce2ac..def276b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@

[tor-commits] [tlsdate/debian-master] tlsdated: remove rmrf()

2013-10-31 Thread ioerror
commit ed1b336ca84f2f71c70f91d0d7aeb5a3ae4b547b Author: elly Date: Thu May 9 13:40:16 2013 -0400 tlsdated: remove rmrf() This function, while handy and presently used safely, could become dangerous if someone later adds a call to it that passes in attacker-controlled input.

[tor-commits] [tlsdate/debian-master] Makefile target test_run

2013-10-31 Thread ioerror
commit 60d725f1d2381423782522ed425e20264e8b953f Author: Jacob Appelbaum Date: Fri Apr 26 13:31:22 2013 -0700 Makefile target test_run --- Makefile.am |3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5013746..5c2c845 100644 --- a/Makefile.am +++ b/Ma

[tor-commits] [tlsdate/debian-master] Add Debian GNU/Hurd 7.0 to supported platform list

2013-10-31 Thread ioerror
commit e274c9b9a394f87d3635758ad0578a398f180c48 Author: Jacob Appelbaum Date: Fri Apr 26 13:38:02 2013 -0700 Add Debian GNU/Hurd 7.0 to supported platform list --- INSTALL | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 65bbc65.

[tor-commits] [tlsdate/master] Merge pull request #118 from elly/event-loop

2013-10-31 Thread ioerror
commit 97d90d0c26a6695217c81eb496c5e4476fa17cac Merge: 0bd0c2d aa04c01 Author: \033]2;Jacob Appelbaum\007 Date: Sat Sep 14 14:36:10 2013 -0700 Merge pull request #118 from elly/event-loop Refactor event loop. CHANGELOG |2 + Makefile.am |2 +- ru

[tor-commits] [tlsdate/debian-master] Only emit the label count once per hostname

2013-10-31 Thread ioerror
commit 04ae3c26aaf824d049bc269201842813b273113c Author: Jacob Appelbaum Date: Fri Apr 26 13:46:22 2013 -0700 Only emit the label count once per hostname --- src/tlsdate-helper.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tlsdate-helper.c b/src/tlsdate-help

[tor-commits] [tlsdate/master] Rudimentary support for HTTP Date headers

2013-10-31 Thread ioerror
commit 16ee83468552bee9205d6de6b3c4633b160986d6 Author: Nick Mathewson Date: Wed Sep 18 14:26:05 2013 -0400 Rudimentary support for HTTP Date headers Since I'm going on a personal crusade to kill off gmt_unix_time, I should provide an alternative. That alternative can be the D

[tor-commits] [tlsdate/master] tlsdate: add optional --showtime support for "raw"

2013-10-31 Thread ioerror
commit eb5bdfc0f9980991a49151e9bb513f0e83b489e1 Author: Will Drewry Date: Fri Sep 13 15:57:10 2013 -0500 tlsdate: add optional --showtime support for "raw" Add support for optional arguments to --showtime, "raw" and "human". Human readable output is what --showtime and -V

  1   2   3   4   5   >