OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlsdate
(Results
1 - 11
of
11
) sorted by null
/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/tlsdate/
Makefile.android
38
all: $(OPENSSL_ANDROID)/libs/armeabi/libcrypto.so
tlsdate
-build
63
tlsdate
-build: configure
66
tlsdate
-clean:
69
tlsdate
-distclean:
73
clean: openssl-clean
tlsdate
-clean
74
distclean: openssl-distclean
tlsdate
-distclean
76
.PHONY: clean openssl-clean
tlsdate
-clean
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];
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
...]
Android.mk
32
src/
tlsdate
-monitor.c \
33
src/
tlsdate
-setter.c \
48
LOCAL_MODULE :=
tlsdate
49
LOCAL_SRC_FILES := src/
tlsdate
.c
55
LOCAL_MODULE :=
tlsdate
-helper
60
src/
tlsdate
-helper.c \
/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
()
/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__);
/external/tlsdate/src/
tlsdated-unittest.c
11
#include "src/
tlsdate
.h"
118
FIXTURE (
tlsdate
)
125
FIXTURE_SETUP (
tlsdate
)
143
FIXTURE_TEARDOWN (
tlsdate
)
170
runner (FIXTURE_DATA (
tlsdate
) *self, time_t *newtime)
187
TEST_F (
tlsdate
, runner_multi)
238
TEST_F (
tlsdate
, rotate_hosts)
278
TEST_F (
tlsdate
, proxy_override)
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");
tlsdate.h
6
* \file
tlsdate
.h
35
#define DEFAULT_TLSDATE
TLSDATE
90
/** The current version of
tlsdate
. */
188
int running; /*
tlsdate
itself */
199
int
tlsdate
(struct state *state);
/external/autotest/client/site_tests/platform_TLSDateActual/
platform_TLSDateActual.py
142
def
tlsdate
(self, host, proxy):
member in class:platform_TLSDateActual
143
args = ['/usr/bin/
tlsdate
', '-v', '-l', '-H', host]
154
r = self.
tlsdate
('clients3.google.com', None)
156
raise error.TestFail('
tlsdate
with no proxy to good host failed: %d' % r)
157
r = self.
tlsdate
('clients3.google.com', 'socks5://127.0.0.1:8083')
159
raise error.TestFail('
tlsdate
with proxy to good host failed: %d' % r)
160
r = self.
tlsdate
('invalid-host.example.com', None)
162
raise error.TestFail('
tlsdate
with no proxy to bad host succeeded')
163
r = self.
tlsdate
('invalid-host.example.com', 'socks5://127.0.0.1:8083')
165
raise error.TestFail('
tlsdate
with proxy to bad host succeeded'
[
all
...]
Completed in 134 milliseconds