freebsd kernel with SKQ
Go to file
wpaul 0450c4ad17 Fix a core dump condition I discovered the other day (right
after I installed the last SNAP :). Because of the way the 'use NIS
or local?' logic is set up here, it was possible to force the use
of the NIS password changer even though the specified user didn't exist
in NIS (i.e. # passwd foo, where foo is a local-only user). In this
case, we fall intp yp_passwd() without the corresponding yp_password
structure being filled in, which leads to an NULL pointer dereference.

Also fixed the logic like I just did with chpass so that if the user
is both in NIS and the local password database, the program makes a
more sensible guess as to which one to use (if NIS is turned on in
/etc/master.passwd, then use NIS, else default to local).
1996-10-23 14:50:30 +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 More ${.CURDIR} changes. 1996-10-01 15:20:29 +00:00
etc Fixes: 1996-10-22 21:17:05 +00:00
games Install the rumors file. 1996-10-19 20:11:45 +00:00
gnu Removing old isdn stuff. 1996-10-20 18:24:17 +00:00
include add flag FNM_ICASE for case insensitve search 1996-10-20 15:15:59 +00:00
lib Add #include <sys/types> 1996-10-22 16:28:56 +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 Close and open-ended <em>. (Why isn't "<em" without any matching ">" 1996-10-23 09:05:24 +00:00
sys Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flag 1996-10-23 07:29:44 +00:00
tools Actually tell people what ifinfo is. 1996-10-11 18:27:35 +00:00
usr.bin Fix a core dump condition I discovered the other day (right 1996-10-23 14:50:30 +00:00
usr.sbin Fixes: 1996-10-22 21:41:43 +00:00
COPYRIGHT
Makefile oops, how did this get into the reinstall target? :-] 1996-10-14 12:58:47 +00:00