summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2002-05-02userland portion of prefixing usb structure members to avoid name clashes.Nathan Binkert
2002-05-02In UKC, when adding a fixed unit device (foo0) by cloning a star deviceMiod Vallat
2002-04-29wierd -> weirdPeter Valchev
2002-04-25don't play games with size_t (seeing a pattern yet ?)Marc Espie
2002-04-24Unbreak from pfvar.h change.Daniel Hartmeier
2002-04-21remove generated files, must blow the obj dir before build now; beck@ okMichael Shalayeff
2002-04-15fix a typo; from andrew@neep.com.auPeter Valchev
2002-04-10If the IP header length is zero, the packet will loop in ip_print().Theo de Raadt
2002-04-09make sure we fflush() after a sending a message and fix a typo in a commentMike Frantzen
2002-04-09don't trust USER from the environment - bad, allows users to see filesBob Beck
2002-04-09minor KNFTheo de Raadt
2002-04-08Free memory. Patch from millert@.Mike Pechkin
2002-04-07fix authpf_kill_states()Mike Frantzen
2002-04-06print the condition correctly; closes PR 2530. millert@ ok.Federico G. Schwindt
2002-04-06root checks are removed now that we moved the per-user dir,Bob Beck