summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-02-19clarify message to make it not mention "ident"Theo de Raadt
2001-02-19Update to sudo-1.6.3p6Todd C. Miller
2001-02-19np is changed by recursion; vinschen@redhat.comTheo de Raadt
2001-02-19OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}Markus Friedl
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-02-18-C support.Marc Espie
2001-02-18typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fiMarkus Friedl
2001-02-17it's the OpenSSH oneTheo de Raadt
2001-02-17cleanup -V output; noted by millertTheo de Raadt
2001-02-17bye bye setgid kvmTheo de Raadt
2001-02-17do not use nlist anymore, kvm gets the bullet nextTheo de Raadt
2001-02-17partial KNF, because i cannot read the diffs i am trying to debugTheo de Raadt
2001-02-17Take prototypes from <time.h>; use errx.Paul Janzen
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
2001-02-17Tidy, be a bit more careful about buffers, and don't use strlen() on utmp.Paul Janzen
2001-02-17typoReinhard J. Sammer
2001-02-17Guard against Var_Value() being applied to an empty string, which itMarc Espie
2001-02-162.5.0Markus Friedl
2001-02-16proper payload-length check for x11 w/o screen-numberMarkus Friedl
2001-02-16remove debugMarkus Friedl
2001-02-16Missing '.It' in a list, aaron@ oksmart
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-15indentTheo de Raadt
2001-02-14Relax advertising requirements on copyrightThorsten Lockert
2001-02-14Fix and document 'preserve modes & times' option ('-p' flag in sftp);Damien Miller
2001-02-13setproctitle(user) only if getpwnam succeedsMarkus Friedl
2001-02-13clear select masks on EINTR, noticed by itojun@Markus Friedl
2001-02-13fat utmp fix; ianm@cit.uws.edu.auTheo de Raadt
2001-02-12missing memset; from solar@openwall.comMarkus Friedl
2001-02-12deal with EAGAIN/EINTR selects which were skippedTheo de Raadt
2001-02-12goto-line 0 should go to the beginning of the file, not the end;Todd C. Miller
2001-02-12lumask now works with 1 numeric arg; ok markus@, djm@Kevin Steves
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-02-12fix xmalloc(0), ok dugsong@Markus Friedl
2001-02-11typos and small cleanup; ok deraadt@Kevin Steves
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2001-02-10add xref Ciphers to -cMarkus Friedl
2001-02-10remove mapping of argv[0] -> hostname; ok markus@Kevin Steves
2001-02-10fix memory leak; ok markus@Dan Harnett
2001-02-10offer passwd before s/keyMarkus Friedl
2001-02-10don't call vis() for \rMarkus Friedl
2001-02-10remove some linesMarkus Friedl
2001-02-10remove mapping of argv[0] -> hostnameMarkus Friedl
2001-02-10add debug message, since sshd blocks here if DNS is not availableMarkus Friedl
2001-02-10Mention that you can quote pathnames with spaces in themDamien Miller
2001-02-10check correct char in getput flagsDamien Miller
2001-02-10typo; ok NielsDamien Miller
2001-02-10revert a small change to allow -r option to work again; ok deraadt@Dan Harnett
2001-02-09correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.orgTheo de Raadt
2001-02-09correct default ciphersNiels Provos