Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | Replace GNU tutorial with public domain one, written from scratch by | Kjell Wooding | |
Mayukh Bose. Minor additions from me. Thanks! | |||
2008-07-29 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado | |
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok millert@, pyr@ | |||
2008-07-27 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado | |
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok pyr@ | |||
2008-07-26 | add -b to SYNOPSIS and usage(); | Jason McIntyre | |
2008-07-26 | Add -b switch for matching on the last part of the path only. | Pierre-Yves Ritschard | |
ok landry@, otto liked the idea and the original diff, ``do it'' deraadt@ | |||
2008-07-25 | In random art visualization, make sure to use the end marker only at the | Alexander von Gernler | |
end. Initial diff by Dirk Loss, tweaks and ok djm@ | |||
2008-07-25 | Add VisualHostKey to example file, ok djm@ | Alexander von Gernler | |
2008-07-25 | repair .Pq use; Alan R. S. Bueno | Theo de Raadt | |
2008-07-24 | Add "ssh-keygen -F -l" to synopsis (displays fingerprint from | Stuart Henderson | |
known_hosts). ok djm@ | |||
2008-07-23 | we really need unsigned in arithmetic operations. | av | |
comments by fgsch | |||
2008-07-23 | do not try to print options that have been compile-time disabled | Damien Miller | |
in config test mode (sshd -T); report from nix-corp AT esperi.org.uk ok dtucker@ | |||
2008-07-22 | change the bcachestats structures members to int64_t's and do the | Thordur I. Bjornsson | |
printing in systat with the new print_fld_ssize() function. "same diff I wrote" deraadt@ ok art@ | |||
2008-07-22 | Add signed size printing functions, as requested by deraadt@. | Can Erkin Acar | |
Just use print_fld_ssize() for signed values. Increase scale up to "Tera" while there. | |||
2008-07-21 | openssh-5.1 | Damien Miller | |
2008-07-18 | no need for .Pp before or after .Sh; | Jason McIntyre | |
2008-07-17 | strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes | Damien Miller | |
report and patch from res AT qoxp.net (bz#1200); ok markus@ | |||
2008-07-17 | strnvis preauth banner; pointed out by mpf@ ok markus@ | Damien Miller | |
2008-07-16 | 'no subject' check is never triggered. check if it's actually empty | Martynas Venckus | |
ok millert@ | |||
2008-07-16 | add -E flag and 'skipempty' option to skip sending messages with | Martynas Venckus | |
empty bodies. useful for sending mails from crontabs. from rivo nurges <rix at estpak dot ee>, with missing 'skipempty' documentation and usage update from me ok millert@ | |||
2008-07-16 | better description for TMPDIR. from millert@ | Martynas Venckus | |
2008-07-16 | man page tweaks: | Martynas Venckus | |
- for argument of -f flag, name -> file - document TMPDIR, better description from millert@ ok millert@ | |||
2008-07-16 | - use strncmp/strncasecmp instead of comparing by character | Martynas Venckus | |
- simplify istrlcpy, no need to check for isupper - line[0] is redundant, because strcasecmp will take care of it ok millert@ | |||
2008-07-16 | - err with the pathbuf, if we know it | Martynas Venckus | |
- use tmpdir instead of /tmp ok millert@ | |||
2008-07-16 | this loop index should be automatic, not static | Damien Miller | |
2008-07-16 | rename variable first_gc -> last_gc (since it is actually the last | Damien Miller | |
in the list). | |||
2008-07-16 | Cleanup #define maze leftover from pftop compatibility. | Can Erkin Acar | |
Pointed out by mcbride@, makes sense henning@ | |||
2008-07-15 | - chraise can be replaced with toupper; no need to check for islower | Martynas Venckus | |
- remove quite some code, use strcasestr instead of reimplementing it each time - use strncasecmp, instead of comparing through each character "looks fine" millert@ | |||
2008-07-15 | set cp to the value of PAGER, so that type1 doesn't try to use it | Martynas Venckus | |
uninitialized (page=1), or use wrong previously-set value of crt (page=0). ok millert@ | |||
2008-07-15 | number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov | Damien Miller | |
2008-07-14 | mention requirement for /dev/log inside chroot when using sftp-server | Damien Miller | |
with ChrootDirectory | |||
2008-07-13 | increase number of piplelined requests so they properly fill the | Damien Miller | |
(recently increased) channel window. prompted by rapier AT psc.edu; ok markus@ | |||
2008-07-13 | use struct sockaddr_storage instead of struct sockaddr for accept(2) | Damien Miller | |
address argument. from visibilis AT yahoo.com in bz#1485; ok markus@ | |||
2008-07-13 | Change "ssh-keygen -F [host] -l" to not display random art unless | Stuart Henderson | |
-v is also specified, making it consistent with the manual and other uses of -l. ok grunk@ | |||
2008-07-12 | Add ':q' as an alias to ':quit', to match old behaviour. Initial patch | Can Erkin Acar | |
from dlg@, this is a simpler version. | |||
2008-07-12 | better description for -i flag: | Damien Miller | |
s/RSA authentication/public key authentication/ | |||
2008-07-12 | unbreak; move clearing of cctx struct to before first use | Damien Miller | |
reported by dkrause@ | |||
2008-07-10 | sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ | Markus Friedl | |
2008-07-10 | missing bzero; from mickey; ok djm@ | Markus Friedl | |
2008-07-09 | documentation tweaks. | Igor Sobrado | |
2008-07-08 | sort options in manual page; display a better usage. | Igor Sobrado | |
2008-07-08 | fix double "usage:" | Igor Sobrado | |
2008-07-08 | - add support for recursive transfers (but not for floppies), e.g. | Martynas Venckus | |
'mget -cr 4.*' would recursively fetch (-r), and resume the previous transfers (-c) of 4.X release directories uses local matching (fnmatch), but only for recursive transfers. current behavior is not changed in any way. - while here, ifndef SMALL debugging stuff, this saves some space, for floppies - some debugging code was enabled for non-debugging mode, checks assume debug is set to zero, but it's not initially set - all "Confirm with" prompts are forced, remove redundant argument - fix usage: -C and -c are not available for SMALL discussed a year ago w/ pyr@ looks good to millert@ previous version looked good to pyr@ man page tweaks & ok jmc@ | |||
2008-07-08 | Fix an venerable bug: if we're reducing a rule that has an empty | Otto Moerbeek | |
right hand side and the yacc stackpointer is pointing at the very end of the allocated stack, we end up accessing the stack out of bounds by the implicit $$ = $1 action. Detected by my new malloc, experienced by sturm@ on sparc64; ok deraadt@ | |||
2008-07-08 | missed in last commit, to make things compile cleaner | Joris Vink | |
2008-07-08 | make these compile cleanly | Joris Vink | |
2008-07-08 | use cf->fd in cvs_remote_sendfile() instead of using a local | Joris Vink | |
variable that is only used once, which is in this case. | |||
2008-07-08 | bump version to 4.4 | Joris Vink | |
2008-07-07 | /*NOTREACHED*/ for lint warning: | Kevin Steves | |
warning: function key_equal falls off bottom without returning value ok djm@ | |||
2008-07-07 | bcachestats got bumbed too u_int64_t's and I forgot about | Thordur I. Bjornsson | |
munging systat to handle the field with; pointed out by mickey ok canacar@ | |||
2008-07-07 | we don't need arg after the debug3() was removed. from lint. | Kevin Steves | |
ok djm@ |