summaryrefslogtreecommitdiff
path: root/source3/param/test_lp_load.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-23s3:param: Use lpcfg_set_cmdline()Pavel Kalugin1-1/+4
2022-10-17s3/param: Check return of talloc_strdupNoel Power1-0/+5
2022-10-14s3/param: Fix use after free with popt-1.19Noel Power1-1/+1
2021-09-10s3/param: don't ignore unknown optionsRalph Boehme1-1/+10
2021-05-20s3:param: Migrate test_lp_load to new cmdline option parserAndreas Schneider1-7/+26
2019-01-28s3:param: Use C99 initializer for poptOption in test_lp_loadAndreas Schneider1-2/+8
2015-04-22s3:param: remove arg save_defaults from lp_load_with_registry_shares()Michael Adam1-3/+1
2015-04-22s3:param: remove arg initialize_globals from lp_load_with_registry_shares()Michael Adam1-2/+1
2015-04-22s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().Michael Adam1-1/+0
2015-04-22s3:param: remove "global_only" parameter from lp_load_with_registry_shares().Michael Adam1-1/+0
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-6/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-2/+1
2010-09-23s3-build: fix the build of test_lp_load.Günther Deschner1-0/+1
2008-10-18[s3]test_lp_load: fix "no talloc stackframe around" messageMichael Adam1-1/+1
2008-09-27[s3]loadparm: add a command test_lp_load to test the lp_load function.Michael Adam1-0/+88