summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Coverity fixesMarc VanHeyningen2008-03-172-6/+14
* Convert pdb_tdb to use dbwrapVolker Lendecke2008-03-171-318/+316
* Fix bug 4901Volker Lendecke2008-03-141-3/+8
* Convert secrets.c to use dbwrapVolker Lendecke2008-03-111-128/+93
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-31/+0
* Convert secrets_lock_trust_account_password to tallocVolker Lendecke2008-03-101-8/+24
* Make use of talloc_asprintf_strupper_m in secrets.cVolker Lendecke2008-03-101-37/+21
* Avoid some pointless checksVolker Lendecke2008-03-101-12/+0
* Use talloc_tos() in secrets_initVolker Lendecke2008-03-101-12/+5
* Fix a memleak -- Coverity ID 222Volker Lendecke2008-03-051-1/+2
* Fix crash bug in pdb_init_ldapsam().Günther Deschner2008-03-041-2/+2
* Fix some warningsVolker Lendecke2008-02-251-1/+4
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-191-2/+2
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-172-2/+2
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-2/+2
* Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner2008-02-121-0/+23
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-111-1/+1
* More paranoid checks for secrets_init() success.Günther Deschner2008-02-091-13/+35
* Fix typo.Karolin Seeger2008-02-081-1/+1
* Don't return true on talloc fail.Jeremy Allison2008-02-051-0/+12
* Fix valgrind errorsVolker Lendecke2008-02-041-1/+17
* Remove a staticVolker Lendecke2008-02-041-4/+1
* Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam2008-01-251-0/+10
* Add a debug message: show the sid lookup_sid() was called for.Michael Adam2008-01-251-0/+2
* Add a debug message to lookup_rids() printing the domain SID.Michael Adam2008-01-251-0/+3
* Fix CID 469. new_acct can't be NULL here.Jeremy Allison2008-01-121-2/+1
* Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam2008-01-091-1/+1
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-7/+11
* Add secrets_shutdown().Günther Deschner2008-01-071-0/+13
* Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>Jeremy Allison2008-01-021-0/+4
* Make pdb_tdb honour a private dir overridden in smb.conf.Michael Adam2007-12-291-1/+1
* passdb.tdb is located in the private directoryVolker Lendecke2007-12-291-1/+2
* Convert csamuser to memcacheVolker Lendecke2007-12-281-27/+26
* Remove the sampwent interfaceVolker Lendecke2007-12-264-446/+1
* smbpasswd_search_usersVolker Lendecke2007-12-261-0/+114
* Add tdbsam_search_usersVolker Lendecke2007-12-261-0/+134
* Convert the [gu]id_sid cache to memcacheVolker Lendecke2007-12-231-134/+62
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+2
* Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner2007-12-191-44/+123
* Prevent another segfault.Michael Adam2007-12-181-1/+3
* Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam2007-12-171-1/+1
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-171-13/+32
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-152-9/+9
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-152-6/+11
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-159-84/+80
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-14/+16
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2007-12-141-32/+13
* Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam2007-12-131-2/+1
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+2