Age | Commit message (Expand) | Author |
2002-05-13 | Only print usage for the command that was run (at, atq, atrm, batch), not | Todd C. Miller |
2002-05-13 | Call setsid() in the child after sshd accepts the connection and forks. | Todd C. Miller |
2002-05-13 | less warnings. skey_{respond,query} are public (in auth.h) | Jun-ichiro itojun Hagino |
2002-05-12 | Fix sshd Banner option for privsep; ok markus@ provos@ | Damien Miller |
2002-05-11 | Pass -Wall and use ANSI function headers. | Todd C. Miller |
2002-05-11 | Add POSIX -r and -t flags from FreeBSD. The old -d option is now | Todd C. Miller |
2002-05-11 | sort command line options lexigraphically and remove lies about looking | Todd C. Miller |
2002-05-11 | Kill -V (version) option since it has no relation to reality any more. | Todd C. Miller |
2002-05-11 | Use O_EXCL (not O_TRUNC) when creating new job file. If there is a | Todd C. Miller |
2002-05-11 | typo in comment | Kevin Steves |
2002-05-11 | at(1) is no longer setuid root, it is setgid crontab. | Todd C. Miller |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-05-10 | doc error; soeren@thing.dk | Theo de Raadt |
2002-05-10 | In getlin(): match and handle EOF before checking isprint() | Jason Wright |
2002-05-10 | Fixups for -Wall from panda@omatis.com in system/2634. | Hugh Graham |
2002-05-10 | Reverted from last patch. Breaks AFS/KRBx. | mouring |
2002-05-10 | Convert to mdoc, though there are still a few troff font directives left. | Todd C. Miller |
2002-05-10 | Enable usbhidaction | Nathan Binkert |
2002-05-10 | Update usb userland stuff to reflect hid changes in the kernel. | Nathan Binkert |
2002-05-09 | crontab is no longer setuid root, it is now setgid crontab. | Todd C. Miller |
2002-05-09 | Now use ssh, not rsh by default. | Todd C. Miller |
2002-05-09 | Fix noexec option on ELF systems | Todd C. Miller |
2002-05-08 | move to sshd.sshd instead | Theo de Raadt |
2002-05-08 | correct linkage | Theo de Raadt |
2002-05-08 | includes should be installed during `make include', not later. | Marc Espie |
2002-05-08 | _exit() not exit() in signal handler. | Todd C. Miller |
2002-05-08 | Split out symbol handling into a separate file. | Artur Grabowski |
2002-05-07 | use ssh uid | Theo de Raadt |
2002-05-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-05-06 | When options.permit_empty_passwd == 0 ensure you are checking pw->passwd not | mouring |
2002-05-06 | rlogin is gone but rsh remains (though its use is discouraged). | Todd C. Miller |
2002-05-06 | rlogin: Lived with Joy | Theo de Raadt |
2002-05-06 | do not install a SIGSEGV handler | Todd C. Miller |
2002-05-06 | different fix; reported by zyrnix@users.sourceforge.net | Theo de Raadt |
2002-05-04 | make ssh not setuid. We will solve the issues relating to it being setuid la... | Theo de Raadt |
2002-05-04 | enable privsep by default; provos ok | Theo de Raadt |
2002-05-03 | Typo; from Andrey Smagin (andrey at smagin dot com), thanks! | Miod Vallat |
2002-05-03 | Fix pasto in -anewer and -cnewer options that caused them to behave | Todd C. Miller |
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert |
2002-04-30 | arguement -> argument | Theo de Raadt |
2002-04-29 | Fix 32bit int oflow when there is > 2GB vm; peters AT telia DOT net | Todd C. Miller |
2002-04-28 | Implement -s. | Marc Espie |
2002-04-26 | use ansi function declarations. ok millert@ | Marc Espie |
2002-04-26 | Strip sudo and visudo on install. Noticed by Camiel Dobbelaar. | Todd C. Miller |
2002-04-26 | prototype mismatch, ansi conversion rules... | Marc Espie |
2002-04-26 | fix indentation error | Marc Espie |
2002-04-26 | rename `bool' to something else, to avoid C99 surprises. | Marc Espie |
2002-04-25 | Update to sudo 1.6.6 | Todd C. Miller |
2002-04-25 | avoid buffer overrun on PASV from malicious server. | Jun-ichiro itojun Hagino |