summaryrefslogtreecommitdiff
path: root/source3/utils/testparm.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-11-291-0/+21
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-031-2/+0
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-3/+3
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-0/+20
* [s3]testparm: prevent "no stackframe around" warning.Michael Adam2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-2/+2
* [s3]testparm: give testparm one common exit point and call gfree_loadparm().Michael Adam2008-09-271-6/+13
* [s3]testparm: free the popt context when it is no longer used.Michael Adam2008-09-271-0/+2
* testparm: allow the default debug level of 2 to be changed from the command l...Michael Adam2008-07-151-1/+8
* testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam2008-07-151-58/+67
* testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam2008-07-151-1/+1
* testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-151-3/+3
* testparm: add a switch --skip-global-checks.Michael Adam2008-07-151-1/+5
* testparm: list registry shares with testparm.Michael Adam2008-05-151-1/+1
* testparm: only check for %u und passwd program when passwd program is given.Michael Adam2008-03-181-5/+10
* testparm: correctly check for empty lp_passwd_prog().Michael Adam2008-03-181-1/+3
* testparm: fix irritating indentation.Michael Adam2008-03-181-2/+1
* testparm: fix a segfault triggered by setting "unix password sync = yes".Michael Adam2008-03-181-1/+0
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-10/+12
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r24951: Warn if "os level" > 255Volker Lendecke2007-10-101-0/+4
* r24825: Give testparm an initial talloc stackframe, so it does not complainMichael Adam2007-10-101-0/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r15549: removing rhosts and 'hosts equiv' authentication featuresGerald Carter2007-10-101-9/+0
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r13133: patch from Makr Proehl <m.proehl@science-computing.de> for dumping se...Gerald Carter2007-10-101-1/+1
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+2
* r12415: Forgot newlines.Günther Deschner2007-10-101-1/+1
* r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the roleGünther Deschner2007-10-101-18/+1
* r11999: Re-add "passdb expand explicit".Volker Lendecke2007-10-101-0/+5
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r7511: Add three new command line switches to testparm:Lars Müller2007-10-101-1/+40
* r5176: Warn the user that print command is ignored when using cups librariesSimo Sorce2007-10-101-0/+7
* r3683: BUG 2017: fix testparm reporting for the passwd program stringGerald Carter2007-10-101-1/+1
* r2826: Complain if 'password chat' doesn't contain the %u variable. based on ...Jelmer Vernooij2007-10-101-1/+8
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-091-1/+1
* Changed output so all debug output goes to stderr, and all file processingJohn Terpstra2003-10-201-40/+40
* Testparm fixes:Jelmer Vernooij2003-09-291-3/+9
* Fixed test and wording for long share names.Christopher R. Hertel2003-09-151-3/+4
* Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>.Jeremy Allison2003-09-081-2/+2
* Test invalid map system, map hidden, create mask, force create maskJeremy Allison2003-08-121-0/+21
* Fix bug #136. Add message about erroneous empty "passdb backend" parameter.Jim McDonough2003-06-201-0/+4
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-151-4/+4
* Add some more functions for the modules (backport from HEAD):Jelmer Vernooij2003-04-141-0/+6
* Merge:Tim Potter2003-04-141-7/+4