Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-19 | Fix check for failed read, and add another one; okay millert@ | Pedro Martelletto | |
2007-03-19 | Remove the signal handler that checks if the agent's parent process | Darren 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-19 | Disable the legacy SSH protocol 1 for new installations via | Damien 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 AndrAcs | Jason McIntyre | |
2007-03-18 | improve -p for C++ code: classes definition often have | Marc 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-18 | It's not smart to use a space as a field separator when a space can | Otto 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-18 | allow this to build w/ cross-tools thru providing proper hostcflags; found ↵ | Michael Shalayeff | |
by rainor's work | |||
2007-03-18 | first diesel | Michael Shalayeff | |
2007-03-18 | one more mine mutter told me | Michael Shalayeff | |
2007-03-16 | use __progname | Jasper Lievisse Adriaanse | |
ok otto@ | |||
2007-03-16 | make this page more readable; | Jason McIntyre | |
2007-03-16 | typo, okay jasper@ | Pedro Martelletto | |
2007-03-16 | use a full reference for RFC 2289; from Igor Sobrado | Jason McIntyre | |
2007-03-16 | - simplify synopsis and sort options: from Igor Sobrado | Jason McIntyre | |
- some small cleanup whilst here | |||
2007-03-15 | `b' before `c'; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | sort options and remove some unneccessary markup; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | +.Ex -std logger | Jason McIntyre | |
plus a little cleanup | |||
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | telnet.1: sort options; from Igor Sobrado | Jason 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-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | "days" is optional; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | simplify synopsis/usage() and sort options. also fixes documentation/5411 | Jason McIntyre | |
from han | |||
2007-03-15 | make the description of command line options and interactive | Jason McIntyre | |
commands more consistent; started by a diff from Mark Lumsden | |||
2007-03-15 | - add missing word: from alek; ok sturm | Jason McIntyre | |
- sort options: from Igor Sobrado | |||
2007-03-15 | typo; Matthew Clarke <clamat@telus.net> | Jasper Lievisse Adriaanse | |
2007-03-15 | When commiting multiple files with ci, the flags from the previous | Alexander Bluhm | |
files affected the later ones. ok niallo@ xsa@ | |||
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 | |