summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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@
2004-02-20bring back old cdelay & ldelay code, make it work; millert okTheo de Raadt
2004-02-20add `ruler' to the list of helpful options;Jason McIntyre
suggested by millert@
2004-02-20add section on helpful ex options;Jason McIntyre
suggested by and ok millert@
2004-02-20cleanup of 6.2: Options, set, and editor startup filesJason McIntyre
- remove options we don't support - correct default values - nicer formatting of table - remove reference to edit
2004-02-20correctness is err vs. errx useHenning Brauer
From: Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-20- sort options and SYNOPSISJason McIntyre
- better document which options do/don't work together - add sections showing some possible uses of nc - code (comment) typos - sync usage() and help suggestions/improvements from otto@ ok deraadt@
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
softly, softly, catchy monkey...
2004-02-19switch to new license.templateMarkus Friedl