Age | Commit message (Expand) | Author |
2018-08-21 | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze |
2018-08-21 | Fix some issues found looking at groff_char(7): | Ingo Schwarze |
2018-08-19 | Disable one test for now that is broken after the addition of \). | Ingo Schwarze |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-08-10 | The script that cooks up PuTTY format host keys does not understand | Darren Tucker |
2018-07-16 | memleak in unittest; found by valgrind | Damien Miller |
2018-07-13 | make this use ssh_proxy rather than starting/stopping a daemon for | Damien Miller |
2018-07-13 | fix leaks in unit test; with this, all unit tests are leak free | Damien Miller |
2018-07-12 | fix Test 7.1 after main.c rev. 1.37; | Ingo Schwarze |
2018-07-11 | some regression tests for lam(1) including width measurements; | Ingo Schwarze |
2018-07-09 | catch up with compile.c rev. 1.48; while here, also add tests for | Ingo Schwarze |
2018-07-08 | Make readlink -f work in a POSIXly correct way. | Martijn van Duren |
2018-07-04 | deal with API rename: match_filter_list() => match_filter_blacklist() | Damien Miller |
2018-07-04 | exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, by | Damien Miller |
2018-07-03 | add a comment that could have saved me 45 minutes of wild goose chasing | Damien Miller |
2018-07-03 | some magic for RSA-SHA2 checks | Damien Miller |
2018-07-02 | One ampersand is enough to backgroud an process. OpenBSD doesn't seem | Darren Tucker |
2018-06-25 | Add a regression test for running jot without any arguments. | Theo Buehler |
2018-06-19 | test PermitListen with bare port numbers | Damien Miller |
2018-06-07 | test the correct configuration option name | Damien Miller |
2018-06-07 | permitlisten/PermitListen unit test from Markus | Damien Miller |
2018-06-06 | regress test for PermitOpen | Damien Miller |
2018-06-01 | Adapt to extra default verboisity from ssh-keygen when searching for | Damien Miller |
2018-05-31 | Silence compiler warnings in the K&R style test code. | Todd C. Miller |
2018-05-22 | Add TEST_SSH_FAIL_FATAL variable, to force all failures to instantly | Damien Miller |
2018-05-18 | don't think i had anything planned for whitespace-property-4; drop it | Jasper Lievisse Adriaanse |
2018-05-17 | add some more whitespace torture partly induced by aja@ | Jasper Lievisse Adriaanse |
2018-05-11 | Clean up comment. | Darren Tucker |
2018-04-10 | tweak usage() | Theo Buehler |
2018-04-10 | Two new low-level roff(7) features: | Ingo Schwarze |
2018-04-10 | more typos spotted by Karsten Weiss using codespell | Damien Miller |
2018-04-10 | make this a bit more portable-friendly | Damien Miller |
2018-04-09 | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze |
2018-04-09 | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze |
2018-04-06 | Add test for username options parsing order, prompted by bz#2849. | Darren Tucker |
2018-04-01 | Fix .CURDIR to run with obj directory. | Alexander Bluhm |
2018-03-30 | Fix overflow in list value parsing. | Tobias Stoeckmann |
2018-03-27 | Link apply into regress build. | Tobias Stoeckmann |
2018-03-27 | Fix possibly wrong execution of commands and out of boundary write with | Tobias Stoeckmann |
2018-03-19 | Add a -q (for quick) mode to apptest.sh, and use it by default. | Bob Beck |
2018-03-16 | Tell puttygen to use /dev/urandom instead of /dev/random. On OpenBSD they | Darren Tucker |
2018-03-14 | rename recently-added "valid-before" key restriction to "expiry-time" | Damien Miller |
2018-03-12 | check valid-before option in authorized_keys | Damien Miller |
2018-03-12 | explicitly specify RSA/SHA-2 keytype here too | Damien Miller |
2018-03-12 | exlicitly include RSA/SHA-2 keytypes in PubkeyAcceptedKeyTypes here | Damien Miller |
2018-03-04 | for the pty control tests, just check that the PTY path points to | Damien Miller |
2018-03-03 | unit tests for new authorized_keys options API | Damien Miller |
2018-03-02 | fix testing of pty option, include positive test and testing of | Damien Miller |
2018-03-02 | better testing for port-forwarding and restrict flags in | Damien Miller |