summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-05-21 18:26:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-05-21 18:26:40 +1000
commitf14b2aa6725f93dce537a0d693d3562c53a85b19 (patch)
tree8963bedc38d0d631428699d863306e7f121f5e96 /ChangeLog
parentf58b29d51508057e729cd142396e28505bae50ab (diff)
- (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
and slave, we can remove the special-case handling in the audit hook in auth_log.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dc22c86b..767208bf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
120050517 120060521
2 - (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
3 and slave, we can remove the special-case handling in the audit hook in
4 auth_log.
5
620060517
2 - (dtucker) [ssh-rand-helper.c] Check return code of mkdir and fix file 7 - (dtucker) [ssh-rand-helper.c] Check return code of mkdir and fix file
3 pointer leak. From kjhall at us.ibm.com, found by coverity. 8 pointer leak. From kjhall at us.ibm.com, found by coverity.
4 9
520050515 1020060515
6 - (dtucker) [openbsd-compat/getrrsetbyname.c] Use _compat_res instead of 11 - (dtucker) [openbsd-compat/getrrsetbyname.c] Use _compat_res instead of
7 _res, prevents problems on some platforms that have _res as a global but 12 _res, prevents problems on some platforms that have _res as a global but
8 don't have getrrsetbyname(), eg IRIX 5.3. Found and tested by 13 don't have getrrsetbyname(), eg IRIX 5.3. Found and tested by
@@ -12,7 +17,7 @@
12 - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back and 17 - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back and
13 do not allow kbdint again after the PAM account check fails. ok djm@ 18 do not allow kbdint again after the PAM account check fails. ok djm@
14 19
1520050506 2020060506
16 - (dtucker) OpenBSD CVS Sync 21 - (dtucker) OpenBSD CVS Sync
17 - dtucker@cvs.openbsd.org 2006/04/25 08:02:27 22 - dtucker@cvs.openbsd.org 2006/04/25 08:02:27
18 [authfile.c authfile.h sshconnect2.c ssh.c sshconnect1.c] 23 [authfile.c authfile.h sshconnect2.c ssh.c sshconnect1.c]
@@ -4625,4 +4630,4 @@
4625 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4630 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4626 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4631 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4627 4632
4628$Id: ChangeLog,v 1.4329 2006/05/17 12:24:56 dtucker Exp $ 4633$Id: ChangeLog,v 1.4330 2006/05/21 08:26:40 dtucker Exp $