summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/password_hash.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-06s4:password_hash LDB module - adapt the module to the new "ldb_msg_remove_att...Matthias Dieter Wallnöfer1-17/+6
2010-05-18s3: Fix some more iconv convenience usages.Jelmer Vernooij1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-12/+2
2010-05-11Revert "s4:password_hash LDB module - don't break the provision"Stefan Metzmacher1-3/+0
2010-05-11Revert "s4:password hash LDB module - check that password hashes are != NULL ...Stefan Metzmacher1-10/+6
2010-05-11s4:dsdb/password_hash: only try to handle a hash in the unicodePwd field if i...Stefan Metzmacher1-2/+2
2010-05-10s4:password_hash LDB module - we might not have a cleartext password at allMatthias Dieter Wallnöfer1-26/+29
2010-05-10s4:password_hash LDB module - quiet a warningMatthias Dieter Wallnöfer1-1/+1
2010-05-10s4:password hash LDB module - check that password hashes are != NULL before c...Matthias Dieter Wallnöfer1-6/+10
2010-05-10s4:password_hash LDB module - don't break the provisionMatthias Dieter Wallnöfer1-0/+3
2010-05-10s4:password_hash - Implement password restrictionsStefan Metzmacher1-0/+195
2010-05-10s4:password_hash - Rework to handle password changesMatthias Dieter Wallnöfer1-138/+450
2010-05-10s4:password_hash - Rework unique value checksMatthias Dieter Wallnöfer1-49/+71
2010-05-10s4:password_hash - Various (mostly cosmetic) preworkMatthias Dieter Wallnöfer1-176/+240
2010-05-09dsdb/password_hash: remove usage of msDs-KeyVersionNumberStefan Metzmacher1-37/+1
2010-05-04s4/rodc: Fix the callbacks up the stack to handle referrals on modify requestsAnatoliy Atanasov1-0/+10
2010-02-21s4:password_hash - Fix up request message pointersMatthias Dieter Wallnöfer1-7/+7
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-2/+2
2009-12-18s4-dsdb: return an error if samAccountName is not specified when creating a u...Brendan Powers1-0/+7
2009-12-09s4-dsdb: added dsdb_functional_level() helper functionAndrew Tridgell1-5/+1
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-5/+5
2009-11-02s4:dsdb - Removed redundant domain SID filter.Endi S. Dewata1-29/+1
2009-10-19s4:password_hash LDB module - substitute "lp_workgroup" with "lp_sam_name"Matthias Dieter Wallnöfer1-1/+1
2009-10-14s4:password_hash - load the domain parameters from the "loadparm context"Matthias Dieter Wallnöfer1-42/+11
2009-10-12s4:provision Remove all references to samba4LocalDomainAndrew Bartlett1-1/+1
2009-09-22s4-ldb: added a bunch more debug for DC joinAndrew Tridgell1-0/+5
2009-09-21s4:kerberos Fix the salt to match Windows 2008.Andrew Bartlett1-1/+1
2009-09-17s4/domain behaviour flags: Fix them up in various locationsMatthias Dieter Wallnöfer1-1/+2
2009-07-19[SAMBA 4] Some cosmetic changes for the LDB modulesMatthias Dieter Wallnöfer1-6/+7
2009-07-16s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett1-3/+4
2009-07-13libds: share UF_ flags between samba3 and 4.Günther Deschner1-1/+1
2009-07-09s4:dsdb Allow unicodePwd to be set when adding a userAndrew Bartlett1-85/+84
2009-03-16s4:password_hash Only store the LM hash if 'lanman auth = yes'Andrew Bartlett1-1/+2
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-10/+7
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-3/+3
2009-02-10added a workaround to the handling of unicodePwd for Win7-betaAndrew Tridgell1-1/+30
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-117/+159
2008-12-05s4:password_hash: really catch the clearTextPasswordAttr case...Stefan Metzmacher1-1/+1
2008-10-31use the new CH_UTF16_MUNGED charset for utf16 password buffersAndrew Tridgell1-1/+1
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-3/+3
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij1-4/+2
2008-10-16Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett1-63/+132
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-445/+286
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-07-24password_hash: fix the callers after drsblobs.idl changesStefan Metzmacher1-33/+41
2008-07-23password_hash: add generation of the Primary:Kerberos-Newer-Keys blobStefan Metzmacher1-3/+216
2008-07-23password_hash: order the supplementalCredentials Packages in the same order l...Stefan Metzmacher1-13/+55
2008-07-23password_hash: split the generation of krb5 keys into a different functionStefan Metzmacher1-92/+69
2008-07-23password_hash: simplify the logic if we have cleartext we always generate the...Stefan Metzmacher1-2/+2
2008-07-23password_hash: fix callers after idl change for package_PrimaryKerberosStefan Metzmacher1-7/+0