Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. If | Andrew Bartlett | 2 | -62/+90 |
2007-10-10 | r12815: try to fix the build on AIX | Stefan Metzmacher | 3 | -0/+3 |
2007-10-10 | r12814: we need this here too, as we'll include replace.h for building heimdal/* | Stefan Metzmacher | 1 | -0/+12 |
2007-10-10 | r12813: Remove unused file to avoid confusion. We now go via the auth | Andrew Bartlett | 1 | -341/+0 |
2007-10-10 | r12812: speed up RPC-ECHO with validate some more, and re-enable it under | Andrew Tridgell | 2 | -12/+12 |
2007-10-10 | r12811: valgrind on RPC-ECHO with validate is extremely slow - speed it up if | Andrew Tridgell | 1 | -2/+16 |
2007-10-10 | r12810: handle control options gracefully and don't segfault | Simo Sorce | 1 | -9/+49 |
2007-10-10 | r12808: Actually, with that we can avoid roken compleatly. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r12807: I'm wondering if this might fix AIX on the build farm... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12806: tridge: in revision 12634 you introduced to validate the ndr_print ou... | Stefan Metzmacher | 1 | -5/+12 |
2007-10-10 | r12805: merge from samba3 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 68 | -854/+1356 |
2007-10-10 | r12803: if we free the ndr structure how should we access the private pointer... | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r12801: Some more include/ cleanups (remove unused macros + move files | Jelmer Vernooij | 13 | -55/+19 |
2007-10-10 | r12800: Replace tmp_ctx with mem_ctx to make variables name more | Rafal Szczesniak | 1 | -6/+6 |
2007-10-10 | r12799: print out function and location too | Stefan Metzmacher | 2 | -6/+6 |
2007-10-10 | r12798: print timestamps into the log file, this is not nice code, | Stefan Metzmacher | 2 | -5/+42 |
2007-10-10 | r12797: check for a error | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r12796: use the correct address as initiator | Stefan Metzmacher | 4 | -28/+5 |
2007-10-10 | r12795: remember the gensec_security context | Stefan Metzmacher | 2 | -0/+3 |
2007-10-10 | r12793: fix bugs | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r12792: fix compiler warning | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r12791: fix compiler warning | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r12790: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12785: make the iface_*() functions return strings which do not get | Andrew Tridgell | 1 | -7/+15 |
2007-10-10 | r12784: implement a simplified version of verifying old active replicas, with... | Stefan Metzmacher | 1 | -32/+124 |
2007-10-10 | r12783: add a comment about matching more than 1 handler per message (andrew | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r12782: Don't segfault if we cannot setup messaging. | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r12780: propagate local records, when replicas are rejected on conflicts | Stefan Metzmacher | 1 | -1/+55 |
2007-10-10 | r12779: allow static tomstones | Stefan Metzmacher | 1 | -9/+3 |
2007-10-10 | r12778: export TEST_DATA_PREFIX in make test | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r12777: use TEST_DATA_PREFIX if available | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r12776: use $ENV{TEST_DATA_PREFIX} for test files if available | Stefan Metzmacher | 1 | -2/+9 |
2007-10-10 | r12775: free elements early... | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r12774: - fix the build on OpenBSD | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r12773: - remove unused variable, fix the build with some old compilers | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r12772: - create variables for the %(patsubst ...) statements for the idl files | Stefan Metzmacher | 4 | -8/+22 |
2007-10-10 | r12770: Remove the alloca.h header as it is not used in the code afaics | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r12769: Make ldb_next_request() evident, I was much confused on first sight | Simo Sorce | 1 | -4/+6 |
2007-10-10 | r12767: Add some trusted lookups | Volker Lendecke | 1 | -5/+67 |
2007-10-10 | r12766: fix the build | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r12765: Revert an accidential commit | Volker Lendecke | 1 | -86/+1 |
2007-10-10 | r12764: Add a test for lsa_lookup. This will be expanded when I get around to... | Volker Lendecke | 4 | -1/+352 |
2007-10-10 | r12763: Oops. If you call ldb_search from within an ldb module's search | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r12762: Simo correctly asked that the policy logic (which attributes contain | Andrew Bartlett | 2 | -26/+71 |
2007-10-10 | r12761: get the TIME_T_MIN and TIME_T_MAX right again, merging from samba3 wa... | Stefan Metzmacher | 1 | -4/+16 |
2007-10-10 | r12755: check the return value of ldb_timestring(), as this fails, | Stefan Metzmacher | 1 | -4/+13 |
2007-10-10 | r12754: - sync TIME_T_MAX calculation from samba3 | Stefan Metzmacher | 1 | -12/+4 |
2007-10-10 | r12753: Try to fix the build after a 'make clean'. (the wildcards will not | Andrew Bartlett | 2 | -3/+4 |
2007-10-10 | r12752: Clean up compile_et and asn1_compile as well. | Andrew Bartlett | 1 | -0/+1 |