summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbd: Use brl_delete_lock_struct in brl_lock_cancel_defaultVolker Lendecke2014-07-041-6/+1
* smbd: Factor out unlocking from smbd_do_lockingVolker Lendecke2014-07-043-49/+62
* smbd: Remove an outdated commentVolker Lendecke2014-07-041-4/+0
* s4-winbind: Use winbindd in the AD DC by defaultAndrew Bartlett2014-07-041-1/+1
* winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett2014-07-047-35/+72
* s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett2014-07-042-2/+21
* winbindd: Allow the AD-DC to call getdcnameGarming Sam2014-07-041-6/+16
* secrets: Ensure we store the secureChannelType when written to secrets.ldbAndrew Bartlett2014-07-042-7/+20
* s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...Jeremy Allison2014-07-031-17/+80
* s3: smbd: Locking - treat lock timeout the same as any other error.Jeremy Allison2014-07-031-53/+38
* s3: smbd: Locking - add and use utility function lock_timed_out().Jeremy Allison2014-07-031-3/+21
* s3: smbd: Locking - convert to using utility macro used elsewhere.Jeremy Allison2014-07-031-2/+1
* torture3: Fix bug 10687Volker Lendecke2014-07-031-1/+1
* s3-libnet: Improve error message.Andreas Schneider2014-07-021-1/+3
* s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap().Jeremy Allison2014-07-021-1/+1
* s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison2014-07-021-2/+2
* smbd: Fix some typosVolker Lendecke2014-07-021-3/+3
* smbd: Remove an unused variableVolker Lendecke2014-07-021-1/+0
* smbd: Clarify smb2 lock checksVolker Lendecke2014-07-021-5/+18
* smbd: validate_lock_entries does not need mem_ctx anymoreVolker Lendecke2014-06-301-4/+3
* smbd: Simplify validate_lock_entriesVolker Lendecke2014-06-301-36/+10
* smbd: Factor out brl_delete_lock_structVolker Lendecke2014-06-301-6/+12