summaryrefslogtreecommitdiff
path: root/source/param
Commit message (Expand)AuthorAgeFilesLines
* s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".Karolin Seeger2009-02-161-0/+12
* Deprecate the "share modes" parameter to address bug #6024, swat disagrees wi...Jeremy Allison2009-01-201-1/+1
* s3:loadparm/docs: Set default for "ldap ssl" to "start tls".root2009-01-021-1/+1
* s3: loadparm: Clean-up list of parameters.Karolin Seeger2009-01-021-8/+1
* s3/loadparm.c: Change default value for "ldap ssl".Karolin Seeger2009-01-021-1/+1
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-111-1/+15
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-181-4/+4
* If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-151-1/+1
* printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-291-5/+5
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-291-0/+13
* Fix bug #5729. Explicitly allow "-valid".Jeremy Allison2008-09-081-1/+1
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-09-081-1/+1
* Here is a re-working of the winbinddJeremy Allison2008-08-221-0/+12
* loadparm: idmap backend is not depracated any longer.Karolin Seeger2008-08-221-1/+1
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-0/+1
* idmap rewriteVolker Lendecke2008-08-121-14/+4
* loadparm: add two parameters "init logon delay hosts" and "init logon delay"Michael Adam2008-08-091-0/+24
* testparm: Display warning if invalid values are used.Michael Adam2008-07-301-1/+3
* Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke2008-07-161-24/+7
* Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke2008-07-161-46/+56
* Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke2008-07-161-26/+28
* Fix swat. Bug #5613.Jeremy Allison2008-07-151-9/+0
* Revert "Slightly increase the default idmap cache time"Volker Lendecke2008-07-111-1/+1
* Slightly increase the default idmap cache timeVolker Lendecke2008-07-031-1/+1
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-1/+1
* Fix the buildVolker Lendecke2008-06-251-1/+1
* make parametic options case insensitiveAndrew Tridgell2008-06-251-1/+1
* loadparm: use the return value of the special handlers in lp_load().Michael Adam2008-06-191-2/+2
* loadparm: don't treat a missing include file as an error in handle_include().Michael Adam2008-06-191-1/+1
* Always set "registry shares = yes" for "include = registry"Volker Lendecke2008-06-031-1/+5
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke2008-06-031-1/+13
* loadparm: fix process_registry_shares() when there is only [global] in registry.Michael Adam2008-05-271-0/+2
* loadarm: fix testparm with "config backend = registry".Michael Adam2008-05-261-2/+3
* loadparm: add funcion lp_load_with_registry_shares().Michael Adam2008-05-151-0/+15
* loadparm: add call to do_section() to process_registry_service().Michael Adam2008-05-151-0/+4
* loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam2008-05-151-3/+10
* loadparm: add a function process_registry_shares()Michael Adam2008-05-151-0/+37
* loadparm: refactor processing of service out of process_registry_globals()Michael Adam2008-05-151-8/+23
* loadparm: refactor initalization of registry config out into lp_smbconf_ctx().Michael Adam2008-05-151-13/+22
* loadparm: Fix activation of registry globals in lp_load_*.Michael Adam2008-05-101-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