summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
1998-01-03if fork/exec fails, bail properlyTheo de Raadt
1998-01-03clarify what --> and <-- mean in tcp headersTheo de Raadt
1998-01-03new style man pageTheo de Raadt
1998-01-02use _exit()Theo de Raadt
1997-12-25misc cleanupTheo de Raadt
1997-12-24No, we are not making our w command incompatibleTheo de Raadt
1997-12-243 letters for tty name; for ftpMichael Shalayeff
1997-12-23correct exit code handling; cje@kestrel.scs.uiuc.eduTheo de Raadt
1997-12-20Simplify some push-back code (e.g. for left and right quotes) so thatTheo de Raadt
it uses pbstr() instead of doing the characters individually (in reverse order) with putback(); cgd
1997-12-19carefulTheo de Raadt
1997-12-19comment this strncpy is safeTheo de Raadt
1997-12-19proactive buffer blocksTheo de Raadt
1997-12-19bye bye sprintfTheo de Raadt
1997-12-18for the test following test case, do not output FOOBAR=bar (should be FOOBAR=)Theo de Raadt
problem reported by mark@thuvia.demon.co.uk FOO= FOOBAR=$(FOO:=bar)
1997-12-17By default, use passive mode and fall back to active as needed.Todd C. Miller
The user can specify active only with the -A flag, or use the new FTPMODE envariable.
1997-12-16do not overflow fd_setTheo de Raadt
1997-12-16do not overflow fd_setTheo de Raadt
1997-12-16do not let fd_set overflowTheo de Raadt
1997-12-15fix curses firstTheo de Raadt
1997-12-13permit TMPDIR override; sefTheo de Raadt
1997-12-13spelling; peter@clari.net.auTheo de Raadt
1997-12-12correct documentation on the Gregorian Reformation changeTheo de Raadt
1997-12-12if final cat or mv fails, fail outTheo de Raadt
1997-12-10cgd: add a typedef which describes elements in the push-back buffer. MakeTheo de Raadt
that typedef 'short'. 'char' (which was previously used) because char may be unsigned and ((char)EOF) != EOF if that is the case. That was causing the (char)EOF (0xff) pushed back in main to be interepreted as a character, and, in some cases, to be written to the output. 'short' was used rather than 'signed char' because if the latter is used, 0xff characters in the input would confuse m4. (No point in introducing (more?) 8-bit lossage.)
1997-12-06tag direction based on SS_CONNECTOUTTheo de Raadt
1997-12-02watch those overflowsbitblt
1997-12-01use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0)chuck
1997-11-30treat \n and \r the same on inputTheo de Raadt