summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:registry: reg_format: handle unterminated REG_SZ blobsGregor Beck2011-10-201-1/+9
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit b9da4235566ffdd649d7b4a6ca05cecd02cfbd20)
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-208-14/+34
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Oct 17 21:39:32 CEST 2011 on sn-devel-104 (cherry picked from commit c3bdcab5161107be8155a7913d9cb325383a781d)
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-209-68/+30
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 14 03:26:06 CEST 2011 on sn-devel-104 (cherry picked from commit 7a0b5d6fc51d5d212529e82e5ed8e21516bfbe27)
* WHATSNEW: Start release notes for Samba 3.6.2.Karolin Seeger2011-10-201-2/+43
| | | | Karolin
* VERSION: Bump version up to 3.6.2.Karolin Seeger2011-10-201-1/+1
| | | | Karolin
* WHATSNEW: Update changes since 3.6.0.Karolin Seeger2011-10-181-0/+5
| | | | Karolin
* s3/doc: add man page for aio_fork vfs moduleBjörn Jacke2011-10-181-0/+86
| | | | | | | | thanks to Volker for the content Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Oct 18 12:24:35 CEST 2011 on sn-devel-104 (cherry picked from commit 56328a4d61c8d0a52f6841097bf8fc4ffd46bfb6)
* Fix uninitialized memory problem in group_sids_to_info3 (fixes bug #8455).Wilco Baan Hofman2011-10-181-2/+2
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Oct 17 23:32:58 CEST 2011 on sn-devel-104 (cherry picked from commit c52b571506874987ba626c25e9692fbe2251b7e2)
* WHATSNEW: Update changes since 3.6.0.Karolin Seeger2011-10-151-0/+4
| | | | Karolin
* Fix bug #8521 - winbindd cache timeout expiry test was reversedJeremy Allison2011-10-151-1/+1
| | | | | Found and fix reported by Micha Lenk <micha@lenk.info>. Thanks ! (cherry picked from commit 1e4761d05978b7a495d121acc1deaa7049f3911c)
* s3: Fix bug 8455 -- Samba PDC is looking up only primary user groupVolker Lendecke2011-10-151-7/+7
| | | | | | | | | | group_sids_to_info3 does a sid_peek_check_rid on the domain sid before adding the rids to the array. If the domain sid is 0x0, then the check will always fail. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Sep 17 00:51:27 CEST 2011 on sn-devel-104 (cherry picked from commit 3dcec44f3edbc9c4f1946ead3480f6d01cd53e7a)
* Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ↵Jeremy Allison2011-10-135-10/+10
| | | | | | | | | | | | size of 0x10000 instead of smb2_max_trans. Change the defaults and the documentation to reflect the 64k limit. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 13 12:22:23 CEST 2011 on sn-devel-104 (cherry picked from commit d2a9e8df35be1516f22f0ef78356de6d4b02d4d3)
* s3:smb2_server: get/set info are limited by max_trans size (bug #8473)Stefan Metzmacher2011-10-132-0/+11
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 13 03:32:02 CEST 2011 on sn-devel-104 (cherry picked from commit 5e04231e961f10656384a6f16104d0d55b6f3e0e)
* s3:smb2_server: reject writes larger then the negotiated max_write size (bug ↵Stefan Metzmacher2011-10-131-2/+0
| | | | | | | #8473) metze (cherry picked from commit 6981f1114792cc251bf1e05183dd88f5d351ab09)
* s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ↵Stefan Metzmacher2011-10-136-8/+12
| | | | | | | | | | #8473) We should enforce the negotiated max sizes instead of the lp_smb2_max_*() sizes. metze (cherry picked from commit 40ea66c5dda91ba3f74bed7db1ce02f6c8b4ffeb)
* s4:torture/smb2: we only support 64KB reads/writes for nowStefan Metzmacher2011-10-132-8/+8
| | | | | | | We don't have multi-credit support yet. metze (cherry picked from commit 77f739f03a32965b676d97a6f082bb3e023014ef)
* s3:smbd: disconnect the socket if we got an unexpected requestStefan Metzmacher2011-10-132-1/+20
| | | | | | | | | | | | If we got a SMB2_OP_NEGPROT after the protocol is already negotiated or if we got a non SMB2_OP_NEGPROT before the protocol was negotiated we should close the connection (as windows does). metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Sep 23 12:30:50 CEST 2011 on sn-devel-104 (cherry picked from commit 5494856294384df4360d85e68abc03c43dc16e06)
* s3:smb2_server: max_trans, max_read and max_write are limited to 64 kilobytesStefan Metzmacher2011-10-131-3/+17
| | | | | | | Only if SMB2_CAP_LARGE_MTU is supported we should announce larger limits. metze (cherry picked from commit e603929b9801ad6cc47dead19d27b42fe46489c7)
* WHATSNEW: Update changes since 3.6.0.Karolin Seeger2011-10-121-0/+4
| | | | Karolin
* Fix bug #8515 - Empty CIFS share can be blocked for other clients by ↵Volodymyr Khomenko2011-10-121-0/+8
| | | | | | | | | | deleting it via empty path (DELETE_PENDING until the last client) Disallow "." in can_set_delete_on_close(). Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 12 21:07:27 CEST 2011 on sn-devel-104 (cherry picked from commit bd260f03ab492d03c2890db47dc6fb4f1b824a1a)
* WHATSNEW: Update changes since 3.6.0.Karolin Seeger2011-10-121-1/+45
| | | | Karolin
* s3-smb2_server: fix ioctl InputOffset checkingDavid Disseldorp2011-10-121-1/+10
| | | | | | | | | | | Currently the InputOffset is always check to point to the input data buffer, regardless of whether input data is present. Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit dbcd59f46b0d2125dfb6eb82b3d92be228c6ae4b) The last 22 patches addres bug #8520 (Fix SMB2 SMB2_OP_GETINFO and SMB2_OP_IOCTL parsing requirements).
* s3-smb2_server: SMB2_OP_IOCTL doesn't require at least 1 dyn byteDavid Disseldorp2011-10-121-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 18482957daa2e2122ef39426a8fff167df3c9377)
* s3:smb2_server: SMB2_OP_GETINFO doesn't require at least 1 dyn byteStefan Metzmacher2011-10-121-1/+13
| | | | | metze (cherry picked from commit 563fa741f6a34a1300c81a8474ca87346a9f5cca)
* s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in ↵Stefan Metzmacher2011-10-121-0/+8
| | | | | | | | | | SMB2_FIND/QUERY_DIRECTORY metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Sep 7 12:15:51 CEST 2011 on sn-devel-104 (cherry picked from commit 9bc4decc1cba701926fc8081c3903aac754a6f51)
* s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in ↵Stefan Metzmacher2011-10-121-0/+8
| | | | | | | SMB2_CREATE metze (cherry picked from commit 1bc93c2605e14104237bb100db1d8acb1e7fe389)
* s3:smb2_server: return BAD_NETWORK_NAME if the path is terminated in SMB2_TCONStefan Metzmacher2011-10-121-0/+8
| | | | | metze (cherry picked from commit 68b33aa61ac393c2737969f8449adce3e3096d73)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_write.cStefan Metzmacher2011-10-121-12/+6
| | | | | metze (cherry picked from commit 1a726b88ec74962d0317740bbdf576ddcffb52bc)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_setinfo.cStefan Metzmacher2011-10-121-13/+5
| | | | | metze (cherry picked from commit 3643a05ba63ac5d8466dc8391b5d05efeedb5ac4)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_read.cStefan Metzmacher2011-10-121-11/+5
| | | | | metze (cherry picked from commit f3a8d65bdfe496f080a74eb7104500bd8e2b0179)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_notify.cStefan Metzmacher2011-10-121-12/+4
| | | | | metze (cherry picked from commit c6480366e551d1dc683c2648bd897bdc7c1b90df)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_lock.cStefan Metzmacher2011-10-121-11/+5
| | | | | metze (cherry picked from commit a358eee2d8670d4a1675e82562fa704fa45a71e6)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_keepalive.cStefan Metzmacher2011-10-121-13/+4
| | | | | metze (cherry picked from commit 22d479f75794b7c5fcac2fd47fbfd767700507d6)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_ioctl.cStefan Metzmacher2011-10-121-13/+5
| | | | | metze (cherry picked from commit 29b3601c028b8861102b1d988285c78fc17f3b8e)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_getinfo.cStefan Metzmacher2011-10-121-13/+5
| | | | | metze (cherry picked from commit 880eafd7e83ba326be7036605179e8de746f4312)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_flush.cStefan Metzmacher2011-10-121-12/+4
| | | | | metze (cherry picked from commit 440f702aa9a020f8cfe13037b7af1ba0dadf86f2)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_find.cStefan Metzmacher2011-10-121-13/+5
| | | | | metze (cherry picked from commit bc95ab99dc84fa6d567a7d4e803552363bbc07a9)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_create.cStefan Metzmacher2011-10-121-11/+4
| | | | | metze (cherry picked from commit 251815bfd395398857cb60c0b89710ddce7ab19f)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_close.cStefan Metzmacher2011-10-121-12/+3
| | | | | metze (cherry picked from commit e09b3940a769806dcc17d24079375f5d53eca26a)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_break.cStefan Metzmacher2011-10-121-12/+4
| | | | | metze (cherry picked from commit 9da2f72d471460d9c953e9cee84c9cfa3611e89e)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_tcon.cStefan Metzmacher2011-10-121-24/+8
| | | | | metze (cherry picked from commit 02f7c37e671c7950619c000b73c5a09ce31c68ac)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_sesssetup.cStefan Metzmacher2011-10-121-26/+9
| | | | | metze (cherry picked from commit d280d9f945be2d658694c6d4503822e99dc953b5)
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_negprot.cStefan Metzmacher2011-10-121-10/+4
| | | | | metze (cherry picked from commit 7ec3a35d2a67ca93a49094f07a12b0e37cec1661)
* s3:smb2_server: add smbd_smb2_request_verify_sizes()Stefan Metzmacher2011-10-122-0/+45
| | | | metze.
* s3:smb2_create: fix allocation size return value when opening existing filesChristian Ambach2011-10-111-2/+2
| | | | | | | | | | | | | | at least on GPFS, using the stat information gave wrong results example: FileInfo gave 12582912000, Create Response gave 25769803776000 This makes the create part use the same method as fileinfo, matching up the replies of both calls Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Oct 10 21:49:53 CEST 2011 on sn-devel-104 (cherry picked from commit ec0c1f2c34ea520b4a7d636ba284a9c7d3ecd96f) Fix bug #8518 (SMB2 create call returns incorrect file allocation size).
* Remove extraneous debug code.Jeremy Allison2011-10-111-3/+0
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Sep 22 00:22:12 CEST 2011 on sn-devel-104
* Fix bug #8474 - SMB2 create doesn't cope with an Apple client using NULL ↵Jeremy Allison2011-10-111-3/+7
| | | | | | | | | blob in create Cope with zero length data_offset and data_length values. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Sep 21 22:12:40 CEST 2011 on sn-devel-104
* Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include ↵Jeremy Allison2011-10-111-5/+4
| | | | | | | | | | SYNCHRONIZE flag - blocking renames. aceType is an enum field, not a bitmask. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Sep 8 03:34:39 CEST 2011 on sn-devel-104 (cherry picked from commit 0aa6751e919d842cdae044be26f6da725063eac2)
* Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking ↵Ira Cooper2011-10-111-1/+7
| | | | | | | | | | renames. Thanks to Youzhong Yang for discovering this issue. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Sep 7 22:56:06 CEST 2011 on sn-devel-104 (cherry picked from commit 600451da33728cbd377b122c85cf146f5b319998)
* s3-docs: Fix typo.Karolin Seeger2011-10-111-1/+1
| | | | | | | | Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Sat Oct 8 22:27:07 CEST 2011 on sn-devel-104 (cherry picked from commit 851d6625d5e08ac9659a6d23d105f9e0c47f9692)