diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-15 13:49:21 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-15 13:49:21 +1000 |
commit | 19c8f2b310d06b1cf213186a96abce09bf676061 (patch) | |
tree | 4a5e5ae2609975958ce8d2f6b5e348436dc7f46f /ChangeLog | |
parent | 4962ed6ab434c361ff636617e0542d6043c7e700 (diff) |
- mouring@cvs.openbsd.org 2003/05/15 03:43:59
[sftp-int.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 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,6 +31,10 @@ | |||
31 | - mouring@cvs.openbsd.org 2003/05/15 03:39:07 | 31 | - mouring@cvs.openbsd.org 2003/05/15 03:39:07 |
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 | ||
35 | [sftp-int.c] | ||
36 | Teach ls how to display multiple column display and allow users | ||
37 | to return to single column format via 'ls -1'. OK @djm | ||
34 | - (djm) Always parse UsePAM | 38 | - (djm) Always parse UsePAM |
35 | - (djm) Configure glue for DNS support (code doesn't work in portable yet) | 39 | - (djm) Configure glue for DNS support (code doesn't work in portable yet) |
36 | - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) | 40 | - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) |
@@ -1511,4 +1515,4 @@ | |||
1511 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1515 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1512 | ok provos@ | 1516 | ok provos@ |
1513 | 1517 | ||
1514 | $Id: ChangeLog,v 1.2713 2003/05/15 03:48:59 djm Exp $ | 1518 | $Id: ChangeLog,v 1.2714 2003/05/15 03:49:21 djm Exp $ |