summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-02-12 13:12:21 +1100
committerDamien Miller <djm@mindrot.org>2009-02-12 13:12:21 +1100
commit20e231f9f8445ad072b319c9c47f3d9897a1f284 (patch)
tree314a7d0585cb194910d066ca3a750b056ef911e8 /ChangeLog
parent2de762456e8cdb92b85c1e573cbf2b4b70eee847 (diff)
- (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
OSX provides a getlastlogxbyname function that automates the reading of a lastlog file. Also, the pututxline function will update lastlog so there is no need for loginrec.c to do it explicitly. Collapse some overly verbose code while I'm in there.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bec9d153..124924b71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
120090212 120090205
2 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically 2 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
3 set ownership and modes, so avoid explicitly setting them 3 set ownership and modes, so avoid explicitly setting them
4 - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
5 OSX provides a getlastlogxbyname function that automates the reading of
6 a lastlog file. Also, the pututxline function will update lastlog so
7 there is no need for loginrec.c to do it explicitly. Collapse some
8 overly verbose code while I'm in there.
4 9
520090201 1020090201
6 - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in 11 - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
@@ -5118,5 +5123,5 @@
5118 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5123 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5119 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5124 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5120 5125
5121$Id: ChangeLog,v 1.5184 2009/02/12 01:19:20 djm Exp $ 5126$Id: ChangeLog,v 1.5185 2009/02/12 02:12:21 djm Exp $
5122 5127