1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/smbd
Jeremy Allison ca2c93b9e5 Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Lookup the EA and Stream status on CreateX.
Jeremy.
2009-09-14 15:30:05 -07:00
..
aio.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
avahi_register.c
blocking.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
change_trust_pw.c
chgpasswd.c Fix bug 6673 - smbpasswd does not work with "unix password sync = yes". 2009-09-06 21:38:50 -07:00
close.c s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory 2009-08-19 22:12:42 +02:00
conn.c s3:smbd: remove dirptr and dirpath from connection_struct 2009-08-07 14:18:17 +02:00
connection.c
dfree.c
dir.c s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME 2009-08-28 16:38:57 -07:00
dmapi.c
dnsregister.c
dosmode.c Second attempt at fix for bug 6529 - Offline files conflict with Vista and Office 2003. 2009-08-24 20:57:37 -07:00
error.c Remove reply_unixerror() - no longer needed. Should make Metze's refactoring a lot easier. 2009-07-10 18:23:00 -07:00
fake_file.c s3:smbd: add is_fake_file_path() that takes only the raw path as string 2009-08-27 16:45:40 +02:00
file_access.c s3: Remove unnecessary callers of get_full_smb_filename 2009-07-21 12:04:59 -07:00
fileio.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
filename_util.c s3: Add some asserts to the filename util functions 2009-07-20 17:26:57 -07:00
filename.c s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME 2009-08-28 16:38:57 -07:00
files.c s3: Fix a bug in renames of directories 2009-08-06 17:07:50 -07:00
globals.c s3:smbd: move dptr globals into struct smbd_server_connection 2009-08-07 14:18:17 +02:00
globals.h s3:smbd: add a generic smbd_dirptr_lanman2_entry() function 2009-08-19 22:12:42 +02:00
ipc.c s3:smbd: add a smbd_server_connection pointer to connection_struct 2009-08-07 14:18:14 +02:00
lanman.c s3/lanman: Workaround for KB932762. 2009-06-27 10:12:51 +02:00
mangle_hash2.c
mangle_hash.c
mangle.c
map_username.c s3:smbd: move more session specific globals to struct smbd_server_connection 2009-06-03 17:54:37 +02:00
message.c
msdfs.c s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME 2009-08-28 16:38:57 -07:00
negprot.c s3:smbd: move max_recv to struct smbd_server_connection 2009-06-03 17:54:37 +02:00
noquotas.c
notify_inotify.c Check we read off the compelte event from inotify 2009-09-05 12:49:26 -04:00
notify_internal.c
notify.c s3:smbd: add smbd_notify_cancel_by_smbreq() 2009-08-17 09:25:45 +02:00
ntquotas.c
nttrans.c Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX. 2009-09-14 15:30:05 -07:00
open.c s3:smbd: Fix Coverity ID 937, REVERSE_INULL 2009-09-04 07:57:26 +02:00
oplock_irix.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
oplock_linux.c Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks. 2009-09-03 07:40:48 -07:00
oplock_onefs.c s3 onefs: Fix the onefs modules after the big refactoring 2009-07-24 18:46:07 -07:00
oplock.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
password.c s3:smbd: correctly invalidate vuids when SMB2 is used 2009-08-12 13:27:58 +02:00
perfcount.c
pipes.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
posix_acls.c s3:smbd: conn_free_internal() can be static now 2009-08-07 14:18:15 +02:00
process.c Fix bug 6673 - smbpasswd does not work with "unix password sync = yes". 2009-09-06 21:38:50 -07:00
quotas.c s3:fix build of old linux quota system and other unixes' quota implementation 2009-06-29 16:51:53 +02:00
reply.c s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME 2009-08-28 16:38:57 -07:00
seal.c
sec_ctx.c
server.c s3/smbd: open the share_info.tdb on startup instead of tconx 2009-08-26 16:34:10 -07:00
service.c Second attempt at fix for bug 6529 - Offline files conflict with Vista and Office 2003. 2009-08-24 20:57:37 -07:00
session.c
sesssetup.c Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3.4.0. 2009-07-15 13:59:11 -07:00
share_access.c Fix coverity CID: 932 - forward null. 2009-08-21 16:17:17 -07:00
signing.c s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection 2009-05-26 10:48:12 +02:00
smb2_break.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_close.c libcli: move some common SMB and SMB2 stuff into libcli/smb/ 2009-08-12 18:28:32 +02:00
smb2_create.c s3:smbd: implement all SMB2 Create contexts except "ExtA" 2009-08-19 22:05:37 +02:00
smb2_find.c s3:smbd: implement SMB2 Find (Query Directory) 2009-08-19 22:12:43 +02:00
smb2_flush.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_getinfo.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_glue.c libcli: move some common SMB and SMB2 stuff into libcli/smb/ 2009-08-12 18:28:32 +02:00
smb2_ioctl.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_keepalive.c libcli: move some common SMB and SMB2 stuff into libcli/smb/ 2009-08-12 18:28:32 +02:00
smb2_lock.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_negprot.c libcli: move some common SMB and SMB2 stuff into libcli/smb/ 2009-08-12 18:28:32 +02:00
smb2_notify.c s3:smbd: add support for canceling SMB2 Notify calls. 2009-08-17 09:25:46 +02:00
smb2_read.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_server.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_sesssetup.c libcli: move some common SMB and SMB2 stuff into libcli/smb/ 2009-08-12 18:28:32 +02:00
smb2_setinfo.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_signing.c libcli: move some common SMB and SMB2 stuff into libcli/smb/ 2009-08-12 18:28:32 +02:00
smb2_tcon.c libcli: move some common SMB and SMB2 stuff into libcli/smb/ 2009-08-12 18:28:32 +02:00
smb2_write.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
srvstr.c
statcache.c s3: Change unix_convert to use an smb_filename struct internally 2009-07-22 11:48:22 -07:00
statvfs.c
trans2.c Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX. 2009-09-14 15:30:05 -07:00
uid.c s3: Make smbd aware of permission change of usershare. Since usershare are relatively volatile and non-previledge users must disconnect from smbd and reconnect to it to make share permission in effect. 2009-07-15 17:05:45 +08:00
utmp.c
vfs.c s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME 2009-08-28 16:38:57 -07:00