summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-12 19:45:59 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-12 19:45:59 +1100
commitebc71d908cc10cafea05e1aaaa7886d3f8b0bf80 (patch)
treef8a6baaf719a0e3679a1fe5408f6af91b2554f9f /ChangeLog
parent1b0c2455daf26b9eca30210f7628b7e4667501ad (diff)
- djm@cvs.openbsd.org 2010/01/12 01:36:08
[buffer.h bufaux.c] add a buffer_get_string_ptr_ret() that does the same as buffer_get_string_ptr() but does not fatal() on error; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddfa8af44..6992a01b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,10 @@
31 [session.c] 31 [session.c]
32 Do not allow logins if /etc/nologin exists but is not readable by the user 32 Do not allow logins if /etc/nologin exists but is not readable by the user
33 logging in. Noted by Jan.Pechanec at Sun, ok djm@ deraadt@ 33 logging in. Noted by Jan.Pechanec at Sun, ok djm@ deraadt@
34 - djm@cvs.openbsd.org 2010/01/12 01:36:08
35 [buffer.h bufaux.c]
36 add a buffer_get_string_ptr_ret() that does the same as
37 buffer_get_string_ptr() but does not fatal() on error; ok dtucker@
34 38
3520100110 3920100110
36 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] 40 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]