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 /ChangeLog | |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 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 $ |