summaryrefslogtreecommitdiff
path: root/source3/utils/testparm.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the roleGünther Deschner1-18/+1
2007-10-10r11999: Re-add "passdb expand explicit".Volker Lendecke1-0/+5
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r7511: Add three new command line switches to testparm:Lars Müller1-1/+40
2007-10-10r5176: Warn the user that print command is ignored when using cups librariesSimo Sorce1-0/+7
2007-10-10r3683: BUG 2017: fix testparm reporting for the passwd program stringGerald Carter1-1/+1
2007-10-10r2826: Complain if 'password chat' doesn't contain the %u variable. based on ...Jelmer Vernooij1-1/+8
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison1-1/+1
2003-10-20Changed output so all debug output goes to stderr, and all file processingJohn Terpstra1-40/+40
2003-09-29Testparm fixes:Jelmer Vernooij1-3/+9
2003-09-15Fixed test and wording for long share names.Christopher R. Hertel1-3/+4
2003-09-08Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>.Jeremy Allison1-2/+2
2003-08-12Test invalid map system, map hidden, create mask, force create maskJeremy Allison1-0/+21
2003-06-20Fix bug #136. Add message about erroneous empty "passdb backend" parameter.Jim McDonough1-0/+4
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-4/+4
2003-04-14Add some more functions for the modules (backport from HEAD):Jelmer Vernooij1-0/+6
2003-04-14Merge:Tim Potter1-7/+4
2003-03-18One more on set_local_machine_name() taking a new 'perm' argument.Andrew Bartlett1-1/+1
2003-02-20Added Volkers "print server role" patch.Jeremy Allison1-0/+22
2003-01-14Merge from HEAD - patch by metze to fill in 'workgroup' etc in testparm output,Andrew Bartlett1-1/+2
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-3/+3
2002-11-09Sync with HEADJelmer Vernooij1-0/+1
2002-11-05Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett1-0/+10
2002-09-30logic error in checking wins servers--merged from HEADGerald Carter1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-5/+7
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-4/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-151/+126
2002-04-143 branches might become a pain... :-)Volker Lendecke1-0/+9
2002-04-07Spelling.Tim Potter1-1/+1
2002-03-15the SEC_DOMAIN tests also apply to SEC_ADSAndrew Tridgell1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+3
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-6/+0
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-5/+0
2001-10-11Fixed bug when status=no and max smbd processes > 0.Jeremy Allison1-0/+5
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-20Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett1-0/+16
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-08-26Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+1
2001-06-20initial support for paramter type P_LISTSimo Sorce1-12/+17
2001-05-10Don't check for passwd program if using pam change password.Jeremy Allison1-17/+25
2001-03-26Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison1-2/+12