Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14731: Fix typo | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14730: Remove dependency information with 'make clean' | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r14729: Install db_wrap.h and db_wrap_proto.h | Jelmer Vernooij | 2 | -1/+4 |
2007-10-10 | r14728: Install two more headers, fix warning | Jelmer Vernooij | 2 | -1/+3 |
2007-10-10 | r14727: Update pidls' TODO, add test that demonstrates the desired behaviour | Jelmer Vernooij | 2 | -4/+41 |
2007-10-10 | r14725: Reduce amount of headers, add simple ui implementation (not used yet ... | Jelmer Vernooij | 1 | -10/+32 |
2007-10-10 | r14724: Rearrange some source files, install more headers. | Jelmer Vernooij | 14 | -16/+54 |
2007-10-10 | r14723: Keep statistics | Jelmer Vernooij | 2 | -0/+8 |
2007-10-10 | r14721: Fix a couple of warnings. | Jelmer Vernooij | 4 | -5/+12 |
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 119 | -165/+197 |
2007-10-10 | r14718: Add initial work on a standardized UI for smbtorture | Jelmer Vernooij | 4 | -1/+133 |
2007-10-10 | r14717: Don't provision the system as 'localhost', but instead list localhost | Andrew Bartlett | 1 | -2/+7 |
2007-10-10 | r14716: Remove username from debug message, it just causes valgrind assertions. | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec. | Andrew Bartlett | 3 | -4/+23 |
2007-10-10 | r14714: On DCE/RPC, we need the name of the remote server used on the socket, | Andrew Bartlett | 5 | -18/+51 |
2007-10-10 | r14713: For testing, it is sometimes useful to specify a hostname for kerberos | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r14712: Do not proceed in event of failure to obtain a policy handle. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r14711: let windows clients retry after getting ERR_SKEW | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r14710: make more clear that SMBexit only cares about the PID | Stefan Metzmacher | 1 | -19/+28 |
2007-10-10 | r14709: allways use the unicast socket of the interface, when reply to DGRAM | Stefan Metzmacher | 5 | -22/+44 |
2007-10-10 | r14708: Add a (bogus) UUID and a comment to the PAC defintion. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r14707: Initialise default value (the rest of this function sets it to 1 if | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r14702: Accept our netbios aliases as valid names in the SPOOLSS server. | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r14701: Allow, with non-default options, NTLMSSP to access the LM session key, | Andrew Bartlett | 2 | -3/+13 |
2007-10-10 | r14700: Fix spelling, and change these informational messages to debug level 5. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r14694: Remove for now until it does something useful. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r14693: Automatically update dependencies during compilation | Jelmer Vernooij | 2 | -4/+7 |
2007-10-10 | r14692: Get rid of the obfuscation() attribute | Jelmer Vernooij | 3 | -69/+0 |
2007-10-10 | r14691: Fix printing elements with represent_as set | Jelmer Vernooij | 2 | -7/+14 |
2007-10-10 | r14690: Support represent_as in headers, enable represent_as() test (which wo... | Jelmer Vernooij | 3 | -33/+31 |
2007-10-10 | r14689: Fix test | Jelmer Vernooij | 1 | -9/+4 |
2007-10-10 | r14688: More work on represent_as(): output the right function calls, fix test. | Jelmer Vernooij | 3 | -8/+35 |
2007-10-10 | r14687: Start working on support for represent_as() and transmit_as() as | Jelmer Vernooij | 7 | -9/+85 |
2007-10-10 | r14686: Fix pidl testsuite to run whenever there is a shared libary built | Jelmer Vernooij | 4 | -48/+53 |
2007-10-10 | r14680: add some tests which demonstrate that closing the dir handle | Stefan Metzmacher | 1 | -0/+199 |
2007-10-10 | r14673: Don't double-free conn, it is below 'c' free'ed by | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r14672: the async_info desctructor needs access to the private struct, | Stefan Metzmacher | 1 | -0/+19 |
2007-10-10 | r14671: We don't really need this in our releases... | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r14670: Fix module extensions | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r14667: Fix indentation. | Rafal Szczesniak | 1 | -29/+29 |
2007-10-10 | r14666: Fix handling of naming of shared modules when not in developer mode | Jelmer Vernooij | 2 | -24/+22 |
2007-10-10 | r14665: More testing in RPC-SAMR. It looks like we will probably need another | Andrew Bartlett | 1 | -20/+41 |
2007-10-10 | r14662: To allow the RPC-SAMR test to pass, we need to look for both domains | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r14661: Install symlinks for shared libraries | Jelmer Vernooij | 2 | -2/+6 |
2007-10-10 | r14660: Install ldb_errors.h | Jelmer Vernooij | 2 | -1/+2 |
2007-10-10 | r14658: Include ndr_obfuscate.h when necessary | Jelmer Vernooij | 1 | -0/+7 |
2007-10-10 | r14657: We'll now start working on TP3 | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14654: Fix hcrypto link when using automatic dependencies | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r14653: make sure we always have a valid session_info | Stefan Metzmacher | 2 | -6/+24 |
2007-10-10 | r14651: The actual release date is 22 march.. | Jelmer Vernooij | 1 | -1/+1 |