1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Bill Paul 323a8537ab Add extra sanity checking to the in-place update routine. Sometimes you
find two users with the same UID (i.e. root and toor), but yp_mkdb(8)
forbits duplicate keys, so only one of them will end up in the *.byuid
maps (probably toor, since it comes after root in the template file).
If I asked rpc.yppasswdd(8) to change toor's password, it would update
the *.byname maps correctly, but incorrectly modify root's entry in
the *.byuid maps since the only matching record with UID=0 in those
maps belongs to root.

To fix this, we check that both the name and UID are correct before trying
to write new entries to the maps.
1996-10-23 21:46:17 +00:00
bin Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT 1996-10-22 03:02:07 +00:00
contrib Add upgrade instructions. 1996-10-20 09:49:53 +00:00
eBones
etc Fixes: 1996-10-22 21:17:05 +00:00
games Install the rumors file. 1996-10-19 20:11:45 +00:00
gnu Remove local fnmatch() copy, we now compatible with GNU fnmatch 1996-10-23 16:53:26 +00:00
include GNU-style changes: 1996-10-23 16:42:33 +00:00
lib GNU-style changes: 1996-10-23 16:40:20 +00:00
libexec Totally botched ths patch...revert back to Rev 1.7, and request a 1996-10-23 05:05:32 +00:00
lkm Prepare kernel to take advantage of "branded" ELF binaries. 1996-10-16 17:51:08 +00:00
release Mondo-merge of new 2.2 installation technology. 1996-10-15 17:04:56 +00:00
sbin Mention the historic mount options, as `deprecated'. 1996-10-22 21:56:58 +00:00
secure
share Check for not defined / redefined chars now 1996-10-23 15:00:18 +00:00
sys Reviewed by: various (mailing list feedback) 1996-10-23 20:17:57 +00:00
tools Actually tell people what ifinfo is. 1996-10-11 18:27:35 +00:00
usr.bin Rename FNM_ICASE to FNM_CASEFOLD 1996-10-23 16:46:47 +00:00
usr.sbin Add extra sanity checking to the in-place update routine. Sometimes you 1996-10-23 21:46:17 +00:00
COPYRIGHT
Makefile oops, how did this get into the reinstall target? :-] 1996-10-14 12:58:47 +00:00