summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue with preexec scripts creating a share directory, and problems if ...Jeremy Allison2010-02-241-1/+32
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-241-1/+1
* Fix for CVE-2009-2813.Jeremy Allison2009-09-281-1/+6
* s3:loadparm: handle registry config source in file_list - fixes bug #6320Michael Adam2009-06-101-34/+44
* s3:loadparm: mark registry shares without path unavailableMichael Adam2009-06-101-0/+3
* s3:loadparm: prevent infinite include nesting.Michael Adam2009-06-101-2/+19
* s3-loadparm: Fix resume command typo for "printing = vlp".Guenther Deschner2009-04-171-1/+1
* s3/loadparm: Fiy typos.Karolin Seeger2009-04-171-2/+2
* 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