param: rename szLdapMachineSuffix -> _ldap_machine_suffix
[kai/samba-autobuild/.git] / source3 / param / loadparm.c
2015-07-30 Michael Adamparam: rename szLdapMachineSuffix -> _ldap_machine_suffix
2015-07-30 Michael Adamparam: rename szLdapIdmapSuffix -> _ldap_sz_idmap_suffix
2015-07-30 Michael Adamparam: rename szLdapUserSuffix -> _ldap_user_suffix
2015-07-30 Michael Adamparam: rename szLdapGroupSuffix -> _ldap_group_suffix
2015-07-20 Andrew Bartlettlib/tls: Change default supported TLS versions.
2015-07-20 Andrew Bartlettlib/tls: Add new 'tls priority' option
2015-07-07 Volker Lendeckeparam: Make "kernel change notify" global
2015-07-07 Volker Lendeckeparam: Make "change notify" global
2015-07-07 Ralph Boehmes3-mdssvc: add new option 'spotlight'
2015-06-09 Christian Ambachs3:param/loadparm fix testparm --show-all-parameters
2015-05-08 Stefan Metzmachersmbd: Offer SMB 3.1.1 by default.
2015-05-08 Michael Adamsmbd: offer SMB 3.0.2 by default.
2015-05-01 Michael Adamparam: rename FLAG_HIDE to FLAG_SYNONYM
2015-05-01 Michael Adamparam: remove swat specific flags.
2015-05-01 Michael Adamparam: Remove unused P_SEP and P_SEPARATOR
2015-05-01 Michael Adams3:param: remove unused function lp_parameter_is_canoni...
2015-04-29 Richard SharpeChange all uses of uint32/16/8 in proto.h to uint32_t...
2015-04-22 Michael Adams3:param: remove arg save_defaults from lp_load_with_re...
2015-04-22 Michael Adams3:param: remove arg initialize_globals from lp_load_wi...
2015-04-22 Michael Adams3:param: rename arg initialize_globals->reinit_globals...
2015-04-22 Michael Adams3:param: rename arg initialize_globals->reinit_globals...
2015-04-22 Michael Adams3:param: fix a comment
2015-04-22 Michael Adams3:param: use GLOBAL_SECTION_SNUM in lp_enforce_ad_dc_s...
2015-04-22 Michael Adams3:param: factor lp_enforce_ad_dc_settings() out of...
2015-04-22 Michael Adams3:param: in lp_load_initial_only(), make sure to save...
2015-04-22 Michael Adams3:param: make lp_load() static
2015-04-22 Michael Adams3:param: add lp_load_no_reinit()
2015-04-22 Michael Adams3:param: remove "add_ipc" parameter from lp_load_with_...
2015-04-22 Michael Adams3:param: remove "global_only" parameter from lp_load_w...
2015-04-22 Michael Adams3:param: let lp_load_global_no_reinit() call lp_load...
2015-04-22 Michael Adams3:param: add wrapper lp_load_with_shares().
2015-04-22 Michael Adams3:param: let lp_load_global() call lp_load(), not...
2015-03-16 Andrew Bartlettparam: Use IDL-based constants for NBT and NBT dgram...
2015-02-27 Robin McCorkellMSDFS referral shuffling
2014-12-04 Jeremy Allisons3:param: Add "smb2 leases" parameter. Default "false".
2014-11-25 Stefan Metzmachers3:param: fix compiler warnings
2014-11-19 Volker Lendeckeparam: add "smbd profiling level" option
2014-10-31 Jeremy Allisons3:param: Add new option "strict rename".
2014-10-30 Michael Adams3:loadparm: fix a comment typo
2014-10-07 Andrew Bartletts3-winbindd: Allow winbindd to connect over SMB2 to...
2014-09-30 Andrew Bartlettwinbindd: Change value of "ldap sasl wrapping" to sign
2014-08-11 David Disseldorpparam: avoid dereferencing null lp_ctx
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: remove lp_get_parameter
2014-07-31 Garming Sams3:param: move all lp context setup to a single function
2014-07-31 Garming Sams3:param: Ensure that the service pointers are not...
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: remove unused dump_globals
2014-07-31 Garming Samparam: use lpcfg_dump_globals in s3 loadparm
2014-07-31 Garming Samparam: remove is_default method in s3
2014-07-31 Garming Samparam: remove unused service_ok function
2014-07-31 Garming Samparam: use lpcfg_service_ok in s3 loadparm
2014-07-31 Garming Sams3:param: add lp_ctx as a parameter to init_globals
2014-07-31 Garming Sams3:param: use lpcfg_do_*_paramter instead of lp_do_para...
2014-07-31 Garming Sams3:param: simplify lp_do_parameter to use lpcfg functions
2014-07-30 Michael Adams3:param: move a variable into scope in lp_file_list_ch...
2014-07-29 Jeremy Allisons3: winbindd: Add new parameter "winbind request timeou...
2014-07-07 Garming Samparam: change snum parameter in special functions to...
2014-07-07 Garming Sams3:param: pass down lp_ctx in handle include
2014-07-07 Garming Samparam: Use set_variable instead of set_variable_helper...
2014-07-07 Garming Samparam: add failure case for loadparm_init_s3
2014-07-07 Garming Samparam: store the flags_list in the s3 lp context used...
2014-07-07 Garming Samparam: mark non default options using flags in s3
2014-07-07 Garming Samparam: fix FLAG_CMDLINE to be stored outside of the...
2014-07-07 Garming Samparam: remove unnecessary dump a service
2014-07-07 Garming Samparam: simplify lp_do_parameter
2014-07-07 Garming Samparam: replace lp_set_cmdline in s3 helpers to store_cm...
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: attempt to start factoring out the bInGlobalSect...
2014-07-07 Garming Samparam: add do_section to s3 helpers
2014-07-07 Garming Samparam: rename do_section in s3 to lp_do_section to...
2014-07-07 Garming Samparam: remove unnecessary calls to do_parameter in s3
2014-07-07 Garming Samparam: remove unnecessary lp_local_ptr_by_snum function
2014-07-07 Garming Samparam: move defaults_saved global out of dump_globals...
2014-07-07 Garming Samparam: use set_variable_helper in s3 loadparm
2014-07-07 Garming Samparam: finish the set_param_helper lineup by rearrangin...
2014-07-07 Garming Samparam: make some more changes to lp_do_parameter to...
2014-07-07 Garming Samparam: attempt to align the set_variable_helper with...
2014-07-07 Garming Samparam: pre-emptively correct use of str_list_make_v3...
2014-07-07 Garming Samparam: Use the plus/minus syntax for reading in lists...
2014-07-07 Garming Samparam: ensure CMD_LIST is freed when freeing a parameter
2014-07-04 Andrew Bartletts4-winbind: Use winbindd in the AD DC by default
2014-06-04 Andrew Bartletts3-param: Add lp_dnsdomain() for use by winbindd
2014-06-04 Andrew Bartlettwinbindd: Use rpc_pipe_open_interface() so that winbind...
2014-05-07 Andrew Bartlettparam: Use an explicit talloc_stackframe() in lp_load_e...
2014-05-07 Andrew Bartlettparam: Use an explicit talloc_stackframe() in lp_do_par...
2014-05-07 Garming Samparam: correctly return false when parsing invalid...
2014-05-07 Garming Samlib/param: remove unnecessary get_parametric s3 helper...
2014-05-07 Garming Samparam: remove unused get_parametrics_by_service
2014-05-07 Garming Samparam: copy parametric option helper to lib/param
2014-05-07 Garming Samparam: tidy up get_parametrics_by_service
2014-05-07 Andrew Bartlettparam: Provide a talloc_stackframe() to external users...
2014-05-07 Garming Samparam: refactor lp_set_cmdline_helper to not call store...
2014-05-07 Garming Samparam: fix incorrect return on lp_set_cmdline_helper
2014-05-07 Andrew Bartlettlib/param: Make and use lpcfg_dump_a_service() in common
2014-05-07 Garming Samparam: remove NUMPARAMETERS macro in s3
2014-05-07 Garming Samparam: move parametric parameter dumping to lpcfg_dump_...
next