summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:rpc_client: implement dcerpc_binding_handle_auth_info()Stefan Metzmacher2013-10-171-0/+20
* proto: Remove manually written lp_ prototypesAndrew Bartlett2013-10-161-359/+1
* param: Autogenerate s3 lp_ctx glue tableAndrew Bartlett2013-10-162-63/+6
* s3/param: Autogenerate parameters prototypes again after proto.h was frozenAndrew Bartlett2013-10-162-0/+7
* build: Move loadparm-related build rules to source3/param/wscript_buildAndrew Bartlett2013-10-162-32/+34
* lib/param: lp_magicchar takes a const struct share_params *p so should be FN_...Andrew Bartlett2013-10-161-1/+1
* Add NetWkstaGetInfo.Hans Leidekker2013-10-1610-1/+332
* smbd: Simplify open_file_ntcreateVolker Lendecke2013-10-161-32/+39
* smbd: Remove "file_existed" handling from open_mode_checkVolker Lendecke2013-10-161-12/+16
* smbd: Decouple grant_fsp_oplock_type from oplock validationVolker Lendecke2013-10-161-27/+26
* smbd: Reduce the complexity of open_file_ntcreateVolker Lendecke2013-10-161-24/+40
* smbd: Factor out remove_stale_share_mode_entriesVolker Lendecke2013-10-153-14/+18
* smbd: Make find_oplock_types return boolVolker Lendecke2013-10-151-15/+27
* smbd: Make loop index type match loop limitVolker Lendecke2013-10-151-1/+1
* smbd: Unify delay_for_*_oplocksVolker Lendecke2013-10-151-45/+13
* smbd: Simplify find_oplock_types a bitVolker Lendecke2013-10-151-6/+7
* smbd:smb2: fix crash when smb2 session reauth failsMichael Adam2013-10-151-3/+17
* smbd: Inline break_level2_to_none_asyncVolker Lendecke2013-10-151-38/+32
* smbd: Remove a special case for level2 breakVolker Lendecke2013-10-151-33/+12
* smbd: Remove some FAKE_LEVEL_II commentsVolker Lendecke2013-10-152-8/+3
* smbd: Add debugs to brlock.cVolker Lendecke2013-10-152-0/+21
* smbd: Remove FAKE_LEVEL_II_OPLOCKVolker Lendecke2013-10-155-59/+81
* smbd: Put "have_read_oplocks" into brlock.tdbVolker Lendecke2013-10-152-10/+48
* s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett2013-10-154-8/+4
* param: disable print notify backchannel by defaultDavid Disseldorp2013-10-141-1/+1
* smbd: Remove unused create_options from open_mode_checkVolker Lendecke2013-10-131-3/+2
* smbd: Remove name_hash param from open_mode_checkVolker Lendecke2013-10-131-3/+2
* s3/time_audit: Add offline and durable functionsChristof Schmitt2013-10-121-0/+111
* vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIEChristof Schmitt2013-10-121-1/+1
* smbd: Fix the extended *.oplock.doc1 testsVolker Lendecke2013-10-121-26/+33
* s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider2013-10-111-0/+22
* s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2013-10-112-0/+11
* s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2013-10-112-0/+50
* idl: Add a new message for winbind domain states.Andreas Schneider2013-10-111-0/+2
* Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison2013-10-091-2/+3
* smbd: Fix an error path in open_directoryVolker Lendecke2013-10-091-0/+1
* smbd: Simplify set_share_modeVolker Lendecke2013-10-081-30/+15
* smbd: Simplify find_share_mode_entry callersVolker Lendecke2013-10-081-46/+25
* smbd: Convert set_share_mode to return bool for successVolker Lendecke2013-10-083-8/+17
* smbd: Make add_share_mode return boolVolker Lendecke2013-10-081-4/+13
* smbd: Change parameter from unsigned to uint32_tVolker Lendecke2013-10-082-2/+2
* smbd: Remove byte_range_lock->read_onlyVolker Lendecke2013-10-061-10/+0
* smbd: Remove the brl_get_locks wrapperVolker Lendecke2013-10-061-9/+2
* smbd: brl_get_locks_internal is always called r/w nowVolker Lendecke2013-10-061-37/+11
* smbd: Restructure brl_get_locks_readonlyVolker Lendecke2013-10-061-10/+103
* smbd: Avoid an if-statement per read/write in the non-clustered caseVolker Lendecke2013-10-061-4/+4
* smbd: Remove unused "brl->key" struct elementVolker Lendecke2013-10-061-3/+1
* smbd: Convert some dbgtxt to DEBUGVolker Lendecke2013-10-061-19/+12
* smbd: Fix a commentVolker Lendecke2013-10-061-1/+1
* smbd: Fix confusing commentsVolker Lendecke2013-10-062-4/+2