summaryrefslogtreecommitdiffstats
path: root/source3/utils/testparm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* One more on set_local_machine_name() taking a new 'perm' argument.Andrew Bartlett2003-03-181-1/+1
* Added Volkers "print server role" patch.Jeremy Allison2003-02-201-0/+22
* Merge from HEAD - patch by metze to fill in 'workgroup' etc in testparm output,Andrew Bartlett2003-01-141-1/+2
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+0
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+3
* Sync with HEADJelmer Vernooij2002-11-091-0/+1
* Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett2002-11-051-0/+10
* logic error in checking wins servers--merged from HEADGerald Carter2002-09-301-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-5/+7
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-4/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-151/+126
* 3 branches might become a pain... :-)Volker Lendecke2002-04-141-0/+9
* Spelling.Tim Potter2002-04-071-1/+1
* the SEC_DOMAIN tests also apply to SEC_ADSAndrew Tridgell2002-03-151-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+3
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-6/+0
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-5/+0
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-111-0/+5
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett2001-09-201-0/+16
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2001-08-261-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-4/+4
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+1
* initial support for paramter type P_LISTSimo Sorce2001-06-201-12/+17
* Don't check for passwd program if using pam change password.Jeremy Allison2001-05-101-17/+25
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-2/+12
* Removed the sanity check on the WINS SERVER parameter because it simplyChristopher R. Hertel2000-07-181-17/+0
* we don't do "revalidate = yes" any moreAndrew Tridgell2000-05-241-5/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-56/+191