summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* Fix some warningsVolker Lendecke2008-02-251-1/+4
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-191-2/+2
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-172-2/+2
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-2/+2
* Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner2008-02-121-0/+23
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-111-1/+1
* More paranoid checks for secrets_init() success.Günther Deschner2008-02-091-13/+35
* Fix typo.Karolin Seeger2008-02-081-1/+1
* Don't return true on talloc fail.Jeremy Allison2008-02-051-0/+12
* Fix valgrind errorsVolker Lendecke2008-02-041-1/+17
* Remove a staticVolker Lendecke2008-02-041-4/+1
* Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam2008-01-251-0/+10
* Add a debug message: show the sid lookup_sid() was called for.Michael Adam2008-01-251-0/+2
* Add a debug message to lookup_rids() printing the domain SID.Michael Adam2008-01-251-0/+3
* Fix CID 469. new_acct can't be NULL here.Jeremy Allison2008-01-121-2/+1
* Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam2008-01-091-1/+1
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-7/+11
* Add secrets_shutdown().Günther Deschner2008-01-071-0/+13
* Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>Jeremy Allison2008-01-021-0/+4
* Make pdb_tdb honour a private dir overridden in smb.conf.Michael Adam2007-12-291-1/+1
* passdb.tdb is located in the private directoryVolker Lendecke2007-12-291-1/+2
* Convert csamuser to memcacheVolker Lendecke2007-12-281-27/+26
* Remove the sampwent interfaceVolker Lendecke2007-12-264-446/+1
* smbpasswd_search_usersVolker Lendecke2007-12-261-0/+114
* Add tdbsam_search_usersVolker Lendecke2007-12-261-0/+134
* Convert the [gu]id_sid cache to memcacheVolker Lendecke2007-12-231-134/+62
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+2
* Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner2007-12-191-44/+123
* Prevent another segfault.Michael Adam2007-12-181-1/+3
* Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam2007-12-171-1/+1
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-171-13/+32
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-152-9/+9
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-152-6/+11
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-159-84/+80
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-14/+16
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2007-12-141-32/+13
* Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam2007-12-131-2/+1
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+2
* Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam2007-12-131-16/+58
* Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam2007-12-131-13/+31
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-2/+14
* Remove two unneeded functions.Michael Adam2007-12-131-23/+0
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-131-13/+32
* Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam2007-12-121-14/+14
* Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam2007-12-121-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-2/+2
* Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2007-12-031-1/+6
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-271-2/+8