Age | Commit message (Expand) | Author | Files | Lines |
2008-10-18 | [s3]testparm: prevent "no stackframe around" warning. | Michael Adam | 1 | -1/+1 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -2/+2 |
2008-09-27 | [s3]testparm: give testparm one common exit point and call gfree_loadparm(). | Michael Adam | 1 | -6/+13 |
2008-09-27 | [s3]testparm: free the popt context when it is no longer used. | Michael Adam | 1 | -0/+2 |
2008-07-15 | testparm: allow the default debug level of 2 to be changed from the command l... | Michael Adam | 1 | -1/+8 |
2008-07-15 | testparm: refactor the per-share logic checks out into do_per_share_checks(). | Michael Adam | 1 | -58/+67 |
2008-07-15 | testparm: skip the per-share logic checks when --skip-logic-checks is specified. | Michael Adam | 1 | -1/+1 |
2008-07-15 | testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checks | Michael Adam | 1 | -3/+3 |
2008-07-15 | testparm: add a switch --skip-global-checks. | Michael Adam | 1 | -1/+5 |
2008-05-15 | testparm: list registry shares with testparm. | Michael Adam | 1 | -1/+1 |
2008-03-18 | testparm: only check for %u und passwd program when passwd program is given. | Michael Adam | 1 | -5/+10 |
2008-03-18 | testparm: correctly check for empty lp_passwd_prog(). | Michael Adam | 1 | -1/+3 |
2008-03-18 | testparm: fix irritating indentation. | Michael Adam | 1 | -2/+1 |
2008-03-18 | testparm: fix a segfault triggered by setting "unix password sync = yes". | Michael Adam | 1 | -1/+0 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-03 | Getting to the home stretch for elimination of pstrings... | Jeremy Allison | 1 | -10/+12 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r24951: Warn if "os level" > 255 | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r24825: Give testparm an initial talloc stackframe, so it does not complain | Michael Adam | 1 | -0/+3 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15549: removing rhosts and 'hosts equiv' authentication features | Gerald Carter | 1 | -9/+0 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r13133: patch from Makr Proehl <m.proehl@science-computing.de> for dumping se... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r12555: Fix more load_case_table swegfaults. Arggg. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r12415: Forgot newlines. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the role | Günther Deschner | 1 | -18/+1 |
2007-10-10 | r11999: Re-add "passdb expand explicit". | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r7511: Add three new command line switches to testparm: | Lars Müller | 1 | -1/+40 |
2007-10-10 | r5176: Warn the user that print command is ignored when using cups libraries | Simo Sorce | 1 | -0/+7 |
2007-10-10 | r3683: BUG 2017: fix testparm reporting for the passwd program string | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r2826: Complain if 'password chat' doesn't contain the %u variable. based on ... | Jelmer Vernooij | 1 | -1/+8 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 1 | -1/+1 |
2003-10-20 | Changed output so all debug output goes to stderr, and all file processing | John Terpstra | 1 | -40/+40 |
2003-09-29 | Testparm fixes: | Jelmer Vernooij | 1 | -3/+9 |
2003-09-15 | Fixed test and wording for long share names. | Christopher R. Hertel | 1 | -3/+4 |
2003-09-08 | Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>. | Jeremy Allison | 1 | -2/+2 |
2003-08-12 | Test invalid map system, map hidden, create mask, force create mask | Jeremy Allison | 1 | -0/+21 |
2003-06-20 | Fix bug #136. Add message about erroneous empty "passdb backend" parameter. | Jim McDonough | 1 | -0/+4 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+2 |
2003-04-15 | Use the new modules system for passdb (merge from HEAD) | Jelmer Vernooij | 1 | -4/+4 |
2003-04-14 | Add some more functions for the modules (backport from HEAD): | Jelmer Vernooij | 1 | -0/+6 |
2003-04-14 | Merge: | Tim Potter | 1 | -7/+4 |
2003-03-18 | One more on set_local_machine_name() taking a new 'perm' argument. | Andrew Bartlett | 1 | -1/+1 |
2003-02-20 | Added Volkers "print server role" patch. | Jeremy Allison | 1 | -0/+22 |
2003-01-14 | Merge from HEAD - patch by metze to fill in 'workgroup' etc in testparm output, | Andrew Bartlett | 1 | -1/+2 |
2002-11-29 | Merge a bunch of trivial changes from HEAD. The difference remaining | Tim Potter | 1 | -1/+0 |