Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval... | Volker Lendecke | 4 | -11/+11 |
2007-10-10 | r8874: test some more combinations | Stefan Metzmacher | 1 | -3/+8 |
2007-10-10 | r8873: add more checks | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r8871: add some debugging code to findout why LOCAL-IRPC fails on 64bit hosts | Stefan Metzmacher | 1 | -2/+10 |
2007-10-10 | r8868: add comfigure check for c99 struct initialization, | Stefan Metzmacher | 1 | -0/+21 |
2007-10-10 | r8867: try to fix the LOCAL-IRPC test on 64bit platforms | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8859: having been successfully mailbombed by build@samba.org, fix the build ... | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r8858: just to make sure it works on the main trees, deliberately break the s... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8857: please don't get fancy with embedded boolean statements in js | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8855: Share this enum (describing the SamSync databases) between nbt and net... | Andrew Bartlett | 3 | -9/+15 |
2007-10-10 | r8854: #if 0 out the right things this time. (Sorry about the build breakage) | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r8853: fixed path to smb.conf | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8852: fixed the build | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8847: Rework the Samba4 'net join' code. I'm trying to get this closer to | Andrew Bartlett | 5 | -268/+323 |
2007-10-10 | r8846: Test yet more NTLMv2 combinations. | Andrew Bartlett | 1 | -30/+134 |
2007-10-10 | r8845: Removing unnecessary string length calculations. Thanks abartlet | Rafal Szczesniak | 1 | -12/+2 |
2007-10-10 | r8844: Actually, both types of provision wipe the DB. But we do need a way | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8841: disable dependencies for now. To try dependencies, uncomment the 3rd-t... | Jelmer Vernooij | 1 | -7/+2 |
2007-10-10 | r8838: Add ugly hack to prevent make from barfing out because it doesn't know | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r8832: Automatically rebuilding C files if headers change (in developer mode) | Jelmer Vernooij | 3 | -2/+34 |
2007-10-10 | r8831: Clarify data wipe-out statement | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r8830: Fix provision script after data split | Alexander Bokovoy | 1 | -4/+7 |
2007-10-10 | r8829: Generate hash rather then a lot of globals. | Jelmer Vernooij | 1 | -3/+8 |
2007-10-10 | r8827: Fix install on some systems. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r8826: Make configure generate config.mk files (with the external libraries | Jelmer Vernooij | 14 | -300/+153 |
2007-10-10 | r8825: Move list of object files to .mk file | Jelmer Vernooij | 2 | -23/+24 |
2007-10-10 | r8824: Fix indentation, and don't send 'invalid' LM password. | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r8823: I don't know why I added this test, it appears bogus. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r8822: fixed number of arguments in samr lib | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8821: continue the trend to move to a more OO style of interface for our js | Andrew Tridgell | 7 | -139/+134 |
2007-10-10 | r8820: Push this common block of code into the caller. | Andrew Bartlett | 1 | -39/+18 |
2007-10-10 | r8819: fixed a memory leak in irpc_call() | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8818: - fix LOCAL-IRPC test for new ref-alloc semantics of irpc | Andrew Tridgell | 1 | -9/+7 |
2007-10-10 | r8817: - fixed return result from LOCAL-MESSAGING test | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 11 | -0/+12 |
2007-10-10 | r8810: Fix missing headers. Still doesn't fix the build but getting closer th... | Rafal Szczesniak | 2 | -0/+2 |
2007-10-10 | r8809: Merge validator with NDR.pm (validator is NDR-specific) | Jelmer Vernooij | 3 | -374/+355 |
2007-10-10 | r8808: More comments. | Rafal Szczesniak | 1 | -0/+41 |
2007-10-10 | r8807: Modifying datetime field using struct timeval argument rather than | Rafal Szczesniak | 3 | -5/+16 |
2007-10-10 | r8806: Move data representation-independent data into seperate header | Jelmer Vernooij | 7 | -296/+381 |
2007-10-10 | r8803: Rename --header to --ndr-header and --parser to --ndr-parser | Jelmer Vernooij | 2 | -13/+13 |
2007-10-10 | r8801: Change --output to --outputdir and make pidl add a data representation... | Jelmer Vernooij | 3 | -47/+22 |
2007-10-10 | r8792: Clarify comments | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r8791: (missing from previous commit) | Andrew Bartlett | 1 | -16/+61 |
2007-10-10 | r8790: Finish the migration of aliases and privilages with SamSync, by adding | Andrew Bartlett | 8 | -531/+638 |
2007-10-10 | r8789: Send new monitor messages from userdel routine. | Rafal Szczesniak | 1 | -0/+23 |
2007-10-10 | r8788: New monitor messages. | Rafal Szczesniak | 2 | -0/+8 |
2007-10-10 | r8784: Install pidl in "vendor" directories (matches debian policy) | Jelmer Vernooij | 3 | -4/+3 |
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 |