Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src Today's set:



details:   https://anonhg.NetBSD.org/src/rev/30d8eeacb9e3
branches:  netbsd-1-4
changeset: 471162:30d8eeacb9e3
user:      he <he%NetBSD.org@localhost>
date:      Fri Oct 20 16:01:43 2000 +0000

description:
Today's set:
 o chpass: don't turn off user if using secure YP maps
 o kerberosIV buffer overflow fixes
 o ns_addr.c in libc: use constant format string

diffstat:

 CHANGES-1.4.3 |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 76692d5e4a1d -r 30d8eeacb9e3 CHANGES-1.4.3
--- a/CHANGES-1.4.3     Fri Oct 20 15:50:27 2000 +0000
+++ b/CHANGES-1.4.3     Fri Oct 20 16:01:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.3,v 1.1.2.81 2000/10/19 21:14:18 he Exp $
+#      $NetBSD: CHANGES-1.4.3,v 1.1.2.82 2000/10/20 16:01:43 he Exp $
 
 A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
 
@@ -1773,3 +1773,22 @@
 usr.bin/window/lcmd2.c                         1.11
 
   Fix format / arg mismatch.
+
+usr.bin/chpass/chpass.c                                patch
+usr.bin/chpass/pw_yp.c                         patch
+
+  Change password database information without turning off the user
+  when using secure YP maps.
+
+domestic/lib/libkrb/decomp_ticket.c            1.6
+domestic/lib/libkrb/get_ad_tkt.c               1.6
+domestic/lib/libkrb/krb_get_in_tkt.c           1.6
+domestic/lib/libkrb/kuserok.c                  1.5
+domestic/lib/libkrb/rd_req.c                   1.6
+
+  Fix possible buffer overflows when parsing the ticket file
+  and tickets off the wire.  Also some format string fixups.
+
+lib/libc/net/ns_addr.c                         1.11
+
+  Avoid use of variable string fmt.



Home | Main Index | Thread Index | Old Index