s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds with...
[kai/samba-autobuild/.git] / source3 / param / loadparm.c
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_...
2014-05-07 Garming Samparam: remove fstring from dump_a_parameter
2014-05-07 Garming Sams3:loadparm: Fix dump a parameter to use the file indicated
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: use a single handle_netbios_aliases function
2014-05-07 Garming Samparam: have a single handle_ldap_debug_level function
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 Samparam: move lp_set_enum_parm to lib/param
2014-05-07 Garming Samparam: change lp_set_enum_parm to indicate whether...
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: remove unused lp_set_option
2014-05-07 Garming Samparam: move special charset handlers to lib/param
2014-05-07 Garming Samparam: inline init_iconv into handle [dos] charset
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: prevent an existing segmentation fault with...
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 Sams3:param: change add_to_file_list to stop using global...
2014-05-07 Garming Samparam: remove unused lp_copy_service
2014-05-07 Garming Samparam: consolidate handle_copy method between the two...
2014-05-07 Garming Sams3:param: avoid the use the global variable iServiceInd...
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 Samparam: improve copy_service to use the correct talloc...
2014-05-07 Garming Samparam: remove unused init_service
2014-05-07 Garming Sams3:param: remove the double initialization in add_a_service
2014-05-07 Garming Samparam: remove instance of lp_parm_ptr to be consistent...
2014-05-07 Garming Sams3:param: attempt to fix up some const warnings
2014-05-07 Garming Samparam: move set_param_opt to lib/param
2014-05-07 Garming Samparam: use correct memory contexts for parametric options
2014-05-07 Garming Samparam: remove lp_string_is_valid_boolean
2014-05-07 Garming Samparam: consolidate handle_realm between the two loadparms
2014-05-07 Garming Samparam: attempt to consolidate handle_logfile between...
2014-05-07 Garming Samparam: attempt to consolidate handle_debug_level betwee...
2014-05-07 Garming Samparam: allow special functions to be common across...
2014-05-07 Garming Samparam: Add an lp_string_set function
2014-05-07 Garming Sams3:loadparm: fix intermediate string allocations to...
2014-05-07 Garming Samparam: change the talloc context attached to globals...
2014-05-07 Garming Samparam: remove string_init and inline it into string_set
2014-05-07 Garming Sams3:loadparm: change memory allocations to use talloc
2014-05-07 Garming Samparam: remove unnecessary temporary service in handle...
2014-04-02 Andrew Bartlettlib/param: Add new parameter "old password allowed...
2014-03-24 Stefan Metzmachers3:param: move lp_ctdbd_socket() to ctdbd_conn.c
2014-03-05 Stefan Metzmachers3:param: avoid using BUFFER_SIZE to limit the lp_min_r...
2014-02-19 Garming Samparam: remove lp_dnsdomain from s3
2014-02-19 Garming Samparam: use loadparm_globals struct instead of lp functi...
2014-02-12 Garming Samparam: Move LOADPARM_EXTRA_GLOBALS to lib/param/loadpar...
2014-02-12 Garming Samparam: remove special cases for tls files
2014-02-12 Garming Samparam: use generate_param.py to generate param_global.h
2014-02-12 Andrew Bartlettparam: No longer have a special case for lp_configfile
2014-02-12 Andrew Bartlettlib/param: Remove special handling for 'state dir'...
next