summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2008-06-07Fix a memleak in secrets_fetch_afs_keyVolker Lendecke1-0/+2
2008-06-07Fix a memleak in secrets_fetch_trust_account_password_legacyVolker Lendecke1-0/+1
2008-06-07Fix a memleak in fetch_ldap_pwVolker Lendecke1-1/+2
2008-05-26Remove unused function is_trusted_domain_situation().Michael Adam1-6/+0
2008-05-26passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam1-1/+1
2008-05-26passdb: add comment explaining logic in get_trust_pw_clear().Michael Adam1-2/+16
2008-05-26passdb: in get_trust_pw_clear() correctly fail if trusted domains not supportedMichael Adam1-1/+5
2008-05-26Add function is_dc_trusted_domain_situation().Michael Adam1-3/+7
2008-05-23Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter1-3/+3
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty2-28/+59
2008-05-06Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke1-4/+6
2008-05-06Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke1-6/+6
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke1-8/+0
2008-04-15pdb_tdb: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher1-1/+3
2008-04-01Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke1-1/+4
2008-04-01Convert dbwrap_trans_store to NTSTATUSVolker Lendecke1-3/+6
2008-04-01pdb_tdb: use != 0 instead off == -1 for dbwrap functionsStefan Metzmacher1-1/+1
2008-04-01passdb: guard pdb_generate_sam_sid() with a transactionStefan Metzmacher1-2/+24
2008-04-01passdb/secrets: add secrets_db_ctx() to get the db_contextStefan Metzmacher1-0/+9
2008-03-27pdb_tdb: use db_open_trans()Stefan Metzmacher1-1/+1
2008-03-27pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistentStefan Metzmacher1-1/+1
2008-03-27passdb/secrets: use db_open_trans()Stefan Metzmacher1-1/+2
2008-03-27passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()Stefan Metzmacher1-1/+1
2008-03-17Coverity fixesMarc VanHeyningen2-6/+14
2008-03-17Convert pdb_tdb to use dbwrapVolker Lendecke1-318/+316
2008-03-14Fix bug 4901Volker Lendecke1-3/+8
2008-03-11Convert secrets.c to use dbwrapVolker Lendecke1-128/+93
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-31/+0
2008-03-10Convert secrets_lock_trust_account_password to tallocVolker Lendecke1-8/+24
2008-03-10Make use of talloc_asprintf_strupper_m in secrets.cVolker Lendecke1-37/+21
2008-03-10Avoid some pointless checksVolker Lendecke1-12/+0
2008-03-10Use talloc_tos() in secrets_initVolker Lendecke1-12/+5
2008-03-05Fix a memleak -- Coverity ID 222Volker Lendecke1-1/+2
2008-03-04Fix crash bug in pdb_init_ldapsam().Günther Deschner1-2/+2
2008-02-25Fix some warningsVolker Lendecke1-1/+4
2008-02-19Change ldap search filter. This function is also used to search machine accou...Karolin Seeger1-2/+2
2008-02-17Use netr_SamInfo3 in remaining places.Günther Deschner2-2/+2
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher1-2/+2
2008-02-12Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner1-0/+23
2008-02-11Change ldap search filter. This function is also used to search machine accou...Karolin Seeger1-1/+1
2008-02-09More paranoid checks for secrets_init() success.Günther Deschner1-13/+35
2008-02-08Fix typo.Karolin Seeger1-1/+1
2008-02-05Don't return true on talloc fail.Jeremy Allison1-0/+12
2008-02-04Fix valgrind errorsVolker Lendecke1-1/+17
2008-02-04Remove a staticVolker Lendecke1-4/+1
2008-01-25Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam1-0/+10
2008-01-25Add a debug message: show the sid lookup_sid() was called for.Michael Adam1-0/+2
2008-01-25Add a debug message to lookup_rids() printing the domain SID.Michael Adam1-0/+3
2008-01-12Fix CID 469. new_acct can't be NULL here.Jeremy Allison1-2/+1
2008-01-09Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam1-1/+1