Age | Commit message (Expand) | Author | Files | Lines |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -3/+3 |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 |
2008-09-30 | Pass session options around; saves another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2008-09-30 | Remove global_loadparm instance. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -2/+2 |
2008-02-28 | Remove use of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more uses... | Jelmer Vernooij | 1 | -37/+37 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -24/+24 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25296: Apply patch by Elrond <elrond+sambaclassic@samba-tng.org>: Put | Volker Lendecke | 1 | -21/+21 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -16/+7 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22969: fix some more places where we could end up with more than one event | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22579: disable progress printing in the build-farm | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r20650: revert a bunch of code I didn't mean to commit yet | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r20647: add cluster code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r16907: Add an index parameter to torture_open_connection. Next step is to en... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14527: Fix build problems. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
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 | 1 | -0/+1 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r6676: Fix unused variable. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r6352: Two new composite calls: | Alexander Bokovoy | 1 | -0/+187 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 1 | -3/+5 |
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 | -5/+5 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5035: fixed composite test to use --num-ops command line option | Andrew Tridgell | 1 | -20/+14 |
2007-10-10 | r4949: First version of a fetchfile composite function which connects to a se... | Volker Lendecke | 1 | -0/+99 |
2007-10-10 | r4792: use type safety int the test suite too | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r4779: demonstrate doing 50 parallel loadfile operations, with a callback for... | Andrew Tridgell | 1 | -13/+40 |
2007-10-10 | r4710: added a smb_composite_savefile() function, and expanded the test suite... | Andrew Tridgell | 1 | -7/+40 |
2007-10-10 | r4700: first attempt at a composite async function, smb_composite_loadfile(), | Andrew Tridgell | 1 | -0/+77 |