<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git/docs, branch release-1.5</title>
<subtitle>foss.heptapod.net: python-libs/passlib
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/'/>
<entry>
<title>minor documentation updates</title>
<updated>2011-10-08T02:09:36+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-10-08T02:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=6e09e917ca0aef4002ed2744dd094360c3caa970'/>
<id>6e09e917ca0aef4002ed2744dd094360c3caa970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bcrypt padding work:</title>
<updated>2011-10-08T01:39:00+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-10-08T01:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=aa5a479ebd92022691fe5ca933bedc2c81e7773c'/>
<id>aa5a479ebd92022691fe5ca933bedc2c81e7773c</id>
<content type='text'>
* added changelog entry re: issue &amp; fix
* bcrypt now warns about padding bits in digest as well
* bcrypt.normhash() now normalizes salt padding bits, digest padding bits, and rounds zero-padding
* hash_needs_update() will now flag unclean bcrypt hashes as needing an update
* UTs for hash_needs_update(), and digest padding bit handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added changelog entry re: issue &amp; fix
* bcrypt now warns about padding bits in digest as well
* bcrypt.normhash() now normalizes salt padding bits, digest padding bits, and rounds zero-padding
* hash_needs_update() will now flag unclean bcrypt hashes as needing an update
* UTs for hash_needs_update(), and digest padding bit handling
</pre>
</div>
</content>
</entry>
<entry>
<title>updated docs for md5-crypt, django hashes, and django plugin; added django plugin to setup</title>
<updated>2011-09-20T01:23:28+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-09-20T01:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=73b0791ac11e3e198ffc3a62ae87c35e0aee15cb'/>
<id>73b0791ac11e3e198ffc3a62ae87c35e0aee15cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improvements to passlib.ext.django</title>
<updated>2011-09-14T18:42:39+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-09-14T18:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=f21eb07e034690520afc8e844d91b14314f31a7e'/>
<id>f21eb07e034690520afc8e844d91b14314f31a7e</id>
<content type='text'>
even though it hasn't been officially documented,
some people are using it, so...

major
-----
* DEFAULT_CTX now uses SHA512-Crypt instead of PBKDF2-HMAC-SHA256,
  this should be natively supported on a larger number of platforms.

* added full unittest suite for passlib.ext.django:
  	- checks monkeypatch implementation
	- checks full plugin behavior
	- STOCK_CTX is compared against official Django behavior

minor
-----
* ``set_django_password_context()`` now patches ``django.contrib.auth.models.check_password()``
  as well as User methods.

* now exposes active context as ``User.password_context`` when patch is enabled.

* replacement ``User.check_password`` now handles None and unusable passwords explicitly,
  even if context doesn't include support for django_disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even though it hasn't been officially documented,
some people are using it, so...

major
-----
* DEFAULT_CTX now uses SHA512-Crypt instead of PBKDF2-HMAC-SHA256,
  this should be natively supported on a larger number of platforms.

* added full unittest suite for passlib.ext.django:
  	- checks monkeypatch implementation
	- checks full plugin behavior
	- STOCK_CTX is compared against official Django behavior

minor
-----
* ``set_django_password_context()`` now patches ``django.contrib.auth.models.check_password()``
  as well as User methods.

* now exposes active context as ``User.password_context`` when patch is enabled.

* replacement ``User.check_password`` now handles None and unusable passwords explicitly,
  even if context doesn't include support for django_disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>added documentation for verify_and_update</title>
<updated>2011-09-14T18:10:08+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-09-14T18:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=1f1f24734c98c517f5d325132f085a5fc7555ac4'/>
<id>1f1f24734c98c517f5d325132f085a5fc7555ac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small corrections to documentation</title>
<updated>2011-08-19T18:37:15+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-19T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=00df5078b8760575321b91fdc878d0c9a04d6c12'/>
<id>00df5078b8760575321b91fdc878d0c9a04d6c12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>traditional post-release tweaks to documentation</title>
<updated>2011-08-17T23:31:35+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-17T23:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=257bf008f87fffa1aaf9e575a4e7e81ca6751e60'/>
<id>257bf008f87fffa1aaf9e575a4e7e81ca6751e60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>note about GAE</title>
<updated>2011-08-17T17:16:36+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-17T17:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=707b67f5467bcccbe5f0f33e033df724a57b2afe'/>
<id>707b67f5467bcccbe5f0f33e033df724a57b2afe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation building should now be done through 'setup.py build_sphinx';</title>
<updated>2011-08-17T15:53:43+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-17T15:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=34baa52786c19344c29d3a9e20d2348bf280c729'/>
<id>34baa52786c19344c29d3a9e20d2348bf280c729</id>
<content type='text'>
changed instructions accordingly;
also added 'docdist' setup command to build doc zip files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed instructions accordingly;
also added 'docdist' setup command to build doc zip files
</pre>
</div>
</content>
</entry>
<entry>
<title>tweaked fshp documentation</title>
<updated>2011-07-27T16:04:56+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-07-27T16:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=fb0750de1f7b52adb0dc0aa7227300d358a69108'/>
<id>fb0750de1f7b52adb0dc0aa7227300d358a69108</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
