summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-06-17use size_tTheo de Raadt
2018-06-17incorrect pointer used, hence gecos expansion was ignoredTheo de Raadt
2018-06-15invalidate supplemental group cache used by temporarily_use_uid()Damien Miller
2018-06-14Return from magic_test does not need to be copied because the callerNicholas Marriott
2018-06-13fix some formatting which groff was complaining about;Jason McIntyre
2018-06-13various tweaks;Jason McIntyre
2018-06-13Update AuthorizedKeysCommand example: only match ^sshPublicKey: lines.Reyk Floeter
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-12Use sizeof(char *) not sizeof(char **) when allocating an arrayTodd C. Miller
2018-06-11Fix some compiler warnings; from Thomas Adam.Nicholas Marriott
2018-06-10unbreak SendEnv; patch from tb@Damien Miller
2018-06-10delete support for the HTML style=height property, which is no longer usedIngo Schwarze
2018-06-10In HTML output, for lists that have an -indent argument, just useIngo Schwarze
2018-06-10When formatting man(7) documents that do not contain .SH macrosIngo Schwarze
2018-06-09Make it possible to resize multiple panes by dragging corners, from DanNicholas Marriott
2018-06-09sort previous;Jason McIntyre
2018-06-09slightly better wording re handing of $TERM, from Jakub JelenDamien Miller
2018-06-09add a SetEnv directive for sshd_config to allow an administrator toDamien Miller
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-06-09reorder child environment preparation so that variables read fromDamien Miller
2018-06-08Instead of working out which pane to resize with the mouse by walkingNicholas Marriott
2018-06-08Tweak previous - check for a NULL client and simplify manual text.Nicholas Marriott
2018-06-08Add -x- and -y- to use client size, from Stefan Assmann in GitHub issue 1372.Nicholas Marriott
2018-06-08Greatly simplify the resampling routine using the fact it processesAlexandre Ratchov
2018-06-08The conversion chain processes exactly one block, so no need toAlexandre Ratchov
2018-06-08fix incorrect expansion of %i in load_public_identity_files(); reported byDamien Miller
2018-06-08fix some over-long lines and __func__ up some debug messagesDamien Miller
2018-06-07add some EXIT STATUS sections; from matthew martinJason McIntyre
2018-06-07tweak previous;Jason McIntyre
2018-06-07some permitlisten fixes from markus@ that I missed in my insomnia-fueledDamien Miller
2018-06-07fix regression caused by recent permitlisten option commit:Damien Miller
2018-06-06switch config file parsing to getline(3) as this avoids static limitsMarkus Friedl
2018-06-06man bits for permitlisten authorized_keys optionDamien Miller
2018-06-06man bits for PermitListenDamien Miller
2018-06-06permitlisten option for authorized_keys; ok markus@Damien Miller
2018-06-06Add a PermitListen directive to control which server-side addressesDamien Miller
2018-06-04Zap unused mifi_t.kn
2018-06-04Zap unused sockaddr.kn
2018-06-03Increment the lines counter when skipping a line to avoid an infiniteNicholas Marriott
2018-06-03rock AND roll!Jason McIntyre
2018-06-01Avoid some unnecessary calls to strlen(3) in systat uvm.Alexander Bluhm
2018-06-01add missing punctuation after %i in ssh_config.5, and make the grammaticalJason McIntyre
2018-06-01update currency exchange rates;Jason McIntyre
2018-06-01oops - further adjustment to text neccessary;Jason McIntyre
2018-06-01%U needs to be escaped; tweak text;Jason McIntyre
2018-06-01Apply umask to all incoming files and directories not just files.Darren Tucker
2018-06-01whitespaceDamien Miller
2018-06-01make ssh_remote_ipaddr() capable of being called after the ssh->stateDamien Miller
2018-06-01return correct exit code when searching for and hashing known_hostsDamien Miller
2018-06-01make UID available as a %-expansion everywhere that the username isDamien Miller