- 07 Feb, 2002 4 commits
-
-
Niels Möller authored
isn't used anywhere. Constified, now uses const char * for most strings. Rev: src/sftp/str_utils.c:1.2 Rev: src/sftp/str_utils.h:1.2
-
Niels Möller authored
signed int. (sftp_callback_func): New typedef. (struct sftp_callback): Changed prototype for nextfun. Changed UINT64 to off_t. Changed all prototypes to not pass and return structs without using pointers. * src/sftp/sftp_c.c: General change of calling conventions. Pass struct * and const struct *, instead of passing and returning structures "by-value". Rev: src/sftp/sftp_c.c:1.2 Rev: src/sftp/sftp_c.h:1.2
-
Niels Möller authored
Rev: src/sftp/Makefile.am:1.9
-
Niels Möller authored
(sftp_read_packet): Call clearerr after checking for error and eof. Rev: src/sftp/buffer.c:1.10 Rev: src/sftp/buffer.h:1.7
-
- 06 Feb, 2002 9 commits
-
-
* src/sftp/Makefile.am (lsftp_SOURCES): * src/sftp/commands.c: New file. * src/sftp/commands.h: New file. * src/sftp/dc.c: New file. * src/sftp/dc.h: New file. * src/sftp/lsftp.c: New file. * src/sftp/lsftp.h: New file. * src/sftp/misc_fun.c: New file. * src/sftp/misc_fun.h: New file. * src/sftp/rl.c: New file. * src/sftp/rl.h: New file. * src/sftp/sftp_bind.c: New file. * src/sftp/sftp_bind.h: New file. * src/sftp/sftp_c.c: New file. * src/sftp/sftp_c.h: New file. * src/sftp/str_utils.c: New file. * src/sftp/str_utils.h: New file. Rev: src/sftp/commands.c:1.1 Rev: src/sftp/commands.h:1.1 Rev: src/sftp/dc.c:1.1 Rev: src/sftp/dc.h:1.1 Rev: src/sftp/lsftp.c:1.1 Rev: src/sftp/lsftp.h:1.1 Rev: src/sftp/misc_fun.c:1.1 Rev: src/sftp/misc_fun.h:1.1 Rev: src/sftp/rl.c:1.1 Rev: src/sftp/rl.h:1.1 Rev: src/sftp/sftp_bind.c:1.1 Rev: src/sftp/sftp_bind.h:1.1 Rev: src/sftp/sftp_c.c:1.1 Rev: src/sftp/sftp_c.h:1.1 Rev: src/sftp/str_utils.c:1.1 Rev: src/sftp/str_utils.h:1.1
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.65 Rev: src/nettle/base64.h:1.4
-
* base64.h (BASE64_ENCODE_LENGTH): New macro. (struct base64_ctx): New context struct, for decoding. (BASE64_DECODE_LENGTH): New macro. * base64.c (base64_decode_init): New function. (base64_decode_update): New function, replacing base64_decode. Takes a struct base64_ctx argument. * nettle-meta.h: Updated nettle_armor, and related typedefs and macros. * testsuite/testutils.c (test_armor): Updated. * configure.in: Use AC_PREREQ(2.50). Rev: src/nettle/testsuite/testutils.c:1.9
-
* base64.h (BASE64_ENCODE_LENGTH): New macro. (struct base64_ctx): New context struct, for decoding. (BASE64_DECODE_LENGTH): New macro. * base64.c (base64_decode_init): New function. (base64_decode_update): New function, replacing base64_decode. Takes a struct base64_ctx argument. * nettle-meta.h: Updated nettle_armor, and related typedefs and macros. * configure.in: Use AC_PREREQ(2.50). Rev: src/nettle/nettle-meta.h:1.4
-
* base64.h (BASE64_ENCODE_LENGTH): New macro. (struct base64_ctx): New context struct, for decoding. (BASE64_DECODE_LENGTH): New macro. * base64.c (base64_decode_init): New function. (base64_decode_update): New function, replacing base64_decode. Takes a struct base64_ctx argument. * configure.in: Use AC_PREREQ(2.50). Rev: src/nettle/configure.in:1.10
-
(base64_decode_update): New function, replacing base64_decode. Takes a struct base64_ctx argument. Rev: src/nettle/base64.c:1.2
-
* base64.h (BASE64_ENCODE_LENGTH): New macro. (struct base64_ctx): New context struct, for decoding. (BASE64_DECODE_LENGTH): New macro. Rev: src/nettle/base64.h:1.3
-
Niels Möller authored
Rev: src/nettle/.cvsignore:1.7
-
Niels Möller authored
Rev: src/nettle/Makefile.am:1.28
-
- 01 Feb, 2002 3 commits
-
-
Niels Möller authored
(sftp_client_get_status): New function, for parsing -02 draft status messages. Use it everywhere. Rev: src/sftp/sftp-test-client.c:1.10
-
Niels Möller authored
types. Rev: src/sftp/sftp.h:1.3
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.64
-
- 31 Jan, 2002 12 commits
-
-
Niels Möller authored
Rev: src/lsh-pam-checkpw.c:1.2
-
Niels Möller authored
Rev: src/Makefile.am.in:1.128
-
Niels Möller authored
Rev: ChangeLog:1.455
-
Niels Möller authored
--disable-pam, check for security/pam_appl.h, substitution of PAM_PROGRAM. Rev: configure.in:1.129
-
Niels Möller authored
Rev: src/lsh-writekey.c:1.24
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.63
-
Niels Möller authored
not needed anymore. Rev: src/nettle/acinclude.m4:1.2
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.62
-
Niels Möller authored
--with-include-path. Use the RPATH-macros to get correct flags for linking the test programs with gmp. Rev: src/nettle/configure.in:1.9
-
Niels Möller authored
Rev: src/nettle/acinclude.m4:1.1
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.61 Rev: src/nettle/NEWS:1.6 Rev: src/nettle/TODO:1.3
-
Niels Möller authored
Rev: src/nettle/nettle.texinfo:1.14
-
- 30 Jan, 2002 2 commits
-
-
Niels Möller authored
Spell checking and ispell configuration. Rev: src/nettle/nettle.texinfo:1.13
-
Niels Möller authored
Rev: src/nettle/md5.c:1.5 Rev: src/nettle/md5.h:1.5
-
- 24 Jan, 2002 7 commits
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.60
-
Niels Möller authored
Rev: ChangeLog:1.454
-
Niels Möller authored
Rev: src/nettle/nettle.texinfo:1.12
-
Niels Möller authored
expressions in transport syntax. Rev: src/sexp.c:1.44
-
Niels Möller authored
(parse_replace): New function. (main_options): New option --replace. (main_argp_parser): Handle OPT_REPLACE. (main): Call io_init and io_final. Needed to get the callback registered by the gc to work. (main): Call process_replace. (main): Don't add trailing newlines; let sexp_format do that. Rev: src/sexp-conv.c:1.14
-
Niels Möller authored
functions that need it. Rev: src/io.c:1.157
-
Niels Möller authored
Rev: src/gc.c:1.28
-
- 23 Jan, 2002 1 commit
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.59
-
- 22 Jan, 2002 2 commits
-
-
Niels Möller authored
Rev: src/nettle/nettle.texinfo:1.11
-
Niels Möller authored
Rev: src/nettle/rsa.h:1.9
-