loadparm: fixed service list handling
[mat/samba.git] / lib / param / loadparm.c
2011-12-15 Andrew Tridgellloadparm: fixed service list handling
2011-12-08 Dave CraftAdd samba_kcc load parameter
2011-11-16 Andrew Bartlettparam: Connect lp_security to the lib/param code to...
2011-11-16 Andrew Bartlettparam: Move enum values into a common (included) .c...
2011-11-16 Andrew Bartlettparam: move server role helpers into loadparm.h
2011-11-16 Andrew Bartlettparam: calculate server role from security, and securit...
2011-11-16 Andrew Bartletts3-param remove lp_domain_logons(), always use IS_DC
2011-11-16 Andrew Bartlettparam: make server role list common and include auto...
2011-11-16 Amitay Isaacsparam: Add "domain logons" and "domain master" parameters
2011-11-08 Amitay Isaacsparam: Remove duplicate initialization of 'share backen...
2011-11-03 Stefan Metzmacherlib/param: use SMB_SIGNING_IF_REQUIRED instead of SMB_S...
2011-11-03 Stefan Metzmacherlib/param: map "* signing = auto" to SMB_SIGNING_SUPPORTED
2011-11-03 Stefan Metzmachers4:smb_server: change the default for "server signing...
2011-11-03 Stefan Metzmacherlib/param: change the default for "client signing"...
2011-10-20 Amitay Isaacss4-dns: Added DCERPC dns server for DNS management
2011-10-18 Andrew Bartlettlib/param: Remove parameters for wins and spoolss databases
2011-10-18 Andrew Bartlettcredentials: Prioritise command-line specified options...
2011-10-13 Andrew Bartlettlib/param reduce the cost of loadparm_init_s3()
2011-10-13 Andrew Bartlettlib/param Add 'use mmap' parameter to control tdb use...
2011-10-11 Stefan Metzmacherlib/param: fix typo _SAMBA_BUILD => _SAMBA_BUILD_ causi...
2011-10-11 Andrew Bartlettlib/param Avoid dyn_ defines that are not provided...
2011-10-11 Andrew Bartlettlib/param Use talloc_strdup rather than strdup as strdu...
2011-10-11 Andrew Bartlettlib/param Avoid the name string_set as this is already...
2011-10-11 Andrew Bartlettlib/param Avoid the use of the name service_ok() which...
2011-10-11 Andrew Bartlettlib/param: Remove unused #include of lib/socket/socket.h
2011-10-11 Andrew Bartlettlibcli/smb Move CSC_POLICY_* definition to smb_constants.h
2011-10-11 Andrew Bartlettlib/param move source4 param code to the top level