summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-05-23UTF-8 support.Ingo Schwarze
2016-05-23Plug mem leak in filter_proposal. ok djm@Darren Tucker
2016-05-22On hppa, function pointer comparison can require dereferencing them.Philip Guenther
2016-05-19fix type of ed25519 valuesDamien Miller
2016-05-18Also print a warning if the user doesn't fill the mail SubjectJeremie Courreges-Anglas
2016-05-18Print a user-friendly message if some fields are missing; ok tedu@Jeremie Courreges-Anglas
2016-05-17Refactor the handling of pledge and the optional user string: The threeTheo Buehler
2016-05-17Move the code block that builds up a default seed further down in orderTheo Buehler
2016-05-17Fix "skeyinit username" run as root. Also reduce the pledgeTodd C. Miller
2016-05-13spelling and usage() fixes;Jason McIntyre
2016-05-13have sinclude/include be more compatible with sysv, handle list of filesMarc Espie
2016-05-13-F is nonstandard as well. from Caspar SchutijserTed Unangst
2016-05-12Add -F option to install(1) that calls fsync(2) on the installedTodd C. Miller
2016-05-12- Rework load_cfg() error handling a little.Tim van der Molen
2016-05-12set-hook needs CANFAIL like the other set commands.Nicholas Marriott
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-11Add on alerts rather than ignoring them if the event has already beenNicholas Marriott
2016-05-11signify should refer to the future keyTheo de Raadt
2016-05-11Allow top(1) to filter process args if they are being displayed.Edd Barrett
2016-05-09Implement Mdocdate keyword substitution.Ingo Schwarze
2016-05-08Switch to getpwnam_shadow() now that getpwnam() no longer opens the shadowTim van der Molen
2016-05-08The header <vis.h> is no longer needed; ok martijn@.Ingo Schwarze
2016-05-08Enable UTF-8 detection in wall(1). This deliberately ignores UTF-8 charactersMartijn van Duren
2016-05-08Delete encoding code for the unused TODIGIT information.Ingo Schwarze
2016-05-07systrace is dead. long live systrace.Theo de Raadt
2016-05-07Free memory if realloc fails. The application is most likely to terminate afterMartijn van Duren
2016-05-06Remove #ifdef INET6 bits, missed in a commit earlier this weekJeremie Courreges-Anglas
2016-05-05Remove __sigblockset. This is a leftover after the removal of the signalMartijn van Duren
2016-05-05Fix one of the reads past the end of the buffer. FoundAlexandre Ratchov
2016-05-04Fix up a couple of long lines.Nicholas Marriott
2016-05-04Kill #ifdef INET6 occurrences in userland.Jeremie Courreges-Anglas
2016-05-04add IdentityAgent; noticed & ok jmc@Markus Friedl
2016-05-04allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@Markus Friedl
2016-05-04move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@Markus Friedl
2016-05-04missing const in prototypes (ssh1)Markus Friedl
2016-05-04Fix inverted logic for updating StreamLocalBindMask which would cause theDarren Tucker
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl
2016-05-04fix junk characters after quotesDamien Miller
2016-05-03correct article;Jason McIntyre
2016-05-03fix overriding of StreamLocalBindMask and StreamLocalBindUnlink inDamien Miller
2016-05-03don't forget to include StreamLocalBindUnlink in the configDamien Miller
2016-05-03make nethack^wrandomart fingerprint flag more readily searchableDamien Miller
2016-05-03Some tidying of copy mode search functions, based on a diff from LukaszNicholas Marriott
2016-05-03clarify ordering of subkeys; pointed out by ietf-ssh AT stbuehler.deDamien Miller
2016-05-03correct some typos and remove a long-stale XXX note.Damien Miller
2016-05-03add ed25519 keys that are supported but missing from thisDamien Miller
2016-05-03Implement IUTF8 as per draft-sgtatham-secsh-iutf8-00. Patch from SimonDarren Tucker
2016-05-03telnet should not verify if hostname is a fully qualified domainAdam Wolk
2016-05-02Remove pointless comment. getcwd(3) is safe.Martijn van Duren
2016-05-02Remove CHAR_T in favor of native types.Martijn van Duren