summaryrefslogtreecommitdiffstats
path: root/source/param
Commit message (Expand)AuthorAgeFilesLines
* Fix for CVE-2009-2813.Jeremy Allison2009-10-011-1/+6
* s3-loadparm: Fix resume command typo for "printing = vlp".Guenther Deschner2009-04-131-1/+1
* s3/loadparm: Fiy typos.Karolin Seeger2009-04-071-2/+2
* Remove "strict allocate = partial" code that got accidentally committed.Jeremy Allison2009-01-081-21/+6
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-071-6/+21
* s3/loadparm.c: Change default value for "ldap ssl".Karolin Seeger2008-12-171-1/+1
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-051-1/+15
* Now it's working, back port the aync fix for parsing large cups printer lists.Jeremy Allison2008-10-101-1/+1
* Fix bug #5729. Explicitly allow "-valid".Jeremy Allison2008-09-031-1/+1
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-0/+1
* Fix swat. Bug #5613.Jeremy Allison2008-07-151-9/+0
* Always set "registry shares = yes" for "include = registry"Volker Lendecke2008-07-101-1/+5
* loadparm: fix process_registry_shares() when there is only [global] in registry.Michael Adam2008-07-101-0/+2
* loadarm: fix testparm with "config backend = registry".Michael Adam2008-07-101-2/+3
* loadparm: add funcion lp_load_with_registry_shares().Michael Adam2008-07-101-0/+15
* loadparm: add call to do_section() to process_registry_service().Michael Adam2008-07-101-0/+4
* loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam2008-07-101-3/+10
* loadparm: add a function process_registry_shares()Michael Adam2008-07-101-0/+37
* loadparm: refactor processing of service out of process_registry_globals()Michael Adam2008-07-101-8/+23
* loadparm: refactor initalization of registry config out into lp_smbconf_ctx().Michael Adam2008-07-101-13/+22
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-1/+1
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke2008-06-031-1/+13
* loadparm: Fix activation of registry globals in lp_load_*.Michael Adam2008-05-101-2/+2
* fix some extrasemi compile warningsBjörn Jacke2008-05-081-2/+2
* Revert "fix some extrasemi compile warnings"Michael Adam2008-05-081-2/+2
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-7/+5
* loadparm: reformat - fix whitespace/tabMichael Adam2008-04-211-1/+1
* 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: make it possible to just load the config without following "include...Stefan Metzmacher2008-04-181-10/+43
* loadparm: reactivate special semantics of "include = registry" for now.Michael Adam2008-04-171-0/+18
* loadparm: remove pfunc parameter from process_registry_globals().Michael Adam2008-04-151-4/+5
* loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam2008-04-131-2/+2
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-2/+2
* loadparm: drop debug level in map_parameter from 0 to 1Michael Adam2008-04-101-1/+1
* loadparm: add userdata parameter to do_section() and do_parameter().Michael Adam2008-03-262-21/+25
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-211-2/+2
* libsmbconf: add backend specific init function.Michael Adam2008-03-211-2/+2
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-211-2/+2
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-211-1/+1
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-211-9/+5
* loadparm: reenable checking files for updates while in registry configuration.Michael Adam2008-03-201-9/+0
* loadparm: remove unneeded include.Michael Adam2008-03-201-1/+0
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-171-8/+8
* loadparm: add a debug message.Michael Adam2008-03-121-0/+2
* loadparm: remove services read from smb.conf when starting over for config ba...Michael Adam2008-03-121-0/+1
* loadparm: add convenience wrapper lp_kill_all_services()Michael Adam2008-03-121-0/+8
* loadparm: add a commentMichael Adam2008-03-121-0/+1
* loadparm: fix a comment typo.Michael Adam2008-03-121-1/+1
* loadparm: add utility function to check for config backend file.Michael Adam2008-03-121-1/+9