Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-18 | Deal much better with installation problems | Niklas Hallqvist | |
1998-02-17 | Add a new option "-o filename" for autofetch mode. Allows use of | Todd 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-16 | chflags() take u_int, not u_long. | Todd C. Miller | |
1998-02-16 | more Xr | Theo de Raadt | |
1998-02-16 | Xr md5 | Theo de Raadt | |
1998-02-16 | -r for xpg conformance | Theo de Raadt | |
1998-02-16 | use abs() on the width for compat with other versions of fmt that accept ↵ | Theo de Raadt | |
-width; ross | |||
1998-02-16 | fixes to compile against netbsd domestic libtelnet | Jason Wright | |
1998-02-15 | Remove one case of malloc call from sighandler | Niklas Hallqvist | |
1998-02-15 | fix a comment | Theo de Raadt | |
1998-02-14 | Give correct format to strftime(3) instead of using "%c" and making | Todd C. Miller | |
assumptions as to what that will look like (which is idiotic as %c is locale-dependent). | |||
1998-02-13 | Don't do chflags() if st_flags is zero. Fixes bogus error when | Todd C. Miller | |
uncompressing on an NFS filesystem. Noted by hubertf@channel.regensburg.org | |||
1998-02-12 | Make man page agree with installation as to default config. | Marco S Hyman | |
1998-02-11 | Fixed innocuous typo | David Leonard | |
1998-02-10 | oops | Theo de Raadt | |
1998-02-10 | Fix buffer overflows in quote1(), clear line buffer | Tobias Weingartner | |
before use. Hopefully, this is the last of the PR# 406 stuff that this will need. | |||
1998-02-08 | Apply fix for PR# 406. Thanks to | Tobias Weingartner | |
Motomichi Matsuzaki (mzaki@e-mail.ne.jp) for the fix. | |||
1998-02-07 | o 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-06 | wordperfect support; ksulliva@psc.edu | Theo de Raadt | |
1998-02-03 | usage line fix; pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-02-03 | Remove stray "awk" at the beginning of the mam page. | Todd C. Miller | |
1998-01-31 | equal time | kstailey | |
1998-01-28 | Add -a flag. Idea from bgrayson@ece.utexas.edu | Todd C. Miller | |
1998-01-28 | Use BSDmakefile in favour of [mM]akefile if existent. Good for | Niklas Hallqvist | |
cases where you want BSDmake specific facilities not messing up other implementations of make | |||
1998-01-23 | Don't try to build new_pwd.c unless KERBEROS is "yes" | Todd C. Miller | |
1998-01-22 | indent better; mph@pobox.com | Theo de Raadt | |
1998-01-22 | expand(1) cannot treat argument correctly; shigio@wafu.netgate.net | Theo de Raadt | |
1998-01-21 | error | Theo de Raadt | |
1998-01-21 | Back out last change. ed and sed should not use extended regular expressions. | Todd C. Miller | |
1998-01-20 | specify the missing kerberos options. | Artur Grabowski | |
1998-01-20 | Use new method to change kerberos passwords. | Artur Grabowski | |
1998-01-18 | Support extended (modern) instead of basic (obsolescent) | Todd C. Miller | |
regular expressions. hubert.feyrer@rz.uni-regensburg.de | |||
1998-01-18 | Added support for maplist from a specified host (-h <host>). -moj | Mats O Jansson | |
1998-01-16 | Add 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-09 | Fix PR 379. Don't recycle the malloc'd space in vs(). | Todd C. Miller | |
1998-01-06 | one less tab | Michael Shalayeff | |
1998-01-05 | trust restored a bit more | Theo de Raadt | |
1998-01-03 | argh | Theo de Raadt | |
1998-01-03 | if fork/exec fails, bail properly | Theo de Raadt | |
1998-01-03 | clarify what --> and <-- mean in tcp headers | Theo de Raadt | |
1998-01-03 | new style man page | Theo de Raadt | |
1998-01-02 | use _exit() | Theo de Raadt | |
1997-12-25 | misc cleanup | Theo de Raadt | |
1997-12-24 | No, we are not making our w command incompatible | Theo de Raadt | |
1997-12-24 | 3 letters for tty name; for ftp | Michael Shalayeff | |
1997-12-23 | correct exit code handling; cje@kestrel.scs.uiuc.edu | Theo de Raadt | |
1997-12-20 | Simplify some push-back code (e.g. for left and right quotes) so that | Theo de Raadt | |
it uses pbstr() instead of doing the characters individually (in reverse order) with putback(); cgd | |||
1997-12-19 | careful | Theo de Raadt | |
1997-12-19 | comment this strncpy is safe | Theo de Raadt | |
1997-12-19 | proactive buffer blocks | Theo de Raadt | |