summaryrefslogtreecommitdiffstats
path: root/lib/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib/param: Add my copyrightAndrew Bartlett2012-07-191-0/+1
* lib/param: bring lp_time_server() into commonAndrew Bartlett2012-07-191-1/+0
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-2/+2
* s4-lib/param: FLAG DAY for the default FILE SERVERAndrew Bartlett2012-06-161-2/+2
* s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett2012-06-151-3/+3
* lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett2012-05-301-250/+1
* lib/param: Add a few more s3 parametersAndrew Bartlett2012-05-301-0/+4
* lib/param: Import s3 parameters into lib/param to allow the parameter lists m...Andrew Bartlett2012-05-301-0/+164
* lib/param: Mark a few more parameters const (matching s3)Andrew Bartlett2012-05-301-12/+13
* param: mark realm parameter as constAndrew Bartlett2012-05-301-1/+1
* param: Sort global param functions macros to ease the s3/s4 mergeAndrew Bartlett2012-05-301-81/+78
* lib/param: Add .flags to max/min protocol to match s3Andrew Bartlett2012-05-301-4/+8
* lib/param: Add .flags to wins parameters to match s3Andrew Bartlett2012-05-301-2/+4
* lib/param: Harmonise 'password server' parameter between s3 and s4Andrew Bartlett2012-05-301-3/+3
* loadparm: Add convenience function to return long integersSimo Sorce2012-04-191-0/+25
* loadparm: Fix broken lp_ulong utility functionSimo Sorce2012-04-191-2/+2
* param: harmonise wins parametersAndrew Bartlett2012-04-161-8/+8
* lib/param: swap preferred name for 'lock dir' to match s3Andrew Bartlett2012-04-161-2/+2
* param: Merge common param elements by adding .flagsAndrew Bartlett2012-04-161-40/+80
* param: harmonsise logfile parameterAndrew Bartlett2012-04-161-1/+2
* param: Merge common param elements by adding .flagsAndrew Bartlett2012-04-161-17/+34
* s4 dns: Check smb.conf if we should allow recursionKai Blin2012-03-271-0/+21
* s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett2012-02-271-0/+24
* loadparm: handle P_SEP in switches (silences warning with clang).Jelmer Vernooij2012-02-071-0/+5
* param: handle P_BYTES in more placesAndrew Bartlett2012-01-211-0/+1
* lib/param: avoid talloc_reference() in copy_service()Stefan Metzmacher2012-01-111-3/+3
* gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett2011-12-281-1/+1
* param: domain_logons and domain_master are of type enum_bool_autoAmitay Isaacs2011-12-221-1/+1
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-171-0/+12
* lib/param: Set s4 "host msdfs = true" by defaultAndrew Bartlett2011-12-161-0/+2
* loadparm: fixed service list handlingAndrew Tridgell2011-12-151-14/+4
* Add samba_kcc load parameterDave Craft2011-12-081-0/+11
* param: Connect lp_security to the lib/param code to allow testsAndrew Bartlett2011-11-171-0/+10
* param: Move enum values into a common (included) .c fileAndrew Bartlett2011-11-171-81/+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-171-6/+21
* s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett2011-11-171-1/+1
* param: make server role list common and include auto (for the new default)Andrew Bartlett2011-11-171-1/+9
* param: Add "domain logons" and "domain master" parametersAmitay Isaacs2011-11-171-0/+20
* param: Remove duplicate initialization of 'share backend' parameterAmitay Isaacs2011-11-081-2/+0
* lib/param: use SMB_SIGNING_IF_REQUIRED instead of SMB_SIGNING_SUPPORTEDStefan Metzmacher2011-11-031-6/+7
* lib/param: map "* signing = auto" to SMB_SIGNING_SUPPORTEDStefan Metzmacher2011-11-031-1/+1
* s4:smb_server: change the default for "server signing" to "default"Stefan Metzmacher2011-11-031-1/+1
* lib/param: change the default for "client signing" to "default"Stefan Metzmacher2011-11-031-1/+2
* s4-dns: Added DCERPC dns server for DNS managementAmitay Isaacs2011-10-201-1/+1
* lib/param: Remove parameters for wins and spoolss databasesAndrew Bartlett2011-10-181-30/+0
* credentials: Prioritise command-line specified options above defaults from sm...Andrew Bartlett2011-10-181-0/+21
* lib/param reduce the cost of loadparm_init_s3()Andrew Bartlett2011-10-131-1/+1
* lib/param Add 'use mmap' parameter to control tdb use of mmapAndrew Bartlett2011-10-131-0/+12
* lib/param: fix typo _SAMBA_BUILD => _SAMBA_BUILD_ causing segfaultsStefan Metzmacher2011-10-111-1/+1