Age | Commit message (Expand) | Author |
2002-05-16 | clarify protocol use | Theo de Raadt |
2002-05-16 | bit more KNF | Theo de Raadt |
2002-05-16 | various KNF, and mark some issues | Theo de Raadt |
2002-05-16 | add support for SNTP & split out RFC868 time support. ok deraadt@ | Jakob Schlyter |
2002-05-16 | remove non-POSIX stuff; miod ok | Theo de Raadt |
2002-05-16 | KNF | Theo de Raadt |
2002-05-16 | Since now /var/run/apmdev socket will be root:operator. | Mike Pechkin |
2002-05-16 | make this static too | Theo de Raadt |
2002-05-16 | o Bump the version number | brian |
2002-05-15 | more quiet | Theo de Raadt |
2002-05-15 | Tweak to make this work with OpenSSL 0.9.7 | Bob Beck |
2002-05-15 | Changes for OpenSSL 0.9.7 | Bob Beck |
2002-05-14 | Don't corrupt MP fragments when they're put back on the front of our | brian |
2002-05-14 | Calculate the number of open links properly when deciding on whether to | brian |
2002-05-13 | o) fix order and usage of chroot&chdir; | Mike Pechkin |
2002-05-12 | These small setuid programs allocate a resvport, and then immediately revoke | Theo de Raadt |
2002-05-11 | .Xr at 1 | Todd C. Miller |
2002-05-11 | Put options in a real list, preceded by "The options are as follows" | Todd C. Miller |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-05-10 | Update usb userland stuff to reflect hid changes in the kernel. | Nathan Binkert |
2002-05-09 | prototype open_socket() | Todd C. Miller |
2002-05-09 | nuke unused variable | Todd C. Miller |
2002-05-09 | allowed() is only called once so there is no need to use static | Todd C. Miller |
2002-05-09 | Missing piece from last commit. | Todd C. Miller |
2002-05-09 | Better error handling for in_file(); from Owl | Todd C. Miller |
2002-05-09 | crontab is no longer setuid root, it is now setgid crontab. | Todd C. Miller |
2002-05-09 | obey mdoc(7) section ordering. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-09 | drop support for rlogin/rsh service (we shouldn't have support it as | Jun-ichiro itojun Hagino |
2002-05-08 | o Use proper #defines; It is HAVE_*, not HAS_* | Todd C. Miller |
2002-05-08 | be even more clear | Theo de Raadt |
2002-05-07 | spelling; svs@ropnet.ru | Theo de Raadt |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-05-06 | Kill rlogind and rexecd Xr's and add Xr's for things we actually use. | Todd C. Miller |
2002-05-06 | do not install a SIGSEGV handler | Theo de Raadt |
2002-05-06 | syslog() paranoia; never pass in a non-const buffer w/o using "%s" | Todd C. Miller |
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert |
2002-05-02 | In UKC, when adding a fixed unit device (foo0) by cloning a star device | Miod Vallat |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-25 | don't play games with size_t (seeing a pattern yet ?) | Marc Espie |
2002-04-24 | Unbreak from pfvar.h change. | Daniel Hartmeier |
2002-04-21 | remove generated files, must blow the obj dir before build now; beck@ ok | Michael Shalayeff |
2002-04-15 | fix a typo; from andrew@neep.com.au | Peter Valchev |
2002-04-10 | If the IP header length is zero, the packet will loop in ip_print(). | Theo de Raadt |
2002-04-09 | make sure we fflush() after a sending a message and fix a typo in a comment | Mike Frantzen |
2002-04-09 | don't trust USER from the environment - bad, allows users to see files | Bob Beck |
2002-04-09 | minor KNF | Theo de Raadt |
2002-04-08 | Free memory. Patch from millert@. | Mike Pechkin |
2002-04-07 | fix authpf_kill_states() | Mike Frantzen |
2002-04-06 | print the condition correctly; closes PR 2530. millert@ ok. | Federico G. Schwindt |
2002-04-06 | root checks are removed now that we moved the per-user dir, | Bob Beck |