Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24089: Add reply_prep/post_legacy | Volker Lendecke | 1 | -0/+54 |
2007-10-10 | r24088: Convert reply_unlink to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24086: Convert reply_ulogoffX to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24085: Convert reply_rmdir to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24084: Convert reply_mkdir to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24079: Convert reply_dskattr to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24077: Convert reply_tdis to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24056: Another big one: This converts reply_sesssetup_and_X to the new API. ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24046: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24004: Convert reply_checkpath to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24003: Convert reply_tcon_and_X to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24002: Convert reply_negprot to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23999: Convert reply_open_and_X | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23998: Convert reply_close to the new API | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou... | Volker Lendecke | 1 | -373/+595 |
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 | r23813: Remove unused global variable | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23725: Remove get_current_mid() | Volker Lendecke | 1 | -9/+0 |
2007-10-10 | r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request | Volker Lendecke | 1 | -0/+12 |
2007-10-10 | r23537: Revert the inbuf/outbuf part of r23528: This caused the Solaris CC ma... | Volker Lendecke | 1 | -10/+54 |
2007-10-10 | r23528: Two changes to make the valgrind massif (heap profiler) output readable: | Volker Lendecke | 1 | -54/+10 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22868: Replace some message_send_pid calls with messaging_send_pid calls. More | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r22695: Dummy checkin (reformatting) to make the AIX hosts retry. | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r22691: Fix a 64-bit warning and a const const discard warning | Volker Lendecke | 1 | -4/+3 |
2007-10-10 | r22458: Fix a comment | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r22389: Start preparing for multiple encryption contexts in the | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r22213: We can't use become_root() here, as it does DEBUG() | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r21879: Move process_blocking_lock_queue to a timed event. | Volker Lendecke | 1 | -7/+1 |
2007-10-10 | r21871: Move deadtime processing into an idle event. While there, simplify | Volker Lendecke | 1 | -21/+0 |
2007-10-10 | r21870: Move sending auth_server keepalives out of the main loop into an idle... | Volker Lendecke | 1 | -18/+0 |
2007-10-10 | r21869: Move sending keepalives out of the main processing loop into idle event. | Volker Lendecke | 1 | -12/+15 |
2007-10-10 | r21868: Remove check_log_size from the central smbd processing loop. This can... | Volker Lendecke | 1 | -7/+0 |
2007-10-10 | r21867: Simplify calling convention of timeout_processing. lp_deadtime is only | Volker Lendecke | 1 | -10/+11 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r21731: Fix long-standing bug in our chain processing code. | Jeremy Allison | 1 | -3/+20 |
2007-10-10 | r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe... | Volker Lendecke | 1 | -38/+2 |
2007-10-10 | r21184: Dummy checkin to let the build farm pick up r21183 of Samba4 | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r21166: Ensure we return the correct "EROFS" error on a non-writable | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20931: This changes the notify infrastructure from a polling-based to an eve... | Volker Lendecke | 1 | -31/+0 |
2007-10-10 | r20846: Before this gets out of control... | Volker Lendecke | 1 | -27/+38 |
2007-10-10 | r20742: Rename chkpth -> checkpath for sanity's sake :-). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20700: In the main processing loop we select() on the fam socket. If it fire... | Volker Lendecke | 1 | -0/+13 |
2007-10-10 | r20432: Apply some const | Volker Lendecke | 1 | -1/+1 |