Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-15 | s/oriented/orientated/ | Chad Loder | |
2007-03-13 | Work around gcc optimization bug on sh (landisk). From otto@ | Todd C. Miller | |
2007-03-13 | Use separate buffers in fsort.c and msort.c. Fixes a problem with | Todd C. Miller | |
buffer corruptions for some very large files. Also fixes some TRECHEADER vs. RECHEADER mismatches. Back in after unlock. | |||
2007-03-11 | some bug (in sort? or compiler) gets hit too late in the release cycle. | Theo de Raadt | |
please try again right after release. | |||
2007-03-09 | Move C/R -> kbdint special case to after the defaults have been | Darren 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-07 | Use separate buffers in fsort.c and msort.c. Fixes a problem with | Todd C. Miller | |
buffer corruptions for some very large files. Also fixes some TRECHEADER vs. RECHEADER mismatches. OK deraadt@ otto@ ray@ | |||
2007-03-06 | oops, put -k in the right place; from Igor Sobrado | Jason McIntyre | |
2007-03-06 | make "makekey" clearer; | Jason McIntyre | |
2007-03-06 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-03-06 | openssh-4.6; "please" deraadt@ | Damien Miller | |
2007-03-06 | Since our ftp client opportuniticly tries EPSV, then falls back to PASV for | Bob 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-04 | Clear the display so that the lines don't get overwritten with | Deanna 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-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 |