OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tlsdate
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/external/tlsdate/tests/
README
1
Integration tests for
tlsdate
/tlsdated.
/external/tlsdate/src/
configmake.h
3
#define TLSDATE_CERTFILE "/system/etc/
tlsdate
/ca-roots/
tlsdate
-ca-roots.conf"
4
#define TLSDATE_CONF_DIR "/system/etc/
tlsdate
/"
5
#define TLSDATE_HELPER "/system/bin/
tlsdate
-helper"
6
#define
TLSDATE
"/system/bin/
tlsdate
"
8
#define TLSDATE_DBUS_ANNOUNCE "/system/bin/
tlsdate
-dbus-announce"
tlsdate-monitor.c
2
*
tlsdate
-monitor.c - tlsdated monitor for
tlsdate
.
23
#include "src/
tlsdate
.h"
70
/* Run
tlsdate
and redirects stdout to the monitor_fd */
72
tlsdate
(struct state *state)
function
84
verb_debug ("[
tlsdate
-monitor] spawned
tlsdate
: %d", pid);
97
perror ("[
tlsdate
-monitor] execve() failed");
/external/tlsdate/dbus/
org.torproject.tlsdate.service
2
Name=org.torproject.
tlsdate
org.torproject.tlsdate.conf
8
<allow own="org.torproject.
tlsdate
"/>
13
<allow send_destination="org.torproject.
tlsdate
"
14
send_interface="org.torproject.
tlsdate
"
16
<allow send_destination="org.torproject.
tlsdate
"
17
send_interface="org.torproject.
tlsdate
"
19
<allow send_destination="org.torproject.
tlsdate
"
20
send_interface="org.torproject.
tlsdate
"
26
<deny send_interface="org.torproject.
tlsdate
" />
27
<allow send_destination="org.torproject.
tlsdate
"
28
send_interface="org.torproject.
tlsdate
"
[
all
...]
org.torproject.tlsdate.conf.in
8
<allow own="org.torproject.
tlsdate
"/>
13
<allow send_destination="org.torproject.
tlsdate
"
14
send_interface="org.torproject.
tlsdate
"
16
<allow send_destination="org.torproject.
tlsdate
"
17
send_interface="org.torproject.
tlsdate
"
19
<allow send_destination="org.torproject.
tlsdate
"
20
send_interface="org.torproject.
tlsdate
"
26
<deny send_interface="org.torproject.
tlsdate
" />
27
<allow send_destination="org.torproject.
tlsdate
"
28
send_interface="org.torproject.
tlsdate
"
[
all
...]
/external/tlsdate/
.gitignore
25
src/
tlsdate
-helper.o
26
src/
tlsdate
-helper
27
src/
tlsdate
.o
28
src/
tlsdate
34
src/
tlsdate
-routeup
README
0
tlsdate
: secure parasitic rdate replacement
3
tlsdate
sets the local clock by securely connecting with TLS to remote
5
ntpdate,
tlsdate
uses TCP, for instance connecting to a remote HTTPS or TLS
11
invoke
tlsdate
to keep the clock in sync. Start it like so:
13
/etc/init.d/
tlsdate
start
18
%
tlsdate
-V -n -H encrypted.google.com
25
% sudo
tlsdate
-V
31
% sudo
tlsdate
--skip-verification -p 80 -H rgnx.net
36
% sudo
tlsdate
-V -l -t
41
tlsdate
may also be used to fetch time by processing the HTTP Date headers o
[
all
...]
mkfile
3
#src/
tlsdate
: src/
tlsdate
.c
7
$CC -I. ./src/util-plan9.c ./src/proxy-bio-plan9.c ./src/
tlsdate
-helper-plan9.c /$objtype/lib/ape/libssl.a /$objtype/lib/ape/libcrypto.a
tlsdate-brew-formula.rb
3
class
Tlsdate
< Formula
4
homepage 'https://www.github.com/ioerror/
tlsdate
/'
5
url 'https://nodeload.github.com/ioerror/
tlsdate
/tar.gz/master'
25
system "
tlsdate
-v -n"
INSTALL
0
tlsdate
should build and work on the following Operating Systems:
21
tlsdate
should build and might even work on the following Operating Systems:
27
Please file a bug or email the
tlsdate
team if you have successfully built or
28
use
tlsdate
on a platform that is not listed. We are specifically looking for
29
ports of
tlsdate
or for
tlsdate
integration on the following Operating Systems:
44
Building and install of
tlsdate
on GNU/Linux and FreeBSD:
57
apt-get install
tlsdate
59
On other versions of Debian GNU/Linux and with Debian backports,
tlsdate
may be
62
apt-get install
tlsdate
[
all
...]
Makefile.am
59
@rm dbus/org.torproject.
tlsdate
.conf
65
@rm -f
tlsdate
-*.tar.gz
67
-rm dbus/org.torproject.
tlsdate
.conf
71
cert_DATA = ca-roots/
tlsdate
-ca-roots.conf
81
man_MANS+= man/
tlsdate
.1
82
man_MANS+= man/
tlsdate
-helper.1
94
mv
tlsdate
-$(VERSION).tar.gz ../tlsdate_$(VERSION).orig.tar.gz
97
git tag -u 0x1801A819 -s
tlsdate
-$(VERSION)
100
git tag -u 0x1801A819 -s
tlsdate
-$(VERSION)-debian-${DEBIAN_VERSION}
112
lcov --directory src -b . --capture --output-file
tlsdate
.lcov && genhtml -o lcov/ tlsdate.lco
[
all
...]
apparmor-profile
2
# AppArmor
tlsdate
profile for Debian GNU/Linux
11
/usr/bin/
tlsdate
{
42
# Allow reading of /etc/
tlsdate
/
43
/etc/
tlsdate
/*/** r,
63
# We'll allow
tlsdate
to write a new root to chroot into
67
# We'll allow
tlsdate
to exec
tlsdate
-helper
68
/usr/bin/
tlsdate
-helper ixm,
69
/usr/bin/
tlsdate
ixm,
72
/usr/bin/
tlsdate
-helper
[
all
...]
CHANGELOG
11
(This closes: https://github.com/ioerror/
tlsdate
/issues/144 )
32
Add FreeBSD (9.2 & 11-CURRENT) support for
tlsdate
and
33
tlsdate
-helper. (Fabian Keil).
35
tlsdate
will now abort if time fetch has a long delay (Avery Pennarun).
36
Updates for
tlsdate
related systemd service (Holger Levsen).
42
Update
tlsdate
HTTPS user-agent to reflect proper version number
44
Add tentative -plan9.[ch] versions of
tlsdate
-helper.
47
Fix a race in
tlsdate
-dbus-announce that can cause signal drops.
49
Pass -l and -v arguments from tlsdated to
tlsdate
.
51
Add FreeBSD support for
tlsdate
and tlsdate-helper
[
all
...]
HACKING.md
6
git clone https://github.com/ioerror/
tlsdate
.git
8
Please file bugs on the
tlsdate
issue tracker:
10
https://github.com/ioerror/
tlsdate
/issues
16
[![Build Status](https://secure.travis-ci.org/ioerror/
tlsdate
.png?branch=master)](http://travis-ci.org/ioerror/
tlsdate
)
20
https://jenkins.torproject.org/job/
tlsdate
-ci-linux/
21
https://travis-ci.org/ioerror/
tlsdate
41
Test your improved copy of
tlsdate
extensively
45
tlsdate
is security sensitive - please consider where you add code and in
51
Run your copy of
tlsdate
under valgrin
[
all
...]
events.dot
43
sync -> get_proxy -> {proxy_ok, proxy_failed, proxy_timed_out} ->
tlsdate
;
44
tlsdate
-> tlsdate_ok -> save;
45
tlsdate
-> tlsdate_fail;
46
tlsdate_fail ->
tlsdate
[label="retry",style=dotted];
/external/autotest/client/site_tests/platform_TLSDate/
control
8
Tests features of the
tlsdate
{,d} tools.
11
PURPOSE = "Regression and integration tests of
tlsdate
{,d}."
13
Fail if any of the
tlsdate
{,d} features fail.
/external/autotest/client/site_tests/platform_TLSDateActual/
control
8
Tests that
tlsdate
actually can connect to our time host, fetch and set time.
11
PURPOSE = "Real-world integration test for
tlsdate
"
13
Fail if
tlsdate
fails to actually work.
/external/tlsdate/src/test/
sleep-wrap.c
1
/* Test invoked by tlsdated instead of
tlsdate
to
13
/* Unsigned int to match what
tlsdate
-Vraw returns, not time_t */
/external/tlsdate/man/
tlsdate-helper.1
4
.TH
TLSDATE
1 "OCTOBER 2012" Linux "User Manuals"
6
tlsdate
-helper \- secure parasitic rdate replacement
8
.B
tlsdate
-helper host port protocol ca_racket verbose certdir setclock \
11
.B
tlsdate
-helper
15
whichever CA racket you believe is trustworthy. By default,
tlsdate
-helper
32
.B
tlsdate
(1)
37
.B
tlsdate
(1),
tlsdated.8
16
[commands to be passed to
tlsdate
]
19
is a daemon that runs
tlsdate
. It must be run as root or otherwise have the
59
.IP "[
tlsdate
command arguments]"
60
arguments to be passed to
tlsdate
at launch time
66
.B
tlsdate
(8)
71
.B
tlsdate
(1),
72
.B
tlsdate
-helper(1),
/external/tlsdate/src/events/
run_tlsdate.c
2
* run_tlsdate.c - events for running
tlsdate
15
#include "src/
tlsdate
.h"
43
info ("[event:%s] requested re-run of
tlsdate
while
tlsdate
is running",
56
error ("[event:%s]
tlsdate
tried and failed to get the time", __func__);
62
/* Setup a timeout before killing
tlsdate
*/
68
if (
tlsdate
(state))
71
error ("[event:%s]
tlsdate
failed to launch!", __func__);
tlsdate_status.c
2
* tlsdate_status.c - handles
tlsdate
-monitor responses
22
#include "src/
tlsdate
.h"
39
error ("[event:(%s)] invalid time read from
tlsdate
(rd:%d,ret:%zd).",
52
info ("[event:%s]
tlsdate
timed out", __func__);
67
verb_debug ("[event:%s] forcibly timing out
tlsdate
", __func__);
86
error ("[event:%s] invalid time received from
tlsdate
: %ld",
106
/* TODO(wad): CLOEXEC, Don't leak these into
tlsdate
proper. */
110
/* Create a fd pair that the
tlsdate
runner will communicate over */
123
/* Make the reader fd non-blocking and not leak into
tlsdate
. */
134
error ("Failed to allocate
tlsdate
status event")
[
all
...]
/external/tlsdate/init/
tlsdated-cros.conf
5
description "Run the
tlsdate
daemon to set the system time"
17
# When it runs
tlsdate
, tlsdated stitches together an argument vector for it
20
exec tlsdated -v -- /usr/bin/
tlsdate
-v -C "$GOOGLE_CERTS" -l \
21
2>&1 | logger -t
tlsdate
/external/autotest/client/site_tests/platform_AccurateTime/
platform_AccurateTime.py
13
TLSDATE
= '/usr/bin/
tlsdate
'
27
def
tlsdate
(self):
member in class:platform_AccurateTime
28
proc = subprocess.Popen([
TLSDATE
, '-H', '127.0.0.1', '-p', '4433',
37
out = self.
tlsdate
()
Completed in 270 milliseconds
1
2
3
4