param: fix copy service to copy over cmdlist
[mat/samba.git] / lib / param / loadparm.c
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
2014-01-31 Garming Samlib/param: change name resolve order to include lmhosts...
2014-01-31 Garming Samlib/param: set default for -valid parameter
2014-01-31 Garming Samlib/param: fix a comment for lpcfg_printername
2014-01-31 Garming Samparam: Rename variable used for lp__printername szPrint...
2014-01-30 Andrew Bartlettlib/param: Do not check defaults_saved in is_default
2014-01-30 Andrew Bartlettlib/param: Remove unused lpcfg_next_parameter (once...
2014-01-30 Andrew Bartlettlib/param: Make and use lpcfg_equal_parameter in common
2014-01-30 Andrew Bartlettlib/param: Make and use common lpcfg_map_parameter
2014-01-29 Andrew Bartlettlib/param: Make lpcfg_print_parameter() common
2014-01-29 Garming Samparam: pad permissions to 3 digits and update docs...
2014-01-29 Andrew Bartlettlib/param: Fix copy_service to handle BOOLREV
2014-01-29 Garming Samparam: don't ignore some parameters when performing...
2014-01-29 Garming Samlib/param: fix copy service to include the case for...
2014-01-29 Garming Samparam: fix an offset bug in lpcfg_set_cmdline
2014-01-28 Garming Samlib/param: change server min protocol to be consistent...
2014-01-28 Garming Samlib/param: fix nbt client socket address default settin...
2014-01-28 Garming Samlib/param: set defaults for a number of previously...
2014-01-28 Garming Samlib/param: add default for guest account
2014-01-28 Garming Samlib/param: add default for password chat timeout
2014-01-28 Garming Samlib/param: add default for browse list parameter
2014-01-28 Garming Samlib/param: add default for hide dot files parameter
2014-01-28 Garming Samlib/param: add default for mangling method
2014-01-28 Garming Samlib/param: add default for lm interval
2014-01-28 Garming Samlib/param: add default for ldap deref parameter
2014-01-28 Garming Samlib/param: add default for ldap ssl parameter
2014-01-28 Garming Samlib/param: add default for smb2 max credits
2014-01-28 Garming Samlib/param: add default for mangled names default
2014-01-28 Garming Samlib/param: add default for winbind nested groups parameter
2014-01-28 Garming Samlib/param: add default for getwd cache parameter
2014-01-28 Garming Samlib/param: add default for passdb backend
2014-01-28 Garming Samlib/param: add default for smb2 max write
2014-01-28 Garming Samlib/param: add default for enable privileges parameter
2014-01-28 Garming Samlib/param: add default for idmap backend
2014-01-28 Garming Samlib/param: add default for ldap replication sleep
2014-01-28 Garming Samlib/param: add default for defer sharing violations...
2014-01-28 Garming Samlib/param: add default for name cache timeout
next