diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-15 13:49:58 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-15 13:49:58 +1000 |
commit | 34bb56743a0c8777ec2527e6f5be2f97dd61eb24 (patch) | |
tree | bf182abd1058f0e2e8137ac3161ec1f2ded41737 | |
parent | 19c8f2b310d06b1cf213186a96abce09bf676061 (diff) |
- mouring@cvs.openbsd.org 2003/05/15 03:43:59
[sftp-int.c sftp.c]
Teach ls how to display multiple column display and allow users
to return to single column format via 'ls -1'. OK @djm
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sftp.c | 4 |
2 files changed, 3 insertions, 5 deletions
@@ -32,7 +32,7 @@ | |||
32 | [sftp-int.c] | 32 | [sftp-int.c] |
33 | Make put/get (globed and nonglobed) code more consistant. OK djm@ | 33 | Make put/get (globed and nonglobed) code more consistant. OK djm@ |
34 | - mouring@cvs.openbsd.org 2003/05/15 03:43:59 | 34 | - mouring@cvs.openbsd.org 2003/05/15 03:43:59 |
35 | [sftp-int.c] | 35 | [sftp-int.c sftp.c] |
36 | Teach ls how to display multiple column display and allow users | 36 | Teach ls how to display multiple column display and allow users |
37 | to return to single column format via 'ls -1'. OK @djm | 37 | to return to single column format via 'ls -1'. OK @djm |
38 | - (djm) Always parse UsePAM | 38 | - (djm) Always parse UsePAM |
@@ -1515,4 +1515,4 @@ | |||
1515 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1515 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1516 | ok provos@ | 1516 | ok provos@ |
1517 | 1517 | ||
1518 | $Id: ChangeLog,v 1.2714 2003/05/15 03:49:21 djm Exp $ | 1518 | $Id: ChangeLog,v 1.2715 2003/05/15 03:49:58 djm Exp $ |
@@ -24,9 +24,7 @@ | |||
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | 26 | ||
27 | RCSID("$OpenBSD: sftp.c,v 1.34 2003/01/10 08:19:07 fgsch Exp $"); | 27 | RCSID("$OpenBSD: sftp.c,v 1.35 2003/05/15 03:44:00 mouring Exp $"); |
28 | |||
29 | /* XXX: short-form remote directory listings (like 'ls -C') */ | ||
30 | 28 | ||
31 | #include "buffer.h" | 29 | #include "buffer.h" |
32 | #include "xmalloc.h" | 30 | #include "xmalloc.h" |