<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git/passlib/apps.py, branch scram-dev</title>
<subtitle>foss.heptapod.net: python-libs/passlib
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/'/>
<entry>
<title>minor doc changes</title>
<updated>2012-01-02T19:19:38+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-01-02T19:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=3b56bcca1021a069507e37caa9f74aceba8e1dd7'/>
<id>3b56bcca1021a069507e37caa9f74aceba8e1dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CryptContext can now run passwords through SASLPrep via "passprep" options [issue 24]</title>
<updated>2012-01-02T19:18:30+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-01-02T19:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=b6b686f395ce9ea9ec0b56c9d5534d1e68409a1d'/>
<id>b6b686f395ce9ea9ec0b56c9d5534d1e68409a1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved sys_bits to compat, added exc_err, removed utils.py32_lang</title>
<updated>2011-12-06T18:25:28+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-12-06T18:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=2ed819dca974d6f9feb479381f1e827d718a4fcc'/>
<id>2ed819dca974d6f9feb479381f1e827d718a4fcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>phpass_context now imports bcrypt hash only if phpass_context is used</title>
<updated>2011-08-12T21:58:09+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-12T21:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=681ac2f011b86ea9fc26d77b5405b3378e6db7fd'/>
<id>681ac2f011b86ea9fc26d77b5405b3378e6db7fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed min_verify_time setting from custom_app_context,</title>
<updated>2011-08-11T01:34:46+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-11T01:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=468c0e661c89f5c5e198ea00d14c73812b35fa0f'/>
<id>468c0e661c89f5c5e198ea00d14c73812b35fa0f</id>
<content type='text'>
min_verify_time is too host &amp; load dependant to be hardcoded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
min_verify_time is too host &amp; load dependant to be hardcoded.
</pre>
</div>
</content>
</entry>
<entry>
<title>added documentation for Django hashes &amp; context</title>
<updated>2011-07-11T03:22:43+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-07-11T03:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=b21513912078f9489875c079f42092ec4e93b1fe'/>
<id>b21513912078f9489875c079f42092ec4e93b1fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>django work</title>
<updated>2011-07-01T02:11:37+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-07-01T02:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=fa2099ff2b1e0adb6b0d3b262d51d3d3f4cba364'/>
<id>fa2099ff2b1e0adb6b0d3b262d51d3d3f4cba364</id>
<content type='text'>
* django hashes cleaned up, UTs added
* added passlib.apps.django_context for reading existing django hashes
* added experimental django plugin "passlib.ext.django" which monkeypatches django to use pbkdf2_sha256 (and many other features)
* not listing in changelog or documenting just yet, needs more testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* django hashes cleaned up, UTs added
* added passlib.apps.django_context for reading existing django hashes
* added experimental django plugin "passlib.ext.django" which monkeypatches django to use pbkdf2_sha256 (and many other features)
* not listing in changelog or documenting just yet, needs more testing
</pre>
</div>
</content>
</entry>
<entry>
<title>PHPass now prefers portable hash over bsdi-crypt</title>
<updated>2011-06-22T21:36:15+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-06-22T21:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=b1a5216d2e9cbf46f5f4500c0a8f9489f3b6d24e'/>
<id>b1a5216d2e9cbf46f5f4500c0a8f9489f3b6d24e</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 stray load of bcrypt hash - should add UTs to check passlib.apps &amp; passlib.hosts to detect any more of these</title>
<updated>2011-05-09T16:02:56+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-05-09T16:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=f11e2725199e3073ad381e166f560de5e4f2152a'/>
<id>f11e2725199e3073ad381e166f560de5e4f2152a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set roundup15_context to deprecate older schemes</title>
<updated>2011-05-04T17:59:33+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-05-04T17:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=dc971a995b4d57416249fe81bb7c61bd9996a327'/>
<id>dc971a995b4d57416249fe81bb7c61bd9996a327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
