summaryrefslogtreecommitdiff
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-111-7/+4
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-2/+2
* Change default protocol to SMB2_02.Jeremy Allison2012-03-071-1/+1
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-15/+2
* s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett2012-02-272-10/+31
* s3-param Remove off-by-default and unused "send spnego principal"Andrew Bartlett2012-02-161-10/+0
* s3-param: Remove unused share_defined()Andrew Bartlett2012-02-101-5/+0
* s3-libsmb: Use gensec_spnego in smb seal clientAndrew Bartlett2012-01-311-0/+1
* s3: Fix bug 8695Volker Lendecke2012-01-171-0/+1
* s3: Avoid a potential alignment requirement issueVolker Lendecke2012-01-061-3/+2
* s3-loadparm: mark a few parameters as having P_BYTES typeAndrew Tridgell2011-12-221-12/+12
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-171-0/+1
* s3:param: don't reference conn_snum_used directly in load_usershare_shares()Stefan Metzmacher2011-12-131-2/+3
* s3-param: loadparm has no dependency to smbldap.Günther Deschner2011-11-171-1/+0
* param: Connect lp_security to the lib/param code to allow testsAndrew Bartlett2011-11-171-0/+1
* param: Move enum values into a common (included) .c fileAndrew Bartlett2011-11-171-83/+1
* param: move server role helpers into loadparm.hAndrew Bartlett2011-11-171-1/+0
* param: calculate server role from security, and security from server roleAndrew Bartlett2011-11-173-110/+9
* s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett2011-11-172-2/+1
* param: make server role list common and include auto (for the new default)Andrew Bartlett2011-11-171-3/+8
* s3-param: Add "server role" as global parameterAmitay Isaacs2011-11-172-10/+30
* param: Add "domain logons" and "domain master" parametersAmitay Isaacs2011-11-171-0/+2
* s3:param: change default of "* signing" to "default"Stefan Metzmacher2011-11-031-2/+2
* s3:param: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-031-18/+20
* s3:param: the behavior of "client/server signing = auto" is the same as "true"Stefan Metzmacher2011-11-031-2/+2
* libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher2011-10-251-1/+1
* Deprecate "acl check permissions".Jeremy Allison2011-10-211-1/+1
* lib/param Add 'use mmap' parameter to control tdb use of mmapAndrew Bartlett2011-10-131-0/+3
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-5/+16
* s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam2011-10-111-0/+1
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-111-1/+1
* s3:param: add lp_host_msdfs to loadparm_s3_contextStefan Metzmacher2011-10-081-1/+3
* s3-param Remove odd formatting to allow code mergeAndrew Bartlett2011-10-071-18/+18
* s3-param: inline octal_string into caller to allow code mergeAndrew Bartlett2011-10-071-3/+6
* s3-param use Auto define for lm_announce defaultAndrew Bartlett2011-10-071-1/+1
* s3:param: use ROLE_DOMAIN_CONTROLLER for an AD domain controllerStefan Metzmacher2011-10-041-1/+1
* Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' regre...Jeremy Allison2011-09-141-1/+21
* s3-loadparm: fixed re-application of cmdline parametric optionsAndrew Tridgell2011-09-081-1/+4
* s3-loadparm: fixed a memory leak in parametric optionsAndrew Tridgell2011-09-081-1/+2
* s3:smb2_server: add basic support for SMB 2.1Stefan Metzmacher2011-09-051-1/+2
* s3-param: Allocate talloc stackframe before calling s3 param routinesAmitay Isaacs2011-08-261-2/+26
* s3-param: Add a dump() method to output parametersAmitay Isaacs2011-08-261-0/+1
* s4-provision set passdb backend to 'samba4' in template smb.conf filesAndrew Bartlett2011-08-221-1/+3
* s3: Use ZERO_STRUCT where appropriateVolker Lendecke2011-08-161-1/+1
* s3-param: Add python wrapper for s3 parametersAmitay Isaacs2011-08-131-0/+87