Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6620: the type 23 schannel bind uses a workstation name, not an account name | Andrew Tridgell | 2 | -6/+9 |
2007-10-10 | r6619: realm should not be forced uppercase | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6618: only print the netlogon packets we receive if it is an unknown packet ... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r6617: Let --enable-developer imply --enable-socket-wrapper | Jelmer Vernooij | 2 | -4/+20 |
2007-10-10 | r6616: First (and totally untested) approach to monitoring userinfo | Rafal Szczesniak | 1 | -0/+13 |
2007-10-10 | r6615: As usual, I forgot to commit new structure in this file... | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r6614: Basic approach to monitoring messages for composite functions. | Rafal Szczesniak | 2 | -0/+53 |
2007-10-10 | r6612: fix the build | Stefan Metzmacher | 2 | -9/+2 |
2007-10-10 | r6611: Add mailslot test program | Jelmer Vernooij | 2 | -0/+90 |
2007-10-10 | r6610: Fix a const warning in the gensec spnego implementation. (A make proto | Tim Potter | 2 | -2/+2 |
2007-10-10 | r6609: remove double entry for [BINARY::getntacl] | Stefan Metzmacher | 1 | -15/+0 |
2007-10-10 | r6607: fix the build | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r6606: add a DCESRV_FAULT_VOID() marco to use in void functions | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r6604: solved a memory hierarchy ordering problem that led to crashes on | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r6603: More work on the samdump puzzle. This implements a function pointer | Andrew Bartlett | 3 | -46/+125 |
2007-10-10 | r6600: Rework of the GTK credentials system; the credentials information is | Jelmer Vernooij | 9 | -113/+104 |
2007-10-10 | r6599: Fix formating using 'linux' C style | Alexander Bokovoy | 4 | -169/+215 |
2007-10-10 | r6598: Make it easy to point the test_echo.sh at remote servers, without | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r6597: Make use of libblkid (part of e2fsprogs) for reporting volume GUID, if... | Alexander Bokovoy | 3 | -2/+196 |
2007-10-10 | r6592: Throw an IOError exception if tdb_open() or tdb_open_Ex() returns NULL. | Tim Potter | 1 | -0/+12 |
2007-10-10 | r6591: Add some comments. | Tim Potter | 1 | -4/+44 |
2007-10-10 | r6590: Remove bogus library versioning variables from swig wrappers. | Tim Potter | 1 | -6/+0 |
2007-10-10 | r6589: Make the library versioning options for building a shared library opti... | Tim Potter | 1 | -3/+10 |
2007-10-10 | r6582: Remove the hack that metze needed because Samba4 didn't have a samdump | Andrew Bartlett | 1 | -9/+0 |
2007-10-10 | r6581: improved the error message for RAW-LOCK timeouts | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r6580: fixed the bug that caused the truncation of the main file on a stream | Andrew Tridgell | 2 | -7/+21 |
2007-10-10 | r6579: improved the handling of lock timeouts and cancels in the pvfs locking | Andrew Tridgell | 1 | -16/+16 |
2007-10-10 | r6578: brown paper bag time with the new messaging code .... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6577: Make test works without installation now. | Jelmer Vernooij | 4 | -22/+30 |
2007-10-10 | r6574: send a value for embedded ref pointers, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6573: Start on my project to implement an NT4 compatible BDC in Samba4. | Andrew Bartlett | 14 | -2/+577 |
2007-10-10 | r6572: add "string_array" as new scalar type for handling SPOOLSS string array's | Stefan Metzmacher | 5 | -6/+87 |
2007-10-10 | r6571: create a simple smb.conf by provision.pl | Stefan Metzmacher | 2 | -0/+14 |
2007-10-10 | r6568: Some more small 'make test' fixes | Jelmer Vernooij | 2 | -9/+6 |
2007-10-10 | r6567: Use "real" prefix for 'make test' | Jelmer Vernooij | 2 | -7/+7 |
2007-10-10 | r6565: Cludge, cludge, cludge... | Andrew Bartlett | 15 | -57/+84 |
2007-10-10 | r6564: - Fix bug in socket_wrapper | Jelmer Vernooij | 4 | -15/+75 |
2007-10-10 | r6563: - fixed the local messaging torture test not to fork, as this causes | Andrew Tridgell | 1 | -14/+15 |
2007-10-10 | r6562: added support for datagram unix domain sockets in the socket library | Andrew Tridgell | 2 | -9/+26 |
2007-10-10 | r6561: re-did the internal message system based on DGRAM unix domain | Andrew Tridgell | 1 | -138/+64 |
2007-10-10 | r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees | Andrew Tridgell | 3 | -0/+43 |
2007-10-10 | r6557: make srvsvc available on ncalrpc and ncacn_ip_tcp so we can do each | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6556: added BENCH-RPC test, useful for simple rpc load testing | Andrew Tridgell | 3 | -1/+123 |
2007-10-10 | r6549: a simple ldap test script | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r6546: Fix ldb standalone build | Jelmer Vernooij | 4 | -4/+39 |
2007-10-10 | r6545: some notes and experiments on ref ptrs, testing with midl | Andrew Tridgell | 1 | -0/+220 |
2007-10-10 | r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC. | Andrew Bartlett | 8 | -35/+98 |
2007-10-10 | r6541: added double pointer test to win32 echo client | Andrew Tridgell | 2 | -0/+19 |
2007-10-10 | r6540: Implement a bunch more SAMR functions. | Tim Potter | 3 | -19/+139 |
2007-10-10 | r6539: A patch from jbm: | Tim Potter | 1 | -13/+16 |