index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_create.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-28
s3:smb2_create: do not remove leading backslash from pipe names
Stefan Metzmacher
1
-5
/
+0
2012-04-24
s3: Introduce variable "indyniov" for easier reading
Volker Lendecke
1
-8
/
+10
2012-02-18
Fix a bunch of "unused variable" warnings.
Jeremy Allison
1
-4
/
+0
2012-02-10
s3-smb2: Use the correct indicator if a request was deferred
Volker Lendecke
1
-1
/
+1
2012-02-10
s3-smb2: Make sure we have a subreq set
Volker Lendecke
1
-0
/
+1
2012-01-03
s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask
Volker Lendecke
1
-5
/
+0
2011-12-16
s3:smbd: avoid using sconn_server_id()
Stefan Metzmacher
1
-1
/
+2
2011-12-12
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
Stefan Metzmacher
1
-3
/
+3
2011-11-15
s3:smb2_create: defer STATUS_PENDING for 2 seconds as before
Stefan Metzmacher
1
-1
/
+7
2011-11-15
s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()
Stefan Metzmacher
1
-1
/
+1
2011-11-15
s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...
Stefan Metzmacher
1
-32
/
+2
2011-10-10
s3:smb2_create: fix allocation size return value when opening existing files
Christian Ambach
1
-2
/
+2
2011-09-07
s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in SMB2_...
Stefan Metzmacher
1
-0
/
+8
2011-09-07
s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_create.c
Stefan Metzmacher
1
-11
/
+4
2011-08-30
s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)
Christian Ambach
1
-6
/
+6
2011-08-02
s3: Pass sconn explicitly to open_was_deferred
Volker Lendecke
1
-1
/
+1
2011-07-11
s3:smb2_create: use smbd_calculate_access_mask() instead of smbd_check_open_r...
Stefan Metzmacher
1
-1
/
+6
2011-07-04
s3:smb2_create: call 'return' after smbd_server_connection_terminate()
Stefan Metzmacher
1
-0
/
+1
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-1
/
+1
2011-01-25
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
1
-1
/
+1
2010-07-27
s3-smbd: Migrated to new spoolss functions for printing.
Simo Sorce
1
-5
/
+3
2010-07-05
s3: Remove procid_self() from fill_deferred_open_entry()
Volker Lendecke
1
-1
/
+2
2010-06-12
s3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2
Volker Lendecke
1
-4
/
+6
2010-06-12
s3: Explicitly pass sconn to open_was_deferred_smb2
Volker Lendecke
1
-2
/
+2
2010-06-12
s3: Explicitly pass sconn to find_open_smb2req
Volker Lendecke
1
-5
/
+11
2010-05-31
s3-build: only use ndr_security.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-21
If using fake oplocks, use the correct SMB2 type code for "no oplock".
Jeremy Allison
1
-1
/
+1
2010-05-21
Don't forget brackets around bitwise tests.
Jeremy Allison
1
-1
/
+1
2010-05-21
Make DFS work over SMB2.
Jeremy Allison
1
-5
/
+12
2010-05-21
s3: added support for fake oplocks in SMB2.
Ira Cooper
1
-2
/
+14
2010-05-20
Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...
Jeremy Allison
1
-3
/
+8
2010-05-19
After talking with Microsoft engineers, immediately replying
Jeremy Allison
1
-1
/
+6
2010-05-19
(Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...
Jeremy Allison
1
-1
/
+9
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2010-05-11
Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...
Jeremy Allison
1
-1
/
+6
2010-05-10
SMB2 always have level2 oplock capability. Correct mapping from break message...
Jeremy Allison
1
-1
/
+1
2010-05-10
Stop us crashing in SMB2-OPLOCK test. Don't allow more than one outstanding i...
Jeremy Allison
1
-5
/
+33
2010-04-28
Update (C) for 2010.
Jeremy Allison
1
-0
/
+1
2010-04-26
When walking the SMB2 requests queue, ensure the request is still "in flight"
Jeremy Allison
1
-1
/
+10
2010-04-26
Fix crash when rescheduling oplock open.
Jeremy Allison
1
-0
/
+9
2010-04-24
Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.
Jeremy Allison
1
-2
/
+41
2010-04-23
Allow smb2 create requests to be cancelled.
Jeremy Allison
1
-11
/
+69
2010-04-23
At simo's request return struct tevent_req *treq -> treq. For consistency :-(.
Jeremy Allison
1
-80
/
+80
2010-04-23
Rename - no functional change. Stop all variables being called "req".
Jeremy Allison
1
-130
/
+129
2010-04-22
Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.
Jeremy Allison
1
-33
/
+331
2010-03-05
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
1
-0
/
+1
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-14
/
+26
2009-09-17
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy Allison
1
-3
/
+7
[next]