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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
Revert "s3: Fix starving the echo responder"
Stefan Metzmacher
1
-17
/
+0
2011-01-31
Revert "s3:events: Call all ready fd event handlers on each iteration of the ...
Stefan Metzmacher
1
-18
/
+21
2011-01-28
We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO...
Jeremy Allison
1
-1
/
+32
2011-01-27
Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...
Jeremy Allison
1
-8
/
+0
2011-01-27
Looking into printer driver issues, I ran across some peculiarities in
David Disseldorp
1
-8
/
+11
2011-01-26
Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.c
Jeremy Allison
1
-1
/
+0
2011-01-25
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
5
-36
/
+78
2011-01-25
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
7
-12
/
+13
2011-01-25
Add name_hash into the share mode entry struct (as yet only use for renames t...
Jeremy Allison
2
-1
/
+10
2011-01-25
Add name_hash to files_struct. Set within fsp_set_smb_fname().
Jeremy Allison
1
-1
/
+32
2011-01-21
s3-lanman: remove trailing whitespace.
Günther Deschner
1
-30
/
+30
2011-01-21
s3:smbd: use dcerpc_spoolss_X() functions
Stefan Metzmacher
2
-32
/
+50
2011-01-21
s3: Fix a deadlock between smbd and ctdbd
Volker Lendecke
1
-4
/
+18
2011-01-21
Remove all uses of "./" in pathnames - make canonical. This will become impor...
Jeremy Allison
1
-50
/
+78
2011-01-20
Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ...
Jeremy Allison
1
-4
/
+8
2011-01-20
Make processing of incoming stream rename paths common between reply_mv and n...
Jeremy Allison
2
-4
/
+47
2011-01-20
s3:smbd: use anonymous_shared_free() for shared memory signing state
Stefan Metzmacher
1
-0
/
+7
2011-01-20
lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/
Stefan Metzmacher
1
-1
/
+1
2011-01-19
s3-smbd: Fixed a possible null pointer dereference.
Andreas Schneider
1
-1
/
+3
2011-01-17
s3: Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2011-01-14
s3: Fix bug 7917: Yet another bug in chain_reply
Volker Lendecke
1
-2
/
+2
2011-01-13
s3-lanman: prefer dcerpc_srvsvc_X functions.
Günther Deschner
1
-3
/
+9
2011-01-07
s3-printing: Initiate pcap reload from parent smbd
David Disseldorp
5
-40
/
+65
2011-01-07
s3-printing: reload shares after pcap cache fill
David Disseldorp
3
-7
/
+12
2011-01-04
s3-rpcecho: Only register rpcecho in the developer build.
Andreas Schneider
2
-0
/
+4
2011-01-04
s3-smbd: Call the rpc service shutdown functions.
Andreas Schneider
1
-0
/
+34
2011-01-04
s3-smbd: Call all the rpc services in the right order.
Andreas Schneider
1
-5
/
+41
2010-12-29
Fix bug #7892 - open_file_fchmod() leaves a stale lock.
Jeremy Allison
3
-45
/
+10
2010-12-23
All calls to event_add_to_select_args() call GetTimeOfDay() and
Jeremy Allison
1
-7
/
+2
2010-12-21
My algorithm for determining whan an incoming sequence number can be allowed ...
Jeremy Allison
1
-6
/
+7
2010-12-21
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
3
-1
/
+13
2010-12-21
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
1
-1
/
+12
2010-12-20
CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...
Ken Harris
1
-17
/
+17
2010-12-20
From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get...
Jeremy Allison
1
-1
/
+2
2010-12-19
s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY
Volker Lendecke
1
-0
/
+9
2010-12-19
s3: Fix some nonempty blank lines
Volker Lendecke
1
-22
/
+22
2010-12-19
s3: re-add some debugs to check_reduced_name
Volker Lendecke
1
-0
/
+2
2010-12-19
s3: Fix some typos
Volker Lendecke
2
-4
/
+4
2010-12-18
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
1
-9
/
+12
2010-12-17
Move checks inside file_set_sparse() to allow it to be called from anywhere.
Jeremy Allison
2
-19
/
+21
2010-12-17
file_set_sparse needs to be a handle based call.
Jeremy Allison
2
-11
/
+9
2010-12-17
s3:smbd: implement FSCTL_SET_SPARSE more correctly
Björn Jacke
1
-5
/
+43
2010-12-17
s3:smbd: add file_set_sparse() function
Björn Jacke
1
-0
/
+49
2010-12-17
s3: remove set_sparse_flag
Björn Jacke
1
-15
/
+1
2010-12-17
s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags
Björn Jacke
1
-0
/
+2
2010-12-16
Fix old bug in openX code, exposed when "strict allocate" is set to true.
Jeremy Allison
1
-5
/
+9
2010-12-15
Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...
Jeremy Allison
3
-3
/
+159
2010-12-15
Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB.
Jeremy Allison
2
-9
/
+25
2010-12-14
Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_...
Jeremy Allison
1
-19
/
+20
2010-12-14
Change crediting so that the credits are returned on the interim async response.
Jeremy Allison
1
-4
/
+7
[prev]
[next]