summaryrefslogtreecommitdiffstats
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
...
* lib/param: Also enable vlp when --enable-selftest is specifiedAndrew Bartlett2012-08-061-1/+1
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-271-1/+1
* lib/param: Remove unused "paranoid server security"Andrew Bartlett2012-07-271-1/+0
* param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...Andrew Bartlett2012-07-271-16/+0
* lib/param: Merge parameter tables into a common fileAndrew Bartlett2012-07-271-4124/+0
* s3-param: Merge "log file" parameter with lib/paramAndrew Bartlett2012-07-271-1/+7
* lib/param: Merge handling of security/domain master/domain logons/server roleAndrew Bartlett2012-07-242-7/+12
* lib/param: Make lp_usershare_max_shares() a common parameterAndrew Bartlett2012-07-241-1/+0
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-136/+1
* lib/param: Rename param_enums.c to param_table.cAndrew Bartlett2012-07-241-1/+1
* s3-param: Merge parameter varaibles with lib/paramAndrew Bartlett2012-07-241-10/+11
* s3-param: fix indent on cups encryptAndrew Bartlett2012-07-241-1/+1
* s3-param: Merge a number of s4 parameters from lib/param to make this table c...Andrew Bartlett2012-07-241-10/+287
* param: Make internal handler for 'server role' commonAndrew Bartlett2012-07-241-3/+2
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-241-0/+9
* s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as defaultAndrew Bartlett2012-07-191-13/+5
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-3/+2
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-13/+2
* lib/param: bring lp_time_server() into commonAndrew Bartlett2012-07-191-1/+0
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-182-58/+61
* Use new common function.Jeremy Allison2012-07-091-1/+1
* s3-smbd: Remove deprecated 'share modes' option.Andreas Schneider2012-07-031-9/+0
* s3-printing: Remove deprecated lp_printer_admin().Andreas Schneider2012-07-031-10/+0
* s3:param: change "server max protocol" to "SMB2" (SMB2_10)Stefan Metzmacher2012-06-291-1/+1
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-272-4/+4
* s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett2012-06-051-1/+1
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-05-311-1/+5
* s3-loadparm: Swap synonyms of max/min protocol to server max/min protocolAndrew Bartlett2012-05-301-4/+4
* lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett2012-05-301-254/+9
* s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett2012-05-301-1/+1
* s3-param: Use same variable names as lib/paramAndrew Bartlett2012-05-301-10/+10
* s3-param: Import parameters from lib/param to make this list commonAndrew Bartlett2012-05-301-0/+26
* s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett2012-05-301-1/+1
* param: Sort global param functions macros to ease the s3/s4 mergeAndrew Bartlett2012-05-301-236/+228
* lib/param: Harmonise 'password server' parameter between s3 and s4Andrew Bartlett2012-05-301-0/+2
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-151-4/+0
* s3-loadparm: Add synonym "private directory".Karolin Seeger2012-05-111-0/+9
* s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke2012-04-171-1/+17
* s3: switch off kernel oplocks by defaultChristian Ambach2012-04-161-1/+1
* param: leave realm as a normal string, handle upper/lower case in handle_realmAndrew Bartlett2012-04-161-1/+1
* param: harmonise wins parametersAndrew Bartlett2012-04-161-3/+3
* s3-param: make FN_GLOBAL macros consistent, add lp_ using the macroAndrew Bartlett2012-04-161-250/+250
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-6/+6
* make _lp_readraw() and _lp_writeraw() staticAndrew Bartlett2012-04-161-2/+2
* param: harmonsise logfile parameterAndrew Bartlett2012-04-161-6/+6
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-111-7/+4
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-051-1/+1