summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-02-27s3: Fix some nonempty blank linesVolker Lendecke1-10/+9
2011-02-26dirfd doesn't exist in some platforms.Jeremy Allison1-0/+6
2011-02-25Detect Mac OS X as a separate client type.Justin Maggard1-0/+4
2011-02-25Ensure we don't return an incorrect access mask.Jeremy Allison1-1/+2
2011-02-25Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...Jeremy Allison1-20/+75
2011-02-24Batch oplocks conflict with exclusive as well as themselves.Jeremy Allison1-1/+1
2011-02-24Remember to free the second temporary string.Jeremy Allison1-0/+1
2011-02-23Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison1-6/+16
2011-02-23Fix bug found against the new Mac client @ Connectathon. Mac clientsJeremy Allison1-1/+9
2011-02-22s3-printing: only include printing where really needed.Günther Deschner4-0/+4
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner3-0/+3
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett20-259/+259
2011-02-21s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider1-1/+1
2011-02-21s3-rpc_server: Rename srv_rpc_register.Andreas Schneider1-1/+1
2011-02-21s3-rpc_server: Pass tevent_context to dcerpc endpoints.Andreas Schneider1-1/+1
2011-02-20s3: Convert init_system_info to NTSTATUSVolker Lendecke1-2/+4
2011-02-20s3: Fix some nonempty blank linesVolker Lendecke1-6/+6
2011-02-17s3-cluster Always fill in the clustering vnn elementAndrew Bartlett1-4/+0
2011-02-17s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp1-1/+2
2011-02-11s3: Avoid a select call per smbVolker Lendecke1-1/+1
2011-02-10s3:smbd: fix switch indentation level in get_ea_dos_attribute()Michael Adam1-4/+4
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett6-26/+26
2011-02-10Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison4-20/+64
2011-02-10Make it clear we're using the open file pathname.Jeremy Allison1-6/+4
2011-02-09Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison6-16/+52
2011-02-09Oops. Need to test for if(!NT_STATUS_IS_OK(..)) for error.Jeremy Allison1-1/+1
2011-02-09Move to opening an fd on directory opens. Get more careful about symlink races.Jeremy Allison1-1/+37
2011-02-09Remove unneeded stat call.Jeremy Allison1-9/+4
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+9
2011-02-08Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison4-11/+13
2011-02-08If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison5-16/+23
2011-02-08Use corrcet function instead of cut-and-paste code.Jeremy Allison1-1/+1
2011-02-07Fix leak in error path.Jeremy Allison1-0/+1
2011-02-06s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-02-05Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison2-75/+72
2011-02-05Move the "oplock file with byte range locks" check to the correct place, wher...Jeremy Allison2-17/+15
2011-02-02s3-smbd: Added a function to setup rpc services.Andreas Schneider1-90/+2
2011-02-02s3-epmapper: Added a endpoint mapper skeleton.Andreas Schneider1-0/+1
2011-02-02Based on a conversation with Volker, refactor some of the oplock code to make...Jeremy Allison1-71/+160
2011-02-01s3-lanman: prefer dcerpc_samr_X functions.Günther Deschner1-83/+237
2011-02-01Ensure we send the direct levelII oplock break to the correct fid.Pavel Shilovsky1-1/+10
2011-01-31Fix bug #7928 - Samba problems with kernel oplocks option set to "no"Pavel Shilovsky2-8/+32
2011-01-31s3:smbd: let smbd_server_connection_loop_once() check for select errorsStefan Metzmacher1-0/+4
2011-01-31Revert "s3: Fix starving the echo responder"Stefan Metzmacher1-17/+0
2011-01-31Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher1-18/+21
2011-01-28We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO...Jeremy Allison1-1/+32
2011-01-27Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison1-8/+0
2011-01-27Looking into printer driver issues, I ran across some peculiarities inDavid Disseldorp1-8/+11
2011-01-26Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.cJeremy Allison1-1/+0