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