summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-25Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison5-36/+78
2011-01-25Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison7-12/+13
2011-01-25Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison2-1/+10
2011-01-25Add name_hash to files_struct. Set within fsp_set_smb_fname().Jeremy Allison1-1/+32
2011-01-21s3-lanman: remove trailing whitespace.Günther Deschner1-30/+30
2011-01-21s3:smbd: use dcerpc_spoolss_X() functionsStefan Metzmacher2-32/+50
2011-01-21s3: Fix a deadlock between smbd and ctdbdVolker Lendecke1-4/+18
2011-01-21Remove all uses of "./" in pathnames - make canonical. This will become impor...Jeremy Allison1-50/+78
2011-01-20Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ...Jeremy Allison1-4/+8
2011-01-20Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison2-4/+47
2011-01-20s3:smbd: use anonymous_shared_free() for shared memory signing stateStefan Metzmacher1-0/+7
2011-01-20lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/Stefan Metzmacher1-1/+1