- 02 Apr, 2001 1 commit
-
-
Niels Möller authored
uses of the "function" keyword, and use a full path when sourcing common.sh. * src/sftp/testsuite/run-tests: Use /bin/bash, as we use bash-specific parameter expansion. Rev: src/sftp/testsuite/common.sh:1.3 Rev: src/sftp/testsuite/connect-test:1.2 Rev: src/sftp/testsuite/get-1-test:1.2 Rev: src/sftp/testsuite/ls-1-test:1.2 Rev: src/sftp/testsuite/ls-2-test:1.2 Rev: src/sftp/testsuite/run-tests:1.3 Rev: src/sftp/testsuite/setup-env:1.3 Rev: src/sftp/testsuite/teardown-env:1.3
-
- 01 Apr, 2001 7 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.330
-
Niels Möller authored
sftp_test_client_SOURCES): Added xmalloc.c. * src/sftp/Makefile.am (sftp_server_SOURCES): Added idcache.c. * src/sftp/Makefile.am (noinst_PROGRAMS): Added dump-hex. Rev: src/sftp/Makefile.am:1.5
-
Niels Möller authored
xstrdup. Rev: src/sftp/xmalloc.c:1.1 Rev: src/sftp/xmalloc.h:1.1
-
Niels Möller authored
* src/sftp/sftp-test-client.c (sftp_client_get_id): New function. (do_ls): Fixes and some simplification. (do_get): Simplified. The old more featureful implementation left #if:ed out. Rev: src/sftp/sftp-test-client.c:1.6
-
Niels Möller authored
(sftp_get_group): Likewise. (struct sftp_ctx): Added user_cache and group_cache. (sftp_init): Initialize user_cache and group_cache. (sftp_put_longname): Take a sftp_ctx * as argument. Use sftp_get_user and sftp_get_group. Rev: src/sftp/sftp-server.c:1.8
-
Niels Möller authored
Rev: src/sftp/buffer.c:1.6
-
Niels Möller authored
* src/sftp/idcache.c: #include idcache.h. #if:ed out prototypes and functions that aren't needed. Use malloc instead of xmalloc. * src/sftp/idcache.h: New file. Rev: src/sftp/idcache.c:1.3 Rev: src/sftp/idcache.h:1.2
-
- 31 Mar, 2001 23 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.329
-
Niels Möller authored
* src/sftp/Makefile.am (noinst_PROGRAMS): Added dump-hex. Rev: src/sftp/Makefile.am:1.4
-
Niels Möller authored
* src/sftp/sftp-server.c (debug): New function. (sftp_get_name): New function. (struct sftp_dir): New struct. (sftp_lstat_in_dir): New function. (sftp_process_readdir): Handle directories that are not our current working directory. (parse_options): New function, currently only handling -d. Rev: src/sftp/sftp-server.c:1.7
-
Niels Möller authored
and functions that aren't needed. Use malloc instead of xmalloc. Rev: src/sftp/idcache.c:1.2
-
Niels Möller authored
Rev: src/sftp/idcache.h:1.1
-
Niels Möller authored
Rev: ChangeLog:1.328
-
Niels Möller authored
Rev: src/sftp/testsuite/teardown-env:1.2
-
Niels Möller authored
Rev: src/sftp/testsuite/setup-env:1.2
-
Niels Möller authored
Rev: src/sftp/testsuite/run-tests:1.2
-
Niels Möller authored
* src/sftp/testsuite/ls-1-test: Likewise. * src/sftp/testsuite/ls-2-test: Likewise Rev: src/sftp/testsuite/get-1-test:1.1 Rev: src/sftp/testsuite/ls-1-test:1.1 Rev: src/sftp/testsuite/ls-2-test:1.1
-
Niels Möller authored
an absolute path to the directory where the programs are. Rev: src/sftp/testsuite/common.sh:1.2
-
Niels Möller authored
Rev: src/sftp/.cvsignore:1.2
-
Niels Möller authored
(do_ls): Fixes and some simplification. (do_get): Simplified. The old more featureful implementation left #if:ed out. Rev: src/sftp/sftp-test-client.c:1.5
-
Niels Möller authored
(sftp_get_name): New function. (struct sftp_dir): New struct. (sftp_lstat_in_dir): New function. (sftp_process_readdir): Handle directories that are not our current working directory. (parse_options): New function, currently only handling -d. Rev: src/sftp/sftp-server.c:1.6
-
Niels Möller authored
(sftp_get_data): ...but do it here instead. (sftp_free_string): Reintroduced this function. (sftp_get_string): This function now requires the user to deallocate the string. (sftp_get_string_auto): Simpler function, that deallocates strings automatically. (sftp_read_packet): Return failure (0), rather than crashing, if there is data leftover from the previous packet. (sftp_put_final_length): Calculate the length correctly. (sftp_put_reset): Fixed assertion. (sftp_put_attrib): Likewise. Rev: src/sftp/buffer.c:1.5 Rev: src/sftp/buffer.h:1.5
-
Niels Möller authored
Rev: src/sftp/Makefile.am:1.3
-
Niels Möller authored
Rev: src/sftp/sftp.h:1.2
-
Niels Möller authored
stdout, and writes a hex dump to stderr in the process. Rev: src/sftp/dump-hex.c:1.1
-
Niels Möller authored
sftp-server and sftp-test-client. Rev: src/sftp/debug-server:1.1
-
Niels Möller authored
Rev: src/sftp/configure.in:1.1
-
Niels Möller authored
Rev: src/sftp/acconfig.h:1.1
-
Niels Möller authored
Rev: src/sftp/.bootstrap:1.1
-
Niels Möller authored
Rev: src/sftp/testsuite/common.sh:1.1 Rev: src/sftp/testsuite/connect-test:1.1 Rev: src/sftp/testsuite/run-tests:1.1 Rev: src/sftp/testsuite/setup-env:1.1 Rev: src/sftp/testsuite/teardown-env:1.1
-
- 30 Mar, 2001 5 commits
-
-
Niels Möller authored
Rev: src/sftp/sftp-test-client.c:1.4
-
Niels Möller authored
(HANDLE_TYPE, HANDLE_DIR, HANDLE_FD): New macros. Fixed handles. Simplified, deleting all sftp_free_string calls. Use pread and pwrite, where available. Rev: src/sftp/sftp-server.c:1.5
-
Niels Möller authored
Rev: src/sftp/buffer.h:1.4
-
Niels Möller authored
so that callers don't have to free them explicitly. (sftp_put_reset): New funtion. (sftp_get_uint64): Use off_t, conditionalized on its size. (sftp_put_uint64): Likewise. Rev: src/sftp/buffer.c:1.4
-
Niels Möller authored
sftp-test-client. Rev: src/sftp/Makefile.am:1.2
-
- 29 Mar, 2001 1 commit
-
-
Niels Möller authored
Rev: src/sftp/Makefile:1.2(DEAD)
-
- 28 Mar, 2001 3 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.327
-
Niels Möller authored
Checked in first working version. Rev: src/lcp:1.3
-
Niels Möller authored
Rev: src/lcp:1.2
-