[Buildbot-commits] [buildbot/buildbot] d5ea94: Use libaprutils to support all htpasswd hash types...
GitHub
noreply at github.com
Fri Jul 6 00:53:54 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: d5ea94d8b6a16913f264c5560f858a83caff9844
https://github.com/buildbot/buildbot/commit/d5ea94d8b6a16913f264c5560f858a83caff9844
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-06-24 (Sun, 24 Jun 2012)
Changed paths:
M master/buildbot/status/web/auth.py
Log Message:
-----------
Use libaprutils to support all htpasswd hash types.
Use libarputils, throug ctypes, to check passwords in HTPasswdAuth if available.
Commit: 17d28072daab2de342e28c9c6e374843f5fb2033
https://github.com/buildbot/buildbot/commit/17d28072daab2de342e28c9c6e374843f5fb2033
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-06-24 (Sun, 24 Jun 2012)
Changed paths:
A master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py
Log Message:
-----------
Add a unit test for HTPasswdAuth.
Commit: e70f08a36b8218a592222b32a702084a6e3b1620
https://github.com/buildbot/buildbot/commit/e70f08a36b8218a592222b32a702084a6e3b1620
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-01 (Sun, 01 Jul 2012)
Changed paths:
M master/buildbot/status/web/auth.py
Log Message:
-----------
Use ctypes.util.find_library to resolve library name.
Commit: 3480fbfffc3b01982825f43430ea79b1eb6ebaf8
https://github.com/buildbot/buildbot/commit/3480fbfffc3b01982825f43430ea79b1eb6ebaf8
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-01 (Sun, 01 Jul 2012)
Changed paths:
M master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py
Log Message:
-----------
Skip instead of hide md5 and sha tests if libaprutil is missing.
Commit: 6451eb1f1961eb7d2112b3c9f95b07bc19840abe
https://github.com/buildbot/buildbot/commit/6451eb1f1961eb7d2112b3c9f95b07bc19840abe
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-01 (Sun, 01 Jul 2012)
Changed paths:
M master/buildbot/status/web/auth.py
A master/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.py
M master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py
Log Message:
-----------
Move libaprutil password checking to an new subclass
Commit: 97f4cd2f51136cc5c4d2c0efe2a93bd9a757b74b
https://github.com/buildbot/buildbot/commit/97f4cd2f51136cc5c4d2c0efe2a93bd9a757b74b
Author: Marius Rieder <marius.rieder at durchmesser.ch>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
M master/docs/manual/cfg-statustargets.rst
M master/docs/release-notes.rst
Log Message:
-----------
Add some test to doc and release-notes about HTPasswdAprAuth.
Commit: 1d5f2075101153f4af819ea4686a5d2642372bae
https://github.com/buildbot/buildbot/commit/1d5f2075101153f4af819ea4686a5d2642372bae
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
M master/buildbot/status/web/auth.py
A master/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.py
A master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py
M master/docs/manual/cfg-statustargets.rst
M master/docs/release-notes.rst
Log Message:
-----------
Merge branch 'htpasswd_apr' of git://github.com/jiuka/buildbot
* 'htpasswd_apr' of git://github.com/jiuka/buildbot:
Add some test to doc and release-notes about HTPasswdAprAuth.
Move libaprutil password checking to an new subclass
Skip instead of hide md5 and sha tests if libaprutil is missing.
Use ctypes.util.find_library to resolve library name.
Add a unit test for HTPasswdAuth.
Use libaprutils to support all htpasswd hash types.
Conflicts:
master/docs/release-notes.rst
Commit: 707bd46ed6a76f00c507eb10dd2c1fb3fcbc7ac4
https://github.com/buildbot/buildbot/commit/707bd46ed6a76f00c507eb10dd2c1fb3fcbc7ac4
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-07-05 (Thu, 05 Jul 2012)
Changed paths:
M master/buildbot/status/web/auth.py
Log Message:
-----------
tabs to spaces
Compare: https://github.com/buildbot/buildbot/compare/5aee01d01da1...707bd46ed6a7
More information about the Commits
mailing list