Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-08 | tests: give each stunnel.conf file a unique name | Dan Fandrich | |
Otherwise, subsequent uses of stunnel overwrite the configuration file of previous invocations so they can no longer be inspected. | |||
2017-03-07 | gitignore: Ignore man page dist files | Steve Brokenshire | |
Ignore man page dist files generated by scripts/updatemanpages.pl | |||
2016-02-23 | tests/sshserver.pl: use RSA instead of DSA for host auth | Kamil Dudka | |
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 | |||
2015-08-18 | gitignore: Sort for readability | Jay Satiro | |
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | |||
2010-11-25 | ignore file generated by configure | Yang Tse | |
2010-04-14 | ignore files generated by 'maketgz' | Daniel Stenberg | |
2010-03-27 | ignore pid files and stunnel.conf | Daniel Stenberg | |
all used while running tests | |||
2010-03-23 | ignore more files generated when tests run in the source tree | Daniel Stenberg | |