Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-12 | Remove pw_abort() added in last commit and use the local verson of | Todd C. Miller | |
pw_error() instead. OK deraadt@ otto@ | |||
2004-03-12 | If kqueue is not available, revert back to old behavior. Unbreaks tail -f | Otto Moerbeek | |
on NFS and other filesystems not supporting kqueues. ok tedu@ millert@ | |||
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 | |
With help and OK from otto@. | |||
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 | |
from cjwatson AT debian.org; ok markus@ | |||
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 | |
spotted by and ok henning | |||
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 | |
ok otto@ tdeval@ | |||
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 | |
Spotted by job317 AT mailvault.com; ok markus@ | |||
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 | |
-Wall for good measure | |||
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 | |
ok tdeval@ millert@ | |||
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 | |
This eliminates problematic 'CWD /' commands that caused interactive commands and auto fetch commands to occaisonally end up in different directories, creating problems for the install scripts. Problematic 'CWD /' commands noticed by deraadt@. ok millert@. | |||
2004-02-28 | use amd64 chunks | Theo de Raadt | |
2004-02-27 | one more | Michael Shalayeff | |
2004-02-27 | Reset bit counter at the right time, fixes debug output in the case where | Darren Tucker | |
the DH group is rejected. ok markus@ | |||
2004-02-27 | Make /etc/moduli line buffer big enough for 8kbit primes, in case anyone | Darren Tucker | |
ever uses one. ok markus@ | |||
2004-02-27 | Prevent sshd from sending DH groups with a primitive generator of zero or | Darren Tucker | |
one, even if they are listed in /etc/moduli. ok markus@ | |||
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-26 | better english | Markus Friedl | |
2004-02-26 | print tcps_rcvmemdrop; ok deraadt | Markus Friedl | |
2004-02-25 | typo in comment | Damien Miller | |
2004-02-24 | - remove double spaces in the examples | Jason McIntyre | |
- `W' before `X' - sync usage() ok millert@ | |||
2004-02-23 | knf | Theo de Raadt | |
2004-02-23 | enter 3.8 | Markus Friedl | |
2004-02-23 | encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka | Markus Friedl | |
and drop support for negative BNs; ok otto@ | |||
2004-02-23 | `r' before `s'; | Jason McIntyre | |
2004-02-23 | - mark up punctuation | Jason McIntyre | |
- use more suitable macros where necessary - a little grammar - sort options and sync usage() (last part checked by henning) | |||
2004-02-23 | backout revision 1.279; set listen socket to non-block; ok henning. | Markus Friedl | |
2004-02-21 | Correctness is also not using err(1, "out of memory") if malloc() | Tom Cosgrove | |
fails (per err(3)). Ditto for strdup(). ok henning@ | |||
2004-02-20 | uppercase CRT; | Jason McIntyre | |
2004-02-20 | Make passwd understand master.passwd.byname so it can work in a secure | Mats O Jansson | |
environment. Patch from llx at hitech dot ch, modified by me. -moj ok henning@ |