CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULT
[kai/samba-autobuild/.git] / lib / param / loadparm.c
2016-04-12 Ralph BoehmeCVE-2016-2115: s3:libsmb: add signing constant SMB_SIGN...
2016-04-12 Stefan MetzmacherCVE-2016-2115: docs-xml: add "client ipc signing" option
2016-04-12 Stefan MetzmacherCVE-2016-2115: docs-xml: add "client ipc min protocol...
2016-04-12 Stefan MetzmacherCVE-2016-2113: docs-xml: let "tls verify peer" default...
2016-04-12 Stefan MetzmacherCVE-2016-2113: docs-xml: add "tls verify peer" option...
2016-04-12 Stefan MetzmacherCVE-2016-2112: docs-xml: change the default of "ldap...
2016-04-12 Stefan MetzmacherCVE-2016-2112: docs-xml: add "ldap server require stron...
2016-04-12 Stefan MetzmacherCVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2...
2016-04-12 Stefan MetzmacherCVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulti...
2016-01-26 Uri Simchoniloadparm: introduce lp_parm_ulonglong() and lpcfg_parm_...
2016-01-14 Justin MaggardChange default LDAP page size to 1000.
2016-01-13 Jelmer VernooijAvoid including libds/common/roles.h in public loadparm...
2015-12-09 Quentin Gibeauxlib/param: handle (ignore) substitution variable in...
2015-11-30 Stefan Metzmacherlib/param: add a fixed unified lpcfg_string_{free,set...
2015-11-13 Jeremy Allisons3: smbd: Change aio_pending_size static variable to...
2015-09-20 Stefan Metzmacherlib/param: fix hiding of FLAG_SYNONYM values
2015-08-21 Volker Lendeckeparam: Use talloc_pooled_object
2015-08-21 Volker Lendeckeparam: Simplify set_param_opt()
2015-07-30 Michael Adamparam: rename bAvailable -> available
2015-07-30 Michael Adamparam: make 'realm' use the standard 'realm' variable.
2015-07-30 Michael Adamparam: turn 'cups encrypt' into a generated function
2015-07-30 Michael Adamparam: turn 'smb2 max credits' into generated option
2015-07-30 Michael Adamparam: use lp[cfg]_max_print_jobs() in lp[cfg]_maxprint...
2015-07-30 Michael Adamparam: rename variable of 'max print jobs' to default.
2015-07-30 Michael Adamparam: accompany FN_LOCAL_PARM_CHAR with FN_LOCAL_CHAR
2015-07-30 Michael Adamparam: make set_variable() static.
2015-07-20 Andrew Bartlettlib/tls: Change default supported TLS versions.
2015-07-20 Andrew Bartlettlib/tls: Add new 'tls priority' option
2015-07-07 Michael AdamIntroduce setting "desired" for 'smb encrypt' and ...
2015-05-01 Michael Adamparam: Remove unused P_SEP and P_SEPARATOR
2015-04-22 Michael Adamparam: remove two unused #defines
2015-03-26 Volker Lendeckeloadparm: Fix CID 1273054 Improper use of negative...
2015-03-23 Christof Schmittdebug: Set backends from logging parameter in smb.conf
2015-03-16 Andrew Bartlettparam: Use IDL-based constants for NBT and NBT dgram...
2015-03-16 Jelmer Vernooijlib/param: Add hook that allows modification of default...
2015-01-28 Volker Lendeckeloadparm: Simplify "set_variable"
2014-11-28 Garming Samparam: fix testparm to show hidden share defaults
2014-11-27 Andrew Bartlettlib/param: Allow enum values to also be white-space...
2014-11-27 Volker Lendeckeparam: Simplify get_parametric_helper()
2014-11-19 Volker Lendeckeparam: add "smbd profiling level" option
2014-11-14 Stefan Metzmacherlib/param: fix const warnings
2014-10-07 Andrew Bartletts3-winbindd: Allow winbindd to connect over SMB2 to...
2014-10-01 Kamen Mazdrashkiloadparm//init_copymap: Add braces around if/for blocks...
2014-10-01 Kamen Mazdrashkiloadparm: Allocate service->copymap in service memory...
2014-09-30 Andrew Bartlettwinbindd: Change value of "ldap sasl wrapping" to sign
2014-09-29 Stefan Metzmacherlib/param: set the kccsrv:samba_kcc option to false...
2014-07-31 Michael Adamparam: remove a redundant (and wrong) comment frop...
2014-07-31 Stefan Metzmacherlib/param: change the default for "winbind expand group...
2014-07-31 Garming Samparam: Add errors for when an s3 context is used incorr...
2014-07-31 Garming Samparam: get rid of unnecessary get_default_loadparm_serv...
2014-07-31 Garming Samparam: remove unnecessary lp_do_parameter call
2014-07-31 Garming Samparam: remove lp_get_parameter
2014-07-31 Garming Samparam: remove init printer values from s3-helpers
2014-07-31 Garming Samparam: move init_printer_values to lib/param
2014-07-31 Garming Samparam: change init_printer_values to take an lp ctx
2014-07-31 Garming Samparam: add the necessary new line for the debug message...
2014-07-31 Garming Samparam: add missing talloc_free in lpcfg_file_list_chang...
2014-07-31 Garming Samparam: make is_default method static again
2014-07-31 Garming Samparam: use lpcfg_dump_globals in s3 loadparm
2014-07-31 Garming Samparam: rename dump_globals
2014-07-31 Garming Samparam: allow dump_globals to check the actual defaults
2014-07-31 Garming Samparam: remove is_default method in s3
2014-07-31 Garming Samparam: make is_default more generic
2014-07-31 Garming Samparam: use lpcfg_service_ok in s3 loadparm
2014-07-31 Garming Samparam: add extra condition in lpcfg_service_ok
2014-07-31 Garming Samparam: remove unnecessary uses of lp_string_set
2014-07-31 Garming Samparam: Use the correct flag locations with lpcfg_parm_i...
2014-07-29 Jeremy Allisons3: winbindd: Add new parameter "winbind request timeou...
2014-07-07 Garming Samparam: change snum parameter in special functions to...
2014-07-07 Garming Samlib/param: rename do_parameter to lpcfg_do_parameter
2014-07-07 Garming Samparam: handle smb_ports as a special handler
2014-07-07 Garming Samparam: Use set_variable instead of set_variable_helper...
2014-07-07 Garming Samparam: replace lp_set_cmdline in s3 helpers to store_cm...
2014-07-07 Garming Samparam: Ensure the correct mem context is always being...
2014-07-07 Garming Samparam: set the flags on a s3 loadparm context
2014-07-07 Garming Samparam: flag fixes in s3 loadparm
2014-07-07 Garming Samparam: allow fallback to s3 do_section in lib/param
2014-07-07 Garming Samlib/param: add deprecated warning to be consistent...
2014-07-07 Garming Samparam: make some more changes to lp_do_parameter to...
2014-07-07 Garming Samlib/param: change set_variable_helper formatting
2014-07-07 Garming Samparam: use str_list_make_v3 instead of str_list_make...
2014-07-07 Garming Samparam: pre-emptively correct use of str_list_make_v3...
2014-07-07 Garming Samlib/param: factor out a common portion of set_variable
2014-07-04 Andrew Bartletts4-winbind: Use winbindd in the AD DC by default
2014-06-04 Andrew Bartlettwinbind: Fix template homedir to match source3
2014-05-07 Garming Samparam: replace P_OCTAL variable setting with s3 version...
2014-05-07 Garming Samlib/param: change set_variable to be more consistent...
2014-05-07 Garming Samlib/param: change a comment regarding helper parametric...
2014-05-07 Garming Samlib/param: remove unnecessary get_parametric s3 helper...
2014-05-07 Garming Samlib/param: use get_parametric_helper in lpcfg_get_param...
2014-05-07 Garming Samparam: copy parametric option helper to lib/param
2014-05-07 Garming Samlib/param: clean up lpcfg_get_parametric
2014-05-07 Andrew Bartlettlib/param: Remove unused static variable defaults_saved
2014-05-07 Andrew Bartlettlib/param: Make lpcfg_equal_parameter static (again)
2014-05-07 Andrew Bartlettlib/param: Make and use lpcfg_dump_a_service() in common
2014-05-07 Garming Samparam: remove NUMPARAMETERS macro from lib/param
2014-05-07 Garming Samlib/param: use strwicmp instead of strlower_talloc
2014-05-07 Garming Samlib/param: fix an error in the is_default method in...
2014-05-07 Garming Samparam: move parametric parameter dumping to lpcfg_dump_...
2014-05-07 Garming Samparam: fix copy service to copy over cmdlist
next