summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-07-14 12:19:56 +1000
committerDamien Miller <djm@mindrot.org>2001-07-14 12:19:56 +1000
commit07ab49ef71a627452bcb14f62bdb08c0cc9ee49e (patch)
treeb24034df87bbd68a4e0b194310ede802cbb59fd9 /ChangeLog
parentefb1edfc7fb393b8de2f50efa77c006f3bfe5394 (diff)
- markus@cvs.openbsd.org 2001/07/10 21:49:12
[readpass.c] don't panic if fork or pipe fail (just return an empty passwd).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9376129e1..866903664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,9 @@
31 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53 31 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
32 [session.c sftp-int.c] 32 [session.c sftp-int.c]
33 correct type on last arg to execl(); nordin@cse.ogi.edu 33 correct type on last arg to execl(); nordin@cse.ogi.edu
34 - markus@cvs.openbsd.org 2001/07/10 21:49:12
35 [readpass.c]
36 don't panic if fork or pipe fail (just return an empty passwd).
34 37
3520010711 3820010711
36 - (djm) dirname(3) may modify its argument on glibc and other systems. 39 - (djm) dirname(3) may modify its argument on glibc and other systems.
@@ -6006,4 +6009,4 @@
6006 - Wrote replacements for strlcpy and mkdtemp 6009 - Wrote replacements for strlcpy and mkdtemp
6007 - Released 1.0pre1 6010 - Released 1.0pre1
6008 6011
6009$Id: ChangeLog,v 1.1394 2001/07/14 02:19:36 djm Exp $ 6012$Id: ChangeLog,v 1.1395 2001/07/14 02:19:56 djm Exp $