summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-03-19Fix check for failed read, and add another one; okay millert@Pedro Martelletto
2007-03-19Remove the signal handler that checks if the agent's parent processDarren Tucker
has gone away, instead check when the select loop returns. Record when the next key will expire when scanning for expired keys. Set the select timeout to whichever of these two things happens next. With djm@, with & ok deraadt@ markus@
2007-03-19Disable the legacy SSH protocol 1 for new installations viaDamien Miller
a configuration override. In the future, we will change the server's default itself so users who need the legacy protocol will need to turn it on explicitly
2007-03-18/dev/rcd0d -> /dev/rcd0c; from AndrAcsJason McIntyre
2007-03-18improve -p for C++ code: classes definition often haveMarc Espie
public:/protected:/private: at the start of line. This lets the -p scanner just take note of the section and keep looking for the actual class definition. Also increase function name bufsize so it shows most of these pesky C++ decls... okay otto@
2007-03-18It's not smart to use a space as a field separator when a space canOtto Moerbeek
be part of a bigram. So switch to tab and as a bonus detect in locate.code if the bigram array is too short. Problem seen by Han Boetes and other people with too big mps3 collections; these typically contain lots of file names with spaces in them. ok jasper@
2007-03-18allow this to build w/ cross-tools thru providing proper hostcflags; found ↵Michael Shalayeff
by rainor's work
2007-03-18first dieselMichael Shalayeff
2007-03-18one more mine mutter told meMichael Shalayeff
2007-03-16use __prognameJasper Lievisse Adriaanse
ok otto@
2007-03-16make this page more readable;Jason McIntyre
2007-03-16typo, okay jasper@Pedro Martelletto
2007-03-16use a full reference for RFC 2289; from Igor SobradoJason McIntyre
2007-03-16- simplify synopsis and sort options: from Igor SobradoJason McIntyre
- some small cleanup whilst here
2007-03-15`b' before `c'; from Igor SobradoJason McIntyre
2007-03-15sort options and remove some unneccessary markup; from Igor SobradoJason McIntyre
2007-03-15+.Ex -std loggerJason McIntyre
plus a little cleanup
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15sort options; from Igor SobradoJason McIntyre
2007-03-15telnet.1: sort options; from Igor SobradoJason McIntyre
main.c: whack most of usage(), and have different usage() depending whether this is invoked as telnet or tn3270; help otto; ok millert
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15"days" is optional; from Igor SobradoJason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15sort options; from Igor SobradoJason McIntyre
2007-03-15simplify synopsis/usage() and sort options. also fixes documentation/5411Jason McIntyre
from han
2007-03-15make the description of command line options and interactiveJason McIntyre
commands more consistent; started by a diff from Mark Lumsden
2007-03-15- add missing word: from alek; ok sturmJason McIntyre
- sort options: from Igor Sobrado
2007-03-15typo; Matthew Clarke <clamat@telus.net>Jasper Lievisse Adriaanse
2007-03-15When commiting multiple files with ci, the flags from the previousAlexander Bluhm
files affected the later ones. ok niallo@ xsa@
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