- 23 Mar, 2002 3 commits
-
-
Pontus Freyhult authored
before checking for readline. Rev: src/sftp/configure.ac:1.5
-
Pontus Freyhult authored
Rev: src/sftp/rl.h:1.3
-
Pontus Freyhult authored
FOO_HISTORY_H and so on. Rev: src/sftp/rl.c:1.3
-
- 19 Mar, 2002 4 commits
-
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.13
-
Pontus Freyhult authored
Rev: src/sftp/Makefile.am:1.10
-
Pontus Freyhult authored
Rev: src/sftp/testsuite/run-tests:1.5
-
Pontus Freyhult authored
Rev: src/sftp/testsuite/get-1-test:1.4 Rev: src/sftp/testsuite/ls-1-test:1.4 Rev: src/sftp/testsuite/ls-2-test:1.4 Rev: src/sftp/testsuite/put-1-test:1.4
-
- 18 Mar, 2002 3 commits
-
-
Niels Möller authored
(com_chown): Likewise. (com_chgrp): Likewise. (handle_command): Unsigned char argument. Rev: src/sftp/ChangeLog:1.12 Rev: src/sftp/commands.c:1.5 Rev: src/sftp/commands.h:1.3
-
Niels Möller authored
Rev: src/sftp/ChangeLog:1.11
-
Niels Möller authored
(handle_command): Unsigned char argument. Rev: src/sftp/commands.c:1.4
-
- 14 Mar, 2002 1 commit
-
-
Pontus Freyhult authored
Changed version number from 1.0 to 1.0-pre and removed stray output line from configure.ac. Rev: src/sftp/ChangeLog:1.10 Rev: src/sftp/configure.ac:1.4
-
- 27 Feb, 2002 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.461 Rev: src/nettle/ChangeLog:1.72 Rev: src/sftp/ChangeLog:1.9
-
Niels Möller authored
Rev: src/sftp/gnu_stuff.c:1.3
-
- 25 Feb, 2002 5 commits
-
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.8 Rev: src/sftp/gnu_stuff.c:1.2 Rev: src/sftp/gnu_stuff.h:1.2 Rev: src/sftp/lsftp.c:1.4
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.7 Rev: src/sftp/configure.ac:1.3
-
Pontus Freyhult authored
lsftp_callback*. Also a lot of related changes. Rev: src/sftp/ChangeLog:1.6 Rev: src/sftp/sftp_bind.c:1.5
-
Pontus Freyhult authored
Rev: src/sftp/sftp_bind.h:1.4
-
Pontus Freyhult authored
rather important fix (the two callback storages were mixed up). Also a fix for the callback compact routine. This fixes batch mode so it doesn't hang without doing anything. Rev: src/sftp/ChangeLog:1.5 Rev: src/sftp/dc.c:1.3 Rev: src/sftp/lsftp.c:1.3 Rev: src/sftp/sftp_bind.c:1.4 Rev: src/sftp/sftp_bind.h:1.3
-
- 21 Feb, 2002 1 commit
-
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.4 Rev: src/sftp/configure.ac:1.2
-
- 12 Feb, 2002 2 commits
-
-
Pontus Freyhult authored
in return value). Rev: src/sftp/commands.c:1.3
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.3
-
- 11 Feb, 2002 7 commits
-
-
Pontus Freyhult authored
configure.in files of lsftp and sftp. If called prematurely, sftp_read_packet now tries to read away data from the current packet. Rev: src/sftp/ChangeLog:1.2
-
Pontus Freyhult authored
remaining data of the current packet before returning 0 (or -1 if we had an error during reading). Rev: src/sftp/buffer.c:1.11
-
Pontus Freyhult authored
sftp_process_symlink and sftp_process. Rev: src/sftp/sftp-server.c:1.16
-
Pontus Freyhult authored
Rev: src/sftp/sftp_bind.c:1.3
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.1
-
Pontus Freyhult authored
Rev: src/sftp/configure.in:1.5(DEAD)
-
Pontus Freyhult authored
Rev: src/sftp/configure.ac:1.1
-
- 10 Feb, 2002 1 commit
-
-
Pontus Freyhult authored
sftp_put_file_init, sftp_get_file_init and sftp_get_mem_init. Rev: src/sftp/sftp_c.c:1.4
-
- 07 Feb, 2002 11 commits
-
-
Niels Möller authored
Rev: src/sftp/.bootstrap:1.3
-
Niels Möller authored
Rev: ChangeLog:1.456 Rev: src/sftp/gnu_stuff.c:1.1 Rev: src/sftp/gnu_stuff.h:1.1
-
Niels Möller authored
* src/sftp/sftp_c.h (struct sftp_mem): Use UINT32, instead of 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.3 Rev: src/sftp/sftp_c.h:1.3
-
Niels Möller authored
i and i++ in the same expression. (lsftp_wait_not_eof): #if:ed out, not used anywhere. (lsftp_remove_sftp_cb): Likewise. Constness fixes, changed calling conventions not to pass and return structs. Rev: src/sftp/sftp_bind.c:1.2 Rev: src/sftp/sftp_bind.h:1.2
-
Niels Möller authored
(lsftp_interactive_mainloop): Likewise. (lsftp_noninteractive_mainloop): Likewise. Rev: src/sftp/lsftp.c:1.2
-
Niels Möller authored
(lsftp_dc_make_index): Likewise. (lsftp_dc_r_sloppy_glob): Likewise. (lsftp_dc_path_no_glob): Likewise. (lsftp_dc_path_first_glob): Likewise. General constification. Rev: src/sftp/dc.c:1.2 Rev: src/sftp/dc.h:1.2
-
Niels Möller authored
prototypes and unused arguments. Rev: src/sftp/commands.c:1.2
-
Niels Möller authored
Rev: src/sftp/commands.h:1.2
-
Niels Möller authored
taking no arguments. Rev: src/sftp/rl.c:1.2 Rev: src/sftp/rl.h:1.2
-
Niels Möller authored
(lsftp_skip_common): Use const char * for arguments and return value. (filename_part): Likewise. Rev: src/sftp/misc_fun.c:1.2 Rev: src/sftp/misc_fun.h:1.2
-
* src/sftp/sftp-server.c (sftp_send_status): Added human-readable message and language tag. (sftp_process_mkdir): Get file attributes from the message, and honor permission bits, if available. (sftp_process_readlink): New function. (sftp_process_symlink): New function. (main): Added sftp_process_readlink and sftp_process_symlink to the dispatch table. Rev: src/sftp/sftp-server.c:1.15
-