summaryrefslogtreecommitdiff
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue with preexec scripts creating a share directory, and problems if ...Jeremy Allison2010-02-151-1/+32
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-091-1/+1
* Fix bug 6837 - "Too many open files" when trying to access large number of filesJeremy Allison2009-12-301-0/+16
* s3/loadparm: Fix hpux compiler issue.Olaf Flebbe2009-10-131-0/+4
* Fix for CVE-2009-2813.Jeremy Allison2009-10-011-1/+6
* s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke2009-09-191-0/+4
* Consolidate create/delete account paths in pdbeditSimo Sorce2009-06-031-0/+5
* s3: make passdb backend defaults to tdbsamBjörn Jacke2009-06-011-1/+1
* s3:swat: hide "config backend" from swatMichael Adam2009-05-151-1/+1
* s3:param: prevent includes from being dumped in dump_*() functions.Michael Adam2009-05-151-3/+6
* s3:loadparm: free the file_list at the start of loadparmMichael Adam2009-05-121-0/+2
* s3:loadparm: refactor freeing of file_list out into free_file_lists()Michael Adam2009-05-121-13/+21
* s3:loadparm: handle registry config source in file_list - fixes bug #6320Michael Adam2009-05-061-34/+44
* s3:loadparm: use the returnvalue of service_ok() in process_smbconf_service().Michael Adam2009-05-051-1/+1
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-1/+1
* s3:loadparm: refactor process_registry_service out or process_registry_globalsMichael Adam2009-04-291-11/+25
* s3:loadparm: prevent infinite include nesting.Michael Adam2009-04-281-2/+19
* s3:mark registry shares without path unavailable just as with text configMichael Adam2009-04-281-0/+3
* s3-loadparm: Fix resume command typo for "printing = vlp".Günther Deschner2009-04-131-1/+1
* s3/loadparm: Fiy typos.Karolin Seeger2009-04-071-2/+2
* 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