[IMP] incorrect wording
[odoo/odoo.git] / addons / base_crypt / crypt.py
2011-10-18 Kuldeep Joshi (Ope... [FIX] base_encrypt: unicode convert to utf-8
2011-07-05 Olivier Dony[IMP] removed remaining method=True params from fields...
2011-05-02 P. Christeasbase_crypt: fix exception, respect res.users active...
2011-04-28 Olivier Dony[FIX] base_crypt: double-check to prevent blank passwords
2011-01-14 qdp-launchpad@tiny... [MERGE] merged the dev3 branch
2011-01-13 Sbh (OpenERP)[Fix]base_crypt: Fix
2011-01-13 Sbh (OpenERP)[MERGE] Merge xrg branch for lp:700682
2011-01-12 Olivier Dony[FIX] base_crypt: use hashlib.md5 instead of md5.md5...
2011-01-12 Julien Thewys[FIX] do not encrypt empty password
2011-01-12 Julien Thewys[REF] cosmetic
2010-12-30 Sbh (OpenERP)[Fix] Fix buildbot warning
2010-12-28 Vo Minh Thu[IMP] base_crypt: the salt cache is on the per db res...
2010-12-28 P. Christeasbase_crypt: improve. close cursors, use hashlib, update...
2010-12-28 P. ChristeasMerge remote branch 'rebzr/vmt-base-crypt' into tmp...
2010-12-28 P. Christeasbase_crypt: small changes, rearrange, to help merging...
2010-12-28 P. Christeasbase_crypt: Fix login(), close the cursor.
2010-12-28 P. ChristeasBase_crypt: fix the login algorithm.
2010-12-28 P. ChristeasBase crypt: adapt to new server API
2010-12-28 P. ChristeasBase crypt: fix, again. We must raise Exc. not return.
2010-12-28 P. ChristeasBase_crypt: fix password check, again.
2010-12-28 P. ChristeasBase_crypt: adapt to security fix of server
2010-12-28 P. ChristeasBase_crypt: only use latin letters, not intl ones.
2010-12-28 P. Christeasbase_crypt: write query with %s
2010-12-27 Vo Minh Thu[IMP] base_crypt: caches are per db.
2010-12-27 Vo Minh Thu[IMP] base_crypt: make sure to also clear the salt...
2010-12-26 Vo Minh Thu[IMP] base_crypt: use the uid_cache and only the login...
2010-12-23 Vo Minh Thu[IMP] base_crypt: encrypting all passwords at the first...
2010-12-23 Vo Minh Thu[IMP] base_crypt: uses the existing password column...
2010-12-22 Vo Minh Thu[IMP] base_crypt: access, login, and check are now...
2010-07-06 ksa (Open ERP)[IMP]:Remove print statement
2009-11-25 Mantavya Gajjar[MERGE]: merging from same branch
2008-06-11 Husen DaudiImprove code to check cache (reference: HMO)
2008-05-29 Husen DaudiAdd copyrights
2008-05-28 Husen DaudiModule for password encryption.