Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/doc Tickets 531 to 536.
details: https://anonhg.NetBSD.org/src/rev/9423eca1f454
branches: netbsd-3
changeset: 576532:9423eca1f454
user: tron <tron%NetBSD.org@localhost>
date: Sat Jul 09 22:58:32 2005 +0000
description:
Tickets 531 to 536.
diffstat:
doc/CHANGES-3.0 | 41 ++++++++++++++++++++++++++++++++++++++---
1 files changed, 38 insertions(+), 3 deletions(-)
diffs (59 lines):
diff -r 1b7fc0d3007f -r 9423eca1f454 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0 Sat Jul 09 22:57:04 2005 +0000
+++ b/doc/CHANGES-3.0 Sat Jul 09 22:58:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0,v 1.1.2.165 2005/07/07 22:09:47 tron Exp $
+# $NetBSD: CHANGES-3.0,v 1.1.2.166 2005/07/09 22:58:32 tron Exp $
A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
until the 3.0 release:
@@ -10259,8 +10259,8 @@
xfree/xc/programs/xdm/xdm.man 1.7
- Resolve conflicts from XFree86 4.5.0 import. This fixes PR xsrc/30599 by
- Juergen Hannken-Illjes.
+ Resolve conflicts from XFree86 4.5.0 import. This fixes PR xsrc/30599
+ by Juergen Hannken-Illjes.
[tron, ticket #495]
x11/Xserver/Makefile.common 1.28
@@ -10307,3 +10307,38 @@
when the build user's environment has INFODIR set.
[lukem, ticket #564]
+usr.bin/login/login_pam.c 1.5-1.8
+
+ Correct usage of getpw*() functions in login(1).
+ [lukem, ticket #531]
+
+libexec/rshd/Makefile 1.17
+libexec/rshd/rshd.c 1.41-1.43
+
+ Correct usage of getpw*() functions in rshd(8).
+ [lukem, ticket #532]
+
+lib/libc/gen/__glob13.c 1.28
+
+ Check for pwd != NULL.
+ [lukem, ticket #533]
+
+lib/libc/net/rcmd.c 1.60
+
+ Check for pwd != NULL.
+ [lukem, ticket #534]
+
+lib/libcompat/4.4/cuserid.3 1.12
+lib/libcompat/4.4/cuserid.c 1.7-1.8
+
+ Correct usage of getpw*() functions in cuserid(3).
+ [lukem, ticket #535]
+
+lib/libtelnet/kerberos5.c 1.13-1.14
+lib/libtelnet/krb4encpwd.c 1.7-1.8
+lib/libtelnet/spx.c 1.6-1.7
+lib/libtelnet/sra.c 1.2-1.3
+
+ Correct usage of getpw*() functions in "telnet" library.
+ [lukem, ticket #536]
+
Home |
Main Index |
Thread Index |
Old Index