summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-09-27s3: For read-only shares, filter out write bits from conn->access_maskVolker Lendecke1-0/+7
2012-09-27s3: Fix rejecting mkdir on read-only sharesVolker Lendecke1-1/+1
2012-09-26s3: Slightly simplify open_file()Volker Lendecke1-1/+2
2012-09-26s3: Slightly simplify calculate_open_access_flagsVolker Lendecke1-9/+10
2012-09-26s3: Slightly simplify calculate_open_access_flagsVolker Lendecke1-13/+17
2012-09-26s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider1-7/+9
2012-09-26s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ...Stefan Metzmacher1-1/+4
2012-09-26s3: Factor out calculate_open_access_flagsVolker Lendecke1-15/+31
2012-09-25s3: Slightly simplify smbd_smb2_request_process_negprotVolker Lendecke1-5/+3
2012-09-25s3: Fix some blank line endingsVolker Lendecke1-6/+6
2012-09-25s3: Fix a typoVolker Lendecke1-1/+1
2012-09-25pysmbd: Fix cut&paste errorsVolker Lendecke1-2/+3
2012-09-25s3: Slightly simplify is_stat_openVolker Lendecke1-3/+2
2012-09-25s3: Make is_stat_open() a bit more readableVolker Lendecke1-4/+7
2012-09-25s3: Fix indentation of if-expressionsVolker Lendecke1-2/+3
2012-09-25Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ...Jeremy Allison1-0/+7
2012-09-23s3:printing only do printing_subsystem_update when printing is enabledChristian Ambach1-1/+4
2012-09-22s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()Michael Adam1-1/+1
2012-09-22s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam6-8/+0
2012-09-22s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher1-14/+2
2012-09-22s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELEDStefan Metzmacher1-18/+0
2012-09-22s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...Stefan Metzmacher1-34/+1
2012-09-22s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()Stefan Metzmacher1-2/+1
2012-09-22s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher1-26/+3
2012-09-22s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher1-2/+6
2012-09-22s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2-51/+3
2012-09-22s3:smbd:smb2: add check for session_status for compound requestsMichael Adam1-3/+3
2012-09-22s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher1-15/+15
2012-09-22s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher1-0/+4
2012-09-22s3: Compound requests should continue processing.Ira Cooper1-3/+2
2012-09-21s3:smbd: release the share mode lock before calling exit_server() (bug #9191)Stefan Metzmacher1-0/+2
2012-09-20s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()Stefan Metzmacher1-1/+1
2012-09-15Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison4-5/+10
2012-09-14Fix bad string in debug message (remove it).Jeremy Allison1-4/+2
2012-09-14Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison5-4/+18
2012-09-14Add "backup_intent" bool.Jeremy Allison1-1/+2
2012-09-14Don't call can_write_to_file() if we already have 'fsp->can_write' set.Jeremy Allison1-0/+2
2012-09-13Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison3-0/+15
2012-09-12Move cached cwd onto conn struct.Jeremy Allison2-1/+15
2012-09-12Remove ancient "optimization" global LastDir.Jeremy Allison3-18/+3
2012-09-12s3: remove unneeded noquota.c fileBjörn Jacke1-38/+0
2012-09-12s3-rap: Open printers with the right access mask.Andreas Schneider1-3/+3
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett1-0/+21
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2-4/+4
2012-09-12Make metze happy and the code clearer :-).Jeremy Allison1-0/+6
2012-09-11quota: move function again to its belonging ifdef blockBjörn Jacke1-11/+9
2012-09-11s3:proto.h: remove duplicate disk_quotas prototypesBjörn Jacke1-10/+0
2012-09-10s3: delete requests are not specialVolker Lendecke1-16/+0
2012-09-10Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...Jeremy Allison1-5/+36
2012-09-10uid_t is a synonym for int on osXMatthieu Patou1-1/+1