summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-04-25Import of Less 458Alexandr Shadchin
2014-04-25specifying ECHOCTL once is enoughJonathan Gray
2014-04-25kill dugsong's debugging leftover; ok sthen, jsgMike Belopuhov
2014-04-25Reduce the verbosity of makewhatis -t:Ingo Schwarze
2014-04-25be a bit clearer about what this page is; ok millert schwarzeJason McIntyre
2014-04-24Re-add rcsid, and switch back to our previous descriptions for -iDsym[=value]Stuart Henderson
2014-04-24Install separate more.1 instead of using a link from less.1.Todd C. Miller
2014-04-24combine some notes in STANDARDS for consistency;Jason McIntyre
2014-04-24no more kinit(1);Jason McIntyre
2014-04-24Fix logic inversion when checking environment variables on theTodd C. Miller
2014-04-24rm rwho xrTed Unangst
2014-04-24I have not eaten for days.Ted Unangst
2014-04-24days since rwhod was useful: 5475Ted Unangst
2014-04-24remove kerberos reference, and knock some fairly useless Xr out;Jason McIntyre
2014-04-24simpler description for -P, avoiding the need to discuss rsh;Jason McIntyre
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersNicholas Marriott
2014-04-24misplaced punctuationIngo Schwarze
2014-04-23Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze
2014-04-23Remove more Kerberos cruft.Antoine Jacoutot
2014-04-23improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-23don't record duplicate IdentityFilesDamien Miller
2014-04-23Kill useless assignement, matchlen is initialized two lines below.Jeremie Courreges-Anglas
2014-04-23Differentiate between linked and unlinked window closes and renames,Nicholas Marriott
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
2014-04-22Use calloc() instead of malloc(n * s) followed by memset(). NotTodd C. Miller
2014-04-22use reallocarrayTed Unangst
2014-04-22remove dead stores to error. from Fritjof BornebuschTed Unangst
2014-04-22zap eol whitespace;Jason McIntyre
2014-04-22no more kerb, ok kettenisHenning Brauer
2014-04-22Document sftp upload resume.Loganaden Velvindron
2014-04-22Instead of special casing ftpd, uucpd and others that may have entriesOkan Demirmen
2014-04-22pure reindentMarc Espie
2014-04-22comment out the .if (${KERBEROS5:L} block for now, breaks the buildHenning Brauer
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isReyk Floeter
2014-04-22Sort the sftp command list.Loganaden Velvindron
2014-04-22effectively use emult_realloc, okay guenther@Marc Espie
2014-04-22errx when errno won't be set.Ted Unangst
2014-04-21Implement sftp upload resume support.Loganaden Velvindron
2014-04-20in debug messages, truncating strings of excessive lengths is actuallyIngo Schwarze
2014-04-20strlen+malloc+snprintf is error prone;Ingo Schwarze
2014-04-20fix unchecked snprintf(3) in page header printing:Ingo Schwarze
2014-04-20make sure static buffers for snprintf(3) are large enoughIngo Schwarze
2014-04-20Style improvement based on espie@'s feedback: provide and useVadim Zhukov
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-04-20Add support for SSHFP DNS records for ED25519 key types.logan
2014-04-20add a canonical 6.6 + curve25519 bignum fix fake version that I canDamien Miller
2014-04-20use get/put_u32 to load values rather than *((UINT32 *)p) that breaks onDamien Miller
2014-04-19delete .xr to hosts.equiv. there's still an unfortunate amount ofTed Unangst