1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source/smbd
Jeremy Allison cfdbe8a1f2 Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
If total_data == 4 Windows doesn't care what values
are placed in that field, it just ignores them.
The System i QNTC IBM SMB client puts bad values here,
so ignore them.
Jeremy.
2008-10-16 21:01:56 -07:00
..
aio.c become root for AIO operations 2008-08-26 09:59:54 -07:00
blocking.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
change_trust_pw.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
chgpasswd.c Fix bug 5366 2008-04-11 11:34:58 +02:00
close.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
conn.c Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>. 2008-10-01 13:23:36 -07:00
connection.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
dfree.c r21369: sys_disk_free return type is SMB_BIG_UINT. 2007-10-10 12:17:59 -05:00
dir.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
dmapi.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
dosmode.c Port 2135dfe91b from 3.2. 2007-12-28 15:38:42 -08:00
error.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
fake_file.c r22542: Move over to using the _strict varients of the talloc 2007-10-10 12:19:44 -05:00
fileio.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
filename.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
files.c Fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposition call. 2008-09-26 18:41:05 -07:00
ipc.c Rewrite the wrap checks to deal with gcc 4.x optimisations. 2008-04-07 21:11:21 -07:00
lanman.c Ensure every use of push_ascii checks for error -1 condition. 2007-11-19 15:27:11 -08:00
mangle_hash2.c r18793: Fix BE string handling in the auto-generated 2007-10-10 12:00:58 -05:00
mangle_hash.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
mangle_map.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
mangle.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
map_username.c r16591: Belt and braces approach to shut Klocwork up - bug #2001. 2007-10-10 11:19:02 -05:00
message.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
msdfs.c Restructuring of code to fix #5460. Remove search 2008-05-19 13:11:41 -07:00
negprot.c Fix smbfs to not trigger our paranoid checker. 2007-11-16 13:12:51 -08:00
noquotas.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
notify_inotify.c Fix inotify detection 2008-02-25 12:57:41 +01:00
notify_internal.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
notify.c ensure uni_name.buffer is initialised 2008-01-09 08:00:26 +01:00
ntquotas.c r22542: Move over to using the _strict varients of the talloc 2007-10-10 12:19:44 -05:00
nttrans.c Rewrite the wrap checks to deal with gcc 4.x optimisations. 2008-04-07 21:11:21 -07:00
open.c Using a bool with a logical operation. IBM checker caught. 2008-01-04 23:18:42 -08:00
oplock_irix.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
oplock_linux.c Fix Bug #5285. (libcap header mismatch) 2008-05-28 13:45:55 +02:00
oplock.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
password.c Ensure we call auth_ntlmssp_end in invalidate_vuid and invalidate_partical_vuid. 2008-02-14 17:42:03 -08:00
pipes.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
posix_acls.c Fix bug #5052 - not work cancel inheritance on share. We were 2008-09-10 16:23:54 -07:00
process.c Security: Patche for CVE-2008-1105. 2008-05-28 10:26:27 -05:00
quotas.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
reply.c Ensure we emit the notify message before renaming the open files. 2008-09-30 13:37:54 -07:00
sec_ctx.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
server.c Ensure we can't pass -1 to smb_fn_name(). Fixes bug #4612. 2007-12-18 18:08:18 -08:00
service.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
session.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
sesssetup.c Here's the fix for bug #5750. Note this bug does *NOT* affect 2008-09-11 12:16:31 -07:00
share_access.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
srvstr.c Fix smbfs to not trigger our paranoid checker. 2007-11-16 13:12:51 -08:00
statcache.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00
statvfs.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
trans2.c Cope with bad trans2mkdir requests from System i QNTC IBM SMB client. 2008-10-16 21:01:56 -07:00
uid.c r22978: Don't use current_user to prep the security ctx in change_to_user 2007-10-10 12:22:12 -05:00
utmp.c Fix two "this will never be null" warnings. 2008-05-14 19:02:14 -07:00
vfs.c [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch. 2007-10-10 15:28:53 -05:00