Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24071: Fix a missing END_PROFILE call | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r24070: Apply some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ... | Volker Lendecke | 2 | -186/+249 |
2007-10-10 | r24050: Fix a typo | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r24049: Some more 64-bit warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24046: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/: | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r24009: Revert to the 3.0.25 logic for parsing the client's protocols. hpisgr8 | Volker Lendecke | 1 | -13/+5 |
2007-10-10 | r24006: Some more paranoia in reply_negprot | Volker Lendecke | 1 | -2/+12 |
2007-10-10 | r24004: Convert reply_checkpath to the new API | Volker Lendecke | 2 | -17/+24 |
2007-10-10 | r24003: Convert reply_tcon_and_X to the new API | Volker Lendecke | 2 | -45/+73 |
2007-10-10 | r24002: Convert reply_negprot to the new API | Volker Lendecke | 2 | -91/+115 |
2007-10-10 | r24001: Separate out the parsing of the client's requested protocols | Volker Lendecke | 1 | -29/+66 |
2007-10-10 | r24000: Add message_push_blob() and message_push_string(). | Volker Lendecke | 1 | -0/+40 |
2007-10-10 | r23999: Convert reply_open_and_X | Volker Lendecke | 3 | -71/+105 |
2007-10-10 | r23998: Convert reply_close to the new API | Volker Lendecke | 3 | -19/+28 |
2007-10-10 | r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou... | Volker Lendecke | 7 | -395/+658 |
2007-10-10 | r23996: One more const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23992: Some const | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23990: Reformatting for 80 cols and trailing whitespace | Volker Lendecke | 1 | -11/+18 |
2007-10-10 | r23988: Looks a lot more scary than it is: This just unwraps the else-branch of | Volker Lendecke | 1 | -67/+74 |
2007-10-10 | r23987: Remove static pid in switch_message() | Volker Lendecke | 1 | -5/+3 |
2007-10-10 | r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com> | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> where | Jeremy Allison | 1 | -5/+6 |
2007-10-10 | r23941: Don't use "False" when you mean "MARSHALL". | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23940: Added missing line that was deleted accidently. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r23939: Fixes for notify returns. Returned param value must fix inside | Jeremy Allison | 2 | -21/+20 |
2007-10-10 | r23935: We were lying to the client in the case of POSIX_UNLINK | Jeremy Allison | 1 | -16/+51 |
2007-10-10 | r23914: try to fix the build on Tru64 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r23913: Revert back to Volker's original logic to fix the | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23911: Revert r23910 to try and fix the build farm. I | Jeremy Allison | 1 | -9/+0 |
2007-10-10 | r23910: We used to deny renames on the | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r23909: Get closer to passing the cthon tests for delete open file. | Jeremy Allison | 1 | -3/+6 |
2007-10-10 | r23906: Fix POSIX unlink bug found by Steve. If we | Jeremy Allison | 1 | -2/+9 |
2007-10-10 | r23904: Remove an unused variable reference | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r23903: Fix a potential reason for the segfault Steve found | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23902: Fix uninitialized read in devicetype noticed by Volker. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23879: Fix two memleaks, found by the IBM checker | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r23878: Fix an error return, found by the IBM checker | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23877: Fix two segfaults in (very unlikely) error paths, found by the IBM | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r23866: Fix a 1-byte buffer overrun | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc() | Jeremy Allison | 1 | -42/+73 |
2007-10-10 | r23855: Setting the allocation size updates the modified time | Jeremy Allison | 1 | -12/+29 |
2007-10-10 | r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP maps | Jeremy Allison | 1 | -6/+15 |
2007-10-10 | r23844: Add patch series from Volker (after review and consultation). | Jeremy Allison | 3 | -132/+273 |
2007-10-10 | r23843: Fix bug #4777, reported by Bill Marshall <bmarsh@us.ibm.com>. | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com> | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r23813: Remove unused global variable | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the | Andrew Tridgell | 1 | -1/+13 |