summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-05-19make pppd only executable by group networkTheo de Raadt
2002-05-19move to setgid network, and doc whyTheo de Raadt
2002-05-19Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.brian
2002-05-18Update paths from 4.3BSD to 4.4BSD; partially from NetBSDTodd C. Miller
2002-05-17Bump the version number to reflect the latest MS-CHAP2 changesbrian
2002-05-17When modifying a group w/ no members with groupmod(8) the trailingTodd C. Miller
2002-05-17Put back <string.h>brian
2002-05-17move setuid revocation closer to the start (make it more obvious); miod okTheo de Raadt
2002-05-16repair some warningsTheo de Raadt
2002-05-16More careful with select(). deraadt@ ok.Hakan Olsson
2002-05-16IPv6 support; itojun@Jakob Schlyter
2002-05-16more clarify and cleanup; ok jakob@Kevin Steves
2002-05-16#ifdef DEBUG some verbose output, may be moved to a -v flag later perhapsJakob Schlyter
2002-05-16Remove some unused includesbrian
2002-05-16Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sbrian
2002-05-16clarify protocol useTheo de Raadt
2002-05-16bit more KNFTheo de Raadt
2002-05-16various KNF, and mark some issuesTheo de Raadt
2002-05-16add support for SNTP & split out RFC868 time support. ok deraadt@Jakob Schlyter
2002-05-16remove non-POSIX stuff; miod okTheo de Raadt
2002-05-16KNFTheo de Raadt
2002-05-16Since now /var/run/apmdev socket will be root:operator.Mike Pechkin
2002-05-16make this static tooTheo de Raadt
2002-05-16o Bump the version numberbrian
2002-05-15more quietTheo de Raadt
2002-05-15Tweak to make this work with OpenSSL 0.9.7Bob Beck
2002-05-15Changes for OpenSSL 0.9.7Bob Beck
2002-05-14Don't corrupt MP fragments when they're put back on the front of ourbrian
2002-05-14Calculate the number of open links properly when deciding on whether tobrian
2002-05-13o) fix order and usage of chroot&chdir;Mike Pechkin
2002-05-12These small setuid programs allocate a resvport, and then immediately revokeTheo de Raadt
2002-05-11.Xr at 1Todd C. Miller
2002-05-11Put options in a real list, preceded by "The options are as follows"Todd C. Miller
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.Nathan Binkert
2002-05-09prototype open_socket()Todd C. Miller
2002-05-09nuke unused variableTodd C. Miller
2002-05-09allowed() is only called once so there is no need to use staticTodd C. Miller
2002-05-09Missing piece from last commit.Todd C. Miller
2002-05-09Better error handling for in_file(); from OwlTodd C. Miller
2002-05-09crontab is no longer setuid root, it is now setgid crontab.Todd C. Miller
2002-05-09obey mdoc(7) section ordering. sync w/kameJun-ichiro itojun Hagino
2002-05-09drop support for rlogin/rsh service (we shouldn't have support it asJun-ichiro itojun Hagino
2002-05-08o Use proper #defines; It is HAVE_*, not HAS_*Todd C. Miller
2002-05-08be even more clearTheo de Raadt
2002-05-07spelling; svs@ropnet.ruTheo de Raadt
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-05-06Kill rlogind and rexecd Xr's and add Xr's for things we actually use.Todd C. Miller
2002-05-06do not install a SIGSEGV handlerTheo de Raadt
2002-05-06syslog() paranoia; never pass in a non-const buffer w/o using "%s"Todd C. Miller