summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* param: remove duplicate lp_int functionGarming Sam2014-05-072-16/+2
* param: use a single handle_include function between the two loadparmsGarming Sam2014-05-075-8/+12
* param: remove unused lp_set_optionGarming Sam2014-05-072-32/+0
* param: use a single command line set_option in the codeGarming Sam2014-05-071-2/+13
* param: fix a bug where set_cmdline doesn't ignore the whitespaceGarming Sam2014-05-071-3/+2
* param: move special charset handlers to lib/paramGarming Sam2014-05-072-56/+67
* param: inline init_iconv into handle [dos] charsetGarming Sam2014-05-071-2/+6
* param: add getservicebyname to s3_helpersGarming Sam2014-05-074-3/+4
* param: use a single init_copymap method in lib/paramGarming Sam2014-05-072-24/+1
* docs: add test to docs.py to set parameters to some arbitrary valueGarming Sam2014-05-071-10/+93
* docs: change docs.py to test the setting of parameters to defaultsGarming Sam2014-05-071-0/+39
* param: prevent an existing segmentation fault with setting [dos] charsetGarming Sam2014-05-071-2/+2
* param: move the declaration of the file_lists structure to a shared headerGarming Sam2014-05-073-13/+9
* param: use a single add_to_file_list methodGarming Sam2014-05-073-55/+15
* lib/param: change add_to_file_list to not use a loadparm contextGarming Sam2014-05-071-7/+7
* s3:param: change add_to_file_list to stop using global variablesGarming Sam2014-05-071-18/+18
* param: remove unused lp_copy_serviceGarming Sam2014-05-071-16/+0
* param: consolidate handle_copy method between the two loadparmsGarming Sam2014-05-072-41/+18
* lib/param: rename getservicebyname to lpcfg_getservicebyname to avoid conflictsGarming Sam2014-05-071-4/+6
* s3:param: avoid the use the global variable iServiceIndex in handle_copyGarming Sam2014-05-071-5/+5
* param: use a single copy_service function in lib/paramGarming Sam2014-05-073-85/+6
* param: duplicate the copy service in lib/param into source3 loadparmGarming Sam2014-05-072-18/+18
* lib/param: fix copy service to correctly free the memory used by P_LISTGarming Sam2014-05-071-0/+1
* param: improve copy_service to use the correct talloc parentsGarming Sam2014-05-071-1/+1
* param: remove unused init_serviceGarming Sam2014-05-071-12/+0
* s3:param: remove the double initialization in add_a_serviceGarming Sam2014-05-071-6/+2
* param: remove instance of lp_parm_ptr to be consistent with lib/paramGarming Sam2014-05-071-1/+1
* s3:param: attempt to fix up some const warningsGarming Sam2014-05-071-11/+11
* lib/param: remove some const warnings from using listsGarming Sam2014-05-071-15/+16
* lib/param: remove duplicated copy service in lpcfg_add_a_serviceGarming Sam2014-05-071-17/+2
* param: make lib/param copy_service use set_param_optGarming Sam2014-05-071-27/+4
* param: move set_param_opt to lib/paramGarming Sam2014-05-072-62/+57
* param: use correct memory contexts for parametric optionsGarming Sam2014-05-071-10/+15
* param: remove lp_string_is_valid_booleanGarming Sam2014-05-072-10/+0
* param: consolidate handle_realm between the two loadparmsGarming Sam2014-05-072-25/+23
* param: attempt to consolidate handle_logfile between the two loadparmsGarming Sam2014-05-072-12/+7
* param: change assignment of lp_string in s3_helpers to be consistent with the...Garming Sam2014-05-071-1/+1
* param: attempt to consolidate handle_debug_level between the two loadparmsGarming Sam2014-05-074-19/+9
* param: allow special functions to be common across the two loadparmsGarming Sam2014-05-071-2/+8
* param: Add an lp_string_set functionGarming Sam2014-05-072-0/+5
* s3:loadparm: fix intermediate string allocations to use tallocGarming Sam2014-05-071-16/+22
* param: change the talloc context attached to globals structure in s3 loadparm...Garming Sam2014-05-071-1/+1
* param: remove string_init and inline it into string_setGarming Sam2014-05-071-26/+12
* s3:loadparm: change memory allocations to use tallocGarming Sam2014-05-071-161/+202
* param: remove unnecessary temporary service in handle copyGarming Sam2014-05-071-8/+3
* messaging: Nobody uses G_LOCK_RETRY anymoreVolker Lendecke2014-05-062-10/+1
* build: find blkcnt_t size via arrayGustavo Zacarias2014-05-061-10/+12
* build: tweak SIZEOF utmp->ut_lineGustavo Zacarias2014-05-061-1/+1
* build: make wafsamba CHECK_SIZEOF cross-compile friendlyGustavo Zacarias2014-05-061-12/+16
* build: unify and fix endian testsGustavo Zacarias2014-05-062-58/+62