summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-03-15s/oriented/orientated/Chad Loder
2007-03-13Work around gcc optimization bug on sh (landisk). From otto@Todd C. Miller
2007-03-13Use separate buffers in fsort.c and msort.c. Fixes a problem withTodd C. Miller
buffer corruptions for some very large files. Also fixes some TRECHEADER vs. RECHEADER mismatches. Back in after unlock.
2007-03-11some bug (in sort? or compiler) gets hit too late in the release cycle.Theo de Raadt
please try again right after release.
2007-03-09Move C/R -> kbdint special case to after the defaults have beenDarren Tucker
loaded, which makes ChallengeResponse default to yes again. This was broken by the Match changes and not fixed properly subsequently. Found by okan at demirmen.com, ok djm@ "please do it" deraadt@
2007-03-07Use separate buffers in fsort.c and msort.c. Fixes a problem withTodd C. Miller
buffer corruptions for some very large files. Also fixes some TRECHEADER vs. RECHEADER mismatches. OK deraadt@ otto@ ray@
2007-03-06oops, put -k in the right place; from Igor SobradoJason McIntyre
2007-03-06make "makekey" clearer;Jason McIntyre
2007-03-06tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-03-06openssh-4.6; "please" deraadt@Damien Miller
2007-03-06Since our ftp client opportuniticly tries EPSV, then falls back to PASV forBob Beck
older clients, dont' spew out "500 unimplimented" when a sever that doesn't do EPSV doesn't like it, just notice, and fall back to PASV, then complain if that fails. ok deraadt@
2007-03-04Clear the display so that the lines don't get overwritten withDeanna Phillips
hotplugged devices. Noticed by, similar fix proposed, mbalmer - Add missing CVS tag; constantine - Handle SENSOR_S_UNSPEC (do nothing for now). All discussed with Constanine and mbalmer; ok mbalmer.
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