Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-03 | let synopsis, options description, and usage() agree; | Jason McIntyre | |
from Igor Sobrado, tweaked by myself | |||
2007-03-03 | `l' before `n'; | Jason McIntyre | |
2007-03-03 | - make synopsis and usage() match the order of the options list | Jason McIntyre | |
- kill a raft of unneeded .Bk/.Ek mostly from Igor Sobrado | |||
2007-03-03 | make this modern C | Theo de Raadt | |
2007-03-03 | Minimal sh bits for pmdb. | Miod Vallat | |
2007-03-02 | Sync rcsnum.c with OpenCVS, from Charles Longeau. | Ray Lai | |
OK niallo@ and xsa@. | |||
2007-03-02 | strlen fixes from Charles Longeau. | Ray Lai | |
OK moritz@. | |||
2007-03-01 | annotate EXAMPLES; | Jason McIntyre | |
2007-03-01 | minor cleanup for the rest of this page; | Jason McIntyre | |
2007-03-01 | tidy up the MESSAGE LOGGING section; | Jason McIntyre | |
2007-03-01 | missed a comma; | Jason McIntyre | |
2007-03-01 | some small improvements for the DISTFILES section; | Jason McIntyre | |
2007-03-01 | sort options/synopsis/usage(); | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-01 | sort the `match' keywords; | Jason McIntyre | |
2007-03-01 | Remove ChallengeResponseAuthentication support inside a Match | Darren Tucker | |
block as its interaction with KbdInteractive makes it difficult to support. Also, relocate the CR/kbdint option special-case code into servconf. "please commit" djm@, ok markus@ for the relocation. | |||
2007-02-28 | spell maintenance correctly | David Krause | |
2007-02-28 | Remove expired keys periodically so they don't remain in memory when | Darren Tucker | |
the agent is entirely idle, as noted by David R. Piegdon. This is the simple fix, a more efficient one will be done later. With markus, deraadt, with & ok djm. | |||
2007-02-27 | Compile with -O1 on sh for now. | Miod Vallat | |
2007-02-27 | Recognize OpenBSD/sh core dumps. | Miod Vallat | |
2007-02-27 | an atoi() -> strtonum() conversion from Mark Lumsden; ok simon@ ray@ | Otto Moerbeek | |
2007-02-27 | support rfc2919 List-Id, from Tamas TEVESZ, ok millert | Theo de Raadt | |
2007-02-27 | some clarifications for the history, noexec, and sparse options; | Jason McIntyre | |
help/ok otto | |||
2007-02-27 | As done in OpenCVS, general includes cleanup sweep. OK otto@. | Xavier Santolaria | |
2007-02-26 | oops, somehow i managed to comment out an entire list; | Jason McIntyre | |
2007-02-26 | show how -c works; | Jason McIntyre | |
2007-02-26 | clean up the options description list; | Jason McIntyre | |
2007-02-26 | put DO_COMPARE in the correct place, so that getdistoptlist() gets sorted | Jason McIntyre | |
alphabetically; ok otto | |||
2007-02-26 | tidy up DESCRIPTION; | Jason McIntyre | |
2007-02-26 | cleanup: | Jason McIntyre | |
- remove old style groff escapes - use mdoc escapes - some macro cleanup | |||
2007-02-26 | add STANDARDS, EXAMPLES, and CAVEATS sections; | Jason McIntyre | |
rearrange text somewhat; | |||
2007-02-26 | one synopsis; sync usage() | Jason McIntyre | |
2007-02-26 | - one synopis | Jason McIntyre | |
- sort options - sync usage() | |||
2007-02-26 | more small fixes from Igor Sobrado, tweaked by myself; | Jason McIntyre | |
2007-02-26 | some small fixes from Igor Sobrado; | Jason McIntyre | |
2007-02-26 | don't store write(2) return value in size_t; fixes test against -1. | Steven Mestdagh | |
ok ray@ | |||
2007-02-25 | add missing include, and int return value. | Steven Mestdagh | |
ok deraadt, deanna | |||
2007-02-25 | remove bad comma; from Igor Sobrado | Jason McIntyre | |
2007-02-25 | use the 1 line load line from 'systat vm' on all the other displays, giving | Theo de Raadt | |
them more room. much cleaner, and it is less code too; ok deanna | |||
2007-02-24 | Remove several incorrect and/or unmaintained emails, prompted by correction ↵ | Ian Darwin | |
from bernd@ | |||
2007-02-24 | fix comment; from jared r r spiegel | Otto Moerbeek | |
2007-02-24 | unused vars; from Mark Lumsden | Otto Moerbeek | |
2007-02-24 | put `I' in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-24 | some cleanups, i agree; Murenin | Theo de Raadt | |
2007-02-24 | - strlen returns size_t, not int. | Ray Lai | |
- Pass full buffer size to fgets. OK djm@, millert@, and moritz@. | |||
2007-02-24 | - Don't access buffers with negative indexes. | Ray Lai | |
- Save a ton of strlen calls. - Return NULL pointer, not 0. ``boy there is a lot of strlen()'' millert@ and OK moritz@. | |||
2007-02-23 | one final sort; | Jason McIntyre | |
2007-02-23 | mving the description of "mim prefix" to the display description was not | Jason McIntyre | |
quite correct - simplify it, and document it both for command line and interactive; | |||
2007-02-23 | sort; | Jason McIntyre | |
2007-02-23 | consistency fix which i should have spotted earlier... | Jason McIntyre | |
2007-02-23 | more logical placing for discussion of minimum prefixes accepted; | Jason McIntyre | |
started by deraadt |