summaryrefslogtreecommitdiffstats
path: root/lib/param/param.h
Commit message (Collapse)AuthorAgeFilesLines
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-171-0/+1
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Dec 17 04:19:40 CET 2011 on sn-devel-104
* credentials: Prioritise command-line specified options above defaults from ↵Andrew Bartlett2011-10-181-0/+1
| | | | | | | | | | | | | | smb.conf If a user specified -W or --realm on the command line, then this is of level SPECIFIED, not UNINITIALISED, despite it going via the loadparm system. This helps us to ensure that -W server -Ulocaluser is parsed the same as -Userver\localuser. This matters as otherwise we might instead attempt to use kerberos to the realm from the smb.conf. Andrew Bartlett
* s4/param: Expose lpcfg_smb_ports and lpcfg_socket_options, which are both ↵Jelmer Vernooij2011-10-111-0/+1
| | | | required by winexe.
* param: Expose lpcfg_smb_ports, required by winexe.Jelmer Vernooij2011-10-111-0/+1
|
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-111-0/+301
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett