summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-12loadparm: remove services read from smb.conf when starting over for config ba...Michael Adam1-0/+1
2008-03-12loadparm: add convenience wrapper lp_kill_all_services()Michael Adam1-0/+8
2008-03-12loadparm: add a commentMichael Adam1-0/+1
2008-03-12loadparm: fix a comment typo.Michael Adam1-1/+1
2008-03-12loadparm: add utility function to check for config backend file.Michael Adam1-1/+9
2008-03-12loadparm: use a function to check for the registry config backend.Michael Adam1-3/+3
2008-03-10loadparm: fix init_globals() to re-init all options event when called 2nd time.Michael Adam1-12/+22
2008-03-10loadparm: replace typedef struct {} global/service by struct global/struct se...Michael Adam1-29/+29
2008-03-10loadparm: fix whitespaces in global and service parameter structs.Michael Adam1-7/+6
2008-03-10loadparm: fix spacing in parm_table (training spaces and empty lines).Michael Adam1-40/+19
2008-03-10loadparm: Reformat the parm table to use named initializers.Michael Adam1-412/+3524
2008-03-06Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2-5/+24
2008-03-06Fix lp_load with an empty registry and "config backend = registry". Michael, ...Günther Deschner1-0/+7
2008-02-29Rename the 'hidden' variable to 'administrative share'.Andreas Schneider1-5/+5
2008-02-28Remove my changeJeremy Allison1-6/+7
2008-02-28Fix debug %lu message.Jeremy Allison1-2/+2
2008-02-26Add variable to define if a share should be hidden.Andreas Schneider1-0/+5
2008-02-25Fix some warningsVolker Lendecke1-2/+1
2008-02-19Use linbet_conf code in loadparm's registry handling.Michael Adam1-223/+38
2008-02-15Rename registry_init_regdb() to registry_init_smbconf().Michael Adam1-1/+1
2008-02-06Add support for LDAP debug output in Samba log file.Michael Adam1-0/+19
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-12/+13
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-7/+10
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+3
2008-01-20Do an explicit init_globals() when restarting for "config backend = registry".Michael Adam1-0/+1
2008-01-16Revert "default to tdbsam instead of smbpasswd"Volker Lendecke1-1/+1
2008-01-16default to tdbsam instead of smbpasswdVolker Lendecke1-1/+1
2008-01-16Add my (C) to loadparm.c.Michael Adam1-0/+1
2008-01-16Remove special semantics of "include = registry" from loadparm.cMichael Adam1-29/+0
2008-01-16Add utility function lp_config_backend_is_registry().Michael Adam1-0/+8
2008-01-16Initialise Globals.ConfigBackend from global var config_backend.Michael Adam1-5/+11
2008-01-16Add config parameter "config backend = registry".Michael Adam1-19/+63
2008-01-16Add "MSDFS options" separator to parm_table.Michael Adam1-0/+2
2008-01-16Re-order an option block in parm_table to re-unite the misc options.Michael Adam1-3/+3
2008-01-09Reduce stat cache size defaultVolker Lendecke1-1/+1
2008-01-09Change registry_create_admin_token() to return NTSTATUS.Michael Adam1-3/+4
2008-01-09Extend a comment.Michael Adam1-1/+3
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-3/+2
2007-12-27Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison1-0/+4
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-2/+5
2007-12-21Fix a C++ warningVolker Lendecke1-1/+1
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+5
2007-12-18Add a in-memory cacheVolker Lendecke1-3/+4
2007-12-12Add lp_include_registry_globals().Günther Deschner1-0/+5
2007-12-10Remove two completely unnecessary globalsVolker Lendecke1-61/+51
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-5/+5
2007-12-10use dbwrap_rbt in loadparm.cVolker Lendecke1-4/+2
2007-12-10Convert ServiceHash to dbwrapVolker Lendecke1-26/+47