summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* s3:passdb: store the plain nt passwords hashes in history, not salted md5Michael Adam2010-01-071-5/+10
* s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymoreVolker Lendecke2010-01-071-24/+19
* s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked aboveVolker Lendecke2010-01-071-2/+4
* s3: Add a paranoia check to pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-0/+5
* s3: Simplify pdb_set_plaintext_passwd() by removing a redundant conditionVolker Lendecke2010-01-071-22/+11
* s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytesVolker Lendecke2010-01-071-5/+2
* s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_arrayVolker Lendecke2010-01-071-5/+2
* s3: Make use of talloc_array in pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-2/+3
* s3: Simplify pdb_set_plaintext_passwd() a bitVolker Lendecke2010-01-071-66/+63
* s3: Simplify pdb_set_plaintext_passwd() slightlyVolker Lendecke2010-01-071-56/+83
* s3:pdb_set_pw_history: free the old history before setting the new.Michael Adam2010-01-071-0/+1
* s3:pdb_ldap:init_sam_from_ldap: untangle an assignment from the checkMichael Adam2010-01-071-3/+3
* s3: "startsmbfilepwent" only looks at the inode -- is that enough?Volker Lendecke2009-11-291-4/+2
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-2/+4
* s3:pdb_ldap: fix a comment typoMichael Adam2009-11-191-1/+1
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2009-11-191-0/+75
* s3:passdb: remove the uid_to_rid method - we only need uid_to_sidMichael Adam2009-11-143-39/+1
* s3:pdb_default_uid_to_sid: fix some debug statements.Michael Adam2009-11-141-3/+3
* s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()Michael Adam2009-11-131-0/+2
* s3:smbd: make idmap cache persistent for "ldapsam:trusted".Michael Adam2009-11-131-0/+4
* Fix large paged searchVolker Lendecke2009-11-131-0/+1
* s3: Remove debug_ctx()Volker Lendecke2009-11-031-28/+28
* s3:ldap: don't search when no values where foundBjörn Jacke2009-11-021-1/+1
* ѕ3:ldap: search for account policies in objectclass sambaDomain, not *Björn Jacke2009-10-311-1/+6
* s3-secrets: use autogenerated code for TRUSTED_DOM_PASS struct parsing from a...Günther Deschner2009-10-291-220/+36
* s3-passdb: move open_schannel_session_store() to passdb/secrets_schannel.c.Günther Deschner2009-10-282-63/+63
* s3-passdb: add secrets_delete_generic().Günther Deschner2009-10-281-0/+16
* s3-pdb_ldap: fix crash bug in ldapsam_set_trusteddom_pw().Günther Deschner2009-10-201-2/+2
* s3-lsa: Allow to lookup 'NT AUTHORITY\Anonymous Logon' as well.Günther Deschner2009-10-201-0/+1
* s3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames.Günther Deschner2009-10-201-0/+8
* Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison2009-10-151-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2009-10-131-5/+5
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-132-7/+10
* s3:secrets_schannel: revert to using version 1Stefan Metzmacher2009-09-211-3/+9
* s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user.Günther Deschner2009-09-021-0/+46
* s3-schannel: remove remaining code that was using "struct dcinfo".Günther Deschner2009-08-271-167/+0
* s3-schannel: upgrade old format schannel_store.tdb.Günther Deschner2009-08-271-4/+9
* s3-schannel: add simple wrappers to fetch and store schannel auth info.Günther Deschner2009-08-272-0/+69
* s3-schannel: make open_schannel_session_store() public.Günther Deschner2009-08-271-1/+1
* s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent.Günther Deschner2009-08-031-0/+7
* Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSSVolker Lendecke2009-07-311-4/+8
* s3:passdb: use transaction_wrapped write in tdbsam_new_rid()Michael Adam2009-07-291-1/+2
* s3:secrets: use transaction wrapped store in get rand seed.Michael Adam2009-07-291-2/+2
* s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.Michael Adam2009-07-291-3/+5
* Fix Coverity CIDs 887, 888. Don't pass NULL's to functionsJeremy Allison2009-07-171-4/+3
* s3-passdb: fix wbc build warning.Günther Deschner2009-07-141-2/+2
* Fix bug 5886Volker Lendecke2009-07-141-8/+26
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-145-42/+46
* s3-pdb_ads: set correct pdb field with the value from 'accountExpires' attrib...Günther Deschner2009-07-131-1/+1
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-3/+3