summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
libz crc32 function yet, because it has ugly "long"'s in it; oneill@cs.sfu.ca
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
bind(2) was done on the dst addr instead of the src.
2000-08-12- Convert to using getopt().Aaron Campbell
- Sync man page options with actual program/usage. - KNF.
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
at it, do some -Wall fixing.
2000-08-04MaxStartupsMarkus Friedl
2000-08-04unusedMarkus Friedl
2000-08-02disallow kerberos authentication if we can't verify the TGT; fromNiels Provos
dugsong@ kerberos authentication is on by default only if you have a srvtab.
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
by Solar Designer. External password checking program can be spawned now, number of password trials configurable. work by me and Bob Beck.
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
MAKEFLAGS
2000-07-31modernize this source code including: avoiding atoi(), range checking,Theo de Raadt
KNF. while at it, add a rpcinfo -s command for setting ports from userland.
2000-07-27If the HOME environment variable is not set, do not try to readTodd C. Miller
.netrc from cwd. Mostly paranoia but good practive. Closes PR 1332.
2000-07-27Handle unlimited diverts for m4 -g.Marc Espie
Problem with autoconf noticed by d@
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
section.
2000-07-25o check that we are on a tty (and bail if not)Todd C. Miller
o in panic() just call exit() not abort()
2000-07-25deal with a number of overflows pointed out by fuzz; in most cases, we ↵Theo de Raadt
truncate the symbol in question
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
Found by deraadt@
2000-07-24Implement esyscmdMarc Espie
2000-07-24Oops.Marc Espie
2000-07-24Update to ncurses-5.1-20000722Todd C. Miller
2000-07-23When moving temp file -> .depend use "mv -f"Todd C. Miller
2000-07-22random early drop; ok theo, nielsMarkus Friedl
2000-07-20document input and output filesMarkus Friedl
2000-07-20Code cleanup, user errx and warn instead of the hacks already there.Eric Jackson
2000-07-20missing free, reorderMarkus Friedl
2000-07-19chflags no moreMichael Shalayeff
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-07-18Handle MAKEFLAGS variation mandated by POSIX.Marc Espie
Code to pass variable definitions to submakes through make flags. Not activated yet, need to fix src/ first.
2000-07-18Another closing of stdin; ok deraadtDamien Miller
2000-07-17FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9)Marc Espie