summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* Use common util_file code.Jelmer Vernooij2008-10-122-6/+6
* Share data_blob implementation.Jelmer Vernooij2008-10-121-4/+3
* If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-101-1/+1
* [s3]loadparm: refactor freeing of parameter data out and reduce memleak.Michael Adam2008-09-271-35/+53
* [s3]loadparm: in lp_do_parameter() use function lp_local_ptr()Michael Adam2008-09-271-3/+1
* [s3]loadparm: remove superfluous talloc context / talloc_stackframe call.Michael Adam2008-09-271-5/+0
* [s3]loadparm: refactor setting parametric options in list outMichael Adam2008-09-271-52/+45
* [s3]loadparm: fix memory error - free the right param_opt->list in copy_service.Michael Adam2008-09-271-1/+1
* [s3]loadparm: refactor freeing of parametric options into free_param_opts().Michael Adam2008-09-271-41/+34
* [s3]loadparm: rename process_registry_service() to process_smbconf_service().Michael Adam2008-09-271-3/+3
* [s3]loadparm: add a command test_lp_load to test the lp_load function.Michael Adam2008-09-271-0/+88
* printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-241-5/+5
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-231-0/+13
* Fix bug #5729. Explicitly allow "-valid".Jeremy Allison2008-09-031-1/+1
* Increase the default positive idmap cache time to a weekVolker Lendecke2008-08-261-1/+1
* loadparm: idmap backend is not depracated any longer.Karolin Seeger2008-08-221-1/+1
* Here is a re-working of the winbinddJeremy Allison2008-08-201-0/+12
* 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