Age | Commit message (Expand) | Author |
2004-03-20 | 3.8.1 | Markus Friedl |
2004-03-20 | Fix bad errno check. deraadt@ ok | Aaron Campbell |
2004-03-19 | clarify -c; | Jason McIntyre |
2004-03-17 | do not init SINGL_FLD, SEP_FLAG twice; from robert nagy | Michael Shalayeff |
2004-03-17 | add references to procmap(1) in SEE ALSO; | Jason McIntyre |
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst |
2004-03-16 | POSIX specifies that in directory mode device special files and | Todd C. Miller |
2004-03-15 | Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;". Much | Aaron Campbell |
2004-03-15 | enable french calendar; | Xavier Santolaria |
2004-03-15 | only copy extra incomplete crec data if there is any, fixes occasional | Nikolay Sturm |
2004-03-15 | $OpenBSD$ | Xavier Santolaria |
2004-03-15 | simpler special character list. provoked by Patrick Latifi ok jmc@ | Ted Unangst |
2004-03-15 | Wall, commons, little knf | Ted Unangst |
2004-03-14 | use pid_t for fork return. started by Joris Vink | Ted Unangst |
2004-03-13 | .IT -> .It | Jason McIntyre |
2004-03-13 | use \0 for char. Joris Vink | Ted Unangst |
2004-03-13 | some NULL vs 0 and knf; parts from nimadeus@pandora.be | Theo de Raadt |
2004-03-13 | use NULL for pointers. from Joris Vink | Ted Unangst |
2004-03-12 | Remove pw_abort() added in last commit and use the local verson of | Todd C. Miller |
2004-03-12 | If kqueue is not available, revert back to old behavior. Unbreaks tail -f | Otto Moerbeek |
2004-03-12 | fix memory leak in the code yacc generates, ok millert deraadt | Henning Brauer |
2004-03-12 | add keeps to SYNOPSIS and sync usage(); | Jason McIntyre |
2004-03-12 | knf | Theo de Raadt |
2004-03-11 | ssh, sshd: sync version output, ok djm | Markus Friedl |
2004-03-11 | trim usage; ok deraadt | Markus Friedl |
2004-03-10 | Check getpass() return value for NULL. Closes Pr 3706. | Todd C. Miller |
2004-03-10 | trim usage to match ssh(1) and look more like unix. ok djm@ | Markus Friedl |
2004-03-09 | increase x11 cookie lifetime to 20 minutes; ok djm | Markus Friedl |
2004-03-08 | knf. there are some scary XXX in here which need fixing | Theo de Raadt |
2004-03-08 | knf | Theo de Raadt |
2004-03-08 | Document KerberosGetAFSToken; ok markus@ | Darren Tucker |
2004-03-08 | explicitly initialise remote_major and remote_minor. | Damien Miller |
2004-03-07 | Print error when connect() fails. ok markus@ deraadt@ | Ryan Thomas McBride |
2004-03-05 | don't panic if we can't getcwd() initially, just chdir("/") | Vincent Labrecque |
2004-03-05 | add IdentitiesOnly; ok djm@, pb@ | Markus Friedl |
2004-03-04 | Better ptrace description, also fix an off-by-one spotted by otto | Miod Vallat |
2004-03-03 | Fix initialisation of progress meter; ok markus@ | Damien Miller |
2004-03-03 | Don't print duplicate messages when progressmeter is off | Damien Miller |
2004-03-03 | spaces, was reading code.. | Theo de Raadt |
2004-03-03 | change proctiltle after accept(2); ok henning, deraadt, djm | Markus Friedl |
2004-03-03 | add -d to usage too, from carson harding | Ted Unangst |
2004-03-02 | fix ndev counting loop. report from Stuart Cassoff | Ted Unangst |
2004-03-02 | use socklen_t and better socket() checks. from Andrey Matveev | Ted Unangst |
2004-03-02 | pretty usage and sort options. started by Andrey Matveev | Ted Unangst |
2004-03-01 | Unbreak file truncation handling. Resolves PR 3689. | Otto Moerbeek |
2004-03-01 | resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@ | Ted Unangst |
2004-02-29 | print tcps_conndrained; reminder from mcbride@ | Markus Friedl |
2004-02-29 | don't stat(2) outfile in testmode; ok millert@, miod@ | Markus Friedl |
2004-02-28 | Open a new connection for each URL given on the command line. | Kenneth R Westerback |
2004-02-28 | use amd64 chunks | Theo de Raadt |