Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-02-20 | bring back old cdelay & ldelay code, make it work; millert ok | Theo de Raadt | |
2004-02-20 | add `ruler' to the list of helpful options; | Jason McIntyre | |
suggested by millert@ | |||
2004-02-20 | add section on helpful ex options; | Jason McIntyre | |
suggested by and ok millert@ | |||
2004-02-20 | cleanup of 6.2: Options, set, and editor startup files | Jason McIntyre | |
- remove options we don't support - correct default values - nicer formatting of table - remove reference to edit | |||
2004-02-20 | correctness is err vs. errx use | Henning Brauer | |
From: Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-20 | - sort options and SYNOPSIS | Jason 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-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre | |
softly, softly, catchy monkey... | |||
2004-02-19 | switch to new license.template | Markus Friedl | |
2004-02-19 | don't use -$ flag for cpp with gcc 3 and up | Brad Smith | |
ok espie@ | |||
2004-02-19 | fix mem leak. | Mike Pechkin | |
hackers@ ok | |||
2004-02-18 | Rewrite argv processing to not alter argv[] and optind while in the | Otto Moerbeek | |
getopt() loop. ok deraadt@ | |||
2004-02-17 | remove cruft left over from RhostsAuthentication removal; | Jason McIntyre | |
ok markus@ | |||
2004-02-17 | Change the maketemp() description into what it really does. | Miod Vallat | |
ok espie@ jmc@ | |||
2004-02-17 | Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; this | Otto Moerbeek | |
version with millert@. Resolves PR 3677. ok millert@ | |||
2004-02-17 | sftp.c and sftp-int.c, together at last; ok markus@ | Damien Miller | |
2004-02-17 | Remove useless headers; ok deraadt@ | Damien Miller | |
2004-02-17 | switch to license.template for code written by me (belated, I know...) | Damien Miller | |
2004-02-17 | use unsigned ints for the frame fields and add proper typecasting so we | Jean-Francois Brousseau | |
don't end up with a bogus argument to process_read() ok drahn@, vincent@ | |||
2004-02-16 | make -b and -c work with large offsets; tweak from millert@ | Otto Moerbeek | |
ok henning@ itojun@ millert@ | |||
2004-02-16 | handle allocation failure; jjy2+@pitt.edu | Theo de Raadt | |
2004-02-15 | 'split' command for iostat mode | Ted Unangst | |
from Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-14 | - adjust -width | Jason McIntyre | |
- sort options - kill a -compact in a display | |||
2004-02-12 | plural of suffix is suffixes; | Jason McIntyre | |
idea stolen from a NetBSD PR submitted by Todd Vierling; | |||
2004-02-11 | Make flag set in signal handler volatile | Otto Moerbeek | |
2004-02-10 | repair frame size; makes tr work | Michael Shalayeff | |
2004-02-10 | - sort options | Jason McIntyre | |
- simplify SYNOPSIS - note that files are copied, not moved (from couderc@) | |||
2004-02-10 | Clean-up logic, support -$ on gcc2, nothing on gcc3. | Marc Espie | |
Add -notraditional to help the transition into not -trad land. ok deraadt@ | |||
2004-02-09 | point people to ex tutorial; | Jason McIntyre | |
2004-02-09 | install edit usd; | Jason McIntyre | |
this has been updated/reworded to work as an ex tutorial; as usual, much help and patience (and ok) millert@ | |||
2004-02-09 | make Nm match Dt; found by pb@ | Jason McIntyre | |
some of this ok espie@, all of it ok deraadt@ | |||
2004-02-09 | - sort options | Jason McIntyre | |
- add calendar.french - tidy up FILES ok mickey@ |