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-02-11
s3: Avoid a select call per smb
Volker Lendecke
1
-1
/
+1
2011-02-10
s3:smbd: fix switch indentation level in get_ea_dos_attribute()
Michael Adam
1
-4
/
+4
2011-02-10
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
6
-26
/
+26
2011-02-10
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
4
-20
/
+64
2011-02-10
Make it clear we're using the open file pathname.
Jeremy Allison
1
-6
/
+4
2011-02-09
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
6
-16
/
+52
2011-02-09
Oops. Need to test for if(!NT_STATUS_IS_OK(..)) for error.
Jeremy Allison
1
-1
/
+1
2011-02-09
Move to opening an fd on directory opens. Get more careful about symlink races.
Jeremy Allison
1
-1
/
+37
2011-02-09
Remove unneeded stat call.
Jeremy Allison
1
-9
/
+4
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
1
-0
/
+9
2011-02-08
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
4
-11
/
+13
2011-02-08
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
5
-16
/
+23
2011-02-08
Use corrcet function instead of cut-and-paste code.
Jeremy Allison
1
-1
/
+1
2011-02-07
Fix leak in error path.
Jeremy Allison
1
-0
/
+1
2011-02-06
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2011-02-05
Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.
Jeremy Allison
2
-75
/
+72
2011-02-05
Move the "oplock file with byte range locks" check to the correct place, wher...
Jeremy Allison
2
-17
/
+15
2011-02-02
s3-smbd: Added a function to setup rpc services.
Andreas Schneider
1
-90
/
+2
2011-02-02
s3-epmapper: Added a endpoint mapper skeleton.
Andreas Schneider
1
-0
/
+1
2011-02-02
Based on a conversation with Volker, refactor some of the oplock code to make...
Jeremy Allison
1
-71
/
+160
2011-02-01
s3-lanman: prefer dcerpc_samr_X functions.
Günther Deschner
1
-83
/
+237
2011-02-01
Ensure we send the direct levelII oplock break to the correct fid.
Pavel Shilovsky
1
-1
/
+10
2011-01-31
Fix bug #7928 - Samba problems with kernel oplocks option set to "no"
Pavel Shilovsky
2
-8
/
+32
2011-01-31
s3:smbd: let smbd_server_connection_loop_once() check for select errors
Stefan Metzmacher
1
-0
/
+4
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
[next]