nwrap: Make sure addr is initialized.
[sfrench/samba-autobuild/.git] / lib / param /
2014-10-07 Andrew Bartletts3-winbindd: Allow winbindd to connect over SMB2 to...
2014-10-07 Stefan Metzmacherlib/param: add PROTOCOL_SMB3_10 handling
2014-10-01 Kamen Mazdrashkiloadparm//init_copymap: Add braces around if/for blocks...
2014-10-01 Kamen Mazdrashkiloadparm: Allocate service->copymap in service memory...
2014-09-30 Andrew Bartlettwinbindd: Change value of "ldap sasl wrapping" to sign
2014-09-29 Stefan Metzmacherlib/param: set the kccsrv:samba_kcc option to false...
2014-07-31 Michael Adamparam: remove a redundant (and wrong) comment frop...
2014-07-31 Michael Adams3:param: remove unused function lp_string_set()
2014-07-31 Stefan Metzmacherlib/param: change the default for "winbind expand group...
2014-07-31 Garming Samparam: Add errors for when an s3 context is used incorr...
2014-07-31 Garming Samparam: get rid of unnecessary get_default_loadparm_serv...
2014-07-31 Garming Samparam: remove unused lp_do_parameter from s3 helpers
2014-07-31 Garming Samparam: remove unnecessary lp_do_parameter call
2014-07-31 Garming Samparam: remove lp_get_parameter
2014-07-31 Garming Samparam: remove init printer values from s3-helpers
2014-07-31 Garming Samparam: move init_printer_values to lib/param
2014-07-31 Garming Samparam: change init_printer_values to take an lp ctx
2014-07-31 Garming Samparam: add the necessary new line for the debug message...
2014-07-31 Garming Samparam: add missing talloc_free in lpcfg_file_list_chang...
2014-07-31 Garming Samparam: make is_default method static again
2014-07-31 Garming Samparam: use lpcfg_dump_globals in s3 loadparm
2014-07-31 Garming Samparam: rename dump_globals
2014-07-31 Garming Samparam: allow dump_globals to check the actual defaults
2014-07-31 Garming Samparam: remove is_default method in s3
2014-07-31 Garming Samparam: make is_default more generic
2014-07-31 Garming Samparam: use lpcfg_service_ok in s3 loadparm
2014-07-31 Garming Samparam: add extra condition in lpcfg_service_ok
2014-07-31 Garming Sams3:param: remove lp_string_set from the s3_fns.
2014-07-31 Garming Samparam: remove unnecessary uses of lp_string_set
2014-07-31 Garming Samparam: Use the correct flag locations with lpcfg_parm_i...
2014-07-29 Jeremy Allisons3: winbindd: Add new parameter "winbind request timeou...
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
2014-07-11 Stefan Metzmachers3:smb2_negprot: change "smb max {read,write,trans...
2014-07-07 Garming Samparam: change snum parameter in special functions to...
2014-07-07 Garming Samlib/param: rename do_parameter to lpcfg_do_parameter
2014-07-07 Garming Samparam: handle smb_ports as a special handler
2014-07-07 Garming Samparam: Use set_variable instead of set_variable_helper...
2014-07-07 Garming Samparam: replace lp_set_cmdline in s3 helpers to store_cm...
2014-07-07 Garming Samparam: Ensure the correct mem context is always being...
2014-07-07 Garming Samparam: set the flags on a s3 loadparm context
2014-07-07 Garming Samparam: flag fixes in s3 loadparm
2014-07-07 Garming Samparam: allow fallback to s3 do_section in lib/param
2014-07-07 Garming Samparam: add do_section to s3 helpers
2014-07-07 Garming Samlib/param: add deprecated warning to be consistent...
2014-07-07 Garming Samparam: make some more changes to lp_do_parameter to...
2014-07-07 Garming Samlib/param: change set_variable_helper formatting
2014-07-07 Garming Samparam: use str_list_make_v3 instead of str_list_make...
2014-07-07 Garming Samparam: pre-emptively correct use of str_list_make_v3...
2014-07-07 Garming Samlib/param: factor out a common portion of set_variable
2014-07-07 Garming Samparam: change a number of parameters from P_LIST to...
2014-07-04 Andrew Bartletts4-winbind: Use winbindd in the AD DC by default
2014-06-04 Andrew Bartlettwinbind: Fix template homedir to match source3
2014-05-07 Garming Samparam: replace P_OCTAL variable setting with s3 version...
2014-05-07 Garming Samlib/param: change set_variable to be more consistent...
2014-05-07 Garming Samlib/param: change a comment regarding helper parametric...
2014-05-07 Garming Samlib/param: remove unnecessary get_parametric s3 helper...
2014-05-07 Garming Samlib/param: use get_parametric_helper in lpcfg_get_param...
2014-05-07 Garming Samparam: copy parametric option helper to lib/param
2014-05-07 Garming Samlib/param: clean up lpcfg_get_parametric
2014-05-07 Andrew Bartlettlib/param: Remove unused static variable defaults_saved
2014-05-07 Andrew Bartlettlib/param: Make lpcfg_equal_parameter static (again)
2014-05-07 Andrew Bartlettlib/param: Make and use lpcfg_dump_a_service() in common
2014-05-07 Garming Samparam: remove NUMPARAMETERS macro from lib/param
2014-05-07 Garming Samlib/param: use strwicmp instead of strlower_talloc
2014-05-07 Garming Samlib/param: fix an error in the is_default method in...
2014-05-07 Garming Samparam: move parametric parameter dumping to lpcfg_dump_...
2014-05-07 Garming Samparam: fix copy service to copy over cmdlist
2014-05-07 Garming Samparam: correctly use param_table.c as a regular C file
2014-05-07 Garming Samparam: use a single special handler for idmap parameters
2014-05-07 Garming Samparam: add lp_do_parameter to s3 helpers
2014-05-07 Garming Samparam: use a single handle_netbios_aliases function
2014-05-07 Garming Samparam: include set_netbios_aliases in s3 helpers
2014-05-07 Garming Samparam: setup ctx variable in loadparm globals
2014-05-07 Garming Samparam: have a single handle_ldap_debug_level function
2014-05-07 Garming Samparam: include init_ldap_debugging in the s3 helpers
2014-05-07 Garming Samparam: make lp_do_parameter_parametric use set_param_opt
2014-05-07 Garming Samparam: move handle printing into lib/param
2014-05-07 Garming Samparam: setup more variables in for the temporary loadpa...
2014-05-07 Garming Samparam: add extra default parameter to get_parametrics_b...
2014-05-07 Garming Samparam: make init_printer_values use lpcfg functions
2014-05-07 Garming Samlib/param: use lp_set_enum_parm
2014-05-07 Garming Samparam: move lp_set_enum_parm to lib/param
2014-05-07 Garming Samparam: remove duplicate lp_bool function
2014-05-07 Garming Samparam: remove duplicate lp_ulong function
2014-05-07 Garming Samparam: remove duplicate lp_int function
2014-05-07 Garming Samparam: use a single handle_include function between...
2014-05-07 Garming Samparam: fix a bug where set_cmdline doesn't ignore the...
2014-05-07 Garming Samparam: move special charset handlers to lib/param
2014-05-07 Garming Samparam: add getservicebyname to s3_helpers
2014-05-07 Garming Samparam: use a single init_copymap method in lib/param
2014-05-07 Garming Samparam: move the declaration of the file_lists structure...
2014-05-07 Garming Samparam: use a single add_to_file_list method
2014-05-07 Garming Samlib/param: change add_to_file_list to not use a loadpar...
2014-05-07 Garming Samparam: consolidate handle_copy method between the two...
2014-05-07 Garming Samlib/param: rename getservicebyname to lpcfg_getserviceb...
2014-05-07 Garming Samparam: use a single copy_service function in lib/param
2014-05-07 Garming Samparam: duplicate the copy service in lib/param into...
2014-05-07 Garming Samlib/param: fix copy service to correctly free the memor...
2014-05-07 Garming Samlib/param: remove some const warnings from using lists
2014-05-07 Garming Samlib/param: remove duplicated copy service in lpcfg_add_...
next