param: move handle printing into lib/param
[kai/samba-autobuild/.git] / source3 / param / loadparm.c
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'...
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 "nis_home_m...
2014-02-08 Garming Samparam: rename lp function and variable from "syncalways...
2014-02-08 Garming Samparam: rename lp function and variable from "minprintsp...
2014-02-08 Garming Samparam: rename lp function and variable from "writelist...
2014-02-08 Garming Samparam: rename lp function and variable from "usernamele...
2014-02-08 Garming Samparam: rename lp function and variable from "readlist...
2014-02-08 Garming Samparam: rename lp function and variable from "onlyuser...
2014-02-08 Garming Samparam: rename lp function and variable from "inherit_pe...
2014-02-08 Garming Samparam: rename lp function and variable from "encrypted_...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_minpro...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_maxpro...
2014-02-08 Garming Samparam: rename lp function and variable from "maxmux...
2014-02-08 Garming Samparam: rename lp function and variable from "cli_minpro...
2014-02-08 Garming Samparam: rename lp function and variable from "cli_maxpro...
2014-02-08 Garming Samparam: rename lp function and variable from "ms_add_pri...
2014-02-08 Garming Samparam: rename lp function and variable from "queueresum...
2014-02-08 Garming Samparam: rename lp function and variable from "queuepause...
2014-02-08 Garming Samparam: rename lp function and variable from "printcomma...
2014-02-08 Garming Samparam: rename lp function and variable from "max_report...
2014-02-08 Garming Samparam: rename lp function and variable from "lprmcomman...
2014-02-08 Garming Samparam: rename lp function and variable from "lpresumeco...
2014-02-08 Garming Samparam: rename lp function and variable from "lpqcommand...
2014-02-08 Garming Samparam: rename lp function and variable from "lpqcacheti...
2014-02-08 Garming Samparam: rename lp function and variable from "lppausecom...
2014-02-08 Garming Samparam: rename lp function and variable from "rootpreexe...
2014-02-08 Garming Samparam: rename lp function and variable from "rootpostex...
2014-02-08 Garming Samparam: rename lp function and variable from "magicscrip...
2014-02-08 Garming Samparam: rename lp function and variable from "magicoutpu...
2014-02-08 Garming Samparam: rename lp function and variable from "nis_home_m...
2014-02-08 Garming Samparam: rename lp function and variable from "symlinks...
2014-02-08 Garming Samparam: rename lp function and variable from "fake_dir_c...
2014-02-08 Garming Samparam: rename lp function and variable from "allow_inse...
2014-02-08 Garming Samparam: rename lp function and variable from "veto_oploc...
2014-02-08 Garming Samparam: rename lp function and variable from "shortprese...
2014-02-08 Garming Samparam: rename lp function and variable from "preserveca...
2014-02-08 Garming Samparam: rename lp function and variable from "hideunwrit...
2014-02-08 Garming Samparam: rename lp function and variable from "hideunread...
2014-02-08 Garming Samparam: rename lp function and variable from "recursive_...
2014-02-08 Garming Samparam: rename lp function and variable from "serverstri...
2014-02-08 Garming Samparam: rename lp function and variable from 'piddir...
2014-02-08 Garming Samparam: rename lp function and variable from 'passwordse...
2014-02-08 Garming Samparam: rename lp function and variable from 'lockdir...
2014-02-08 Garming Samparam: rename lp function and variable from 'guestaccou...
2014-02-08 Garming Samparam: rename lp function and variable from 'magicchar...
next