summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_getinfo: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-29/+12
* s3:smb2_find: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-26/+9
* s3:smb2_break: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-32/+13
* s3:smb2_close: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-30/+15
* s3:smb2_flush: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-26/+9
* s3:smbd: add file_fsp_smb2()Stefan Metzmacher2012-06-092-0/+46
* s3:smb2_write: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher2012-06-091-1/+1
* s3:smb2_read: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher2012-06-091-2/+2
* s3:smb2_lock: use fsp->fnum as locking contextStefan Metzmacher2012-06-091-1/+1
* s3:smb2_lock: use smb2req->compat_chain_fsp instead of looking it up againStefan Metzmacher2012-06-091-6/+1
* s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()Stefan Metzmacher2012-06-091-0/+3
* s3:smb2_close: add missing TALLOC_FREE(subreq) in smbd_smb2_request_close_done()Stefan Metzmacher2012-06-091-0/+1
* s3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE(smbd_idle)Stefan Metzmacher2012-06-091-0/+15
* s3:smbd: change set_file_oplock() to return NTSTATUSMichael Adam2012-06-083-7/+9
* s3: Replace an if with a boolean short circuitVolker Lendecke2012-06-081-5/+3
* s3: Assigning ?True:False to a bool is a bit pointlessVolker Lendecke2012-06-081-3/+2
* s3: Remove unnecessary ()Volker Lendecke2012-06-081-1/+1
* s3: Replace an if with a boolean short circuitVolker Lendecke2012-06-081-5/+3
* s3: Assigning ?True:False to a bool is a bit pointlessVolker Lendecke2012-06-081-2/+2
* s3: Remove unnecessary ()Volker Lendecke2012-06-081-1/+1
* s3:smbd: remove unnecessary variable readret from read_file()Michael Adam2012-06-081-7/+3
* s3:smbd: remove ancient DMF_FIX from read_file().Michael Adam2012-06-081-15/+0
* s3-rpcclient: add fsrvp commandsDavid Disseldorp2012-06-085-3/+670
* s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou2012-06-081-0/+2
* s3-waf: Fix the winbindd active directory idmap support build.Ira Cooper2012-06-081-1/+1
* build: fix typo that breaks the HP-UX buildBjörn Jacke2012-06-071-1/+1
* build: Tidy up broken posix_fallocate testsAndrew Bartlett2012-06-072-3/+3
* s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10Björn Jacke2012-06-071-2/+2
* s3:include: change lock_struct->fnum to uint64_tMichael Adam2012-06-064-6/+7
* s3:include: change lock_context->tid to uint32_tMichael Adam2012-06-061-1/+1
* s3:include: change connection_struct->cnum to uint32_tMichael Adam2012-06-064-4/+4
* s3:include: change smb_request->tid to uint32_tMichael Adam2012-06-061-1/+1
* s3:smb: change the value of TID_FIELD_INVALID from -1 to 0Michael Adam2012-06-061-1/+1
* s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam2012-06-066-8/+9
* s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap indexMichael Adam2012-06-062-4/+12
* s3:smb.h: fix a comment typoMichael Adam2012-06-061-1/+1
* s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher2012-06-068-35/+37
* s3:smbd: let file_close_pid/file_close_user take a uint64_t vuidStefan Metzmacher2012-06-062-4/+4
* s3:smbd: pass down vuid as uint64_t in lanman.cStefan Metzmacher2012-06-062-37/+37
* s3:smbd: pass down vuid as uint64_t in ipc.cStefan Metzmacher2012-06-061-4/+4
* s3:smbd: change vuid to uint64_t in uid.cStefan Metzmacher2012-06-062-14/+14
* s3:smbd: let fcb_or_dos_open() take a uint64_t vuidStefan Metzmacher2012-06-061-1/+1
* s3:smbd: let close_cnum() take a uint64_t vuidStefan Metzmacher2012-06-062-2/+2
* s3:smbd: use UID_FIELD_INVALID (0) instead of (uint16)-1 when calling close_c...Stefan Metzmacher2012-06-061-1/+1
* s3:smbd: let make_connection() take a uint64_t vuidStefan Metzmacher2012-06-062-2/+2
* s3:smbd: let conn_clear_vuid_caches() take a uint64_t vuidStefan Metzmacher2012-06-062-3/+3
* s3:smbd: let open_fake_file() take a uint64_t vuidStefan Metzmacher2012-06-062-2/+2
* s3:printing: let print_spool_open() take a uint64_t vuidStefan Metzmacher2012-06-062-2/+2
* s3:smbd: change conn_ctx->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:include: change current_user->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1