Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r17617: Take Andrew Bartletts excellent advice and don't store | Jeremy Allison | 1 | -2/+3 | |
the nt hash directly in the winbindd cache, store a salted version (MD5 of salt + nt_hash). This is what we do in the LDAP password history code. We store this salted cache entry under the same name as an old entry (CRED/<sid>) but detect it on read by checking if there are 17 bytes of data after the first stored hash (1 byte len, 16 bytes hash). GD PLEASE CHECK. Jeremy. (This used to be commit 89d0163a97edaa46049406ea3e2152bee4e0d1b2) | |||||
2007-10-10 | r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit 24afdda2ae7626b8c0b378d158ede391924d1274) | |||||
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -0/+162 | |
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f) |