summaryrefslogtreecommitdiff
path: root/lib/param/param_table.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-31param: use the generated parameter table.Michael Adam1-1/+1
2015-07-31param: move the actual table out into param_table_static.cMichael Adam1-3733/+1
2015-07-31param: don't list '-valid' and 'copy' as synonyms - they aren'tMichael Adam1-2/+0
2015-07-31param: make 'timestamp logs' the default writing of 'debug timestamp'Michael Adam1-0/+1
2015-07-31param: add SYNONYM flag where missingMichael Adam1-1/+9
2015-07-31param: rename szIdmapGID -> idmap_gidMichael Adam1-2/+2
2015-07-31param: rename szIdmapUID -> idmap_uidMichael Adam1-2/+2
2015-07-31param: rename szIdmapBackend -> idmap_backendMichael Adam1-1/+1
2015-07-31param: rename szInclude -> includeMichael Adam1-1/+1
2015-07-31param: rename szCopy -> copyMichael Adam1-1/+1
2015-07-31param: rename bAvailable -> availableMichael Adam1-1/+1
2015-07-31param: make 'realm' use the standard 'realm' variable.Michael Adam1-1/+1
2015-07-31param: rename CupsEncrypt -> cups_encryptMichael Adam1-1/+1
2015-07-31param: rename winbindMaxDomainConnections -> _winbind_max_domain_connectionsMichael Adam1-1/+1
2015-07-31param: rename bWidelinks -> wide_linksMichael Adam1-1/+1
2015-07-31param: turn 'smb2 max credits' into generated optionMichael Adam1-2/+2
2015-07-31param: rename szPrintcapName -> printcap_nameMichael Adam1-2/+2
2015-07-31param: rename iminreceivefile -> min_receivefile_sizeMichael Adam1-1/+1
2015-07-31param: rename iPreferredMaster -> _preferred_masterMichael Adam1-2/+2
2015-07-31param: rename variable of 'max print jobs' to default.Michael Adam1-1/+1
2015-07-31param: rename szLdapMachineSuffix -> _ldap_machine_suffixMichael Adam1-1/+1
2015-07-31param: rename szLdapIdmapSuffix -> _ldap_sz_idmap_suffixMichael Adam1-1/+1
2015-07-31param: rename szLdapUserSuffix -> _ldap_user_suffixMichael Adam1-1/+1
2015-07-31param: rename szLdapGroupSuffix -> _ldap_group_suffixMichael Adam1-1/+1
2015-07-20lib/tls: Add new 'tls priority' optionAndrew Bartlett1-0/+8
2015-07-07param: Make "kernel change notify" globalVolker Lendecke1-2/+2
2015-07-07param: Make "change notify" globalVolker Lendecke1-2/+2
2015-07-07s3-mdssvc: add new option 'spotlight'Ralph Boehme1-0/+8
2015-07-07Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam1-0/+1
2015-05-08smbd: Offer SMB 3.1.1 by default.Stefan Metzmacher1-1/+1
2015-05-08smbd: offer SMB 3.0.2 by default.Michael Adam1-1/+1
2015-05-08libcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVISION_311Stefan Metzmacher1-0/+1
2015-05-02param: rename FLAG_HIDE to FLAG_SYNONYMMichael Adam1-30/+30
2015-05-02param: remove swat specific flags.Michael Adam1-424/+18
2015-05-02param: Remove unused P_SEP and P_SEPARATORMichael Adam1-64/+0
2015-03-25docs: Mark 'client use spnego principal' as deprecated and also a bad idea.Jeremy Allison1-1/+1
2015-03-23param: Mark syslog and syslog_only as deprecatedChristof Schmitt1-2/+2
2015-03-23param: Add new 'logging' parameterChristof Schmitt1-0/+9
2015-03-17param: Remove "use ntdb"Volker Lendecke1-9/+0
2015-03-16smb.conf.5: Mark "dgram port" and "nbt port" as deprecatedAndrew Bartlett1-2/+4
2015-02-27MSDFS referral shufflingRobin McCorkell1-0/+9
2014-12-04s3:param: Add "smb2 leases" parameter. Default "false".Jeremy Allison1-0/+9
2014-11-19param: add "smbd profiling level" optionVolker Lendecke1-0/+13
2014-10-31s3:param: Add new option "strict rename".Jeremy Allison1-0/+9
2014-10-08s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett1-1/+2
2014-10-07lib/param: add PROTOCOL_SMB3_10 handlingStefan Metzmacher1-0/+1
2014-07-29s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...Jeremy Allison1-0/+9
2014-07-07param: handle smb_ports as a special handlerGarming Sam1-1/+1
2014-07-07param: change a number of parameters from P_LIST to P_CMDLISTGarming Sam1-25/+25
2014-05-07param: correctly use param_table.c as a regular C fileGarming Sam1-1/+15