summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2008-09-03Fix bug #5729. Explicitly allow "-valid".Jeremy Allison1-1/+1
2008-08-26Increase the default positive idmap cache time to a weekVolker Lendecke1-1/+1
2008-08-22loadparm: idmap backend is not depracated any longer.Karolin Seeger1-1/+1
2008-08-20Here is a re-working of the winbinddJeremy Allison1-0/+12
2008-08-12Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison1-0/+1
2008-08-12idmap rewriteVolker Lendecke1-14/+4
2008-08-09loadparm: add two parameters "init logon delay hosts" and "init logon delay"Michael Adam1-0/+24
2008-07-30testparm: Display warning if invalid values are used.Michael Adam1-1/+3
2008-07-16Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke1-24/+7
2008-07-16Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke1-46/+56
2008-07-16Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke1-26/+28
2008-07-15Fix swat. Bug #5613.Jeremy Allison1-9/+0
2008-07-11Revert "Slightly increase the default idmap cache time"Volker Lendecke1-1/+1
2008-07-03Slightly increase the default idmap cache timeVolker Lendecke1-1/+1
2008-07-03Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison1-1/+1
2008-06-25Fix the buildVolker Lendecke1-1/+1
2008-06-25make parametic options case insensitiveAndrew Tridgell1-1/+1
2008-06-19loadparm: use the return value of the special handlers in lp_load().Michael Adam1-2/+2
2008-06-19loadparm: don't treat a missing include file as an error in handle_include().Michael Adam1-1/+1
2008-06-03Always set "registry shares = yes" for "include = registry"Volker Lendecke1-1/+5
2008-06-03Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke1-1/+13
2008-05-27loadparm: fix process_registry_shares() when there is only [global] in registry.Michael Adam1-0/+2
2008-05-26loadarm: fix testparm with "config backend = registry".Michael Adam1-2/+3
2008-05-15loadparm: add funcion lp_load_with_registry_shares().Michael Adam1-0/+15
2008-05-15loadparm: add call to do_section() to process_registry_service().Michael Adam1-0/+4
2008-05-15loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam1-3/+10
2008-05-15loadparm: add a function process_registry_shares()Michael Adam1-0/+37
2008-05-15loadparm: refactor processing of service out of process_registry_globals()Michael Adam1-8/+23
2008-05-15loadparm: refactor initalization of registry config out into lp_smbconf_ctx().Michael Adam1-13/+22
2008-05-10loadparm: Fix activation of registry globals in lp_load_*.Michael Adam1-2/+2
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam1-7/+5
2008-04-21loadparm: reformat - fix whitespace/tabMichael Adam1-1/+1
2008-04-21loadparm: rename bNoIncludes to bAllowIncludeRegistry (inverting logic)Michael Adam1-6/+7
2008-04-21loadparm: make lo_load_initial() only skip registry include.Michael Adam1-4/+3
2008-04-18loadparm: make it possible to just load the config without following "include...Stefan Metzmacher1-10/+43
2008-04-17loadparm: reactivate special semantics of "include = registry" for now.Michael Adam1-0/+18
2008-04-15loadparm: remove pfunc parameter from process_registry_globals().Michael Adam1-4/+5
2008-04-13loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam1-2/+2
2008-04-10fix some extrasemi compile warningsBjörn Jacke1-2/+2
2008-04-10loadparm: drop debug level in map_parameter from 0 to 1Michael Adam1-1/+1
2008-03-26loadparm: add userdata parameter to do_section() and do_parameter().Michael Adam2-21/+25
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam1-2/+2
2008-03-21libsmbconf: add backend specific init function.Michael Adam1-2/+2
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam1-2/+2
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam1-1/+1
2008-03-21libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam1-9/+5
2008-03-20loadparm: reenable checking files for updates while in registry configuration.Michael Adam1-9/+0
2008-03-20loadparm: remove unneeded include.Michael Adam1-1/+0
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam1-8/+8
2008-03-12loadparm: add a debug message.Michael Adam1-0/+2