s3: add an option "kernel share modes" to be able to switch off using kernel flocks
[gd/samba-autobuild/.git] / source3 / param / loadparm.c
2012-09-08 Michael Adams3: add an option "kernel share modes" to be able to...
2012-09-08 Michael Adamloadparm: remove remnants of removed option "share...
2012-09-08 Stefan Metzmachers3:param: change "server max protocol" to "SMB3"
2012-09-06 Andrew Bartletts3-printing: Restrict printing=cups to systems with...
2012-09-04 Andrew Bartletts3-passdb: Rename pdb_samba4 to samba_dsdb and autoconf...
2012-08-27 Andrew Bartletts3-param: Avoid assert on use of talloc_tos() without...
2012-08-23 Andrew Bartlettfile_server: Move default VFS module settings to loadparm.c
2012-08-21 Andrew Bartlettbuild: Remove special case for the build farm
2012-08-17 Stefan Metzmachers3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* values
2012-08-10 Stefan Metzmachers3:param: fix compiler warnings with FN_GLOBAL_CONST_ST...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-07 Andrew Bartletts3-param: Remove never-reached condition for popts...
2012-08-07 Andrew Bartletts3-param: Remove never-reached condition for opt_list...
2012-08-07 Rusty Russellsource3/loadparm.c: Move string_set/string_free inside.
2012-08-07 Rusty Russellsource3/loadparm: make struct loadparm_service a talloc...
2012-08-07 Rusty Russellloadparm: Add ctx member to struct loadparm_global.
2012-08-06 Christian Ambachlib/param: move enum dns_update_settings to lib/param
2012-08-06 Andrew Bartlettlib/param: Also enable vlp when --enable-selftest is...
2012-07-27 Andrew Bartlettlib/param: Rename "socket address" to "nbt client socke...
2012-07-27 Andrew Bartlettlib/param: Remove unused "paranoid server security"
2012-07-27 Andrew Bartlettparam: Make socket_address common, Revert 611ef42053eb9...
2012-07-27 Andrew Bartlettlib/param: Merge parameter tables into a common file
2012-07-27 Andrew Bartletts3-param: Merge "log file" parameter with lib/param
2012-07-24 Andrew Bartlettlib/param: Merge handling of security/domain master...
2012-07-24 Andrew Bartlettlib/param: Make lp_usershare_max_shares() a common...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-24 Andrew Bartlettlib/param: Rename param_enums.c to param_table.c
2012-07-24 Andrew Bartletts3-param: Merge parameter varaibles with lib/param
2012-07-24 Andrew Bartletts3-param: fix indent on cups encrypt
2012-07-24 Andrew Bartletts3-param: Merge a number of s4 parameters from lib...
2012-07-24 Andrew Bartlettparam: Make internal handler for 'server role' common
2012-07-24 Andrew Bartlettparam: Make the 'unicode' parameter common
2012-07-19 Andrew Bartletts3-param: Remove special case for lp_ctdbd_socket(...
2012-07-19 Andrew Bartlettlib/param: bring lp_smb_ports() into common by making...
2012-07-19 Andrew Bartletts3-param: Make lp_name_resolve_order() return a list
2012-07-19 Andrew Bartlettlib/param: bring lp_time_server() into common
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-09 Jeremy AllisonUse new common function.
2012-07-03 Andreas Schneiders3-smbd: Remove deprecated 'share modes' option.
2012-07-03 Andreas Schneiders3-printing: Remove deprecated lp_printer_admin().
2012-06-28 Stefan Metzmachers3:param: change "server max protocol" to "SMB2" (SMB2_10)
2012-06-05 Andrew Bartletts3-smbd: Remove support for protocols before LANMAN1
2012-05-31 Jeremy AllisonForward port of Richard Sharpe's <realrichardsharpe...
2012-05-30 Andrew Bartletts3-loadparm: Swap synonyms of max/min protocol to serve...
2012-05-30 Andrew Bartlettlib/param: Put common FN_ macros into param_functions.c
2012-05-30 Andrew Bartletts3-param: Use same function name for "max xmit" as...
2012-05-30 Andrew Bartletts3-param: Use same variable names as lib/param
2012-05-30 Andrew Bartletts3-param: Import parameters from lib/param to make...
2012-05-30 Andrew Bartletts3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy...
2012-05-30 Andrew Bartlettparam: Sort global param functions macros to ease the...
2012-05-15 Stefan Metzmachers3-auth: remove "security=server" (depricated since...
2012-05-11 Karolin Seegers3-loadparm: Add synonym "private directory".
2012-04-17 Volker Lendeckes3: Return CTDB_PATH from lp_ctdbd_socket()
2012-04-16 Christian Ambachs3: switch off kernel oplocks by default
2012-04-16 Andrew Bartlettparam: leave realm as a normal string, handle upper...
2012-04-16 Andrew Bartlettparam: harmonise wins parameters
2012-04-16 Andrew Bartletts3-param: make FN_GLOBAL macros consistent, add lp_...
2012-04-16 Andrew Bartlettparam: Change from _lp to lp__ as the prefix for intern...
2012-04-16 Andrew Bartlettmake _lp_readraw() and _lp_writeraw() static
2012-04-16 Andrew Bartlettparam: harmonsise logfile parameter
2012-04-11 Christian Ambachs3:param convert kernel oplocks to share parameter
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-03-07 Jeremy AllisonChange default protocol to SMB2_02.
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-27 Andrew Bartletts3-param: Align lp_{max,min}protocol with lib/param...
2012-02-16 Andrew Bartletts3-param Remove off-by-default and unused "send spnego...
2012-02-10 Andrew Bartletts3-param: Remove unused share_defined()
2012-01-17 Volker Lendeckes3: Fix bug 8695
2012-01-06 Volker Lendeckes3: Avoid a potential alignment requirement issue
2011-12-22 Andrew Tridgells3-loadparm: mark a few parameters as having P_BYTES...
2011-12-17 Kai Blins4 dns: Allow updates based on smb.conf setting
2011-12-13 Stefan Metzmachers3:param: don't reference conn_snum_used directly in...
2011-11-17 Günther Deschners3-param: loadparm has no dependency to smbldap.
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 Isaacss3-param: Add "server role" as global parameter
2011-11-03 Stefan Metzmachers3:param: change default of "* signing" to "default"
2011-11-03 Stefan Metzmachers3:param: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:param: the behavior of "client/server signing =...
2011-10-24 Stefan Metzmacherlibcli/smb: move smb_signing.[ch] to the toplevel
2011-10-21 Jeremy AllisonDeprecate "acl check permissions".
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-10-11 Michael Adams3:dbwrap: move the db_open_rbt() prototype to a new...
2011-10-07 Andrew Bartletts3-param Remove odd formatting to allow code merge
2011-10-07 Andrew Bartletts3-param: inline octal_string into caller to allow...
2011-10-07 Andrew Bartletts3-param use Auto define for lm_announce default
2011-09-14 Jeremy AllisonFix bug #8229 - git patch attached against 3.6.0-rc2...
2011-09-08 Andrew Tridgells3-loadparm: fixed re-application of cmdline parametric...
2011-09-08 Andrew Tridgells3-loadparm: fixed a memory leak in parametric options
2011-09-05 Stefan Metzmachers3:smb2_server: add basic support for SMB 2.1
2011-08-16 Volker Lendeckes3: Use ZERO_STRUCT where appropriate
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
next