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