summaryrefslogtreecommitdiffstats
path: root/source/param
Commit message (Expand)AuthorAgeFilesLines
* Revert "Now it's working, back port the aync fix for parsing large cups print...Karolin Seeger2008-11-171-1/+1
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-10-151-1/+1
* Fix bug #5729. Explicitly allow "-valid".Jeremy Allison2008-09-081-1/+1
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-131-0/+1
* Fix swat. Bug #5613.Jeremy Allison2008-07-161-9/+0
* Always set "registry shares = yes" for "include = registry"Volker Lendecke2008-07-161-1/+5
* loadparm: fix process_registry_shares() when there is only [global] in registry.Michael Adam2008-07-161-0/+2
* loadarm: fix testparm with "config backend = registry".Michael Adam2008-07-161-2/+3
* loadparm: add funcion lp_load_with_registry_shares().Michael Adam2008-07-161-0/+15
* loadparm: add call to do_section() to process_registry_service().Michael Adam2008-07-161-0/+4
* loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam2008-07-161-3/+10
* loadparm: add a function process_registry_shares()Michael Adam2008-07-161-0/+37
* loadparm: refactor processing of service out of process_registry_globals()Michael Adam2008-07-161-8/+23
* loadparm: refactor initalization of registry config out into lp_smbconf_ctx().Michael Adam2008-07-161-13/+22
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-061-1/+1
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke2008-06-041-1/+13
* loadparm: Fix activation of registry globals in lp_load_*.Michael Adam2008-05-111-2/+2
* fix some extrasemi compile warningsBjörn Jacke2008-05-051-2/+2
* loadparm: reformat - fix whitespace/tabMichael Adam2008-05-051-1/+1
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-7/+5
* loadparm: rename bNoIncludes to bAllowIncludeRegistry (inverting logic)Michael Adam2008-04-211-6/+7
* loadparm: make lo_load_initial() only skip registry include.Michael Adam2008-04-211-4/+3
* loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam2008-04-211-2/+2
* loadparm: make it possible to just load the config without following "include...Stefan Metzmacher2008-04-211-10/+43
* loadparm: reactivate special semantics of "include = registry" for now.Michael Adam2008-04-211-0/+18
* loadparm: remove pfunc parameter from process_registry_globals().Michael Adam2008-04-211-4/+5
* loadparm: drop debug level in map_parameter from 0 to 1Michael Adam2008-04-111-1/+1
* loadparm: add userdata parameter to do_section() and do_parameter().Michael Adam2008-03-272-21/+25
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-271-2/+2
* libsmbconf: add backend specific init function.Michael Adam2008-03-271-2/+2
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-271-2/+2
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-271-1/+1
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-271-9/+5
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-272-5/+24
* loadparm: reenable checking files for updates while in registry configuration.Michael Adam2008-03-271-9/+0
* loadparm: remove unneeded include.Michael Adam2008-03-271-1/+0
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-271-8/+8
* loadparm: add a debug message.Michael Adam2008-03-171-0/+2
* loadparm: remove services read from smb.conf when starting over for config ba...Michael Adam2008-03-171-0/+1
* loadparm: add convenience wrapper lp_kill_all_services()Michael Adam2008-03-171-0/+8
* loadparm: add a commentMichael Adam2008-03-171-0/+1
* loadparm: fix a comment typo.Michael Adam2008-03-171-1/+1
* loadparm: add utility function to check for config backend file.Michael Adam2008-03-171-1/+9
* loadparm: use a function to check for the registry config backend.Michael Adam2008-03-171-3/+3
* loadparm: fix init_globals() to re-init all options event when called 2nd time.Michael Adam2008-03-171-12/+22
* loadparm: replace typedef struct {} global/service by struct global/struct se...Michael Adam2008-03-171-29/+29
* loadparm: fix whitespaces in global and service parameter structs.Michael Adam2008-03-171-7/+6
* loadparm: fix spacing in parm_table (training spaces and empty lines).Michael Adam2008-03-171-40/+19
* loadparm: Reformat the parm table to use named initializers.Michael Adam2008-03-171-412/+3524
* Fix lp_load with an empty registry and "config backend = registry". Michael, ...Günther Deschner2008-03-061-0/+7