Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 2 | -63/+111 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 2 | -2/+4 |
2007-10-10 | r22908: All callers of message_init now also call messaging_init. Unify those. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22900: Convert profile/ to messaging_send_pid/messaging_register | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22868: Replace some message_send_pid calls with messaging_send_pid calls. More | Volker Lendecke | 7 | -80/+98 |
2007-10-10 | r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside | Volker Lendecke | 4 | -15/+28 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 4 | -24/+24 |
2007-10-10 | r22784: fixed change notify for delete on close | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r22765: Fix from Alison Winters <alisonw@sgi.com> for missing return | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 4 | -25/+12 |
2007-10-10 | r22755: Second half of r22754. As it stands now, string_replace expects a | Volker Lendecke | 1 | -10/+8 |
2007-10-10 | r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct | Volker Lendecke | 2 | -4/+4 |
2007-10-10 | r22747: Fix some C++ warnings | Volker Lendecke | 2 | -8/+4 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 7 | -19/+19 |
2007-10-10 | r22695: Dummy checkin (reformatting) to make the AIX hosts retry. | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r22693: Always compile before checkin.... I've now installed dmapi on my lapt... | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22691: Fix a 64-bit warning and a const const discard warning | Volker Lendecke | 2 | -5/+5 |
2007-10-10 | r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r22590: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r22561: Fix a memleak in lanman.c: Nobody would free the session_list. | Volker Lendecke | 2 | -3/+7 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 9 | -12/+12 |
2007-10-10 | r22533: Use lib functions where we have them | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r22502: Fix bug #4536 - delete symlinks to a directory correctly. | Jeremy Allison | 1 | -1/+17 |
2007-10-10 | r22495: Create wrapper to hide the details of obtaining a set of sockets | James Peach | 2 | -167/+203 |
2007-10-10 | r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r22492: Add objectid code. | Jeremy Allison | 1 | -10/+23 |
2007-10-10 | r22491: Fix the build (3.0.25 and 3.0 are different here). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22490: Fix a couple of bugs found whist investigating CSC Vista issues. | Jeremy Allison | 1 | -4/+92 |
2007-10-10 | r22481: Move check for non-mappable SIDs to after sid_to_uid, | Jeremy Allison | 1 | -11/+10 |
2007-10-10 | r22458: Fix a comment | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22418: Support running under launchd. We abstract the method of obtaining | James Peach | 2 | -55/+162 |
2007-10-10 | r22417: Refactor the various daemon run-mode options to make the semantics | James Peach | 1 | -40/+49 |
2007-10-10 | r22411: Fix the build: | Michael Adam | 1 | -3/+5 |
2007-10-10 | r22395: allow profiling level to be set on startup | Herb Lewis | 1 | -0/+10 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 15 | -209/+307 |
2007-10-10 | r22389: Start preparing for multiple encryption contexts in the | Jeremy Allison | 4 | -15/+28 |
2007-10-10 | r22352: Wow - working gss SMB sealing ! | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r22351: Making progress in tests... | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r22350: Add some helpful debug messages. | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r22327: Finish the gss-spnego part of the seal code. Now | Jeremy Allison | 1 | -14/+16 |
2007-10-10 | r22291: Fix off-by-one in tconX parsing. | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | r22266: Fix bug #4512 - we were returning a volume label greater than | Jeremy Allison | 2 | -5/+7 |
2007-10-10 | r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r22213: We can't use become_root() here, as it does DEBUG() | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com> | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>. | Jeremy Allison | 2 | -3/+5 |
2007-10-10 | r22132: I hate inefficiency. Don't call conv_str_size() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22129: Fix the nttrans create extended response for pipes | Jeremy Allison | 1 | -5/+44 |
2007-10-10 | r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIRED | Jeremy Allison | 1 | -1/+24 |
2007-10-10 | r22124: Wow - NTCreateX sets the word count to 42, but returns 50 on | Jeremy Allison | 1 | -1/+7 |