Jim Browne

Results 5 issues of Jim Browne

distutils does not support `install_requires`. Per the advice [1] from the BFDL-Packaging and for compatibility with FPM [2] building from a git clone try distribute/setuptools before distutils. Perhaps this is...

Support for S3 encryption appeared in Boto 2.1.0; support for S3 reduced redundancy appeared in Boto 2.0. Sadly many Linux distributions still contain a pre-2.0 boto. It's better to proactively...

This builds on the patch from @notdavelane; I've needed to use regexps for excluding files rather than just simple substrings. Probably want to pull in the simplification from @victorpoluceno as...

There is no checking to ensure the -D and -S options are not supplied when ```check_tcp``` is invoked as ```check_ftp```. FTPS requires plaintext interaction before starting TLS and thus passing...

check_ftp

Per [the API docs](http://privacyidea.readthedocs.io/en/latest/modules/api/token.html) the `/token` API call is paged. It appears that the default page size might be 10, so for any system with more tokens than 10 a...