summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1998-03-03Document -safe option and update usage message.Angelos D. Keromytis
1998-02-27oflow paranoiaTheo de Raadt
1998-02-26strncpy sanitizationTheo de Raadt
1998-02-26* netstat -r [-n] now prints netmasks for network routes (in XXX/24 format).Peter Galbavy
* beginnings of a -v (verbose) option.
1998-02-25nicer copyright.Artur Grabowski
1998-02-24Allow superuser to disable skey by unlnking /etc/skeykeys.Todd C. Miller
1998-02-24catch special password "s/key" and refuse itTheo de Raadt
1998-02-24add new flags for global NIC access; wollmanTheo de Raadt
1998-02-24add uname -p option, provides detailed cpu infoTheo de Raadt
1998-02-23This belongs in ports.Jason Downs
1998-02-23Avoid a few strlen's as strftime(3) returns the len.Todd C. Miller
1998-02-22some ansiMichael Shalayeff
1998-02-18Deal much better with installation problemsNiklas Hallqvist
1998-02-17Add a new option "-o filename" for autofetch mode. Allows use ofTodd C. Miller
"-" to mean stdout. This replaces the old (unreliable) hueristic of checking if stdout is a tty and if not make the output go to stdout.
1998-02-16chflags() take u_int, not u_long.Todd C. Miller
1998-02-16more XrTheo de Raadt
1998-02-16Xr md5Theo de Raadt
1998-02-16-r for xpg conformanceTheo de Raadt
1998-02-16use abs() on the width for compat with other versions of fmt that accept ↵Theo de Raadt
-width; ross
1998-02-16fixes to compile against netbsd domestic libtelnetJason Wright
1998-02-15Remove one case of malloc call from sighandlerNiklas Hallqvist
1998-02-15fix a commentTheo de Raadt
1998-02-14Give correct format to strftime(3) instead of using "%c" and makingTodd C. Miller
assumptions as to what that will look like (which is idiotic as %c is locale-dependent).
1998-02-13Don't do chflags() if st_flags is zero. Fixes bogus error whenTodd C. Miller
uncompressing on an NFS filesystem. Noted by hubertf@channel.regensburg.org
1998-02-12Make man page agree with installation as to default config.Marco S Hyman
1998-02-11Fixed innocuous typoDavid Leonard
1998-02-10oopsTheo de Raadt
1998-02-10Fix buffer overflows in quote1(), clear line bufferTobias Weingartner
before use. Hopefully, this is the last of the PR# 406 stuff that this will need.
1998-02-08Apply fix for PR# 406. Thanks toTobias Weingartner
Motomichi Matsuzaki (mzaki@e-mail.ne.jp) for the fix.
1998-02-07o Don't put newlines in syslog() messages and use %m, not strerror()Todd C. Miller
o If .vacation.db is size 0, dbopen() with O_TRUNC (otherwise vacation will do exit(1) and sendmail will be unhappy. dbopen() should probably deal with zero-length files sanely.
1998-02-06wordperfect support; ksulliva@psc.eduTheo de Raadt
1998-02-03usage line fix; pjanzen@foatdi.harvard.eduTheo de Raadt
1998-02-03Remove stray "awk" at the beginning of the mam page.Todd C. Miller
1998-01-31equal timekstailey
1998-01-28Add -a flag. Idea from bgrayson@ece.utexas.eduTodd C. Miller
1998-01-28Use BSDmakefile in favour of [mM]akefile if existent. Good forNiklas Hallqvist
cases where you want BSDmake specific facilities not messing up other implementations of make
1998-01-23Don't try to build new_pwd.c unless KERBEROS is "yes"Todd C. Miller
1998-01-22indent better; mph@pobox.comTheo de Raadt
1998-01-22expand(1) cannot treat argument correctly; shigio@wafu.netgate.netTheo de Raadt
1998-01-21errorTheo de Raadt
1998-01-21Back out last change. ed and sed should not use extended regular expressions.Todd C. Miller
1998-01-20specify the missing kerberos options.Artur Grabowski
1998-01-20Use new method to change kerberos passwords.Artur Grabowski
1998-01-18Support extended (modern) instead of basic (obsolescent)Todd C. Miller
regular expressions. hubert.feyrer@rz.uni-regensburg.de
1998-01-18Added support for maplist from a specified host (-h <host>). -mojMats O Jansson
1998-01-16Add rcsid tags.Todd C. Miller
If program has set argv[0] or argv[0][0] to NUL, print p->p_comm instead. Based on patch from Paul Janzen <pjanzen@foatdi.harvard.edu>
1998-01-09Fix PR 379. Don't recycle the malloc'd space in vs().Todd C. Miller
1998-01-06one less tabMichael Shalayeff
1998-01-05trust restored a bit moreTheo de Raadt
1998-01-03arghTheo de Raadt