s3-build: Do not write loadparm generated files into the build tree
[kai/samba.git] / lib / param / loadparm.c
2012-06-15 Andrew Bartletts3-build: Do not write loadparm generated files into...
2012-05-30 Andrew Bartlettlib/param: Put common FN_ macros into param_functions.c
2012-05-30 Andrew Bartlettlib/param: Add a few more s3 parameters
2012-05-30 Andrew Bartlettlib/param: Import s3 parameters into lib/param to allow...
2012-05-30 Andrew Bartlettlib/param: Mark a few more parameters const (matching s3)
2012-05-30 Andrew Bartlettparam: mark realm parameter as const
2012-05-30 Andrew Bartlettparam: Sort global param functions macros to ease the...
2012-05-30 Andrew Bartlettlib/param: Add .flags to max/min protocol to match s3
2012-05-30 Andrew Bartlettlib/param: Add .flags to wins parameters to match s3
2012-05-30 Andrew Bartlettlib/param: Harmonise 'password server' parameter betwee...
2012-04-19 Simo Sorceloadparm: Add convenience function to return long integers
2012-04-19 Simo Sorceloadparm: Fix broken lp_ulong utility function
2012-04-16 Andrew Bartlettparam: harmonise wins parameters
2012-04-16 Andrew Bartlettlib/param: swap preferred name for 'lock dir' to match s3
2012-04-16 Andrew Bartlettparam: Merge common param elements by adding .flags
2012-04-16 Andrew Bartlettparam: harmonsise logfile parameter
2012-04-16 Andrew Bartlettparam: Merge common param elements by adding .flags
2012-03-27 Kai Blins4 dns: Check smb.conf if we should allow recursion
2012-02-27 Andrew Bartletts3-param: Align lp_{max,min}protocol with lib/param...
2012-02-07 Jelmer Vernooijloadparm: handle P_SEP in switches (silences warning...
2012-01-21 Andrew Bartlettparam: handle P_BYTES in more places
2012-01-11 Stefan Metzmacherlib/param: avoid talloc_reference() in copy_service()
2011-12-28 Andrew Bartlettgensec: Allow an alternate set of modules to be specified
2011-12-22 Amitay Isaacsparam: domain_logons and domain_master are of type...
2011-12-17 Kai Blins4 dns: Allow updates based on smb.conf setting
2011-12-16 Andrew Bartlettlib/param: Set s4 "host msdfs = true" by default
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