Go to file
christos 23c15f1578 Don't set P_SUGID if the calls to set{e,}{u,g}id(), setreuid(),
setgroups() did not result in actual changes. This has the nice
side effect that we don't needlesly allocate new credential and
resource limit data structures.

This is so that non setuid programs that call seteuid(getuid()),
don't end up setting P_SUGID, resulting in broken behavior [i.e.
non setuid ssh, doesn't read ~/.hostaliases...].

This is a good candidate for a pullup, if someone reviews it.
2000-10-17 20:53:45 +00:00
bin Make sure we accept the getopt(3) 'last option' delimiter; 2000-10-16 09:22:34 +00:00
crypto - Correct missing closedir(3) in SSL_add_dir_cert_subjects_to_stack(). 2000-10-13 01:47:27 +00:00
dist one more string format cleanup 2000-10-10 12:51:19 +00:00
distrib Adapt for format change in mbr editing header; it now always displays 2000-10-17 19:52:13 +00:00
etc cd to skel during "make distribution". 2000-10-16 13:18:36 +00:00
games NetBSD will put hair on a UNIX admin's chest 2000-10-09 00:58:16 +00:00
gnu sync with sendmail 8.11.1. 2000-10-10 11:17:29 +00:00
include Allow format-arg checking for setproctitle 2000-10-03 19:53:58 +00:00
lib Squash lint errors by using size_t instead of u_int to avoid differing sizes of data. 2000-10-16 04:12:55 +00:00
libexec format warning fixes from he, after testing on 64-bit elf (alpha) 2000-10-11 20:46:07 +00:00
regress wrap libcrypto with ${MKCRYPTO} == "yes" 2000-10-04 00:49:44 +00:00
sbin change mentioning of `login' to a .Xr in one place 2000-10-17 01:07:43 +00:00
share document '-s' option which will cause the installboot program to recalculate the 2000-10-17 01:55:33 +00:00
sys Don't set P_SUGID if the calls to set{e,}{u,g}id(), setreuid(), 2000-10-17 20:53:45 +00:00
usr.bin Fix unconsistent spacing/tabs. Adresses bin/11158 by Nathan Ahlstrom. 2000-10-17 18:51:32 +00:00
usr.sbin Make it compile again. 2000-10-17 16:12:20 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING add a case for menuc-updating 2000-10-14 01:06:55 +00:00