summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:param: remove unused function lp_string_set()Michael Adam2014-07-311-4/+0
* lib/param: change the default for "winbind expand groups" to "0"Stefan Metzmacher2014-07-311-1/+1
* param: get rid of unnecessary get_default_loadparm_service pointerGarming Sam2014-07-311-1/+0
* param: remove unnecessary lp_do_parameter callGarming Sam2014-07-311-1/+0
* param: remove lp_get_parameterGarming Sam2014-07-313-18/+0
* 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-311-1/+0
* param: move init_printer_values to lib/paramGarming Sam2014-07-311-121/+0
* param: change init_printer_values to take an lp ctxGarming Sam2014-07-311-7/+10
* param: remove unused dump_globalsGarming Sam2014-07-311-37/+0
* param: use lpcfg_dump_globals in s3 loadparmGarming Sam2014-07-311-1/+12
* param: remove is_default method in s3Garming Sam2014-07-311-41/+1
* param: remove unused service_ok functionGarming Sam2014-07-312-47/+0
* param: use lpcfg_service_ok in s3 loadparmGarming Sam2014-07-311-3/+3
* s3:param: remove lp_string_set from the s3_fns.Garming Sam2014-07-311-1/+0
* 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
* 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
* s3: net time - fix usage and core dump.Jeremy Allison2014-07-301-10/+20
* 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-291-0/+1
* 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-289-15/+13
* 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
* s3:idmap: move loading of idmap options together before range checking in idm...Michael Adam2014-07-251-4/+4
* s3:idmap: in idmap_init_domain() load methods before loading further configMichael Adam2014-07-251-18/+23
* s3:idmap: don't log missing range config if range checking not requestedMichael Adam2014-07-251-2/+2
* messaging3: Remove an unnecessary variableVolker Lendecke2014-07-251-4/+1
* messaging3: Simplify ping_message()Volker Lendecke2014-07-241-10/+4
* messaging3: Remove two procid_str_static callsVolker Lendecke2014-07-241-3/+6
* s3:smbd: remove unused client_get_tcp_info()Stefan Metzmacher2014-07-241-15/+0
* s3:smbd: avoid using client_get_tcp_info()Stefan Metzmacher2014-07-241-25/+17
* s3: remove stat_ex.vfs_private completelyMichael Adam2014-07-243-23/+0
* s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam2014-07-241-8/+6
* s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam2014-07-241-7/+0
* s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam2014-07-241-23/+22
* Revert "s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in ...Michael Adam2014-07-241-5/+0
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1
* smbd: ?True:False is pretty pointless :-)Volker Lendecke2014-07-221-1/+1
* smbd: Add missing {}Volker Lendecke2014-07-221-1/+2
* smbd: Remove superfluous ()Volker Lendecke2014-07-221-1/+1
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1