Age | Commit message (Expand) | Author |
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 |
2014-04-17 | I'm just trying to improve the code... | Ted Unangst |
2014-04-17 | Garbage collect one pair of needless parentheses in SQL code generation; | Ingo Schwarze |
2014-04-17 | whitespace | Otto Moerbeek |
2014-04-17 | rm redundant declaration; from Xin Li | Otto Moerbeek |
2014-04-17 | spidey senses | Stuart Henderson |
2014-04-17 | #nnT went away a while ago, remove a leftover from the manpage. | Nicholas Marriott |
2014-04-17 | Add some UTF-8 utility functions and use them to prevent the width limit | Nicholas Marriott |
2014-04-17 | Sync show.c with the route version. Make the two files more similar but | Claudio Jeker |
2014-04-17 | remove special case for uucp entries. | Okan Demirmen |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-04-17 | Only scroll by one line at a time in choose mode, lists are generally | Nicholas Marriott |
2014-04-17 | Set PATH explicitly, either from client or session | Nicholas Marriott |