summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_interface.c
Commit message (Expand)AuthorAgeFilesLines
* s3/passdb: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-2/+2
* passdb: Use dom_sid_str_bufVolker Lendecke2018-12-201-5/+9
* passdb: Use dom_sid_str_bufVolker Lendecke2018-11-091-3/+7
* pdb: Fix some "(ret == true)" to just "(ret)"Volker Lendecke2018-10-081-2/+2
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-1/+1
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-051-4/+4
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-051-2/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-2/+2
* lib: Move "message_send_all" to serverid.cVolker Lendecke2016-07-281-0/+1
* passdb: Avoid a "ret == true"Volker Lendecke2016-03-021-1/+1
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-121-1/+1
* s3-passdb: fix memleak in pdb_default_get_trusted_domain().Günther Deschner2015-04-171-1/+9
* passdb: Fix the O3 developer buildVolker Lendecke2015-03-171-2/+2
* s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher2014-12-181-0/+17
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-031-25/+26
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett2014-06-161-0/+14
* s3:passdb: improve a debug message in pdb_default_sid_to_id()Michael Adam2014-05-031-1/+4
* s3:passdb: fix and improve debug message in pdb_default_sid_to_id().Michael Adam2014-05-031-1/+2
* s3: Always cache idmapping results of pdb backend.Alexander Werth2014-05-031-3/+33
* param: rename lp function and variable from "deluser_script" to "delete_user_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "addmachine_script" to "add_machi...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-1/+1
* s3:passdb make pdb_sid_to_id honor backend responsibilitiesChristian Ambach2013-06-211-0/+7
* s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach2013-06-211-0/+74
* PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy2013-04-091-0/+36
* s3:passdb: fix building pdb_ldap as shared moduleMichael Adam2012-12-031-2/+2
* s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam2012-12-031-16/+32
* s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our samMichael Adam2012-12-031-5/+0
* s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2012-08-281-2/+3
* s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett2012-08-211-0/+5
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+6
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-5/+3
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-121-1/+1
* s3:passdb: remove commented out pdb_lookup_names codeMichael Adam2012-07-121-82/+0
* Fix bug 8920, null dereferenceSteve Langasek2012-05-101-1/+3
* s3-passdb: Add extra debug on ID mapping failuresAndrew Bartlett2012-05-021-0/+7
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-021-16/+29
* passdb: Do not panic in initialize_password_dbChristof Schmitt2012-04-301-17/+17
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-241-1/+1
* s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner2012-01-181-0/+1
* s3-passdb: use tevent_context in passdb.Günther Deschner2011-10-281-5/+5
* pdb-interface: Do not use unid_t hereSimo Sorce2011-10-181-16/+20
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-45/+99
* s3-passdb: Only delete 1 entry from memcache.Andreas Schneider2011-08-211-1/+4
* s3-passdb: Remove always the user from getpwsid cache.Andreas Schneider2011-08-211-3/+8
* s3-passdb: Keep caches coherentAndreas Schneider2011-08-211-1/+23