Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13004: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 16 | -0/+16 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 16 | -0/+16 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 11 | -11/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r12154: Torture test for bug # 3303. | Volker Lendecke | 1 | -0/+125 |
2007-10-10 | r12150: Reformatting | Volker Lendecke | 1 | -8/+15 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r10528: Add credentials.h back into includes.h as some compilers don't | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r9431: Check an error code in BASE-DELETE. | Volker Lendecke | 1 | -2/+13 |
2007-10-10 | r9406: Add const. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r9047: show the order of the server/correct output to make it easier to demo ... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8895: work around broken glibc strrchr function that gives valgrind errors o... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8781: - fixed a memory leak in BASE-SECLEAK (ironic, isn't it). There is | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r8780: make numops controllable in BASE-DISCONNECT | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8522: fixed another couple of size_t warnings | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 5 | -12/+18 |
2007-10-10 | r8185: Delete on close on directories: | Volker Lendecke | 1 | -0/+137 |
2007-10-10 | r8182: Little more testing delete-on-close: Check flag with qfileinfo. | Volker Lendecke | 1 | -16/+79 |
2007-10-10 | r8179: Delete-on-close is really a shared DB. Setting it on one connection(!)... | Volker Lendecke | 1 | -84/+138 |
2007-10-10 | r8177: More explorations. | Volker Lendecke | 1 | -1/+46 |
2007-10-10 | r8176: Exploring the share mode database... | Volker Lendecke | 1 | -0/+39 |
2007-10-10 | r8117: fixed a bunch more dos error code handing. | Andrew Tridgell | 4 | -21/+21 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r5730: More fun with delayed write semantics with multiple file handles | Jeremy Allison | 1 | -2/+168 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 10 | -0/+13 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 4 | -12/+12 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4547: - added talloc_new(ctx) macro that is a neater form of the common tall... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4445: put the unlink test in a subdirectory, and ensure it cleans up | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r4430: - fixed the BASE-LOCK* tests to use a subdirectory, and properly setup... | Andrew Tridgell | 1 | -12/+30 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 4 | -21/+21 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 6 | -10/+10 |
2007-10-10 | r4013: got rid of a bunch of unused or unmaintained code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 10 | -81/+123 |
2007-10-10 | r3975: added LFN filesystem attribute bit definition from ethereal | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3971: fix compiler warnings | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r3958: fix the build for now | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3945: expanded the BASE-PROPERTIES test to print a nicely formatted list of | Andrew Tridgell | 1 | -0/+129 |
2007-10-10 | r3888: Just proving :-) to tridge that a Setfileinfo with a modified | Jeremy Allison | 1 | -2/+17 |
2007-10-10 | r3887: Much better understanding of delayed write time, and the interaction | Jeremy Allison | 1 | -4/+80 |
2007-10-10 | r3886: Trying to understand delayed file write update times. Added another | Jeremy Allison | 1 | -0/+97 |
2007-10-10 | r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet | Andrew Tridgell | 6 | -34/+293 |