Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22944: fix bug #4618: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18243: when setting up a composite continuation, if the context has already | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r17317: - add a composite_create() function that allocates and initialize | Stefan Metzmacher | 1 | -0/+28 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14239: Fix indentation. | Rafal Szczesniak | 1 | -15/+15 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 1 | -34/+31 |
2007-10-10 | r12079: Fix to the comment for sake of completness... | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r11971: add nbt specific continue wrapper | Stefan Metzmacher | 1 | -0/+11 |
2007-10-10 | r11885: Add forgotten files | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r11095: Implement wb_getuserdomgroups. | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 1 | -21/+21 |
2007-10-10 | r10852: Continuation-based programming can become a bit spaghetti... | Volker Lendecke | 1 | -1/+73 |
2007-10-10 | r10537: - we now use a much nicer way to handle talloc_free(timed_event) | Stefan Metzmacher | 1 | -6/+0 |
2007-10-10 | r10529: fix a crash bug in full async code the uses the composite_trigger_don... | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r10200: added a composite_trigger_done() call that allows a composite function | Andrew Tridgell | 1 | -0/+24 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4754: tidied up the composite function infrastructure to make it easier to | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4710: added a smb_composite_savefile() function, and expanded the test suite... | Andrew Tridgell | 1 | -0/+45 |