Age | Commit message (Expand) | Author |
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 |
2014-04-19 | remove some really old rsh references | Ted Unangst |
2014-04-19 | change some rsh references to ssh. poke by jmc | Ted Unangst |
2014-04-19 | Once great men lived here... giants... gods... once, but long ago. | Ted Unangst |
2014-04-19 | the valkyries have come for rsh as well | Ted Unangst |
2014-04-19 | Delete futile calls to RAND_seed. ok djm | Ted Unangst |
2014-04-19 | use an appropriate name for this variable. | Igor Sobrado |
2014-04-19 | do not mark od(1) as deprecated. | Igor Sobrado |
2014-04-19 | tiny fix: Remove duplicate rows, they appeared after importing less 444 | Alexandr Shadchin |
2014-04-19 | missing wildcard; pointed out by naddy@ | Damien Miller |
2014-04-19 | Two minor tweaks regarding the fallback from -u/-d to default mode: | Ingo Schwarze |
2014-04-19 | Properly handle symlinks (hardlinks and .so only files were already ok): | Ingo Schwarze |
2014-04-18 | OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections | Damien Miller |
2014-04-18 | flesh out STANDARDS; | Jason McIntyre |
2014-04-18 | - merge two sections on error messages and interrupts | Jason McIntyre |
2014-04-18 | In update mode, when opening the database fails, probably because it is | Ingo Schwarze |
2014-04-18 | Since we've been making heavy use of unifdef recently: update it to the | Stuart Henderson |
2014-04-18 | remove bdes(1) so as to not encourage its use; if someone really | Okan Demirmen |
2014-04-18 | We should probably thank OpenSSL. | Ingo Schwarze |
2014-04-18 | no more altq | Henning Brauer |
2014-04-18 | Handle passing zero to a variable fieldwidth or precision. | Philip Guenther |
2014-04-18 | Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo. | Ingo Schwarze |
2014-04-18 | Fix a few lies; polish wording and formatting while here. | Ingo Schwarze |