- 15 May, 2001 4 commits
-
-
Niels Möller authored
(type->category): Deleted. (type->declaration): Deleted. (type->mark): Deleted. (type->free): Deleted. (fix-method): Deleted. (do-instance-struct): Deleted. (do-struct): Deleted. (do-mark-function): Deleted. (do-free-function): Deleted. (do-struct-mark-function): Deleted. (do-struct-free-function): Deleted. (do-class): Deleted. Bugfixes, seems to work now. Rev: src/scm/gaba.scm:1.10
-
Niels Möller authored
Work in progress. Rev: src/scm/gaba.scm:1.9
-
Niels Möller authored
Rev: ChangeLog:1.353 Rev: NEWS:1.77
-
Niels Möller authored
Rev: configure.in:1.110
-
- 14 May, 2001 2 commits
-
-
Niels Möller authored
Rev: src/gc.c:1.21
-
Niels Möller authored
Rev: doc/TODO:1.118
-
- 12 May, 2001 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.352 Rev: doc/TODO:1.117
-
- 11 May, 2001 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.351
-
Niels Möller authored
absolute path to the pid-file. (spawn_lshd): $PIDFILE. Rev: src/testsuite/functions.sh:1.13
-
- 03 May, 2001 4 commits
-
-
Niels Möller authored
Rev: src/lshd.c:1.115
-
Niels Möller authored
Rev: ChangeLog:1.350
-
Niels Möller authored
forking into the background. XXX Fix in 1.2 branch. Rev: src/lshd.c:1.114
-
Niels Möller authored
Rev: src/testsuite/functions.sh:1.12
-
- 02 May, 2001 4 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.349
-
Niels Möller authored
Rev: src/sexp_streamed_parser.c:1.31(DEAD)
-
Niels Möller authored
(format_env_pair_c): Likewise. (do_exec_shell): Use const char ** for argv and envp. Rev: src/unix_user.c:1.37
-
Niels Möller authored
free doesn't accept const void *. (lsh_string_free): Changed argument type to const struct lsh_string *. (lsh_space_free): Bug-fix. (lsh_space_alloc): Use lsh_malloc, not xalloc directly. (lsh_space_free): Changed argument type to const void *. Rev: src/xalloc.c:1.28 Rev: src/xalloc.h:1.25
-
- 01 May, 2001 8 commits
-
-
Niels Möller authored
Rev: src/userauth.h:1.29
-
Niels Möller authored
string. (unix_yes_or_no): Likewise. Rev: src/unix_interact.c:1.7
-
Niels Möller authored
for the salt. Rev: src/srp_exchange.c:1.10
-
Niels Möller authored
* src/spki.c (subject_match_hash): Use const struct lsh_string. (do_spki_tag_prefix_match): Likewise. (spki_subject_by_hash): Likewise. (do_spki_lookup): Likewise. Rev: src/spki.c:1.29 Rev: src/spki_commands.c:1.21
-
Niels Möller authored
Rev: src/sexp_streamed_parser.c:1.30
-
Niels Möller authored
whitespace and comments. (sexp_parse_transport): Allow whitespace and comments. Rev: src/sexp_parser.c:1.20
-
Niels Möller authored
(sexp_parser): New class. (do_sexp_parse_once): New function. (do_sexp_parse_many): New function. (do_read_sexp_continue): Deleted function. (make_read_sexp_continuation): Deleted function. (read_sexp_exception_handler): Deleted class. (do_read_sexp_exception_handler): Deleted function. (make_read_sexp_exception_handler): Deleted function. (make_sexp_parser): New function. (make_read_sexp_command): New argument MAX_SIZE. Rev: src/sexp_commands.c:1.16 Rev: src/sexp_commands.h:1.7
-
Niels Möller authored
sexp-related strings. Rev: src/sexp.c:1.39 Rev: src/sexp.h:1.34
-
- 26 Apr, 2001 13 commits
-
-
Niels Möller authored
Rev: src/scm/gaba.scm:1.8
-
Niels Möller authored
make_read_sexp_command. Rev: src/sexp-conv.c:1.7
-
Niels Möller authored
entries. Rev: src/server_session.c:1.64
-
Niels Möller authored
make_read_sexp_command. Rev: src/server_keyexchange.c:1.49
-
Niels Möller authored
STATIC_READ_SEXP. Rev: src/lsh-writekey.c:1.13
-
Niels Möller authored
make_read_sexp_command. Rev: src/lsh-export-key.c:1.7
-
Niels Möller authored
way, the user doensn't have to use an exception handler just for closing the file. Rev: src/io.c:1.136
-
Niels Möller authored
Rev: src/interact.h:1.8
-
Niels Möller authored
Rev: src/format.c:1.42 Rev: src/format.h:1.34
-
Niels Möller authored
as const. Rev: src/crypto.h:1.22 Rev: src/pkcs5.c:1.5
-
Niels Möller authored
const. Nevertheless, reuse it for output in case FREE is true. (crypt_string_pad): Declare input string const. (crypt_string_unpad): Likewise. Rev: src/abstract_crypto.c:1.18 Rev: src/abstract_crypto.h:1.36
-
Niels Möller authored
sexp_streamed_parser.c. Rev: src/Makefile.am.in:1.106
-
Niels Möller authored
Rev: doc/TODO:1.116
-
- 25 Apr, 2001 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.348 Rev: doc/TODO:1.115 Rev: src/unix_random.c:1.9
-
Niels Möller authored
when receiving NEWKEYS. (do_handle_kexinit): Added verbose message when receiving KEXINIT message. Rev: src/keyexchange.c:1.77
-