summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_interface.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-22s3:passdb: Fix memory leak in pdb_default_del_groupmem()Andreas Schneider1-3/+10
2025-10-22s3:passdb: Fix memory leak in pdb_default_add_groupmem()Andreas Schneider1-3/+10
2025-02-22s3:passdb: add pdb_filter_hints()Stefan Metzmacher1-0/+65
2023-10-27s3:passdb: Do not leak memory if memcache add failsAndreas Schneider1-3/+7
2023-08-14passdb: Fix whitespaceVolker Lendecke1-36/+36
2023-07-19s3:passdb: Fix code spellingAndreas Schneider1-1/+1
2022-04-26passdb: Introduce helper variables in make_pdb_method_name()Volker Lendecke1-6/+8
2022-04-26passdb: Split lines in make_pdb_method_name()Volker Lendecke1-1/+2
2022-02-11smbd: Safeguards for getpwuidVolker Lendecke1-2/+12
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-11-27smbdotconf: mark "delete user script" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "add user script" with substitution="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "add machine script" with substitution="1"Ralph Boehme1-1/+3
2019-09-26s3/passdb: clang: Fix 'Value stored during initialization is never read'Noel Power1-2/+2
2018-12-20passdb: Use dom_sid_str_bufVolker Lendecke1-5/+9
2018-11-09passdb: Use dom_sid_str_bufVolker Lendecke1-3/+7
2018-10-08pdb: Fix some "(ret == true)" to just "(ret)"Volker Lendecke1-2/+2
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-1/+1
2017-12-05lib: Use messaging_send_all instead of message_send_allVolker Lendecke1-4/+4
2017-12-05messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke1-2/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-2/+2
2016-07-28lib: Move "message_send_all" to serverid.cVolker Lendecke1-0/+1
2016-03-02passdb: Avoid a "ret == true"Volker Lendecke1-1/+1
2015-05-12Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe1-1/+1
2015-04-17s3-passdb: fix memleak in pdb_default_get_trusted_domain().Günther Deschner1-1/+9
2015-03-17passdb: Fix the O3 developer buildVolker Lendecke1-2/+2
2014-12-18s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher1-0/+17
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-25/+26
2014-07-18lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher1-1/+1
2014-06-16passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett1-0/+14
2014-05-03s3:passdb: improve a debug message in pdb_default_sid_to_id()Michael Adam1-1/+4
2014-05-03s3:passdb: fix and improve debug message in pdb_default_sid_to_id().Michael Adam1-1/+2
2014-05-03s3: Always cache idmapping results of pdb backend.Alexander Werth1-3/+33
2014-02-07param: rename lp function and variable from "deluser_script" to "delete_user_...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "addmachine_script" to "add_machi...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam1-1/+1
2013-06-21s3:passdb make pdb_sid_to_id honor backend responsibilitiesChristian Ambach1-0/+7
2013-06-21s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach1-0/+74
2013-04-09PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy1-0/+36
2012-12-03s3:passdb: fix building pdb_ldap as shared moduleMichael Adam1-2/+2
2012-12-03s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam1-16/+32
2012-12-03s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our samMichael Adam1-5/+0
2012-08-28s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett1-2/+3
2012-08-21s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett1-0/+5
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+6
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-5/+3
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1