summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* s3/cups: add encryption supportBjörn Jacke2009-03-301-0/+34
* s3: Remove redundant commentTim Prouty2009-03-231-4/+0
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-3/+8
* Attempt to fix the build on IRIXVolker Lendecke2009-03-041-1/+3
* s3: Wrap usage of rlimit in configure checksSteven Danneman2009-02-221-20/+19
* Revert "s3 auth: Add parameter that forces every user through an NSS lookup"Tim Prouty2009-02-211-11/+0
* Fix an uninitialized variableVolker Lendecke2009-02-211-1/+1
* S3: Detect max_open_files from systemtodd stecher2009-02-201-1/+37
* s3 auth: Add parameter that forces every user through an NSS lookupZach Loafman2009-02-161-0/+11
* Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame...Volker Lendecke2009-02-141-1/+1
* s3: Added new parameter "map untrusted to domain"Steven Danneman2009-02-121-0/+13
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-0/+11
* s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".Karolin Seeger2009-02-051-0/+12
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-5/+28
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Deprecate the "share modes" parameter to address bug #6024, swat disagrees wi...Jeremy Allison2009-01-121-1/+1
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-3/+46
* Fix a typo found by the IBM CheckerVolker Lendecke2009-01-041-1/+1
* Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij2008-12-231-2/+0
* s3:loadparm/docs: Set default for "ldap ssl" to "start tls".root2008-12-211-1/+1
* s3: loadparm: Clean-up list of parameters.Karolin Seeger2008-12-211-8/+1
* s3/loadparm.c: Change default value for "ldap ssl".Karolin Seeger2008-12-171-1/+1
* s3:loadparm: fix copy service error (canonicalize_servicename: NULL source name)Michael Adam2008-12-151-1/+1
* s3:loadparm: add service-struct based variants of the free-parameter routinesMichael Adam2008-12-151-7/+46
* s3:loadparm: rename free_parameters() to free_parameters_by_snum()Michael Adam2008-12-151-4/+5
* s3:loadparm: rename free_parameter() to free_one_parameter_by_snum()Michael Adam2008-12-151-3/+5
* s3:loadparm: add lp_local_ptr() that operates on a service structMichael Adam2008-12-151-1/+13
* s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam2008-12-151-3/+3
* s3:loadparm: fix newly introduced leading whitespaces to tabsMichael Adam2008-12-151-2/+2
* s3: Add support for access based share enumerationTodd Stecher2008-12-081-0/+13
* Fix bug #5944 - nmbd does not boot if socket adress = "" is defined in smb.confYasuma Takeda2008-12-051-1/+15
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-4/+4
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-4/+4
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij2008-11-011-41/+4
* Use str_list_equal() rather than str_list_compare().Jelmer Vernooij2008-10-181-3/+3
* [s3]loadparm: remove param/params.c which is used no more.Michael Adam2008-10-181-590/+0
* [s3]test_lp_load: fix "no talloc stackframe around" messageMichael Adam2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-122-6/+6
* Share data_blob implementation.Jelmer Vernooij2008-10-121-4/+3
* If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-101-1/+1
* [s3]loadparm: refactor freeing of parameter data out and reduce memleak.Michael Adam2008-09-271-35/+53
* [s3]loadparm: in lp_do_parameter() use function lp_local_ptr()Michael Adam2008-09-271-3/+1
* [s3]loadparm: remove superfluous talloc context / talloc_stackframe call.Michael Adam2008-09-271-5/+0
* [s3]loadparm: refactor setting parametric options in list outMichael Adam2008-09-271-52/+45
* [s3]loadparm: fix memory error - free the right param_opt->list in copy_service.Michael Adam2008-09-271-1/+1
* [s3]loadparm: refactor freeing of parametric options into free_param_opts().Michael Adam2008-09-271-41/+34
* [s3]loadparm: rename process_registry_service() to process_smbconf_service().Michael Adam2008-09-271-3/+3
* [s3]loadparm: add a command test_lp_load to test the lp_load function.Michael Adam2008-09-271-0/+88