Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-12-19 | bye bye sprintf | Theo de Raadt | |
1997-12-18 | for 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-17 | By 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-16 | do not overflow fd_set | Theo de Raadt | |
1997-12-16 | do not overflow fd_set | Theo de Raadt | |
1997-12-16 | do not let fd_set overflow | Theo de Raadt | |
1997-12-15 | fix curses first | Theo de Raadt | |
1997-12-13 | permit TMPDIR override; sef | Theo de Raadt | |
1997-12-13 | spelling; peter@clari.net.au | Theo de Raadt | |
1997-12-12 | correct documentation on the Gregorian Reformation change | Theo de Raadt | |
1997-12-12 | if final cat or mv fails, fail out | Theo de Raadt | |
1997-12-10 | cgd: add a typedef which describes elements in the push-back buffer. Make | Theo 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-06 | tag direction based on SS_CONNECTOUT | Theo de Raadt | |
1997-12-02 | watch those overflows | bitblt | |
1997-12-01 | use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0) | chuck | |
1997-11-30 | treat \n and \r the same on input | Theo de Raadt | |
1997-11-30 | remove dk_* use; kstailey/mickey please finish this correctly | Theo de Raadt | |
1997-11-30 | crank line lengths a bit, and do not make assumptions about the stack | Theo de Raadt | |
1997-11-28 | sort table; tejblum@arc.hq.cti.ru | Theo de Raadt | |
1997-11-25 | prompting error; pr#352, blair@nac.net | Theo de Raadt | |
1997-11-24 | Deal with the fact that PUTRATE() is a macro that contains braces by | kstailey | |
surrounding it with braces after an ``if ()''. | |||
1997-11-22 | remove unused kernel vars | Michael Shalayeff | |
1997-11-22 | back out 1.8, will fix in another way. | kstailey | |
1997-11-22 | Make vmstat mode display actually fit in 80x24. | kstailey | |
Exploits fact that swap display is always blank. |