summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-08-21Fix incorrect PATH setting; noted by Markus.Todd C. Miller
2000-08-21Var_Append needs to set v for DEBUG(VAR) to work.Marc Espie
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-20Only check /etc/nologin if "UseLogin no" since login(1) may have itsTodd C. Miller
2000-08-20We have to stash the result of get_remote_name_or_ip() before weTodd C. Miller
2000-08-19oopsMarkus Friedl
2000-08-19more ~ support for ssh2Markus Friedl
2000-08-19add SSH2/DSA support to the agent and some other DSA related cleanups.Markus Friedl
2000-08-19proper prototypeTheo de Raadt
2000-08-19support for ~. in ssh2Markus Friedl
2000-08-19shortenTheo de Raadt
2000-08-19knfTheo de Raadt
2000-08-19-S prog support; tv@debian.orgTheo de Raadt
2000-08-19rename crc32() to ssh_crc32() to avoid zlib name clash. do not move toTheo de Raadt
2000-08-19accept remsh as a valid name as well; roman@buildpoint.comTheo de Raadt
2000-08-17sshd -u len, similar to telnetdMarkus Friedl
2000-08-17cleanup login(1)-like jobs, no duplicate utmp entriesMarkus Friedl
2000-08-15typo; kravietz@ceti.plNiels Provos
2000-08-15cleanup; ok niels@Markus Friedl
2000-08-13update to sudo 1.6.3p5Todd C. Miller
2000-08-13recover 1.29 -> 1.30Jun-ichiro itojun Hagino
2000-08-13properly look at error code from getnameinfo(3)Jun-ichiro itojun Hagino
2000-08-13typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame)Jun-ichiro itojun Hagino
2000-08-13telnet -b broke when getaddrinfo conversion was done,Niklas Hallqvist
2000-08-12- Convert to using getopt().Aaron Campbell
2000-08-12Fix missing pluralization.Aaron Campbell
2000-08-05Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'mPaul Janzen
2000-08-04MaxStartupsMarkus Friedl
2000-08-04unusedMarkus Friedl
2000-08-02disallow kerberos authentication if we can't verify the TGT; fromNiels Provos
2000-08-02disable kerberos authentication by defaultNiels Provos
2000-08-02correct sun_len; Alexander@Leidinger.netTheo de Raadt
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-08-01talk about password checkingNiels Provos
2000-08-01integrate password quality checking, disallow all digit passwords motivatedNiels Provos
2000-08-01rename aux.c to util.c to help with cygwin portNiels Provos
2000-08-01many fixes from pepper@mail.reppep.comTheo de Raadt
2000-07-31POSIX rules: pass variables set on the command line to submakes throughMarc Espie
2000-07-31modernize this source code including: avoiding atoi(), range checking,Theo de Raadt
2000-07-27If the HOME environment variable is not set, do not try to readTodd C. Miller
2000-07-27Handle unlimited diverts for m4 -g.Marc Espie
2000-07-26Still truncate too long identifiers, but avoid writing all over the stack.Marc Espie
2000-07-26typoTheo de Raadt
2000-07-26Rip out old dead legal notice, refer to BSD license. Clean up authors/historyIan Darwin
2000-07-25o check that we are on a tty (and bail if not)Todd C. Miller
2000-07-25deal with a number of overflows pointed out by fuzz; in most cases, we trunca...Theo de Raadt
2000-07-25KNFTheo de Raadt
2000-07-25a quick fix, and then i run away screaming in terrorTheo de Raadt
2000-07-25Fix indent endless on garbage input.Marc Espie
2000-07-24Implement esyscmdMarc Espie