summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-03-03let 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 listJason McIntyre
- kill a raft of unneeded .Bk/.Ek mostly from Igor Sobrado
2007-03-03make this modern CTheo de Raadt
2007-03-03Minimal sh bits for pmdb.Miod Vallat
2007-03-02Sync rcsnum.c with OpenCVS, from Charles Longeau.Ray Lai
OK niallo@ and xsa@.
2007-03-02strlen fixes from Charles Longeau.Ray Lai
OK moritz@.
2007-03-01annotate EXAMPLES;Jason McIntyre
2007-03-01minor cleanup for the rest of this page;Jason McIntyre
2007-03-01tidy up the MESSAGE LOGGING section;Jason McIntyre
2007-03-01missed a comma;Jason McIntyre
2007-03-01some small improvements for the DISTFILES section;Jason McIntyre
2007-03-01sort options/synopsis/usage();Jason McIntyre
from Igor Sobrado
2007-03-01sort the `match' keywords;Jason McIntyre
2007-03-01Remove ChallengeResponseAuthentication support inside a MatchDarren 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-28spell maintenance correctlyDavid Krause
2007-02-28Remove expired keys periodically so they don't remain in memory whenDarren 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-27Compile with -O1 on sh for now.Miod Vallat
2007-02-27Recognize OpenBSD/sh core dumps.Miod Vallat
2007-02-27an atoi() -> strtonum() conversion from Mark Lumsden; ok simon@ ray@Otto Moerbeek
2007-02-27support rfc2919 List-Id, from Tamas TEVESZ, ok millertTheo de Raadt
2007-02-27some clarifications for the history, noexec, and sparse options;Jason McIntyre
help/ok otto
2007-02-27As done in OpenCVS, general includes cleanup sweep. OK otto@.Xavier Santolaria
2007-02-26oops, somehow i managed to comment out an entire list;Jason McIntyre
2007-02-26show how -c works;Jason McIntyre
2007-02-26clean up the options description list;Jason McIntyre
2007-02-26put DO_COMPARE in the correct place, so that getdistoptlist() gets sortedJason McIntyre
alphabetically; ok otto
2007-02-26tidy up DESCRIPTION;Jason McIntyre
2007-02-26cleanup:Jason McIntyre
- remove old style groff escapes - use mdoc escapes - some macro cleanup
2007-02-26add STANDARDS, EXAMPLES, and CAVEATS sections;Jason McIntyre
rearrange text somewhat;
2007-02-26one synopsis; sync usage()Jason McIntyre
2007-02-26- one synopisJason McIntyre
- sort options - sync usage()
2007-02-26more small fixes from Igor Sobrado, tweaked by myself;Jason McIntyre
2007-02-26some small fixes from Igor Sobrado;Jason McIntyre
2007-02-26don't store write(2) return value in size_t; fixes test against -1.Steven Mestdagh
ok ray@
2007-02-25add missing include, and int return value.Steven Mestdagh
ok deraadt, deanna
2007-02-25remove bad comma; from Igor SobradoJason McIntyre
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
them more room. much cleaner, and it is less code too; ok deanna
2007-02-24Remove several incorrect and/or unmaintained emails, prompted by correction ↵Ian Darwin
from bernd@
2007-02-24fix comment; from jared r r spiegelOtto Moerbeek
2007-02-24unused vars; from Mark LumsdenOtto Moerbeek
2007-02-24put `I' in the right place; from Igor SobradoJason McIntyre
2007-02-24some cleanups, i agree; MureninTheo 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-23one final sort;Jason McIntyre
2007-02-23mving the description of "mim prefix" to the display description was notJason McIntyre
quite correct - simplify it, and document it both for command line and interactive;
2007-02-23sort;Jason McIntyre
2007-02-23consistency fix which i should have spotted earlier...Jason McIntyre
2007-02-23more logical placing for discussion of minimum prefixes accepted;Jason McIntyre
started by deraadt