summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_negprot: allow "smb max {read,write,trans}" up to 8MiBStefan Metzmacher2014-07-111-4/+4
* s3:vfs:gpfs: remove extra empty lines.Michael Adam2014-07-101-2/+0
* s3:smbd: make dptr_ReadDirName() static.Michael Adam2014-07-102-8/+4
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-091-5/+26
* smbd: Use mutex instead of fcntl lock for echohandler coordinationChristof Schmitt2014-07-093-34/+173
* smbd: Avoid double-free in get_print_db_bynameVolker Lendecke2014-07-081-2/+2
* smbd: Factor out smbd_smb2_send_breakVolker Lendecke2014-07-081-22/+36
* smbd: Rename smbd_smb2_send_oplock_break_state->buf to ->bodyVolker Lendecke2014-07-081-3/+3
* smbd: no "dyn" in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-6/+3
* smbd: Make hdr a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-19/+20
* smbd: Make tf a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-14/+15
* smbd: Make nbt_hdr a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-4/+7
* s3: VFS modules: Ignore EPERM errors on [f]chmod in crossrename module.Jeremy Allison2014-07-081-2/+4
* param: change snum parameter in special functions to a loadparm_service pointerGarming Sam2014-07-071-4/+7
* s3:param: pass down lp_ctx in handle includeGarming Sam2014-07-071-1/+1
* param: Use set_variable instead of set_variable_helper in lp_do_parameterGarming Sam2014-07-071-39/+14
* param: add failure case for loadparm_init_s3Garming Sam2014-07-071-0/+6
* param: store the flags_list in the s3 lp context used for specialGarming Sam2014-07-071-0/+1
* param: mark non default options using flags in s3Garming Sam2014-07-071-3/+25
* param: fix FLAG_CMDLINE to be stored outside of the param tableGarming Sam2014-07-071-6/+6
* param: remove unnecessary dump a serviceGarming Sam2014-07-071-11/+3
* param: simplify lp_do_parameterGarming Sam2014-07-071-4/+2
* param: replace lp_set_cmdline in s3 helpers to store_cmdlineGarming Sam2014-07-072-5/+9
* param: set the flags on a s3 loadparm contextGarming Sam2014-07-072-1/+15
* param: flag fixes in s3 loadparmGarming Sam2014-07-071-1/+25
* param: attempt to start factoring out the bInGlobalSection parameterGarming Sam2014-07-071-2/+3
* param: add do_section to s3 helpersGarming Sam2014-07-072-2/+2
* param: rename do_section in s3 to lp_do_section to avoid conflictsGarming Sam2014-07-071-5/+5
* param: remove unnecessary calls to do_parameter in s3Garming Sam2014-07-071-4/+25
* param: remove unnecessary lp_local_ptr_by_snum functionGarming Sam2014-07-071-11/+2
* param: avoid the use of lp_do_parameter in poptGarming Sam2014-07-071-1/+1
* param: move defaults_saved global out of dump_globals functionGarming Sam2014-07-071-3/+3
* param: use set_variable_helper in s3 loadparmGarming Sam2014-07-071-120/+1
* param: finish the set_param_helper lineup by rearranging case orderGarming Sam2014-07-071-6/+7
* param: make some more changes to lp_do_parameter to match set_variable_helperGarming Sam2014-07-071-18/+30
* param: attempt to align the set_variable_helper with lp_do_parameterGarming Sam2014-07-071-3/+2
* param: pre-emptively correct use of str_list_make_v3 in lib/paramGarming Sam2014-07-071-0/+4
* param: Use the plus/minus syntax for reading in lists in s3 loadparmGarming Sam2014-07-071-0/+31
* param: ensure CMD_LIST is freed when freeing a parameterGarming Sam2014-07-071-1/+1
* smbcacls: parse config file argument prior to loadDavid Disseldorp2014-07-071-2/+3
* smbd: Use BVALVolker Lendecke2014-07-071-8/+4
* auth: Fix an incompatible pointer assignmentVolker Lendecke2014-07-071-1/+1
* idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2014-07-072-1/+24
* smbd: do_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-043-6/+3
* smbd: brl_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-045-16/+8
* smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2014-07-046-20/+14
* smbd: do_lock does not need "blr" anymoreVolker Lendecke2014-07-046-18/+8
* smbd: brl_lock does not need "blr" anymoreVolker Lendecke2014-07-045-12/+6
* smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2014-07-046-20/+14
* smbd: Remove two outdated commentsVolker Lendecke2014-07-041-5/+0