summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-7/+11
2008-01-07Add secrets_shutdown().Günther Deschner1-0/+13
2008-01-02Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>Jeremy Allison1-0/+4
2007-12-29Make pdb_tdb honour a private dir overridden in smb.conf.Michael Adam1-1/+1
2007-12-29passdb.tdb is located in the private directoryVolker Lendecke1-1/+2
2007-12-28Convert csamuser to memcacheVolker Lendecke1-27/+26
2007-12-26Remove the sampwent interfaceVolker Lendecke4-446/+1
2007-12-26smbpasswd_search_usersVolker Lendecke1-0/+114
2007-12-26Add tdbsam_search_usersVolker Lendecke1-0/+134
2007-12-23Convert the [gu]id_sid cache to memcacheVolker Lendecke1-134/+62
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+2
2007-12-19Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner1-44/+123
2007-12-18Prevent another segfault.Michael Adam1-1/+3
2007-12-17Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam1-1/+1
2007-12-17Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-13/+32
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke2-9/+9
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke2-6/+11
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-3/+4
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke9-84/+80
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-14/+16
2007-12-14Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher1-32/+13
2007-12-13Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam1-2/+1
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam1-16/+58
2007-12-13Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam1-13/+31
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-2/+14
2007-12-13Remove two unneeded functions.Michael Adam1-23/+0
2007-12-13Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam1-13/+32
2007-12-12Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam1-14/+14
2007-12-12Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-2/+2
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison1-1/+6
2007-11-27Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison1-2/+8
2007-11-27Use the proper boolean constants - the type has beenMichael Adam1-76/+76
2007-11-26Fix bug 5055Volker Lendecke1-1/+1
2007-11-26Improve debug messageVolker Lendecke1-1/+2