Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | You successfully cast 'remove dead cruft' | Joris Vink | |
2008-06-12 | Remove silly panic when disestablish cookie doesnt exist | Marco Peereboom | |
ok art | |||
2008-06-12 | Fix the egress group matching for IPv4. There are to ways to define a /0 | Claudio Jeker | |
network mask. For some reasons some parts set sa->sa_len to 0 to specify a /0 netmask so check fot that too. tested by david@ OK henning@ | |||
2008-06-12 | let usage() match SYNOPSIS; | Jason McIntyre | |
2008-06-12 | use ALTENTRY; was ok millert@ | Martynas Venckus | |
2008-06-12 | -d tweaks; | Jason McIntyre | |
2008-06-12 | if (something_complicated) | Artur Grabowski | |
return (EIO); return (EIO); is kinda silly. Don't. Prettify a bit in the process. 'makes perfect sense' blambert@, ok thib@ | |||
2008-06-12 | Document lang/lua MODULE. | Landry Breuil | |
Reminded by pyr@ and ajacoutot@ while going to the hike, ok ajacoutot@ and looks fine to jmc@ | |||
2008-06-12 | - no need for ifdef dance (21), we have isnan, finite for vax | Martynas Venckus | |
- TEST_FMOD doesn't belong here, remove - remove ifdef _ANSI_SOURCE and assume it's default ok millert@ | |||
2008-06-12 | Makefile: fix MLINKS | Jason McIntyre | |
lgamma.3: fix STANDARDS and HISTORY | |||
2008-06-12 | Add dc(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | The multiplexing escape char handler commit last night introduced a | Damien Miller | |
small memory leak per session; plug it. | |||
2008-06-12 | Remove some crazy #if mess. | Joel Sing | |
ok markus@ henning@ | |||
2008-06-12 | ANSIfy function definitions. | Joel Sing | |
ok markus@ mcbride@ henning@ deraadt@ | |||
2008-06-12 | Fix type difference between function prototype and implementation. | Joel Sing | |
According to millert@ this would have been promoted from a short to an int anyway, since K&R C cannot pass variables that are smaller than an int. ok deraadt@ millert@ | |||
2008-06-12 | fix logic | Joris Vink | |
2008-06-12 | completely kill the need for TMP_DIR when running checkout, | Joris Vink | |
which gives us better performance among other things. this is however disabled in a few cases: 1) whenever you run checkout over an existing tree (which acts as update) 2) whenever you specify -d or a module alias we're planning on enabling this behaviour for case 2 in the future. anoncvs sysadmins now love us even more. ok tobias@ | |||
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt | |
ok thib beck art | |||
2008-06-12 | Actually return an error in nfs_asyncio() if we fail to process | Thordur I. Bjornsson | |
the buf due too all of the nfs iod's being busy; this downgrades the write to a sync one and allows to handle this. ok art@, beck@ | |||
2008-06-12 | We already mark the start of the worm, now also mark the end of the worm | Alexander von Gernler | |
in our random art drawings. ok djm@ | |||
2008-06-12 | supply the key type (rsa1, rsa, dsa) as a caption in the frame of the | Alexander von Gernler | |
random art. while there, stress the fact that the field base should at least be 8 characters for the pictures to make sense. comment and ok djm@ | |||
2008-06-12 | some more TODO for me | Damien Miller | |
2008-06-12 | document tun@openssh.com forwarding method | Damien Miller | |
2008-06-12 | Reorder foreign binaries probe list, so that more permissive ones are at the | Miod Vallat | |
end. Makes static linux binaries run again. | |||
2008-06-12 | Do not attempt to recognize foreign ELF binaries if emulation is disabled; | Miod Vallat | |
also recognize modern Linux binaries without branding, but with a ``GNU'' ABI note. | |||
2008-06-12 | thal shalt not code past the eightieth column | Damien Miller | |
2008-06-12 | thall shalt not code past the eightieth column | Damien Miller | |
2008-06-12 | maintain an ordered queue of outstanding global requests that we | Damien Miller | |
expect replies to, similar to the per-channel confirmation queue. Use this queue to verify success or failure for remote forward establishment in a race free way. ok dtucker@ | |||
2008-06-12 | show any signal we might have received that killed our cvs process. | Joris Vink | |
ok tobias@ | |||
2008-06-12 | Initialize the tty in the same way for nmea and slip. | Marc Balmer | |
2008-06-12 | Enable ~ escapes for multiplex slave sessions; give each channel | Damien Miller | |
its own escape state and hook the escape filters up to muxed channels. bz #1331 Mux slaves do not currently support the ~^Z and ~& escapes. NB. this change cranks the mux protocol version, so a new ssh mux client will not be able to connect to a running old ssh mux master. ok dtucker@ | |||
2008-06-12 | Introduce a basic c-mode to mg. | Kjell Wooding | |
The intent of this mode is NOT to copy emacs's monster cc-mode. It is intended to handle basic KNF-format C, assisting with indentation (to catch obvious typos), and strip trailing whitespace. It is NOT enabled unless you ask for it (c-mode). Basically, tab on start-of-line whitespace acts like tab. Otherwise, tab indents. Please try it out and let me know where it falls down. Feedback Reyk, phessler. "hack in tree" from henning, theo | |||
2008-06-12 | sync | Theo de Raadt | |
2008-06-12 | undo r1.77 from 2004 - shrinking MINCLSIZE so that we always use a cluster | Henning Brauer | |
for data storage instead of another mbuf if it would fit. we did that change whiledoing the release and we thought there was a problem with this, which later turned out not to be true. surprise and ok theo | |||
2008-06-12 | Be more paranoid before disestablishing hook | Marco Peereboom | |
ok hshoexer | |||
2008-06-12 | Skip 64-bit BARs correctly when initing. | Owain Ainsworth | |
ok marco@. | |||
2008-06-12 | Bump max BARs up to 6. Needed for nouveau. | Owain Ainsworth | |
ok marco@. | |||
2008-06-12 | Add blurb for delete volume | Marco Peereboom | |
2008-06-12 | Add delete volume functionality. | Marco Peereboom | |
discussed with krw, kettenis & drahn ok hshoexer | |||
2008-06-12 | Make ssh print the random art also when ssh'ing to a host using IP only. | Alexander von Gernler | |
spotted by naddy@, ok and help djm@ dtucker@ | |||
2008-06-12 | use an odd number of rows and columns and a separate start marker, looks | Otto Moerbeek | |
better; ok grunk@ | |||
2008-06-12 | Do not pass "0" strings as ports to getaddrinfo because the lookups | Darren Tucker | |
can slow things down and we never use the service info anyway. bz #859, patch from YOSHIFUJI Hideaki and John Devitofranceschi. ok deraadt@ djm@ djm belives that the reason for the "0" strings is to ensure that it's not possible to call getaddrinfo with both host and port being NULL. In the case of canohost.c host is a local array. In the case of sshconnect.c, it's checked for null immediately before use. In dns.c it ultimately comes from ssh.c:main() and is guaranteed to be non-null but it's not obvious, so I added a warning message in case it is ever passed a null. | |||
2008-06-11 | Add a few comments. | Brad Smith | |
2008-06-11 | #define statements that are not atoms need braces around them, else they | Alexander von Gernler | |
will cause trouble in some cases. Also do a computation of -1 once, and not in a loop several times. spotted by otto@ | |||
2008-06-11 | Expose changemode for use by "self-contained" modes | Kjell Wooding | |
2008-06-11 | replace the last missing xname header before an error message in get_sdr(); ↵ | Constantine A. Murenin | |
ok deraadt | |||
2008-06-11 | Add delete-leading-space, delete-trailing-space, | Kjell Wooding | |
indent-current-line utility functions for stripping leading/trailing whitespace, and setting a fixed indent respectively. | |||
2008-06-11 | Explicit flush stdout after printing the pty name when -p is used. | Marc Balmer | |
found by ckuethe, help from otto. | |||
2008-06-11 | Don't run cipher-speed test by default; mistakenly enabled by me | Darren Tucker | |
2008-06-11 | CheckHostIP set to ``fingerprint'' will display both hex and random art | Alexander von Gernler | |
spotted by naddy@ |