summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-061-2/+23
* 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
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-3/+2
* Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison2007-12-271-0/+4
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-2/+5
* Fix a C++ warningVolker Lendecke2007-12-211-1/+1
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+5
* Add a in-memory cacheVolker Lendecke2007-12-181-3/+4
* Add lp_include_registry_globals().Günther Deschner2007-12-121-0/+5
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-5/+5
* use dbwrap_rbt in loadparm.cVolker Lendecke2007-12-101-4/+2
* Convert ServiceHash to dbwrapVolker Lendecke2007-12-101-26/+47
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-55/+0
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-2/+18
* Remove some globalsVolker Lendecke2007-12-051-2/+5