summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* loadparm: use a function to check for the registry config backend.Michael Adam2008-03-121-3/+3
* loadparm: fix init_globals() to re-init all options event when called 2nd time.Michael Adam2008-03-101-12/+22
* loadparm: replace typedef struct {} global/service by struct global/struct se...Michael Adam2008-03-101-29/+29
* loadparm: fix whitespaces in global and service parameter structs.Michael Adam2008-03-101-7/+6
* loadparm: fix spacing in parm_table (training spaces and empty lines).Michael Adam2008-03-101-40/+19
* loadparm: Reformat the parm table to use named initializers.Michael Adam2008-03-101-412/+3524
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-062-5/+24
* Fix lp_load with an empty registry and "config backend = registry". Michael, ...Günther Deschner2008-03-061-0/+7
* Rename the 'hidden' variable to 'administrative share'.Andreas Schneider2008-02-291-5/+5
* Remove my changeJeremy Allison2008-02-281-6/+7
* Fix debug %lu message.Jeremy Allison2008-02-281-2/+2
* Add variable to define if a share should be hidden.Andreas Schneider2008-02-261-0/+5
* Fix some warningsVolker Lendecke2008-02-251-2/+1
* Use linbet_conf code in loadparm's registry handling.Michael Adam2008-02-191-223/+38
* Rename registry_init_regdb() to registry_init_smbconf().Michael Adam2008-02-151-1/+1
* Add support for LDAP debug output in Samba log file.Michael Adam2008-02-061-0/+19
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-12/+13
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-7/+10
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* Do an explicit init_globals() when restarting for "config backend = registry".Michael Adam2008-01-201-0/+1
* Revert "default to tdbsam instead of smbpasswd"Volker Lendecke2008-01-161-1/+1
* default to tdbsam instead of smbpasswdVolker Lendecke2008-01-161-1/+1
* Add my (C) to loadparm.c.Michael Adam2008-01-161-0/+1
* Remove special semantics of "include = registry" from loadparm.cMichael Adam2008-01-161-29/+0
* Add utility function lp_config_backend_is_registry().Michael Adam2008-01-161-0/+8
* Initialise Globals.ConfigBackend from global var config_backend.Michael Adam2008-01-161-5/+11
* Add config parameter "config backend = registry".Michael Adam2008-01-161-19/+63
* Add "MSDFS options" separator to parm_table.Michael Adam2008-01-161-0/+2
* Re-order an option block in parm_table to re-unite the misc options.Michael Adam2008-01-161-3/+3
* Reduce stat cache size defaultVolker Lendecke2008-01-091-1/+1
* Change registry_create_admin_token() to return NTSTATUS.Michael Adam2008-01-091-3/+4
* Extend a comment.Michael Adam2008-01-091-1/+3