Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r24416: Some more minor edits for libgpo, mostly reformatting and moving of ↵ | Günther Deschner | 2007-10-10 | 7 | -117/+371 |
| | | | | | | functions. Guenther | ||||
* | r24415: Convert reply_getatr to the new API | Volker Lendecke | 2007-10-10 | 2 | -21/+31 |
| | |||||
* | r24414: Convert reply_mv to the new API | Volker Lendecke | 2007-10-10 | 2 | -27/+46 |
| | |||||
* | r24413: Minor edits for libgpo. | Günther Deschner | 2007-10-10 | 6 | -632/+473 |
| | | | | Guenther | ||||
* | r24412: Convert reply_open to the new API | Volker Lendecke | 2007-10-10 | 2 | -38/+51 |
| | |||||
* | r24410: - I got tricked by function naming. Contrary to what seemed obvious ↵ | Derrell Lipman | 2007-10-10 | 2 | -4/+4 |
| | | | | | | | | | | | | | to me, prs_mem_free() is not the function to be called to free memory allocated by prs_alloc_mem(). I've added a comment so others may not get bitten too. - Remove incorrect memory free calls added yesterday to replace SAFE_FREE. The memory is actually now on a talloc context, so gets freed by the caller when that context is freed. We don't need to free it iternally. Derrell | ||||
* | r24409: Check wct in reply_open | Volker Lendecke | 2007-10-10 | 1 | -2/+8 |
| | |||||
* | r24408: Remove reply_prep_legacy from reply_lockingX | Volker Lendecke | 2007-10-10 | 1 | -24/+22 |
| | |||||
* | r24406: Push reply_prep_legacy into reply_lockingX | Volker Lendecke | 2007-10-10 | 2 | -18/+49 |
| | |||||
* | r24405: Check wct in reply_lockingX | Volker Lendecke | 2007-10-10 | 1 | -8/+19 |
| | |||||
* | r24404: Remove get_OutBuffer usage from blocking.c | Volker Lendecke | 2007-10-10 | 2 | -32/+14 |
| | |||||
* | r24403: Remove reply_prep_legacy from send_nttrans_replies | Volker Lendecke | 2007-10-10 | 1 | -48/+50 |
| | |||||
* | r24402: Fix a 64-bit warning | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r24401: Push reply_prep_legacy into send_nt_replies | Volker Lendecke | 2007-10-10 | 1 | -48/+32 |
| | |||||
* | r24400: Fix a valgrind bug | Volker Lendecke | 2007-10-10 | 1 | -2/+4 |
| | |||||
* | r24399: Change change_notify_reply to use send_nt_replies_new | Volker Lendecke | 2007-10-10 | 2 | -12/+7 |
| | |||||
* | r24398: Convert call_nt_transact_notify_change to the new API | Volker Lendecke | 2007-10-10 | 2 | -49/+39 |
| | |||||
* | r24394: Convert call_nt_transact_rename to the new API | Volker Lendecke | 2007-10-10 | 1 | -38/+27 |
| | |||||
* | r24393: Convert call_nt_transact_set_user_quota to the new API | Volker Lendecke | 2007-10-10 | 1 | -38/+35 |
| | |||||
* | r24392: Minor simplifications | Volker Lendecke | 2007-10-10 | 1 | -4/+2 |
| | |||||
* | r24391: Convert call_nt_transact_get_user_quota to the new API | Volker Lendecke | 2007-10-10 | 1 | -43/+45 |
| | |||||
* | r24388: - ACL retrieval provided incomplete information because the buffer ↵ | Derrell Lipman | 2007-10-10 | 2 | -13/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | pointer was incremented too far in some circumstances. In these cases, only the first of multiple concatenated strings would be seen. - Working on bug 4649 pertaining to delete an ACL, this fixes the reported crash. It appears to have been an incomplete switchover from malloc to talloc, as the memory was still being freed with SAFE_FREE. Deleting ACLs still doesn't work. Although a valid request is sent to the server and a SUCCESS response is returned, the method that's used in libsmbclient for deleting ACLs seems to be incorrect. In looking at the samba4 torture tests, it appears that we should be turning on the INHERIT flag if we want to delete the ACL. (I could use some assistance on the proper flags to send, from anyone familiar with this stuff.) - Apply patch from SATOH Fumiyasu to fix bug 4750. smbc_telldir_ctx() was not returning a value useful to smbc_lseekdir_ctx(). Derrell | ||||
* | r24387: Convert readbraw to the new api. Volker, keep checking in | Jeremy Allison | 2007-10-10 | 2 | -57/+122 |
| | | | | | your patches please :-). I'll work on SMBreadBmpx tomorrow. Jeremy. | ||||
* | r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> ↵ | Jeremy Allison | 2007-10-10 | 2 | -34/+54 |
| | | | | | | | conversion. Sorry vl, remove one of your 15 patches :-). Jeremy. | ||||
* | r24385: Convert call_nt_transact_query_security_desc to the new API | Volker Lendecke | 2007-10-10 | 1 | -38/+35 |
| | |||||
* | r24384: Convert call_nt_transact_set_security_desc to the new API | Volker Lendecke | 2007-10-10 | 1 | -30/+25 |
| | |||||
* | r24383: Convert call_nt_transact_ioctl to the new API | Volker Lendecke | 2007-10-10 | 2 | -52/+71 |
| | |||||
* | r24382: Remove reply_prep_legacy from call_nt_transact_create | Volker Lendecke | 2007-10-10 | 1 | -83/+34 |
| | |||||
* | r24381: Push reply_prep_legacy into call_nt_transact_create | Volker Lendecke | 2007-10-10 | 1 | -68/+98 |
| | |||||
* | r24368: Push down reply_prep_legacy one level | Volker Lendecke | 2007-10-10 | 1 | -55/+167 |
| | | | | Not pretty, but necessary to convert the calls one by one | ||||
* | r24367: Push reply_prep_legacy into handle_nttrans | Volker Lendecke | 2007-10-10 | 1 | -47/+32 |
| | |||||
* | r24362: Initialize padding also when no params are sent back | Volker Lendecke | 2007-10-10 | 1 | -4/+6 |
| | |||||
* | r24361: Push reply_prep_legacy down in reply_nttrans[s] | Volker Lendecke | 2007-10-10 | 1 | -53/+64 |
| | |||||
* | r24360: Make ndr_print_debug_helper() output readable. | Günther Deschner | 2007-10-10 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | r24359: Fix the build | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r24358: Push reply_prep_legacy into reply_nttrans[s] | Volker Lendecke | 2007-10-10 | 2 | -23/+55 |
| | |||||
* | r24357: Check wct in reply_nttrans[s] | Volker Lendecke | 2007-10-10 | 1 | -6/+21 |
| | |||||
* | r24356: Add send_nt_replies_new wrapper | Volker Lendecke | 2007-10-10 | 1 | -0/+18 |
| | |||||
* | r24355: move reply_outbuf() to the place where it's used | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | metze | ||||
* | r24354: Remove offsetof macro | Volker Lendecke | 2007-10-10 | 1 | -4/+0 |
| | | | | Samba4 seems not to suffer from it | ||||
* | r24353: Add a getpwuid lookup to wbinfo. | Kai Blin | 2007-10-10 | 1 | -0/+38 |
| | | | | | Merged from my Samba4 GSoC branch. Volker, can you check if that's done the way you thought? | ||||
* | r24351: Remove reply_prep_legacy from reply_read_and_X | Volker Lendecke | 2007-10-10 | 1 | -20/+17 |
| | |||||
* | r24349: For large read&x we need more than 64k of outbuf. | Volker Lendecke | 2007-10-10 | 1 | -1/+12 |
| | |||||
* | r24348: Do not use inbuf/outbuf in the sendfile path of read_and_X | Volker Lendecke | 2007-10-10 | 1 | -17/+19 |
| | |||||
* | r24347: fake_sendfile does not need Inbuf/Outbuf | Volker Lendecke | 2007-10-10 | 1 | -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. | ||||
* | r24346: Push reply_prep_legacy into send_file_readX | Volker Lendecke | 2007-10-10 | 1 | -39/+32 |
| | |||||
* | r24341: Make libreplace provide offsetof. | Jelmer Vernooij | 2007-10-10 | 3 | -4/+5 |
| | |||||
* | r24340: Use standard data type uint32_t rather than tdb-specific u32. | Jelmer Vernooij | 2007-10-10 | 8 | -59/+56 |
| | |||||
* | r24332: schedule_aio_read_and_X does not need InBuf/OutBuf | Volker Lendecke | 2007-10-10 | 2 | -21/+19 |
| | |||||
* | r24331: Fix an error where gid_t != 32 bit | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| |