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