summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-02 17:10:11 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-02 17:10:11 +1100
commit42d9dc75ed2eefa6eeffc892f02eb164c1860603 (patch)
treec10968f34ae3610ac1630718b2b2c967d5a448aa /ChangeLog
parentad7646a59ab05ed9d6c156ba952725f44c02de7d (diff)
- (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}]
Make record_failed_login() call provide hostname rather than having the implementations having to do lookups themselves. Only affects AIX and UNICOS (the latter only uses the "user" parameter anyway). ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb897ec41..82758ca10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
120050202 120050202
2 - (dtucker) [configure.ac openbsd-compat/realpath.c] Sync up with realpath 2 - (dtucker) [configure.ac openbsd-compat/realpath.c] Sync up with realpath
3 rev 1.11 from OpenBSD and make it use fchdir if available. ok djm@ 3 rev 1.11 from OpenBSD and make it use fchdir if available. ok djm@
4 - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}]
5 Make record_failed_login() call provide hostname rather than having the
6 implementations having to do lookups themselves. Only affects AIX and
7 UNICOS (the latter only uses the "user" parameter anyway). ok djm@
4 8
520050201 920050201
6 - (dtucker) [log.c] Bug #973: force log_init() to open syslog, since on some 10 - (dtucker) [log.c] Bug #973: force log_init() to open syslog, since on some
@@ -2055,4 +2059,4 @@
2055 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2059 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2056 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2060 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2057 2061
2058$Id: ChangeLog,v 1.3629 2005/02/01 23:43:59 dtucker Exp $ 2062$Id: ChangeLog,v 1.3630 2005/02/02 06:10:11 dtucker Exp $