param: use lpcfg_service_ok in s3 loadparm
[sfrench/samba-autobuild/.git] / lib / param / loadparm.c
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 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-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 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-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: use a single handle_netbios_aliases function
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: 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: 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_...
2014-05-07 Garming Samparam: make lib/param copy_service use set_param_opt
2014-05-07 Garming Samparam: move set_param_opt to lib/param
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-04-02 Andrew Bartlettlib/param: Add new parameter "old password allowed...
2014-03-31 Volker Lendeckeparam: Add lpcfg_tdb_flags()
2014-03-31 Volker Lendeckeparam: Add lpcfg_tdb_hash_size()
2014-02-19 Garming Samparam: use loadparm_globals struct instead of lp functi...
2014-02-19 Garming Samlib/param: rename lp_string to lpcfg_string
2014-02-19 Garming Samlib/param: handle non-constant strings properly by...
2014-02-12 Garming Samparam: Move LOADPARM_EXTRA_GLOBALS to lib/param/loadpar...
2014-02-12 Garming Samparam: move SMB2 defaults to lib/param and use in loadp...
2014-02-12 Garming Samparam: remove special cases for tls files
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'...
2014-02-12 Andrew Bartlettlib/param: Normalise "read raw" and "write raw" parameters
2014-02-12 Garming Samparam: auto generate param_functions.c at build time
2014-02-10 Garming Samparam: rename and move log level from LOADPARM_EXTRA_GL...
2014-02-10 Garming Samparam: rename and move usershare template parameter...
2014-02-08 Garming Samparam: rename lp function and variable from 'force_dir_...
2014-02-03 Michael Adamloadparm: rename variable for "directory mask" from...
2014-02-03 Michael Adamloadparm: rename variable for "printable" from print_ok...
2014-02-03 Michael Adamloadparm: rename variable for "read only" from readonly...
2014-02-03 Michael Adamloadparm: rename the variable for "path" from pathname...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_pathname to lp[cfg]_path for...
2014-01-31 Garming Samlib/param: change server max protocol to be consistent...
2014-01-31 Garming Samlib/param: change min wins ttl default to be consistent...
2014-01-31 Andrew Bartlettlib/param: Fix default of printjob username to match s3
2014-01-31 Andrew Bartlettlib/param: Fix default of logon path to match s3
2014-01-31 Andrew Bartlettlib/param: Fix default of logon home to match s3
2014-01-31 Andrew Bartlettlib/param: Fix default of smb passwd file to match s3
2014-01-31 Andrew Bartlettlib/param: Fix default of panic action to match s3
2014-01-31 Andrew Bartlettlib/param: Fix default of usershare path to match docs
next