Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: give each stunnel.conf file a unique name | Dan Fandrich | 2017-05-08 | 1 | -1/+2 |
| | | | | | Otherwise, subsequent uses of stunnel overwrite the configuration file of previous invocations so they can no longer be inspected. | ||||
* | gitignore: Ignore man page dist files | Steve Brokenshire | 2017-03-07 | 1 | -0/+1 |
| | | | | Ignore man page dist files generated by scripts/updatemanpages.pl | ||||
* | tests/sshserver.pl: use RSA instead of DSA for host auth | Kamil Dudka | 2016-02-23 | 1 | -2/+2 |
| | | | | | | | | | | DSA is no longer supported by OpenSSH 7.0, which causes all SCP/SFTP test cases to be skipped. Using RSA for host authentication works with both old and new versions of OpenSSH. Reported-by: Karlson2k Closes #676 | ||||
* | gitignore: Sort for readability | Jay Satiro | 2015-08-18 | 1 | -4/+4 |
| | | | | find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | ||||
* | ignore file generated by configure | Yang Tse | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | ignore files generated by 'maketgz' | Daniel Stenberg | 2010-04-14 | 1 | -0/+4 |
| | |||||
* | ignore pid files and stunnel.conf | Daniel Stenberg | 2010-03-27 | 1 | -0/+2 |
| | | | | all used while running tests | ||||
* | ignore more files generated when tests run in the source tree | Daniel Stenberg | 2010-03-23 | 1 | -0/+10 |