Age | Commit message (Expand) | Author | Files | Lines |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -52/+52 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -15/+13 |
2007-10-10 | r25502: Fix bug 5006 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -17/+20 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -181/+288 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 1 | -103/+146 |
2007-10-10 | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 1 | -90/+123 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -177/+312 |
2007-10-10 | r24702: Remove the old API pointers | Volker Lendecke | 1 | -9/+6 |
2007-10-10 | r24659: Some formatting changes helping to minimize the 3_2_0 diff | Volker Lendecke | 1 | -8/+8 |
2007-10-10 | r24548: Fix the case-changing renames | Volker Lendecke | 1 | -14/+9 |
2007-10-10 | r24501: Added bcc test for reply_tcon & removed Vl's comment :-). | Jeremy Allison | 1 | -6/+5 |
2007-10-10 | r24498: More extra code into a function, reply_openerror. | Jeremy Allison | 1 | -38/+5 |
2007-10-10 | r24476: Fix the mappings in reply_opeXXX calls. Now to test renames. | Jeremy Allison | 1 | -7/+24 |
2007-10-10 | r24461: Fix Bug 4852, thank to anto <sistemac@prosoft.ba> for reporting it. | Volker Lendecke | 1 | -0/+14 |
2007-10-10 | r24457: Convert reply_tcon to the new API | Volker Lendecke | 1 | -29/+25 |
2007-10-10 | r24453: Remove the read and write bmpx calls | Volker Lendecke | 1 | -256/+28 |
2007-10-10 | r24445: Convert SMBwritebraw. No test suite unfortunately.... I need to write... | Jeremy Allison | 1 | -61/+150 |
2007-10-10 | r24443: Convert reply_search/fclose to the new API | Volker Lendecke | 1 | -57/+95 |
2007-10-10 | r24442: Convert reply_copy to the new API | Volker Lendecke | 1 | -38/+84 |
2007-10-10 | r24441: Convert reply_ioctl to the new API | Volker Lendecke | 1 | -20/+36 |
2007-10-10 | r24439: Convert reply_get/setattrE to the new API | Volker Lendecke | 1 | -25/+50 |
2007-10-10 | r24436: Convert reply_lockread/writeunlock to the new API | Volker Lendecke | 1 | -40/+78 |
2007-10-10 | r24431: Convert the reply_printXX calls to the new API | Volker Lendecke | 1 | -47/+107 |
2007-10-10 | r24430: Convert reply_writeclose to the new API | Volker Lendecke | 1 | -18/+36 |
2007-10-10 | r24429: reply_setdir is not used... | Volker Lendecke | 1 | -53/+0 |
2007-10-10 | r24428: Convert reply_unlock to the new API | Volker Lendecke | 1 | -11/+24 |
2007-10-10 | r24427: Convert reply_lock to the new API | Volker Lendecke | 1 | -10/+22 |
2007-10-10 | r24426: Convert reply_read to the new API | Volker Lendecke | 1 | -19/+40 |
2007-10-10 | r24425: Convert reply_write to the new API | Volker Lendecke | 1 | -21/+40 |
2007-10-10 | r24423: Convert reply_lseek to the new API | Volker Lendecke | 1 | -12/+25 |
2007-10-10 | r24422: Convert reply_ctemp to the new API | Volker Lendecke | 1 | -33/+52 |
2007-10-10 | r24417: Convert reply_setatr to the new API | Volker Lendecke | 1 | -19/+34 |
2007-10-10 | r24415: Convert reply_getatr to the new API | Volker Lendecke | 1 | -20/+30 |
2007-10-10 | r24414: Convert reply_mv to the new API | Volker Lendecke | 1 | -26/+45 |
2007-10-10 | r24412: Convert reply_open to the new API | Volker Lendecke | 1 | -37/+50 |
2007-10-10 | r24409: Check wct in reply_open | Volker Lendecke | 1 | -2/+8 |
2007-10-10 | r24408: Remove reply_prep_legacy from reply_lockingX | Volker Lendecke | 1 | -24/+22 |
2007-10-10 | r24406: Push reply_prep_legacy into reply_lockingX | Volker Lendecke | 1 | -17/+48 |
2007-10-10 | r24405: Check wct in reply_lockingX | Volker Lendecke | 1 | -8/+19 |
2007-10-10 | r24402: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24392: Minor simplifications | Volker Lendecke | 1 | -4/+2 |
2007-10-10 | r24387: Convert readbraw to the new api. Volker, keep checking in | Jeremy Allison | 1 | -56/+121 |
2007-10-10 | r24386: Piss off Volker (not deliberately) by checking in a reply_mknew -> co... | Jeremy Allison | 1 | -32/+52 |
2007-10-10 | r24383: Convert call_nt_transact_ioctl to the new API | Volker Lendecke | 1 | -0/+16 |
2007-10-10 | r24355: move reply_outbuf() to the place where it's used | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24351: Remove reply_prep_legacy from reply_read_and_X | Volker Lendecke | 1 | -20/+17 |
2007-10-10 | r24348: Do not use inbuf/outbuf in the sendfile path of read_and_X | Volker Lendecke | 1 | -17/+19 |
2007-10-10 | r24347: fake_sendfile does not need Inbuf/Outbuf | Volker Lendecke | 1 | -7/+23 |