- 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
This commit is contained in:
parent
19c8f2b310
commit
34bb56743a
|
@ -32,7 +32,7 @@
|
||||||
[sftp-int.c]
|
[sftp-int.c]
|
||||||
Make put/get (globed and nonglobed) code more consistant. OK djm@
|
Make put/get (globed and nonglobed) code more consistant. OK djm@
|
||||||
- mouring@cvs.openbsd.org 2003/05/15 03:43:59
|
- mouring@cvs.openbsd.org 2003/05/15 03:43:59
|
||||||
[sftp-int.c]
|
[sftp-int.c sftp.c]
|
||||||
Teach ls how to display multiple column display and allow users
|
Teach ls how to display multiple column display and allow users
|
||||||
to return to single column format via 'ls -1'. OK @djm
|
to return to single column format via 'ls -1'. OK @djm
|
||||||
- (djm) Always parse UsePAM
|
- (djm) Always parse UsePAM
|
||||||
|
@ -1515,4 +1515,4 @@
|
||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2714 2003/05/15 03:49:21 djm Exp $
|
$Id: ChangeLog,v 1.2715 2003/05/15 03:49:58 djm Exp $
|
||||||
|
|
4
sftp.c
4
sftp.c
|
@ -24,9 +24,7 @@
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
RCSID("$OpenBSD: sftp.c,v 1.34 2003/01/10 08:19:07 fgsch Exp $");
|
RCSID("$OpenBSD: sftp.c,v 1.35 2003/05/15 03:44:00 mouring Exp $");
|
||||||
|
|
||||||
/* XXX: short-form remote directory listings (like 'ls -C') */
|
|
||||||
|
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
Loading…
Reference in New Issue