diff options
-rw-r--r-- | ChangeLog | 72 |
1 files changed, 2 insertions, 70 deletions
@@ -1,73 +1,5 @@ | |||
1 | 20130828 | 1 | 20130913 |
2 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the | 2 | - (djm) Release 6.3p1 |
3 | 'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we | ||
4 | start to use them in the future. | ||
5 | - (djm) [openbsd-compat/bsd-snprintf.c] #ifdef noytet for intmax_t bits | ||
6 | until we have configure support. | ||
7 | |||
8 | 20130821 | ||
9 | - (djm) OpenBSD CVS Sync | ||
10 | - djm@cvs.openbsd.org 2013/08/06 23:03:49 | ||
11 | [sftp.c] | ||
12 | fix some whitespace at EOL | ||
13 | make list of commands an enum rather than a long list of defines | ||
14 | add -a to usage() | ||
15 | - djm@cvs.openbsd.org 2013/08/06 23:05:01 | ||
16 | [sftp.1] | ||
17 | document top-level -a option (the -a option to 'get' was already | ||
18 | documented) | ||
19 | - djm@cvs.openbsd.org 2013/08/06 23:06:01 | ||
20 | [servconf.c] | ||
21 | add cast to avoid format warning; from portable | ||
22 | - jmc@cvs.openbsd.org 2013/08/07 06:24:51 | ||
23 | [sftp.1 sftp.c] | ||
24 | sort -a; | ||
25 | - djm@cvs.openbsd.org 2013/08/08 04:52:04 | ||
26 | [sftp.c] | ||
27 | fix two year old regression: symlinking a file would incorrectly | ||
28 | canonicalise the target path. bz#2129 report from delphij AT freebsd.org | ||
29 | - djm@cvs.openbsd.org 2013/08/08 05:04:03 | ||
30 | [sftp-client.c sftp-client.h sftp.c] | ||
31 | add a "-l" flag for the rename command to force it to use the silly | ||
32 | standard SSH_FXP_RENAME command instead of the POSIX-rename- like | ||
33 | posix-rename@openssh.com extension. | ||
34 | |||
35 | intended for use in regress tests, so no documentation. | ||
36 | - djm@cvs.openbsd.org 2013/08/09 03:37:25 | ||
37 | [sftp.c] | ||
38 | do getopt parsing for all sftp commands (with an empty optstring for | ||
39 | commands without arguments) to ensure consistent behaviour | ||
40 | - djm@cvs.openbsd.org 2013/08/09 03:39:13 | ||
41 | [sftp-client.c] | ||
42 | two problems found by a to-be-committed regress test: 1) msg_id was not | ||
43 | being initialised so was starting at a random value from the heap | ||
44 | (harmless, but confusing). 2) some error conditions were not being | ||
45 | propagated back to the caller | ||
46 | - djm@cvs.openbsd.org 2013/08/09 03:56:42 | ||
47 | [sftp.c] | ||
48 | enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word; | ||
49 | matching ksh's relatively recent change. | ||
50 | - djm@cvs.openbsd.org 2013/08/13 18:32:08 | ||
51 | [ssh-keygen.c] | ||
52 | typo in error message; from Stephan Rickauer | ||
53 | - djm@cvs.openbsd.org 2013/08/13 18:33:08 | ||
54 | [ssh-keygen.c] | ||
55 | another of the same typo | ||
56 | - jmc@cvs.openbsd.org 2013/08/14 08:39:27 | ||
57 | [scp.1 ssh.1] | ||
58 | some Bx/Ox conversion; | ||
59 | From: Jan Stary | ||
60 | - djm@cvs.openbsd.org 2013/08/20 00:11:38 | ||
61 | [readconf.c readconf.h ssh_config.5 sshconnect.c] | ||
62 | Add a ssh_config ProxyUseFDPass option that supports the use of | ||
63 | ProxyCommands that establish a connection and then pass a connected | ||
64 | file descriptor back to ssh(1). This allows the ProxyCommand to exit | ||
65 | rather than have to shuffle data back and forth and enables ssh to use | ||
66 | getpeername, etc. to obtain address information just like it does with | ||
67 | regular directly-connected sockets. ok markus@ | ||
68 | - jmc@cvs.openbsd.org 2013/08/20 06:56:07 | ||
69 | [ssh.1 ssh_config.5] | ||
70 | some proxyusefdpass tweaks; | ||
71 | 3 | ||
72 | 20130808 | 4 | 20130808 |
73 | - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt | 5 | - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt |