Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-24 | print tcps_rcvacktooold; ok henning | Markus Friedl | |
2004-04-23 | don't print stats until they're stable, prevents seeing weird stuff in | Ted Unangst | |
disk columns. tested by jolan@. from pedro martelletto | |||
2004-04-22 | Fix pasto in realloc portion of dkreadstats; from Pedro Martelletto | Todd C. Miller | |
OK drahn@ | |||
2004-04-22 | Bugzilla #850: Sophie Germain is the correct name of the French mathematician, | Damien Miller | |
"Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr | |||
2004-04-22 | luna88k and a few grammers | Michael Shalayeff | |
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-04-21 | - correct SYNOPSIS | Jason McIntyre | |
- add missing options to usage() and slight sync - point people to psd doc | |||
2004-04-21 | point people to usd doc; | Jason McIntyre | |
ok otto@ | |||
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller | |
2004-04-19 | fix idiot typo that i introduced in my last commit; | Damien Miller | |
spotted by cschneid AT cschneid.com | |||
2004-04-19 | point people to usd/psd docs; | Jason McIntyre | |
2004-04-19 | kill whitespace at eol; | Jason McIntyre | |
2004-04-19 | remove double entry; | Jason McIntyre | |
from NetBSD (-r1.15); ok mickey@ | |||
2004-04-19 | document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@ | Damien Miller | |
2004-04-19 | - sort SYNOPSIS | Jason McIntyre | |
- remove a load of unnecessary quoting and some groff cruft - sort options list - add usd doc to SEE ALSO - sync usage() | |||
2004-04-18 | perform strict ownership and modes checks for ~/.ssh/config files, as these | Damien Miller | |
can be used to execute arbitrary programs; ok markus@ NB. ssh will now exit when it detects a config with poor permissions | |||
2004-04-17 | -w uses [[:<:]] and [[:>:]], not \< and \>, | Jason McIntyre | |
and it's documented in re_format(7), not ex(1); from jared yanovich; ok beck@ | |||
2004-04-16 | print clusters, not pages. half from millert@ ok deraadt@ millert@ | Ted Unangst | |
2004-04-14 | wakeup after ^Z did not continue redraws and such. use own ^Z handler. | Theo de Raadt | |
ok otto millert | |||
2004-04-10 | improve BUGS: | Jason McIntyre | |
- current implementations do not support transfers >65535 blocks - 32767 block limit does not apply to this tftp implementation other stuff: - kill unnecessary Ns macros - uppercase tftp where applicable discussed w/ tom, and wording improvements from him; | |||
2004-04-09 | Sync with FreeBSD; adds base64 support and other options. | Todd C. Miller | |
OK deraadt@, some man page tweaks from jmc@ | |||
2004-04-09 | If no user/group is specified for the log file in newsyslog.conf, | Todd C. Miller | |
use the uid/gid of the existing log file. OK deraadt@ | |||
2004-04-09 | ex is not a screen editor; | Jason McIntyre | |
2004-04-08 | sort options and sync usage(); | Jason McIntyre | |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-04-08 | When reallocating the line buffer, double the existing buffer | Todd C. Miller | |
size instead of just incrementing it by LINEBUF_SIZE and use realloc() + memset() instead of calloc() + memcpy(). Prevents excessive resource usage when displaying very long lines. OK deraadt@, krw@ and otto@ | |||
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie | |
more explicit/more consistent names. okay otto@ | |||
2004-04-07 | - alter .Nd to reflect that characters can be counted also | Jason McIntyre | |
(syncs description w/ posix) - remove unnecessary .Fl - note that the default listing may show character, rather than byte, count started by PR from Juan Vera (#3738) | |||
2004-04-06 | Set mode and ownership when renaming file -> file.0 like we do when | Todd C. Miller | |
moving the file across filesystems or renaming from file.0 -> file.1. Problem noticed by mpech@ | |||
2004-04-06 | - add margins when formatting w/ -Tascii | Jason McIntyre | |
- remove some macros that were causing formatting errors | |||
2004-04-05 | o use mode_t, not int for permissions. | Todd C. Miller | |
o use strtol() instead of sscanf() to parse numbers in config file This has been sitting in my tree for a long time... | |||
2004-04-05 | In Exit() when used as a signal handler, emsg is a pointer so | Todd C. Miller | |
sizeof() is wrong so make it a #define instead. Also avoid using a negative exit value. Found by aaron@ | |||
2004-04-05 | Pass correct buffer length to gethdir(), and also change int arg to size_t | Aaron Campbell | |
per anil@. deraadt@, millert@ ok | |||
2004-04-05 | cope with fdopen failure better | Theo de Raadt | |
2004-04-04 | Can't resist. | Bob Beck | |
<deraadt> don't they recognize their moral responsibility to entertain me? | |||
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2004-04-03 | .br workaround no longer necessary; | Jason McIntyre | |
2004-04-03 | argument to -w is not optional; | Jason McIntyre | |
`name' in 3rd form of SYNOPSIS not optional; | |||
2004-04-03 | - correct SYNOPSIS | Jason McIntyre | |
- sync usage() - some small tweaks | |||
2004-04-03 | remove unnecessary .Sm macros (oops, this is my fault it ever | Jason McIntyre | |
made it into the tree); | |||
2004-04-02 | a few more of recent and not very so | Michael Shalayeff | |
2004-04-02 | Document --line-buffered | Otto Moerbeek | |
ok jmc@ | |||
2004-04-02 | Implement --line-buffered | Otto Moerbeek | |
ok millert@ tedu@ | |||
2004-04-01 | knf and ansi, mostly from joris vink | Ted Unangst | |
2004-04-01 | limit trust between local and remote rcp/scp process, | Markus Friedl | |
noticed by lcamtuf; ok deraadt@, djm@ | |||
2004-04-01 | change -p to restrict output to protocol (not just for -s); | Markus Friedl | |
ok deraadt@, hshoexer@, tdeval@, jmc@ | |||
2004-03-31 | don't skip ip options check when UseDNS=no; ok markus@ | Damien Miller | |
2004-03-31 | allow cross-compiling for m68k and better usage(); miod@ ok | Michael Shalayeff | |
2004-03-31 | apropos outputs name (section), not name(section); | Jason McIntyre | |
adjust -width of options list; | |||
2004-03-30 | no need to force N_EXT as deducted later from type | Michael Shalayeff | |