summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Use GUID_random.Jelmer Vernooij2008-10-141-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-3/+3
* Store a local schannel key in secrets.tdbVolker Lendecke2008-10-061-0/+25
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-031-93/+78
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-09-031-4/+38
|\
| * Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison2008-08-261-4/+4
| * Don't ask winbindd if we got a -ve cache entry.Jeremy Allison2008-08-261-4/+38
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-08-261-33/+63
|\|
| * Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison2008-08-261-5/+17
| * Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...Jeremy Allison2008-08-261-33/+51
* | Split lookup_name() and create a new functiong calledSimo Sorce2008-08-171-78/+93
|/
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-4/+5
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-132-3/+3
* pdb_interface: Fix typo in debug message.Karolin Seeger2008-07-291-1/+1
* Add casts to uint32_t to match prototype for sid_append_rid().Jeremy Allison2008-07-241-4/+4
* Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison2008-07-241-1/+1
* pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra2008-07-241-1/+1
* Use LDAP macros instead of attribute names.Karolin Seeger2008-07-181-20/+19
* Fix typo.Karolin Seeger2008-07-141-1/+1
* Revert "Make use of sid_check_is_in_unix_users/groups"Volker Lendecke2008-07-111-16/+11
* Revert "Don't scream, better explain a bit in comments"Volker Lendecke2008-07-111-8/+10
* Revert "Remove an unused variable"Volker Lendecke2008-07-111-0/+1
* Fix some memleaks regarding trustdom passwordsVolker Lendecke2008-07-101-3/+15
* Fix some uninitialized variable references via ndr_printVolker Lendecke2008-07-101-1/+3
* Give a nice error message if trying to join with a non-privileged userVolker Lendecke2008-07-101-1/+1
* Remove an unused variableVolker Lendecke2008-07-031-1/+0
* Don't scream, better explain a bit in commentsVolker Lendecke2008-07-031-10/+8
* Make use of sid_check_is_in_unix_users/groupsVolker Lendecke2008-07-031-11/+16
* Fix a memleak in secrets_fetch_afs_keyVolker Lendecke2008-06-071-0/+2
* Fix a memleak in secrets_fetch_trust_account_password_legacyVolker Lendecke2008-06-071-0/+1
* Fix a memleak in fetch_ldap_pwVolker Lendecke2008-06-071-1/+2
* Remove unused function is_trusted_domain_situation().Michael Adam2008-05-261-6/+0
* passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam2008-05-261-1/+1
* passdb: add comment explaining logic in get_trust_pw_clear().Michael Adam2008-05-261-2/+16
* passdb: in get_trust_pw_clear() correctly fail if trusted domains not supportedMichael Adam2008-05-261-1/+5
* Add function is_dc_trusted_domain_situation().Michael Adam2008-05-261-3/+7
* 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