index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
param: have a single handle_ldap_debug_level function
Garming Sam
2014-05-07
2
-9
/
+9
*
param: include init_ldap_debugging in the s3 helpers
Garming Sam
2014-05-07
2
-0
/
+2
*
param: make lp_do_parameter_parametric use set_param_opt
Garming Sam
2014-05-07
1
-33
/
+4
*
param: move handle printing into lib/param
Garming Sam
2014-05-07
5
-29
/
+32
*
param: setup more variables in for the temporary loadparm context for the spe...
Garming Sam
2014-05-07
3
-21
/
+20
*
param: add extra default parameter to get_parametrics_by_service
Garming Sam
2014-05-07
4
-5
/
+9
*
param: make init_printer_values use lpcfg functions
Garming Sam
2014-05-07
2
-36
/
+36
*
lib/param: use lp_set_enum_parm
Garming Sam
2014-05-07
1
-13
/
+1
*
param: move lp_set_enum_parm to lib/param
Garming Sam
2014-05-07
2
-21
/
+20
*
param: change lp_set_enum_parm to indicate whether or not it fails
Garming Sam
2014-05-07
1
-4
/
+9
*
param: remove duplicate lp_bool function
Garming Sam
2014-05-07
2
-22
/
+2
*
param: remove duplicate lp_ulong function
Garming Sam
2014-05-07
2
-16
/
+2
*
param: remove duplicate lp_int function
Garming Sam
2014-05-07
2
-16
/
+2
*
param: use a single handle_include function between the two loadparms
Garming Sam
2014-05-07
5
-8
/
+12
*
param: remove unused lp_set_option
Garming Sam
2014-05-07
2
-32
/
+0
*
param: use a single command line set_option in the code
Garming Sam
2014-05-07
1
-2
/
+13
*
param: fix a bug where set_cmdline doesn't ignore the whitespace
Garming Sam
2014-05-07
1
-3
/
+2
*
param: move special charset handlers to lib/param
Garming Sam
2014-05-07
2
-56
/
+67
*
param: inline init_iconv into handle [dos] charset
Garming Sam
2014-05-07
1
-2
/
+6
*
param: add getservicebyname to s3_helpers
Garming Sam
2014-05-07
4
-3
/
+4
*
param: use a single init_copymap method in lib/param
Garming Sam
2014-05-07
2
-24
/
+1
*
docs: add test to docs.py to set parameters to some arbitrary value
Garming Sam
2014-05-07
1
-10
/
+93
*
docs: change docs.py to test the setting of parameters to defaults
Garming Sam
2014-05-07
1
-0
/
+39
*
param: prevent an existing segmentation fault with setting [dos] charset
Garming Sam
2014-05-07
1
-2
/
+2
*
param: move the declaration of the file_lists structure to a shared header
Garming Sam
2014-05-07
3
-13
/
+9
*
param: use a single add_to_file_list method
Garming Sam
2014-05-07
3
-55
/
+15
*
lib/param: change add_to_file_list to not use a loadparm context
Garming Sam
2014-05-07
1
-7
/
+7
*
s3:param: change add_to_file_list to stop using global variables
Garming Sam
2014-05-07
1
-18
/
+18
*
param: remove unused lp_copy_service
Garming Sam
2014-05-07
1
-16
/
+0
*
param: consolidate handle_copy method between the two loadparms
Garming Sam
2014-05-07
2
-41
/
+18
*
lib/param: rename getservicebyname to lpcfg_getservicebyname to avoid conflicts
Garming Sam
2014-05-07
1
-4
/
+6
*
s3:param: avoid the use the global variable iServiceIndex in handle_copy
Garming Sam
2014-05-07
1
-5
/
+5
*
param: use a single copy_service function in lib/param
Garming Sam
2014-05-07
3
-85
/
+6
*
param: duplicate the copy service in lib/param into source3 loadparm
Garming Sam
2014-05-07
2
-18
/
+18
*
lib/param: fix copy service to correctly free the memory used by P_LIST
Garming Sam
2014-05-07
1
-0
/
+1
*
param: improve copy_service to use the correct talloc parents
Garming Sam
2014-05-07
1
-1
/
+1
*
param: remove unused init_service
Garming Sam
2014-05-07
1
-12
/
+0
*
s3:param: remove the double initialization in add_a_service
Garming Sam
2014-05-07
1
-6
/
+2
*
param: remove instance of lp_parm_ptr to be consistent with lib/param
Garming Sam
2014-05-07
1
-1
/
+1
*
s3:param: attempt to fix up some const warnings
Garming Sam
2014-05-07
1
-11
/
+11
*
lib/param: remove some const warnings from using lists
Garming Sam
2014-05-07
1
-15
/
+16
*
lib/param: remove duplicated copy service in lpcfg_add_a_service
Garming Sam
2014-05-07
1
-17
/
+2
*
param: make lib/param copy_service use set_param_opt
Garming Sam
2014-05-07
1
-27
/
+4
*
param: move set_param_opt to lib/param
Garming Sam
2014-05-07
2
-62
/
+57
*
param: use correct memory contexts for parametric options
Garming Sam
2014-05-07
1
-10
/
+15
*
param: remove lp_string_is_valid_boolean
Garming Sam
2014-05-07
2
-10
/
+0
*
param: consolidate handle_realm between the two loadparms
Garming Sam
2014-05-07
2
-25
/
+23
*
param: attempt to consolidate handle_logfile between the two loadparms
Garming Sam
2014-05-07
2
-12
/
+7
*
param: change assignment of lp_string in s3_helpers to be consistent with the...
Garming Sam
2014-05-07
1
-1
/
+1
*
param: attempt to consolidate handle_debug_level between the two loadparms
Garming Sam
2014-05-07
4
-19
/
+9
[prev]
[next]