summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Slightly simplify is_stat_openVolker Lendecke2012-09-251-3/+2
* s3: Make is_stat_open() a bit more readableVolker Lendecke2012-09-251-4/+7
* s3: Fix indentation of if-expressionsVolker Lendecke2012-09-251-2/+3
* Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ...Jeremy Allison2012-09-251-0/+7
* s3:printing only do printing_subsystem_update when printing is enabledChristian Ambach2012-09-231-1/+4
* s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()Michael Adam2012-09-221-1/+1
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam2012-09-226-8/+0
* s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-14/+2
* s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-18/+0
* s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...Stefan Metzmacher2012-09-221-34/+1
* s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()Stefan Metzmacher2012-09-221-2/+1
* s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-26/+3
* s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher2012-09-221-2/+6
* s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2012-09-222-51/+3
* s3:smbd:smb2: add check for session_status for compound requestsMichael Adam2012-09-221-3/+3
* s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher2012-09-221-15/+15
* s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher2012-09-221-0/+4
* s3: Compound requests should continue processing.Ira Cooper2012-09-221-3/+2
* s3:smbd: release the share mode lock before calling exit_server() (bug #9191)Stefan Metzmacher2012-09-211-0/+2
* s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()Stefan Metzmacher2012-09-201-1/+1
* Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison2012-09-154-5/+10
* Fix bad string in debug message (remove it).Jeremy Allison2012-09-141-4/+2
* Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison2012-09-145-4/+18
* Add "backup_intent" bool.Jeremy Allison2012-09-141-1/+2
* Don't call can_write_to_file() if we already have 'fsp->can_write' set.Jeremy Allison2012-09-141-0/+2
* Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison2012-09-133-0/+15
* Move cached cwd onto conn struct.Jeremy Allison2012-09-122-1/+15
* Remove ancient "optimization" global LastDir.Jeremy Allison2012-09-123-18/+3
* s3: remove unneeded noquota.c fileBjörn Jacke2012-09-121-38/+0
* s3-rap: Open printers with the right access mask.Andreas Schneider2012-09-121-3/+3
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-121-0/+21
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-122-4/+4
* Make metze happy and the code clearer :-).Jeremy Allison2012-09-121-0/+6
* quota: move function again to its belonging ifdef blockBjörn Jacke2012-09-111-11/+9
* s3:proto.h: remove duplicate disk_quotas prototypesBjörn Jacke2012-09-111-10/+0
* s3: delete requests are not specialVolker Lendecke2012-09-101-16/+0
* Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...Jeremy Allison2012-09-101-5/+36
* uid_t is a synonym for int on osXMatthieu Patou2012-09-101-1/+1
* s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam2012-09-082-0/+586
* s3:smbd: make fd_open() publicMichael Adam2012-09-082-4/+6
* s3:smbd: don't set kernel flock if "kernel share modes = no"Michael Adam2012-09-081-1/+1
* s3:smbd: add basic support for durable handle v2 request and reconnectMichael Adam2012-09-081-2/+129
* s3:smbd: add basic support for durable handle request and reconnectMichael Adam2012-09-081-46/+203
* s3:smbd: initial durable handle support: special treatment of durable handles...Michael Adam2012-09-081-0/+44
* s3:vfs: add durable VFS operationsMichael Adam2012-09-081-0/+34
* s3:smbd: add disconnected checks to the open code.Stefan Metzmacher2012-09-081-0/+31
* s3:smbd: also close durable file handles in a tdisMichael Adam2012-09-081-2/+9
* s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handlesStefan Metzmacher2012-09-082-1/+210
* s3: Fix a panic when shutting downVolker Lendecke2012-09-081-10/+32
* s3-smbd: Remove OSF1 support from old (pre-sysquotas) codeBjörn Jacke2012-09-071-65/+0