Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-18 | credentials: Prioritise command-line specified options above defaults from ↵ | Andrew Bartlett | 1 | -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 | |||||
2011-10-11 | s4/param: Expose lpcfg_smb_ports and lpcfg_socket_options, which are both ↵ | Jelmer Vernooij | 1 | -0/+1 | |
required by winexe. | |||||
2011-10-11 | param: Expose lpcfg_smb_ports, required by winexe. | Jelmer Vernooij | 1 | -0/+1 | |
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -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 |