summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* r24383: Convert call_nt_transact_ioctl to the new APIVolker Lendecke2007-10-102-52/+71
| | | | (This used to be commit 8e6485e0782e9ab31b07dd9f662bd845f58faf4a)
* r24382: Remove reply_prep_legacy from call_nt_transact_createVolker Lendecke2007-10-101-83/+34
| | | | (This used to be commit 73392485f4c3bf8b4138b500b4882c492bf96358)
* r24381: Push reply_prep_legacy into call_nt_transact_createVolker Lendecke2007-10-101-68/+98
| | | | (This used to be commit ca18ba96be84ed12003af84c53cc5f2e92fcc984)
* r24368: Push down reply_prep_legacy one levelVolker Lendecke2007-10-101-55/+167
| | | | | Not pretty, but necessary to convert the calls one by one (This used to be commit 523a463be427da0c3dbe01399e87b82b9f759512)
* r24367: Push reply_prep_legacy into handle_nttransVolker Lendecke2007-10-101-47/+32
| | | | (This used to be commit 8b5e51c2668799890d033a371e5b9a57b8f086c6)
* r24362: Initialize padding also when no params are sent backVolker Lendecke2007-10-101-4/+6
| | | | (This used to be commit 03c5e960a21ae78cdd832a5c760015f7fbd83bd9)
* r24361: Push reply_prep_legacy down in reply_nttrans[s]Volker Lendecke2007-10-101-53/+64
| | | | (This used to be commit d97a2e91d3c44ad39e6a1ee369e1e906d98707f5)
* r24360: Make ndr_print_debug_helper() output readable.Günther Deschner2007-10-101-2/+2
| | | | | Guenther (This used to be commit 45ee3b55d51fcde0e5c0ea56069656d6f2647fff)
* r24359: Fix the buildVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit b2ac1a3ec59f7c804521e5a478916fba16f4b3d4)
* r24358: Push reply_prep_legacy into reply_nttrans[s]Volker Lendecke2007-10-102-23/+55
| | | | (This used to be commit 197c2310792965f94d66ad7c8016a1594945bdf8)
* r24357: Check wct in reply_nttrans[s]Volker Lendecke2007-10-101-6/+21
| | | | (This used to be commit 9ab87e644e4dc54ebbcb8ad300fe338f4a809ba9)
* r24356: Add send_nt_replies_new wrapperVolker Lendecke2007-10-101-0/+18
| | | | (This used to be commit 8a910d37ccc767eb8ab25ef2af3a136ad874346f)
* r24355: move reply_outbuf() to the place where it's usedStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit c7ed550483233851d395edb4b8443b3296b45fb7)
* r24354: Remove offsetof macroVolker Lendecke2007-10-101-4/+0
| | | | | Samba4 seems not to suffer from it (This used to be commit d93b5d50a00286586c931a5876f5933a520b6ce7)
* r24353: Add a getpwuid lookup to wbinfo.Kai Blin2007-10-101-0/+38
| | | | | | Merged from my Samba4 GSoC branch. Volker, can you check if that's done the way you thought? (This used to be commit f8560ea66ce522ff11d16f0e36e10853fe2639d7)
* r24351: Remove reply_prep_legacy from reply_read_and_XVolker Lendecke2007-10-101-20/+17
| | | | (This used to be commit 8f3e3a21008a2cb6ed73d8629aaf1fa565f19e79)
* r24349: For large read&x we need more than 64k of outbuf.Volker Lendecke2007-10-101-1/+12
| | | | (This used to be commit f7e2eec35f7457ec70d75ef099b34f83c9dfd654)
* r24348: Do not use inbuf/outbuf in the sendfile path of read_and_XVolker Lendecke2007-10-101-17/+19
| | | | (This used to be commit 595ea708ee8c9b6f86648dfdb5ff5a3feafe1f07)
* r24347: fake_sendfile does not need Inbuf/OutbufVolker Lendecke2007-10-101-7/+23
| | | | | | | | 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)
* r24346: Push reply_prep_legacy into send_file_readXVolker Lendecke2007-10-101-39/+32
| | | | (This used to be commit cded66a7dc72d41e4d6ea90edd8b03ed080c042f)
* r24341: Make libreplace provide offsetof.Jelmer Vernooij2007-10-103-4/+5
| | | | (This used to be commit 4a5fa715a6af281282092644817599f79806981d)
* r24340: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij2007-10-108-59/+56
| | | | (This used to be commit 26d1430283bd4ae8b8a84f3253e33417d509c1a4)
* r24332: schedule_aio_read_and_X does not need InBuf/OutBufVolker Lendecke2007-10-102-21/+19
| | | | (This used to be commit 9ad91bd20592850d7b6393e1ac7f0e0919d69668)
* r24331: Fix an error where gid_t != 32 bitVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 748fdfbd7ba5cc844f1370a968465b19ae698f94)
* r24330: Fix a 64-bit errorVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 30fd90346550f1c672edb51ab63b8139a6c4053e)
* r24329: Fix a 64-bit bugVolker Lendecke2007-10-101-1/+1
| | | | | | | enums are not necessarily represented as 32-bit uints. On assignment (see line 1029) implicit conversion happens, but not when pointers are taken. (This used to be commit 67ec6863dd91ca2421e4541add99dfd739805242)
* r24328: Restore chain_reply error handlingVolker Lendecke2007-10-101-2/+3
| | | | | | Get the whole smb header from the second chained function, in particular the error fields (This used to be commit 0eb831ca0eadb725242cb4ad75eb7008a5c18bf2)
* r24327: First round of fixes to chain_replyVolker Lendecke2007-10-101-3/+4
| | | | | | | | | 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)
* r24326: Fix the build for Solaris CCVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 7af4c1f547accc973f8b3ed88958bdeaf941754a)
* r24325: Push down reply_prep_legacy in reply_read_and_XVolker Lendecke2007-10-101-14/+14
| | | | (This used to be commit 9d2354129dad1d4d015d463f138a196f9f72af2f)
* r24324: No reply_prep_legacy() in reply_pipe_read_and_XVolker Lendecke2007-10-102-24/+25
| | | | (This used to be commit 304843315c5457ff0288d66d31f1ddb1ef2796f4)
* r24323: Remove the reply_read_and_X wrapper functionVolker Lendecke2007-10-101-49/+63
| | | | (This used to be commit 96b218789401bb9e512339e7c6d9e0c9d9724420)
* r24322: Wrap reply_read_and_X in reply_prep_legacyVolker Lendecke2007-10-102-2/+29
| | | | (This used to be commit 7926b5dfb8d05ad2fe40c3f7658a492f0450e505)
* r24321: Attempt to fix the "hape" cc buildVolker Lendecke2007-10-101-3/+3
| | | | (This used to be commit 4e819aea0b783110d3b7a27105c588403e79eac9)
* r24320: Fix the wct checks in reply_trans2 and the reply_trans callsVolker Lendecke2007-10-102-3/+3
| | | | | | | No idea what I've been smoking here. Thanks to Stefan for closely looking (This used to be commit 708f5af2e8c10d9a0d0027e3c31fa23689e746b8)
* r24319: Check wct in reply_read_and_XVolker Lendecke2007-10-101-3/+11
| | | | (This used to be commit 9ddacdfa131c4a4a852b3d30db1ee22d1852d0c2)
* r24318: Print a prominent warning when reply_prep_legacy is calledVolker Lendecke2007-10-101-0/+2
| | | | | This is a temporary function anyway (This used to be commit 9269e3d5882e97d1c884df6511fa6d63a7b1cfcd)
* r24316: Fix an uninitialized readVolker Lendecke2007-10-101-0/+1
| | | | | | | | | Jerry, please check this! Thanks, Volker (This used to be commit db1b89072c3f214c3cb4be844cd7b417e5361615)
* r24314: Attempt to fix bug 4868Volker Lendecke2007-10-101-0/+1
| | | | (This used to be commit 0ced8fcfe124f99159061143f29775aacd6e1c8f)
* r24312: revision 24091 removed the 'FORCE'...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 34d821daf0af6ef1e51dfd5cd99741f426d6956e)
* r24311: add a reply_force_nterror() macroStefan Metzmacher2007-10-102-0/+9
| | | | | metze (This used to be commit b9ae00f4980c305f2f7334b139f9bc72fd9afbd6)
* r24310: we should not call END_PROFILE(SMBntcreateX); twice...Stefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit 7a98e09f2e4d5eff074e2d71dd1ff2f019a4547a)
* r24309: if no protocol matches, just return choise 0xffffStefan Metzmacher2007-10-101-0/+2
| | | | | | | as we've done before revision 24002 metze (This used to be commit 6014ecbbfd50bc8f4f351dec1f9dd35c3fe62456)
* r24308: this needs a better fix that compiles...Stefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit 1a177eb08d4022c1ef7b5400ffdf426bcb9b97ff)
* r24307: fill in choise with value -1 on errorStefan Metzmacher2007-10-101-0/+1
| | | | | | | as we've done before revision 24002 metze (This used to be commit 2961a35e90aae44c8560b1f4b56bfa6343c837d7)
* r24306: the check_fsp() function has an explicit user argumentStefan Metzmacher2007-10-101-1/+1
| | | | | | | so use it... metze (This used to be commit 4154bee0d91dd2ace9a7a627418f652d0d11b959)
* r24304: patch from Bjoern JAcke <bj@SerNet.DE>:Stefan Metzmacher2007-10-103-0/+254
| | | | | | | | attached patches add EA support for Solaris. If no one disagrees, can someone check this in please? metze (This used to be commit 81e5afc363e1f0bdc4768c0f5c696f4152fe5b44)
* r24302: add a module that overloads the file_id_create VFS functionStefan Metzmacher2007-10-103-0/+326
| | | | | | | | | | | | | and alters the device id depending on the configured algorithm. The algorithm is configured via "fileid:algorithm": - "fsname" (default) uses a uint64 hash over the mount point - "fsid" uses the fsid returned from statfs() This is needed for "clustering = yes" on some clusterfilesystems metze (This used to be commit 30f9171cca3e4f523cde7dfc96096c32e5af50be)
* r24291: Fix Coverity ID 364Volker Lendecke2007-10-101-13/+4
| | | | | We've checked num_rids != 0 above. (This used to be commit dab5449f385248ab1fdd60b240ef6ad4a27ba7f2)
* r24290: fix debug statments to match function nameHerb Lewis2007-10-101-2/+2
| | | | (This used to be commit 5ee0bfde50645b822cefefe90bc9168faeeb34ff)