summaryrefslogtreecommitdiffstats
path: root/source/utils/testparm.c
Commit message (Collapse)AuthorAgeFilesLines
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-9/+0
|
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2006-01-281-1/+1
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r13133: patch from Makr Proehl <m.proehl@science-computing.de> for dumping ↵Gerald Carter2006-01-251-1/+1
| | | | server role when calling 'testparm -s' (BUG 1336)
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2005-12-281-0/+2
| | | | | What I'd give for a global constructor... Jeremy.
* r12415: Forgot newlines.Günther Deschner2005-12-211-1/+1
| | | | Guenther
* r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the roleGünther Deschner2005-12-211-18/+1
| | | | | | translation elsewhere. Guenther
* r11999: Re-add "passdb expand explicit".Volker Lendecke2005-12-011-0/+5
| | | | | | | We came to the conclusion that changing the default is something that has to wait one or two more releases, but it will happen one way or the other. Volker
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-1/+1
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r7511: Add three new command line switches to testparm:Lars Müller2005-06-121-1/+40
| | | | | | | | | | | | | | | | | --show-all-parameters Enumerates all available parameters, grouped in to sections [local] and [global] by the class of the parameter. Each line is formated name=type[,enum values],flags --parameter-name Display the setting of the named parameter. The global section is assumed if no other is set with --section-name --section-name Limit the view of testparm to the named section. Use 'global' to only view the settings of the global section. This fixes bug #2767. Lars
* r5176: Warn the user that print command is ignored when using cups librariesSimo Sorce2005-02-021-0/+7
|
* r3683: BUG 2017: fix testparm reporting for the passwd program stringGerald Carter2004-11-111-1/+1
|
* r2826: Complain if 'password chat' doesn't contain the %u variable. based on ↵Jelmer Vernooij2004-10-051-1/+8
| | | | a patch by Ronan Waide
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+367
metze