Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 8b5e51c2668799890d033a371e5b9a57b8f086c6)
|
|
(This used to be commit 03c5e960a21ae78cdd832a5c760015f7fbd83bd9)
|
|
(This used to be commit d97a2e91d3c44ad39e6a1ee369e1e906d98707f5)
|
|
(This used to be commit b2ac1a3ec59f7c804521e5a478916fba16f4b3d4)
|
|
(This used to be commit 197c2310792965f94d66ad7c8016a1594945bdf8)
|
|
(This used to be commit 9ab87e644e4dc54ebbcb8ad300fe338f4a809ba9)
|
|
(This used to be commit 8a910d37ccc767eb8ab25ef2af3a136ad874346f)
|
|
metze
(This used to be commit c7ed550483233851d395edb4b8443b3296b45fb7)
|
|
(This used to be commit 8f3e3a21008a2cb6ed73d8629aaf1fa565f19e79)
|
|
(This used to be commit f7e2eec35f7457ec70d75ef099b34f83c9dfd654)
|
|
(This used to be commit 595ea708ee8c9b6f86648dfdb5ff5a3feafe1f07)
|
|
In the future, we might put the new Linux splice(2) syscall here. This
should also work for reply_write, but getting that in is a bit trickier.
We need to decide very early before fetching the whole buffer that we
have a write call.
(This used to be commit 32921c878a7f60251a9217173951065784077077)
|
|
(This used to be commit cded66a7dc72d41e4d6ea90edd8b03ed080c042f)
|
|
(This used to be commit 9ad91bd20592850d7b6393e1ac7f0e0919d69668)
|
|
Get the whole smb header from the second chained function, in particular
the error fields
(This used to be commit 0eb831ca0eadb725242cb4ad75eb7008a5c18bf2)
|
|
The argument to smb_setlen does not contain the nbt header of 4 bytes
The chained function might allocate outbuf itself (as now happens with
reply_read_and_X). This would erroneously overwrite the caller's outbuf.
Give it an outbuf pointer of it's own
(This used to be commit f923bba90866af14b32c0d0ab58acc00a5939fbb)
|
|
(This used to be commit 7af4c1f547accc973f8b3ed88958bdeaf941754a)
|
|
(This used to be commit 9d2354129dad1d4d015d463f138a196f9f72af2f)
|
|
(This used to be commit 304843315c5457ff0288d66d31f1ddb1ef2796f4)
|
|
(This used to be commit 96b218789401bb9e512339e7c6d9e0c9d9724420)
|
|
(This used to be commit 7926b5dfb8d05ad2fe40c3f7658a492f0450e505)
|
|
No idea what I've been smoking here.
Thanks to Stefan for closely looking
(This used to be commit 708f5af2e8c10d9a0d0027e3c31fa23689e746b8)
|
|
(This used to be commit 9ddacdfa131c4a4a852b3d30db1ee22d1852d0c2)
|
|
This is a temporary function anyway
(This used to be commit 9269e3d5882e97d1c884df6511fa6d63a7b1cfcd)
|
|
(This used to be commit 0ced8fcfe124f99159061143f29775aacd6e1c8f)
|
|
metze
(This used to be commit 34d821daf0af6ef1e51dfd5cd99741f426d6956e)
|
|
metze
(This used to be commit b9ae00f4980c305f2f7334b139f9bc72fd9afbd6)
|
|
metze
(This used to be commit 7a98e09f2e4d5eff074e2d71dd1ff2f019a4547a)
|
|
as we've done before revision 24002
metze
(This used to be commit 6014ecbbfd50bc8f4f351dec1f9dd35c3fe62456)
|
|
metze
(This used to be commit 1a177eb08d4022c1ef7b5400ffdf426bcb9b97ff)
|
|
as we've done before revision 24002
metze
(This used to be commit 2961a35e90aae44c8560b1f4b56bfa6343c837d7)
|
|
so use it...
metze
(This used to be commit 4154bee0d91dd2ace9a7a627418f652d0d11b959)
|
|
(This used to be commit f18b7a9a282ebb5c31a89a601798f9a0db51867e)
|
|
Remove the need for reply_prep_legacy for reply_pipe_write_and_X
(This used to be commit de143d5fa61aa487613dda729a43dc3d59a72899)
|
|
metze
(This used to be commit dd7e94258b0fc0157d890d71f05c6fe16b6a2ea9)
|
|
(This used to be commit 607e7d2447bf19eea872a3a4d1ad499a53f0a935)
|
|
(This used to be commit 36f2347561ab06b5d8175ad0a9c4da2817e759f9)
|
|
(This used to be commit 1297fac11778cb910d1bcd12b6d9d3a6269972db)
|
|
strlcpy does not like a NULL source. Fix a use-after-free.
(This used to be commit c2a214501788b5f0b6f555bd01ed310d331d07fa)
|
|
The really pure bugfix would have replaced pparam by *pparam, but we pulled
the fid anyway.
Metze, in line 2421 the FSP_BELONGS_CONN is commented out, is that intended?
The FSCTL_CREATE_OR_GET_OBJECT_ID ioctl did not have it.
Volker
(This used to be commit 2c1376225b98a9325dfc2d00bad1722e63cf522b)
|
|
----------------------------------------------------------
In rare cases, Samba 3.0.25b shows directory contents at the wrong
position in the file tree when displaying a subdirectory of a DFS link.
The problem occurs whenever Windows XP asks for a DFS referral for a
subdirectory of a DFS link with a trailing backslash.
Windows does not do this very often, but we saw it several times per day
on our central DFS server.
smbd/msdfs.c, dfs_path_lookup() does the following with the requested
path:
- in line 390, the local copy 'localpath' is 'unix_convert'ed; the
trailing backslash is removed inside unix_convert
- in lines 417-20, 'dfspath' (another copy of the requested path) is
mangled another way without removing trailing backslashes
That's why the following loop (lines 435-461) that is meant to
synchronously cut off the last path component from both strings until it
comes to a DFS link, does not handle both strings the same. When the
original path ended with a backslash, 'canon_dfspath' has always one
component more than 'localpath', so that *consumedcntp gets too big in
line 446. This value is reported to the client.
----------------------------------------------------------
Bug #4860.
Jeremy.
(This used to be commit 42d1c6713a56197ca8dfebf74eb0d483102148f7)
|
|
Remove reply_prep/post_legacy from send_trans_replies
(This used to be commit c08366f840ead5aba7199cf0b058587055b4d98e)
|
|
(This used to be commit b01664b43b0bd94bb59dec57480d2be954a7298a)
|
|
(This used to be commit 160f65946af9b3e1609b0efb211edc81514fb36f)
|
|
(This used to be commit 8702450e91943b1097ae3c8979d60b6962a69632)
|
|
(This used to be commit 0bb95639d6b49b18f2a7f1131f54239355097119)
|
|
(This used to be commit e2a96497928ab959e36639fef2d493640bb6e951)
|
|
(This used to be commit a6a2d97facf95c7997f3d12457f2811b3b7bde1b)
|
|
(This used to be commit f0598b3ca0ee04e31855c3e54f3198e6fd968737)
|
|
(This used to be commit b38f9347e81364d224e5ca00609099a74410e99c)
|