Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue | Andrew Tridgell | 1 | -12/+38 |
2007-10-10 | r9284: Whitespace. (-: | Tim Potter | 1 | -3/+3 |
2007-10-10 | r9016: More work to avoid abuse of the "name" attribute, this time on | Andrew Bartlett | 1 | -11/+27 |
2007-10-10 | r9015: Fix access to BUILTIN again. | Andrew Bartlett | 1 | -31/+34 |
2007-10-10 | r9011: Remove more references to "name" as a netbios name, using the | Andrew Bartlett | 2 | -21/+82 |
2007-10-10 | r8998: More work on the RPC server code to avoid abusing the name attribute | Andrew Bartlett | 2 | -29/+39 |
2007-10-10 | r8984: Use the correct cross-reference search in DRSUAPI, rather than making | Andrew Bartlett | 1 | -9/+10 |
2007-10-10 | r8983: The KVNO (Kerberos key version number) should be incremented with | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r8982: "name" is not the netbios name, but the RDN. Return the correct | Andrew Bartlett | 1 | -13/+4 |
2007-10-10 | r8974: Support makefile fragments in .mk files | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r8790: Finish the migration of aliases and privilages with SamSync, by adding | Andrew Bartlett | 2 | -48/+34 |
2007-10-10 | r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the | Andrew Bartlett | 2 | -21/+34 |
2007-10-10 | r8670: Remove GUID code from SAMR, it is handled lower down now. I notice | Andrew Bartlett | 1 | -11/+1 |
2007-10-10 | r8593: register the rpc server with irpc | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 2 | -7/+13 |
2007-10-10 | r8429: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r8371: the objectGUID is now stored in binary... | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r8370: remove the '$' from in the cn: attribute for computer and dc accounts | Stefan Metzmacher | 1 | -7/+21 |
2007-10-10 | r8232: remove samr_String and netr_String as they are the same as lsa_String | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r8226: w2k3 adds a '.' after the forest and domain dns names for the primary ... | Stefan Metzmacher | 1 | -10/+27 |
2007-10-10 | r8109: Try to print out more helpful debug messages on DCERPC server-side | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r8052: that looks nicer:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8049: add function that returns the build version (of w2k3 here 3790) | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r8046: - add somemore failure checks in the RPC-SPOOLSS test | Stefan Metzmacher | 1 | -8/+31 |
2007-10-10 | r8036: revert rev 8023/8024 as they have a bugs. | Stefan Metzmacher | 2 | -40/+41 |
2007-10-10 | r8023: use a pointer to a DATA_BLOB for each reply, | Stefan Metzmacher | 2 | -41/+40 |
2007-10-10 | r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans replies | Stefan Metzmacher | 2 | -46/+14 |
2007-10-10 | r8006: I have seen w2k3 send multiple encoding syntaxes in rpc bind | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7993: Further work on the Krb5 PAC. | Andrew Bartlett | 2 | -67/+6 |
2007-10-10 | r7927: fixed an error on partial socket writes in the rpc server | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 5 | -223/+139 |
2007-10-10 | r7850: Support mkdir() with just one parameter. Patch from | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r7802: Remove a junk file. | Tim Potter | 1 | -71/+0 |
2007-10-10 | r7800: added the same request serialisation logic to our socket based rpc | Andrew Tridgell | 3 | -0/+12 |
2007-10-10 | r7756: Don't segfault by trying to search for the NULL DN, if the wrong | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r7755: fixed an uninitialised event_ctx found by abartlet | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r7644: - remove some dublicate structures SetForm and AddForm uses the same s... | Stefan Metzmacher | 1 | -3/+63 |
2007-10-10 | r7643: This patch adds a new NTPTR subsystem: | Stefan Metzmacher | 4 | -668/+294 |
2007-10-10 | r7634: move TestSleep functions so that all of them are together | Stefan Metzmacher | 1 | -22/+22 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 3 | -4/+6 |
2007-10-10 | r7582: Better way to have a fast path searching for a specific DN. | Simo Sorce | 3 | -60/+50 |
2007-10-10 | r7580: - add GetPrinterDriverDirectory() idl, torture test and server code | Stefan Metzmacher | 2 | -16/+152 |
2007-10-10 | r7574: - seperate [in] and [out] buffers and buf_sizes | Stefan Metzmacher | 1 | -29/+15 |
2007-10-10 | r7536: doesn't spam the smbd_log in the build_farm... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7507: fixed the problem with users being shown too many times in acl | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r7465: - return empty lists for now | Stefan Metzmacher | 1 | -4/+10 |
2007-10-10 | r7370: change debug levels | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r7368: some server side spoolss stuff, w2k3 shows the printers icon, | Stefan Metzmacher | 1 | -28/+200 |