summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-03-12Remove pw_abort() added in last commit and use the local verson ofTodd C. Miller
pw_error() instead. OK deraadt@ otto@
2004-03-12If kqueue is not available, revert back to old behavior. Unbreaks tail -fOtto Moerbeek
on NFS and other filesystems not supporting kqueues. ok tedu@ millert@
2004-03-12fix memory leak in the code yacc generates, ok millert deraadtHenning Brauer
2004-03-12add keeps to SYNOPSIS and sync usage();Jason McIntyre
2004-03-12knfTheo de Raadt
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-11trim usage; ok deraadtMarkus Friedl
2004-03-10Check getpass() return value for NULL. Closes Pr 3706.Todd C. Miller
With help and OK from otto@.
2004-03-10trim usage to match ssh(1) and look more like unix. ok djm@Markus Friedl
2004-03-09increase x11 cookie lifetime to 20 minutes; ok djmMarkus Friedl
2004-03-08knf. there are some scary XXX in here which need fixingTheo de Raadt
2004-03-08knfTheo de Raadt
2004-03-08Document KerberosGetAFSToken; ok markus@Darren Tucker
2004-03-08explicitly initialise remote_major and remote_minor.Damien Miller
from cjwatson AT debian.org; ok markus@
2004-03-07Print error when connect() fails. ok markus@ deraadt@Ryan Thomas McBride
2004-03-05don't panic if we can't getcwd() initially, just chdir("/")Vincent Labrecque
spotted by and ok henning
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2004-03-04Better ptrace description, also fix an off-by-one spotted by ottoMiod Vallat
ok otto@ tdeval@
2004-03-03Fix initialisation of progress meter; ok markus@Damien Miller
2004-03-03Don't print duplicate messages when progressmeter is offDamien Miller
Spotted by job317 AT mailvault.com; ok markus@
2004-03-03spaces, was reading code..Theo de Raadt
2004-03-03change proctiltle after accept(2); ok henning, deraadt, djmMarkus Friedl
2004-03-03add -d to usage too, from carson hardingTed Unangst
2004-03-02fix ndev counting loop. report from Stuart CassoffTed Unangst
2004-03-02use socklen_t and better socket() checks. from Andrey MatveevTed Unangst
-Wall for good measure
2004-03-02pretty usage and sort options. started by Andrey MatveevTed Unangst
2004-03-01Unbreak file truncation handling. Resolves PR 3689.Otto Moerbeek
ok tdeval@ millert@
2004-03-01resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@Ted Unangst
2004-02-29print tcps_conndrained; reminder from mcbride@Markus Friedl
2004-02-29don't stat(2) outfile in testmode; ok millert@, miod@Markus Friedl
2004-02-28Open 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-28use amd64 chunksTheo de Raadt
2004-02-27one moreMichael Shalayeff
2004-02-27Reset bit counter at the right time, fixes debug output in the case whereDarren Tucker
the DH group is rejected. ok markus@
2004-02-27Make /etc/moduli line buffer big enough for 8kbit primes, in case anyoneDarren Tucker
ever uses one. ok markus@
2004-02-27Prevent sshd from sending DH groups with a primitive generator of zero orDarren Tucker
one, even if they are listed in /etc/moduli. ok markus@
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo 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-26better englishMarkus Friedl
2004-02-26print tcps_rcvmemdrop; ok deraadtMarkus Friedl
2004-02-25typo in commentDamien Miller
2004-02-24- remove double spaces in the examplesJason McIntyre
- `W' before `X' - sync usage() ok millert@
2004-02-23knfTheo de Raadt
2004-02-23enter 3.8Markus Friedl
2004-02-23encode 0 correctly in buffer_put_bignum2; noted by Mikulas PatockaMarkus Friedl
and drop support for negative BNs; ok otto@
2004-02-23`r' before `s';Jason McIntyre
2004-02-23- mark up punctuationJason McIntyre
- use more suitable macros where necessary - a little grammar - sort options and sync usage() (last part checked by henning)
2004-02-23backout revision 1.279; set listen socket to non-block; ok henning.Markus Friedl
2004-02-21Correctness is also not using err(1, "out of memory") if malloc()Tom Cosgrove
fails (per err(3)). Ditto for strdup(). ok henning@
2004-02-20uppercase CRT;Jason McIntyre
2004-02-20Make passwd understand master.passwd.byname so it can work in a secureMats O Jansson
environment. Patch from llx at hitech dot ch, modified by me. -moj ok henning@