- 12 Jan, 2003 18 commits
-
-
Niels Möller authored
getenv calls. * src/client_pty.c: Likewise. * src/gateway.c: Likewise. * src/lsh-keygen.c: Likewise. * src/lsh-make-seed.c: Likewise. * src/lsh-writekey.c: Likewise. * src/lsh.c: Likewise. Rev: src/lsh.c:1.175
-
Niels Möller authored
getenv calls. * src/client_pty.c: Likewise. * src/gateway.c: Likewise. * src/lsh-keygen.c: Likewise. * src/lsh-make-seed.c: Likewise. * src/lsh-writekey.c: Likewise. Rev: src/lsh-writekey.c:1.29
-
Niels Möller authored
getenv calls. * src/client_pty.c: Likewise. * src/gateway.c: Likewise. * src/lsh-keygen.c: Likewise. * src/lsh-make-seed.c: Likewise. Rev: src/lsh-make-seed.c:1.10
-
Niels Möller authored
getenv calls. * src/client_pty.c: Likewise. * src/gateway.c: Likewise. * src/lsh-keygen.c: Likewise. Rev: src/lsh-keygen.c:1.15
-
Niels Möller authored
getenv calls. * src/client_pty.c: Likewise. * src/gateway.c: Likewise. Rev: src/gateway.c:1.7
-
Niels Möller authored
Rev: src/environ.h.in:1.2
-
Niels Möller authored
getenv calls. * src/client_pty.c: Likewise. Rev: src/client_pty.c:1.23
-
Niels Möller authored
getenv calls. Rev: src/client.c:1.146
-
Niels Möller authored
(generated_sources): Added environ.h. Rev: src/Makefile.am.in:1.141
-
Niels Möller authored
POSIXLY_CORRECT. Rev: doc/lsh.texinfo:1.34
-
Niels Möller authored
substitutions are now performed at make-time. Rev: configure.ac:1.23
-
Niels Möller authored
tools/parse.c, tools/parse.h, tools/misc.c, tools/misc.h: Moved parts ov sexp-conv.c to separate files Rev: src/nettle/tools/Makefile.am:1.3 Rev: src/nettle/tools/input.c:1.1 Rev: src/nettle/tools/input.h:1.1 Rev: src/nettle/tools/misc.c:1.1 Rev: src/nettle/tools/misc.h:1.1 Rev: src/nettle/tools/output.c:1.1 Rev: src/nettle/tools/output.h:1.1 Rev: src/nettle/tools/parse.c:1.1 Rev: src/nettle/tools/parse.h:1.1 Rev: src/nettle/tools/sexp-conv.c:1.13
-
Niels Möller authored
as argument. Updated all callers. Simplified handling of display types and transport encoding. Rev: src/nettle/tools/sexp-conv.c:1.12
-
Niels Möller authored
Changed all related functions to take a struct nettle_buffer * argument instead. (struct sexp_compound_token): New struct. (sexp_compound_token_init, sexp_compound_token_clear): New functions. (struct sexp_parser): Added a struct sexp_compound_token attribute, as a temporary measure. Rev: src/nettle/tools/sexp-conv.c:1.11
-
Niels Möller authored
struct sexp_parse_state). Added input pointer. Updated users to not pass around both parser and input. (sexp_check_token): handle token == 0. (sexp_parse): Simplified a little by calling sexp_check_token unconditionally. * tools/sexp-conv.c (sexp_convert_string): Deleted function. (sexp_skip_token): Likewise. * tools/sexp-conv.c (enum sexp_token): New constant SEXP_DISPLAY. Start constants from 1, to keep 0 free for special uses. (struct sexp_parse_state): New struct for keeping track of parser state. (sexp_parse_init): New function. (sexp_check_token): New function, replacing sexp_skip_token. (sexp_parse): New function. (sexp_convert_item): Simplified by using sexp_parse. (sexp_convert_list): Use sexp_parse. (main): Likewise. Rev: src/nettle/tools/sexp-conv.c:1.10
-
Niels Möller authored
sexp_parse_state). Added input pointer. Updated users to not pass around both parser and input. Rev: src/nettle/tools/sexp-conv.c:1.9
-
Niels Möller authored
(sexp_skip_token): Likewise. * tools/sexp-conv.c (enum sexp_token): New constant SEXP_DISPLAY. Start constants from 1, to keep 0 free for special uses. (struct sexp_parse_state): New struct for keeping track of parser state. (sexp_parse_init): New function. (sexp_check_token): New function, replacing sexp_skip_token. (sexp_parse): New function. (sexp_convert_item): Simplified by using sexp_parse. (sexp_convert_list): Use sexp_parse. (main): Likewise. Rev: src/nettle/tools/sexp-conv.c:1.8
-
Niels Möller authored
Start constants from 1, to keep 0 free for special uses. (struct sexp_parse_state): New struct for keeping track of parser state. (sexp_parse_init): New function. (sexp_check_token): New function, replacing sexp_skip_token. (sexp_parse): New function. (sexp_convert_item): Simplified by using sexp_parse. (sexp_convert_list): Use sexp_parse. (main): Likewise. Rev: src/nettle/tools/sexp-conv.c:1.7
-
- 10 Jan, 2003 14 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.576
-
Niels Möller authored
Rev: src/spki/certificate.h:1.20
-
Niels Möller authored
the --host-db option wasn't used. Changed user messages to say "host-acls" instead of "known_hosts". Rev: src/lsh.c:1.174
-
Niels Möller authored
Rev: ChangeLog:1.575
-
Niels Möller authored
Rev: src/lsh-upgrade:1.1
-
Niels Möller authored
new spki functions. Always fail on parse errors. Rev: src/testsuite/testutils.c:1.7
-
Niels Möller authored
"(tag ..." in the tested expressions. Rev: src/testsuite/spki-tag-test.c:1.2
-
Niels Möller authored
Rev: src/testsuite/Makefile.am:1.53
-
Niels Möller authored
spki_parse_end. (spki_parse_subject, spki_parse_issuer): Call spki_parse_end. Rev: src/spki/parse.c:1.13
-
Niels Möller authored
(spki_5_tuple_free_chain): ...Use it. Rev: src/spki/certificate.c:1.21 Rev: src/spki/certificate.h:1.19
-
Niels Möller authored
expression. (spki_add_acl): New function. (spki_lookup): Fixed some compile time errors. (spki_authorize): Likewise. Rev: src/spki.c:1.45 Rev: src/spki.h:1.28
-
Niels Möller authored
just display a warning message saying that it needs conversion. (read_known_hosts): spki_add_acl now takes an spki_iterator. (do_lsh_lookup): The access expression includes the complete tag expression, not just the body of it. Rev: src/lsh.c:1.173
-
Niels Möller authored
Rev: src/lsh-pam-checkpw.c:1.5
-
Niels Möller authored
Rev: src/Makefile.am.in:1.140
-
- 09 Jan, 2003 8 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.574 Rev: src/spki/ChangeLog:1.26 Rev: src/spki/TODO:1.2
-
Niels Möller authored
session leadership. Rev: src/daemon.c:1.9
-
Niels Möller authored
(spki_process_sequence_no_signatures): Likewise. Rev: src/spki/certificate.c:1.20
-
Niels Möller authored
that check the type of an expression and then enters it. Rev: src/spki/parse.c:1.12 Rev: src/spki/parse.h:1.12
-
Niels Möller authored
Rev: src/spki.h:1.27
-
Niels Möller authored
(spki_lookup, spki_authorize): New functions. (do_spki_acl_db_mark, do_spki_acl_db_free): New functions. Rev: src/spki.c:1.44
-
Niels Möller authored
"~/.lsh/host-acls", and filter it through sexp-conv. Fall back to the old file name "~/.lsh/known_hosts" if the new file doesn't exist. (do_lsh_lookup): Use the new spki_lookup function. (do_lsh_lookup): Use new spki_authorize function. (do_lsh_lookup): Disable spki fingerprinting for now. Rev: src/lsh.c:1.172
-
Niels Möller authored
(lsh_popen_read): New function. Rev: src/io.c:1.177 Rev: src/io.h:1.97
-