summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-93/+78
2008-09-03Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce1-4/+38
2008-08-26Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison1-4/+4
2008-08-26Don't ask winbindd if we got a -ve cache entry.Jeremy Allison1-4/+38
2008-08-26Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce1-33/+63
2008-08-26Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison1-5/+17
2008-08-26Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...Jeremy Allison1-33/+51
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce1-78/+93
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell1-4/+5
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell2-3/+3
2008-07-29pdb_interface: Fix typo in debug message.Karolin Seeger1-1/+1
2008-07-24Add casts to uint32_t to match prototype for sid_append_rid().Jeremy Allison1-4/+4
2008-07-24Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison1-1/+1
2008-07-24pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra1-1/+1
2008-07-18Use LDAP macros instead of attribute names.Karolin Seeger1-20/+19
2008-07-14Fix typo.Karolin Seeger1-1/+1
2008-07-11Revert "Make use of sid_check_is_in_unix_users/groups"Volker Lendecke1-16/+11
2008-07-11Revert "Don't scream, better explain a bit in comments"Volker Lendecke1-8/+10
2008-07-11Revert "Remove an unused variable"Volker Lendecke1-0/+1
2008-07-10Fix some memleaks regarding trustdom passwordsVolker Lendecke1-3/+15
2008-07-10Fix some uninitialized variable references via ndr_printVolker Lendecke1-1/+3
2008-07-10Give a nice error message if trying to join with a non-privileged userVolker Lendecke1-1/+1
2008-07-03Remove an unused variableVolker Lendecke1-1/+0
2008-07-03Don't scream, better explain a bit in commentsVolker Lendecke1-10/+8
2008-07-03Make use of sid_check_is_in_unix_users/groupsVolker Lendecke1-11/+16
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