aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2016-01-24Use thread-specific storage for crypt_r data.varnish-4.0Sergey Poznyakoff2
* src/vmod_basicauth.c (thread_once, thread_key): New statics. (init_function): Initialize thread_once. (getpriv): New function. (crypt_match): Take two parameters. Retrieve crypt_r data from the thread-specific storage. (plain_match, apr_match, sha1_match): Remove the pd parameter. (match): Likewise. (vmod_match): Change declaration. * src/vmod_basicauth.vcc (match): Remove PRIV_VCL.
2016-01-09Bugfix.Michael Kaminski1
* src/vmod_basicauth.c (match): Fix length computation.
2015-01-30Update manpageSergey Poznyakoff1
2014-11-13Update version number in manpagerelease-1.3Sergey Poznyakoff1
2014-11-13Update configure.acSergey Poznyakoff1
2014-11-13Version 1.3Sergey Poznyakoff1
2014-11-10Update manpageSergey Poznyakoff1
2014-11-01Report version of varnish at the end of configureSergey Poznyakoff1
2014-11-01Add missing copyright headersSergey Poznyakoff7
2014-11-01Update copyright yearsSergey Poznyakoff8
2014-11-01Support for VCL 4.0Sergey Poznyakoff6
* NEWS: Update. * configure.ac: Version 1.2.90 Detect varnish version. * src/.gitignore: Update. * src/Makefile.am: Always build vcc_if.c and vcc_if.h, don't include them in the distribution. (.vcc.vcc3): New implicit rule for VCL 3.0 * src/vmod_basicauth.c: Include config.h. Define varnish datatypes depending on the value of VARNISHVERSION. (vmod_match): Change declaration. * src/vmod_basicauth.vcc: Rewrite.
2013-10-19Raise version number in the docs.Sergey Poznyakoff1
2013-10-19Version 1.2release-1.2Sergey Poznyakoff2
2013-10-19Get rid of the --with-vmod-dir option.Sergey Poznyakoff3
* Makefile.am: Add default options for distcheck. * configure.ac: Remove --with-vmod-dir, default to the standard Varnish module location, Provide the --without-vmoddir option for use in distcheck. * README: Update.
2013-07-29Use EX/EE for examples in the manpage.Sergey Poznyakoff1
2013-07-26Update docs. Fix project name discrepancies.Sergey Poznyakoff7
* src/vmod_basicauth.3: Include vmod-basicauth.3 * src/vmod-basicauth.3: New file. * configure.ac: Update * src/Makefile.am: Update * src/vmod_basicauth.c: Update
2013-07-18Fix MakefileSergey Poznyakoff1
* src/Makefile.am: Add BUILT_SOURCES
2013-07-09Version 1.1release-1.1Sergey Poznyakoff2
* NEWS: Update. * configure.ac: Update.
2013-07-08Implement SHA1 passwords.Sergey Poznyakoff9
* src/sha1.c: New file. * src/sha1.h: New file. * src/Makefile.am: Add new files. * src/vmod_basicauth.c (base64_decode): Fix bound checking. (sha1_match): New function. (match_tab): Add SHA1 method. * tests/test03.vtc: New test. * tests/Makefile.am: Add new file. * tests/htpasswd: Add SHA1 password. * README: Update. * src/vmod_basicauth.3: Update.
2013-07-08Initial commitSergey Poznyakoff21

Return to:

Send suggestions and report system problems to the System administrator.