Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14384: Remove orpc code from includes.h | Jelmer Vernooij | 5 | -43/+15 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 5 | -5/+4 |
2007-10-10 | r14381: Kill structs.h | Jelmer Vernooij | 9 | -40/+18 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 57 | -175/+189 |
2007-10-10 | r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper | Jelmer Vernooij | 51 | -140/+247 |
2007-10-10 | r14374: remove sparse warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14373: remove unreached wrong code, found by sparse | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r14372: fix bug found by sparse | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14371: - make 'make CC_CHECKER=foo' possible | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r14369: Remove obsolete header | Jelmer Vernooij | 1 | -45/+0 |
2007-10-10 | r14364: operational -> async (untested) | Simo Sorce | 1 | -0/+251 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 48 | -7/+55 |
2007-10-10 | r14362: Only include ndr_compression.h when necessary. | Jelmer Vernooij | 4 | -3/+10 |
2007-10-10 | r14361: Support 'helper' attribute in pidl and use it. | Jelmer Vernooij | 9 | -18/+18 |
2007-10-10 | r14350: Keep "make proto". It's hard to forget old habits. :-) | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 14 | -25/+43 |
2007-10-10 | r14348: Fix location of #endif | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r14347: Add registration function to allow registering smbtorture test(suites) | Jelmer Vernooij | 4 | -29/+94 |
2007-10-10 | r14344: More helpful messages on error for command line specified controls | Simo Sorce | 3 | -58/+438 |
2007-10-10 | r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode. | Jelmer Vernooij | 3 | -10/+25 |
2007-10-10 | r14332: Built in different paths when running locally (from ./bin/) in developer | Jelmer Vernooij | 6 | -56/+92 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 25 | -407/+258 |
2007-10-10 | r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has | Jelmer Vernooij | 4 | -69/+18 |
2007-10-10 | r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED o... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14318: fix warnings | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r14316: don't zero the smb_handle after it was set:-) | Stefan Metzmacher | 2 | -5/+4 |
2007-10-10 | r14313: Add comments describing some of the dependencies here. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r14312: Formatting and comments. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r14311: canon needs to be initialised | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14310: length needs to be initialised | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14309: make sure ret is initialised | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14308: fixed an out of range shift and an uninitialised error | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14307: fixed dereference of my_address->addr when NULL | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r14306: fixed two break errors | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14305: fixed a memory leak and a break error | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r14297: make sure we can go through the loop for than once | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14296: added an abort() to SMB_ASSERT() so that static analysers know it doe... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14295: make sure we return a valid data blob | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14294: conditionally define _PUBLIC_, so you can disable it easily with -D_P... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r14293: fixed some errors found with beam | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r14288: - make the snprintf call in talloc portable to older solaris boxes | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r14281: Pull apart LIBDIR and MODULESDIR | Jelmer Vernooij | 12 | -136/+270 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 66 | -745/+775 |
2007-10-10 | r14240: fix summary output (step 2) | Stefan Metzmacher | 4 | -6/+26 |
2007-10-10 | r14239: Fix indentation. | Rafal Szczesniak | 1 | -15/+15 |
2007-10-10 | r14238: This is not needed anymore, as the state structure is zeroed | Rafal Szczesniak | 1 | -3/+0 |
2007-10-10 | r14237: fix the summary output (step 1) | Stefan Metzmacher | 1 | -3/+6 |
2007-10-10 | r14227: We are passing the wrong pointer here | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r14223: Couple of small fixes: | Jelmer Vernooij | 4 | -12/+38 |
2007-10-10 | r14215: Improve warning/error messages. | Jelmer Vernooij | 4 | -8/+14 |