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
...
*
Detect Mac OS X as a separate client type.
Justin Maggard
2011-02-25
1
-0
/
+4
*
Ensure we don't return an incorrect access mask.
Jeremy Allison
2011-02-25
1
-1
/
+2
*
Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...
Jeremy Allison
2011-02-25
1
-20
/
+75
*
Batch oplocks conflict with exclusive as well as themselves.
Jeremy Allison
2011-02-24
1
-1
/
+1
*
Remember to free the second temporary string.
Jeremy Allison
2011-02-24
1
-0
/
+1
*
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison
2011-02-23
1
-6
/
+16
*
Fix bug found against the new Mac client @ Connectathon. Mac clients
Jeremy Allison
2011-02-23
1
-1
/
+9
*
s3-printing: only include printing where really needed.
Günther Deschner
2011-02-22
4
-0
/
+4
*
s3-printing: fix pcacp prototypes and includes.
Günther Deschner
2011-02-22
3
-0
/
+3
*
s3-printing: isolate print notification prototypes better.
Günther Deschner
2011-02-22
1
-0
/
+1
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
20
-259
/
+259
*
s3-rpc_server: Rename srv_rpc_register.c.
Andreas Schneider
2011-02-21
1
-1
/
+1
*
s3-rpc_server: Rename srv_rpc_register.
Andreas Schneider
2011-02-21
1
-1
/
+1
*
s3-rpc_server: Pass tevent_context to dcerpc endpoints.
Andreas Schneider
2011-02-21
1
-1
/
+1
*
s3: Convert init_system_info to NTSTATUS
Volker Lendecke
2011-02-20
1
-2
/
+4
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-02-20
1
-6
/
+6
*
s3-cluster Always fill in the clustering vnn element
Andrew Bartlett
2011-02-17
1
-4
/
+0
*
s3: increase the log level for missing PIDs on SIGCHLD
David Disseldorp
2011-02-17
1
-1
/
+2
*
s3: Avoid a select call per smb
Volker Lendecke
2011-02-11
1
-1
/
+1
*
s3:smbd: fix switch indentation level in get_ea_dos_attribute()
Michael Adam
2011-02-10
1
-4
/
+4
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
6
-26
/
+26
*
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
2011-02-10
4
-20
/
+64
*
Make it clear we're using the open file pathname.
Jeremy Allison
2011-02-10
1
-6
/
+4
*
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
2011-02-09
6
-16
/
+52
*
Oops. Need to test for if(!NT_STATUS_IS_OK(..)) for error.
Jeremy Allison
2011-02-09
1
-1
/
+1
*
Move to opening an fd on directory opens. Get more careful about symlink races.
Jeremy Allison
2011-02-09
1
-1
/
+37
*
Remove unneeded stat call.
Jeremy Allison
2011-02-09
1
-9
/
+4
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+9
*
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
2011-02-08
4
-11
/
+13
*
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
2011-02-08
5
-16
/
+23
*
Use corrcet function instead of cut-and-paste code.
Jeremy Allison
2011-02-08
1
-1
/
+1
*
Fix leak in error path.
Jeremy Allison
2011-02-07
1
-0
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-02-06
1
-3
/
+3
*
Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.
Jeremy Allison
2011-02-05
2
-75
/
+72
*
Move the "oplock file with byte range locks" check to the correct place, wher...
Jeremy Allison
2011-02-05
2
-17
/
+15
*
s3-smbd: Added a function to setup rpc services.
Andreas Schneider
2011-02-02
1
-90
/
+2
*
s3-epmapper: Added a endpoint mapper skeleton.
Andreas Schneider
2011-02-02
1
-0
/
+1
*
Based on a conversation with Volker, refactor some of the oplock code to make...
Jeremy Allison
2011-02-02
1
-71
/
+160
*
s3-lanman: prefer dcerpc_samr_X functions.
Günther Deschner
2011-02-01
1
-83
/
+237
*
Ensure we send the direct levelII oplock break to the correct fid.
Pavel Shilovsky
2011-02-01
1
-1
/
+10
*
Fix bug #7928 - Samba problems with kernel oplocks option set to "no"
Pavel Shilovsky
2011-01-31
2
-8
/
+32
*
s3:smbd: let smbd_server_connection_loop_once() check for select errors
Stefan Metzmacher
2011-01-31
1
-0
/
+4
*
Revert "s3: Fix starving the echo responder"
Stefan Metzmacher
2011-01-31
1
-17
/
+0
*
Revert "s3:events: Call all ready fd event handlers on each iteration of the ...
Stefan Metzmacher
2011-01-31
1
-18
/
+21
*
We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO...
Jeremy Allison
2011-01-28
1
-1
/
+32
*
Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...
Jeremy Allison
2011-01-27
1
-8
/
+0
*
Looking into printer driver issues, I ran across some peculiarities in
David Disseldorp
2011-01-27
1
-8
/
+11
*
Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.c
Jeremy Allison
2011-01-26
1
-1
/
+0
*
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
2011-01-25
5
-36
/
+78
*
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
2011-01-25
7
-12
/
+13
[prev]
[next]