summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* param: remove unnecessary lp_do_parameter callGarming Sam2014-07-312-9/+2
* param: remove lp_get_parameterGarming Sam2014-07-315-25/+4
* s3:param: move all lp context setup to a single functionGarming Sam2014-07-311-23/+26
* s3:param: Ensure that the service pointers are not used directly.Garming Sam2014-07-311-1/+1
* param: remove init printer values from s3-helpersGarming Sam2014-07-314-9/+2
* param: move init_printer_values to lib/paramGarming Sam2014-07-312-121/+121
* param: change init_printer_values to take an lp ctxGarming Sam2014-07-314-11/+15
* param: add the necessary new line for the debug message in handle_copyGarming Sam2014-07-311-1/+1
* param: add missing talloc_free in lpcfg_file_list_changed which are present i...Garming Sam2014-07-311-0/+2
* param: make is_default method static againGarming Sam2014-07-311-1/+1
* param: remove unused dump_globalsGarming Sam2014-07-311-37/+0
* param: use lpcfg_dump_globals in s3 loadparmGarming Sam2014-07-312-2/+13
* param: rename dump_globalsGarming Sam2014-07-311-2/+2
* param: allow dump_globals to check the actual defaultsGarming Sam2014-07-311-2/+10
* param: remove is_default method in s3Garming Sam2014-07-312-42/+2
* param: make is_default more genericGarming Sam2014-07-311-2/+2
* param: remove unused service_ok functionGarming Sam2014-07-312-47/+0
* param: use lpcfg_service_ok in s3 loadparmGarming Sam2014-07-312-5/+4
* param: add extra condition in lpcfg_service_okGarming Sam2014-07-311-0/+9
* s3:param: remove lp_string_set from the s3_fns.Garming Sam2014-07-312-2/+0
* param: remove unnecessary uses of lp_string_setGarming Sam2014-07-311-24/+9
* s3:param: add lp_ctx as a parameter to init_globalsGarming Sam2014-07-311-4/+6
* s3:param: use lpcfg_do_*_paramter instead of lp_do_parameter in do_parameterGarming Sam2014-07-311-3/+18
* param: Use the correct flag locations with lpcfg_parm_is_cmdlineGarming Sam2014-07-311-8/+0
* s3:param: simplify lp_do_parameter to use lpcfg functionsGarming Sam2014-07-311-76/+8
* smbd: Change logging level for denied share accessChristof Schmitt2014-07-312-2/+2
* s3:param: move a variable into scope in lp_file_list_changedMichael Adam2014-07-301-2/+2
* lib/util: remove outdated comment from debug.cMichael Adam2014-07-301-4/+0
* s3: net time - fix usage and core dump.Jeremy Allison2014-07-301-10/+20
* s3: xml-docs. Ensure users of 'net time' know the remote server must be speci...Jeremy Allison2014-07-301-4/+11
* tests: dnsserver: Remove duplicate empty test functionAmitay Isaacs2014-07-301-4/+0
* s3: winbindd: On new client connect, prune idle or hung connections older tha...Jeremy Allison2014-07-291-0/+36
* s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...Jeremy Allison2014-07-294-0/+28
* tests: dnsserver: Add a update test with name set to '.'Amitay Isaacs2014-07-291-1/+40
* s4-rpc: dnsserver: Allow . to be specified for @ recordAmitay Isaacs2014-07-291-1/+3
* selftest: Fix a typo (SIGTERm --> SIGTERM)Amitay Isaacs2014-07-291-1/+1
* Fix now erroneous comment for directory_create_or_exist()Jeremy Allison2014-07-291-1/+1
* ctdb-eventscripts: Remove unused argument to natgw_ensure_master()Martin Schwenke2014-07-291-3/+1
* ctdb-tests: Add another LCP2 takeover testMartin Schwenke2014-07-291-0/+74
* ctdb-eventscripts: Remove NAT gateway "monitor" eventMartin Schwenke2014-07-295-10/+4
* messaging4: Simplify imessaging_pathVolker Lendecke2014-07-291-9/+4
* messaging3: messaging_array is no longer usedVolker Lendecke2014-07-281-5/+0
* unix_msg: simplify unix_msg_sendVolker Lendecke2014-07-281-12/+5
* unix_msg: Use struct initializersVolker Lendecke2014-07-281-32/+32
* unix_msg: Use empty arrays in structsVolker Lendecke2014-07-281-3/+3
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-2814-23/+19
* lib: Simplify directory_create_or_exist with an early returnVolker Lendecke2014-07-281-23/+24
* winbind/i18n: update Japanese pam winbind translationBjörn Jacke2014-07-261-117/+113
* s3:idmap: fix talloc hierarchy in idmap_passdb_domain()Michael Adam2014-07-251-1/+1
* s3:idmap: only check the range values if a range setting has been found.Michael Adam2014-07-251-3/+1