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
path:
root
/
lib
/
param
/
loadparm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loadparm: Simplify "set_variable"
Volker Lendecke
2015-01-29
1
-7
/
+3
*
param: fix testparm to show hidden share defaults
Garming Sam
2014-11-28
1
-3
/
+4
*
lib/param: Allow enum values to also be white-space insentive in comparison
Andrew Bartlett
2014-11-27
1
-1
/
+1
*
param: Simplify get_parametric_helper()
Volker Lendecke
2014-11-27
1
-15
/
+4
*
param: add "smbd profiling level" option
Volker Lendecke
2014-11-19
1
-0
/
+2
*
lib/param: fix const warnings
Stefan Metzmacher
2014-11-14
1
-11
/
+12
*
s3-winbindd: Allow winbindd to connect over SMB2 to servers
Andrew Bartlett
2014-10-08
1
-1
/
+10
*
loadparm//init_copymap: Add braces around if/for blocks to match coding style
Kamen Mazdrashki
2014-10-01
1
-3
/
+5
*
loadparm: Allocate service->copymap in service memory context
Kamen Mazdrashki
2014-10-01
1
-1
/
+5
*
winbindd: Change value of "ldap sasl wrapping" to sign
Andrew Bartlett
2014-09-30
1
-0
/
+2
*
lib/param: set the kccsrv:samba_kcc option to false by default
Stefan Metzmacher
2014-09-29
1
-1
/
+1
*
param: remove a redundant (and wrong) comment frop lpcfg_service_ok()
Michael Adam
2014-07-31
1
-1
/
+0
*
lib/param: change the default for "winbind expand groups" to "0"
Stefan Metzmacher
2014-07-31
1
-1
/
+1
*
param: Add errors for when an s3 context is used incorrectly
Garming Sam
2014-07-31
1
-0
/
+9
*
param: get rid of unnecessary get_default_loadparm_service pointer
Garming Sam
2014-07-31
1
-3
/
+0
*
param: remove unnecessary lp_do_parameter call
Garming Sam
2014-07-31
1
-8
/
+2
*
param: remove lp_get_parameter
Garming Sam
2014-07-31
1
-6
/
+4
*
param: remove init printer values from s3-helpers
Garming Sam
2014-07-31
1
-5
/
+2
*
param: move init_printer_values to lib/param
Garming Sam
2014-07-31
1
-0
/
+121
*
param: change init_printer_values to take an lp ctx
Garming Sam
2014-07-31
1
-2
/
+2
*
param: add the necessary new line for the debug message in handle_copy
Garming Sam
2014-07-31
1
-1
/
+1
*
param: add missing talloc_free in lpcfg_file_list_changed which are present i...
Garming Sam
2014-07-31
1
-0
/
+2
*
param: make is_default method static again
Garming Sam
2014-07-31
1
-1
/
+1
*
param: use lpcfg_dump_globals in s3 loadparm
Garming Sam
2014-07-31
1
-1
/
+1
*
param: rename dump_globals
Garming Sam
2014-07-31
1
-2
/
+2
*
param: allow dump_globals to check the actual defaults
Garming Sam
2014-07-31
1
-2
/
+10
*
param: remove is_default method in s3
Garming Sam
2014-07-31
1
-1
/
+1
*
param: make is_default more generic
Garming Sam
2014-07-31
1
-2
/
+2
*
param: use lpcfg_service_ok in s3 loadparm
Garming Sam
2014-07-31
1
-2
/
+1
*
param: add extra condition in lpcfg_service_ok
Garming Sam
2014-07-31
1
-0
/
+9
*
param: remove unnecessary uses of lp_string_set
Garming Sam
2014-07-31
1
-24
/
+9
*
param: Use the correct flag locations with lpcfg_parm_is_cmdline
Garming Sam
2014-07-31
1
-8
/
+0
*
s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...
Jeremy Allison
2014-07-29
1
-0
/
+2
*
param: change snum parameter in special functions to a loadparm_service pointer
Garming Sam
2014-07-07
1
-38
/
+45
*
lib/param: rename do_parameter to lpcfg_do_parameter
Garming Sam
2014-07-07
1
-5
/
+3
*
param: handle smb_ports as a special handler
Garming Sam
2014-07-07
1
-0
/
+40
*
param: Use set_variable instead of set_variable_helper in lp_do_parameter
Garming Sam
2014-07-07
1
-5
/
+5
*
param: replace lp_set_cmdline in s3 helpers to store_cmdline
Garming Sam
2014-07-07
1
-8
/
+21
*
param: Ensure the correct mem context is always being used from s3
Garming Sam
2014-07-07
1
-2
/
+9
*
param: set the flags on a s3 loadparm context
Garming Sam
2014-07-07
1
-0
/
+2
*
param: flag fixes in s3 loadparm
Garming Sam
2014-07-07
1
-0
/
+10
*
param: allow fallback to s3 do_section in lib/param
Garming Sam
2014-07-07
1
-1
/
+8
*
lib/param: add deprecated warning to be consistent with s3
Garming Sam
2014-07-07
1
-0
/
+10
*
param: make some more changes to lp_do_parameter to match set_variable_helper
Garming Sam
2014-07-07
1
-1
/
+1
*
lib/param: change set_variable_helper formatting
Garming Sam
2014-07-07
1
-4
/
+6
*
param: use str_list_make_v3 instead of str_list_make in s3
Garming Sam
2014-07-07
1
-2
/
+2
*
param: pre-emptively correct use of str_list_make_v3 in lib/param
Garming Sam
2014-07-07
1
-0
/
+4
*
lib/param: factor out a common portion of set_variable
Garming Sam
2014-07-07
1
-14
/
+30
*
s4-winbind: Use winbindd in the AD DC by default
Andrew Bartlett
2014-07-04
1
-1
/
+1
*
winbind: Fix template homedir to match source3
Andrew Bartlett
2014-06-04
1
-1
/
+1
[next]