summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-231-3/+3
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-202-28/+59
* Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke2008-05-061-4/+6
* Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke2008-05-061-6/+6
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-051-8/+0
* pdb_tdb: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher2008-04-151-1/+3
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-011-1/+4
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-011-3/+6
* pdb_tdb: use != 0 instead off == -1 for dbwrap functionsStefan Metzmacher2008-04-011-1/+1
* passdb: guard pdb_generate_sam_sid() with a transactionStefan Metzmacher2008-04-011-2/+24
* passdb/secrets: add secrets_db_ctx() to get the db_contextStefan Metzmacher2008-04-011-0/+9
* pdb_tdb: use db_open_trans()Stefan Metzmacher2008-03-271-1/+1
* pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistentStefan Metzmacher2008-03-271-1/+1
* passdb/secrets: use db_open_trans()Stefan Metzmacher2008-03-271-1/+2
* passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()Stefan Metzmacher2008-03-271-1/+1
* 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