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