summaryrefslogtreecommitdiff
path: root/source3/utils/testparm.c
Commit message (Expand)AuthorAgeFilesLines
* lib/param: Remove special handling for 'state dir' and 'cache dir'Andrew Bartlett2014-02-121-6/+6
* param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "printcommand" to "print_command"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'passwordserver' to 'password_ser...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-3/+3
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-031-3/+3
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-031-3/+3
* testparm: don't warn for TCP_NODELAY in socket options.Michael Adam2013-11-201-3/+3
* testparm: Warnings should not cause failureMartin Schwenke2013-11-201-4/+0
* testparm: Add warning for socket options.Andreas Schneider2013-11-041-0/+33
* testparm: Reformat text and add a newline.Andreas Schneider2013-11-041-54/+110
* s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett2012-09-061-2/+0
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-22/+22
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-151-4/+2
* s3:testparm: avoid spurious warnings about dos mode mapping and create mask i...Gregor Beck2011-07-071-19/+27
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-1/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* Fix const warnings.Jeremy Allison2011-06-021-1/+1
* s3-testparm Warn about incorrect use of 'password server'Andrew Bartlett2011-05-251-4/+4
* s3:testparm: don't return an error for a warning messageStefan Metzmacher2011-05-201-1/+0
* s3-testparm Warn more on incorrect use of 'password server'Andrew Bartlett2011-05-181-2/+17
* lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett2011-05-181-0/+6
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:testparm: add "--option" to testparmMichael Adam2011-02-091-0/+1
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-6/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-2/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3: Fix bug 5972 -- remove -L testparm parameterVolker Lendecke2010-05-051-6/+0
* s3-testparm: Throw warning when 'workgroup' and 'netbios name' are identical.Karolin Seeger2010-03-241-0/+6
* 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