summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
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