summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-07-25In random art visualization, make sure to use the end marker only at theAlexander von Gernler
2008-07-25Add VisualHostKey to example file, ok djm@Alexander von Gernler
2008-07-25repair .Pq use; Alan R. S. BuenoTheo de Raadt
2008-07-24Add "ssh-keygen -F -l" to synopsis (displays fingerprint fromStuart Henderson
2008-07-23we really need unsigned in arithmetic operations.av
2008-07-23do not try to print options that have been compile-time disabledDamien Miller
2008-07-22change the bcachestats structures members to int64_t's and do theThordur I. Bjornsson
2008-07-22Add signed size printing functions, as requested by deraadt@.Can Erkin Acar
2008-07-21openssh-5.1Damien Miller
2008-07-18no need for .Pp before or after .Sh;Jason McIntyre
2008-07-17strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yesDamien Miller
2008-07-17strnvis preauth banner; pointed out by mpf@ ok markus@Damien Miller
2008-07-16'no subject' check is never triggered. check if it's actually emptyMartynas Venckus
2008-07-16add -E flag and 'skipempty' option to skip sending messages withMartynas Venckus
2008-07-16better description for TMPDIR. from millert@Martynas Venckus
2008-07-16man page tweaks:Martynas Venckus
2008-07-16- use strncmp/strncasecmp instead of comparing by characterMartynas Venckus
2008-07-16- err with the pathbuf, if we know itMartynas Venckus
2008-07-16this loop index should be automatic, not staticDamien Miller
2008-07-16rename variable first_gc -> last_gc (since it is actually the lastDamien Miller
2008-07-16Cleanup #define maze leftover from pftop compatibility.Can Erkin Acar
2008-07-15- chraise can be replaced with toupper; no need to check for islowerMartynas Venckus
2008-07-15set cp to the value of PAGER, so that type1 doesn't try to use itMartynas Venckus
2008-07-15number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.govDamien Miller
2008-07-14mention requirement for /dev/log inside chroot when using sftp-serverDamien Miller
2008-07-13increase number of piplelined requests so they properly fill theDamien Miller
2008-07-13use struct sockaddr_storage instead of struct sockaddr for accept(2)Damien Miller
2008-07-13Change "ssh-keygen -F [host] -l" to not display random art unlessStuart Henderson
2008-07-12Add ':q' as an alias to ':quit', to match old behaviour. Initial patchCan Erkin Acar
2008-07-12better description for -i flag:Damien Miller
2008-07-12unbreak; move clearing of cctx struct to before first useDamien Miller
2008-07-10sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@Markus Friedl
2008-07-10missing bzero; from mickey; ok djm@Markus Friedl
2008-07-09documentation tweaks.Igor Sobrado
2008-07-08sort options in manual page; display a better usage.Igor Sobrado
2008-07-08fix double "usage:"Igor Sobrado
2008-07-08- add support for recursive transfers (but not for floppies), e.g.Martynas Venckus
2008-07-08Fix an venerable bug: if we're reducing a rule that has an emptyOtto Moerbeek
2008-07-08missed in last commit, to make things compile cleanerJoris Vink
2008-07-08make these compile cleanlyJoris Vink
2008-07-08use cf->fd in cvs_remote_sendfile() instead of using a localJoris Vink
2008-07-08bump version to 4.4Joris Vink
2008-07-07/*NOTREACHED*/ for lint warning:Kevin Steves
2008-07-07bcachestats got bumbed too u_int64_t's and I forgot aboutThordur I. Bjornsson
2008-07-07we don't need arg after the debug3() was removed. from lint.Kevin Steves
2008-07-06spacing.Igor Sobrado
2008-07-06sync synopsis and usage.Igor Sobrado
2008-07-06spacing.Igor Sobrado
2008-07-05each utility must have its own usage and an unique set of options.Igor Sobrado
2008-07-05each utility must have its own usage and its own set of options;Igor Sobrado