summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_script.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-08idmap_script: Save a few lines with str_list_add_printf()Volker Lendecke1-38/+10
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher1-1/+1
2019-05-27s3: winbind: Fix crash when invoking winbind idmap scripts.Jeremy Allison1-4/+16
2019-05-24s3: lib: Rename all uses of file_pload_XXX -> file_ploadv_XXX.Ralph Boehme1-2/+2
2019-05-24s3: winbind: Convert idmap to use file_ploadv_send().Jeremy Allison1-13/+44
2018-11-02idmap: Use dom_sid_str_bufVolker Lendecke1-5/+6
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-03-20winbind: Use idmap_config_const_string in idmap_script_db_initVolker Lendecke1-9/+1
2016-09-06idmap_script: add missing "IDTOSID" argument to the script command line.Björn Baumbach1-1/+1
2016-02-24idmap_script: Parallelize script callsVolker Lendecke1-188/+434
2016-02-23lib: Remove "includes.h" from util_file.cVolker Lendecke1-0/+1
2016-02-23lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke1-1/+1
2015-08-20s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher1-0/+1
2015-01-08Add a script-only idmap module.Richard Sharpe1-0/+394