index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
allow for outstanding_aio_calls to be decremented
Olaf Flebbe
2009-09-30
1
-2
/
+4
*
Don't defer a talloc_move'd pointer.
Jeremy Allison
2009-09-28
1
-1
/
+1
*
s3:smbd/password - move list pointers into blocks
Matthias Dieter Wallnöfer
2009-09-25
1
-6
/
+6
*
s3 onefs: Add some debugging/asserts to give more info when there is bad defe...
Zack Kirsch
2009-09-24
1
-0
/
+2
*
s3: Add more helpful debugging to some of the streams code
Tim Prouty
2009-09-24
1
-1
/
+1
*
vfs catia: Fix the double translation that was happening with createfile and ...
Aravind Srinivasan
2009-09-24
1
-3
/
+5
*
s3-smbd: fix get_ea_names_from_file() and check for pnames pointer.
Günther Deschner
2009-09-18
1
-1
/
+3
*
s3:smbd: Fix an inappropriate pointer return in a bool fn
Volker Lendecke
2009-09-18
1
-1
/
+1
*
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy Allison
2009-09-17
4
-5
/
+68
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
4
-0
/
+4
*
Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Jeremy Allison
2009-09-14
2
-3
/
+27
*
s3:smbd: Add a "hidden" parameter "share:fake_fscaps"
Volker Lendecke
2009-09-09
1
-0
/
+3
*
Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".
Jeremy Allison
2009-09-06
2
-3
/
+3
*
Check we read off the compelte event from inotify
Simo Sorce
2009-09-05
1
-2
/
+8
*
s3:smbd: Fix Coverity ID 937, REVERSE_INULL
Volker Lendecke
2009-09-04
1
-2
/
+2
*
Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...
Jeremy Allison
2009-09-03
1
-2
/
+2
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
5
-24
/
+92
*
s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642)
Stefan Metzmacher
2009-08-27
1
-0
/
+11
*
s3:smbd: add is_fake_file_path() that takes only the raw path as string
Stefan Metzmacher
2009-08-27
1
-14
/
+22
*
s3:streams: check for :$DATA only in the backend (fix bug #6642)
Stefan Metzmacher
2009-08-27
1
-3
/
+0
*
s3/smbd: open the share_info.tdb on startup instead of tconx
Steven Danneman
2009-08-26
1
-0
/
+9
*
Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.
Jeremy Allison
2009-08-24
1
-0
/
+4
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
7
-94
/
+62
*
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
2009-08-24
1
-0
/
+11
*
Log debug message when hires timestamps are available on the
Jeremy Allison
2009-08-21
1
-0
/
+4
*
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
2009-08-21
3
-1
/
+27
*
Fix coverity CID: 932 - forward null.
Jeremy Allison
2009-08-21
1
-2
/
+4
*
s3:smbd: implement SMB2 Find (Query Directory)
Stefan Metzmacher
2009-08-19
1
-1
/
+197
*
s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory
Stefan Metzmacher
2009-08-19
1
-0
/
+4
*
s3:smbd: add a generic smbd_dirptr_lanman2_entry() function
Stefan Metzmacher
2009-08-19
2
-46
/
+214
*
s3:smbd: implement all SMB2 Create contexts except "ExtA"
Stefan Metzmacher
2009-08-19
1
-8
/
+217
*
s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2
Stefan Metzmacher
2009-08-19
2
-8
/
+13
*
s3:smbd: parse context blobs in SMB2 Create
Stefan Metzmacher
2009-08-19
1
-48
/
+150
*
s3:smbd: add support for canceling SMB2 Notify calls.
Stefan Metzmacher
2009-08-17
1
-0
/
+17
*
s3:smbd: add smbd_notify_cancel_by_smbreq()
Stefan Metzmacher
2009-08-17
2
-0
/
+23
*
s3:smbd: implement SMB2 Cancel correctly.
Stefan Metzmacher
2009-08-17
13
-60
/
+32
*
s3:smbd: allow SMB2 Cancel to have the async flag set
Stefan Metzmacher
2009-08-14
1
-6
/
+8
*
s3:smbd: fix parsing of the SMB2 body
Stefan Metzmacher
2009-08-14
1
-5
/
+7
*
Fix BASE-DELAYWRITE test by removing const from struct smb_filename
Jeremy Allison
2009-08-12
3
-21
/
+21
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
5
-13
/
+106
*
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
2009-08-12
19
-19
/
+19
*
s3:smbd: as check_path_syntax() changes the string, we need to copy the strin...
Stefan Metzmacher
2009-08-12
1
-2
/
+8
*
s3:smbd: avoid 'goto out' in smbd_smb2_create_send()
Stefan Metzmacher
2009-08-12
1
-20
/
+15
*
s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2
Stefan Metzmacher
2009-08-12
1
-1
/
+3
*
s3:smbd: correctly invalidate vuids when SMB2 is used
Stefan Metzmacher
2009-08-12
2
-0
/
+5
*
Ensure the fsp->fsp_name stat_ex struct is always
Jeremy Allison
2009-08-10
1
-0
/
+1
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
4
-26
/
+66
*
s3:smbd: convert '\\' into '/' in SMB2 Create
Stefan Metzmacher
2009-08-08
1
-0
/
+8
*
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
15
-118
/
+118
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
1
-30
/
+3
[prev]
[next]