summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9654: introduce the samdb_search_dn callSimo Sorce3-28/+15
2007-10-10r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell1-4/+21
2007-10-10r9490: Fix typoAndrew Bartlett1-1/+1
2007-10-10r9410: - a winreg_CloseKey() should return a zero key on success (zeroing theAndrew Tridgell1-7/+4
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2-14/+5
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce6-97/+130
2007-10-10r9388: we should fault bad handles given to winreg_GetVersion()Andrew Tridgell1-1/+5
2007-10-10r9384: added a debug to show the dcerpc fault code for any calls we faultAndrew Tridgell1-0/+4
2007-10-10r9359: don't check for size overflow if value is NULLAndrew Tridgell1-1/+2
2007-10-10r9358: - opening a winreg key of "" is the same as re-opening the hive. TheAndrew Tridgell1-11/+17
2007-10-10r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell1-12/+38
2007-10-10r9284: Whitespace. (-:Tim Potter1-3/+3
2007-10-10r9016: More work to avoid abuse of the "name" attribute, this time onAndrew Bartlett1-11/+27
2007-10-10r9015: Fix access to BUILTIN again.Andrew Bartlett1-31/+34
2007-10-10r9011: Remove more references to "name" as a netbios name, using theAndrew Bartlett2-21/+82
2007-10-10r8998: More work on the RPC server code to avoid abusing the name attributeAndrew Bartlett2-29/+39
2007-10-10r8984: Use the correct cross-reference search in DRSUAPI, rather than makingAndrew Bartlett1-9/+10
2007-10-10r8983: The KVNO (Kerberos key version number) should be incremented withAndrew Bartlett1-0/+4
2007-10-10r8982: "name" is not the netbios name, but the RDN. Return the correctAndrew Bartlett1-13/+4
2007-10-10r8974: Support makefile fragments in .mk filesJelmer Vernooij1-1/+1
2007-10-10r8811: Fix the build..Jelmer Vernooij2-0/+2
2007-10-10r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett2-48/+34
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2-21/+34
2007-10-10r8670: Remove GUID code from SAMR, it is handled lower down now. I noticeAndrew Bartlett1-11/+1
2007-10-10r8593: register the rpc server with irpcAndrew Tridgell1-0/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2-7/+13
2007-10-10r8429: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r8371: the objectGUID is now stored in binary...Stefan Metzmacher1-5/+4
2007-10-10r8370: remove the '$' from in the cn: attribute for computer and dc accountsStefan Metzmacher1-7/+21
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher1-2/+2
2007-10-10r8226: w2k3 adds a '.' after the forest and domain dns names for the primary ...Stefan Metzmacher1-10/+27
2007-10-10r8109: Try to print out more helpful debug messages on DCERPC server-sideAndrew Bartlett1-2/+3
2007-10-10r8052: that looks nicer:-)Stefan Metzmacher1-1/+1
2007-10-10r8049: add function that returns the build version (of w2k3 here 3790)Stefan Metzmacher1-0/+6
2007-10-10r8046: - add somemore failure checks in the RPC-SPOOLSS testStefan Metzmacher1-8/+31
2007-10-10r8036: revert rev 8023/8024 as they have a bugs.Stefan Metzmacher2-40/+41
2007-10-10r8023: use a pointer to a DATA_BLOB for each reply,Stefan Metzmacher2-41/+40
2007-10-10r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans repliesStefan Metzmacher2-46/+14
2007-10-10r8006: I have seen w2k3 send multiple encoding syntaxes in rpc bindAndrew Tridgell1-1/+2
2007-10-10r7993: Further work on the Krb5 PAC.Andrew Bartlett2-67/+6
2007-10-10r7927: fixed an error on partial socket writes in the rpc serverAndrew Tridgell2-2/+2
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell3-3/+3
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell5-223/+139
2007-10-10r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij1-0/+1
2007-10-10r7802: Remove a junk file.Tim Potter1-71/+0
2007-10-10r7800: added the same request serialisation logic to our socket based rpcAndrew Tridgell3-0/+12
2007-10-10r7756: Don't segfault by trying to search for the NULL DN, if the wrongAndrew Bartlett1-5/+7
2007-10-10r7755: fixed an uninitialised event_ctx found by abartletAndrew Tridgell1-3/+4
2007-10-10r7644: - remove some dublicate structures SetForm and AddForm uses the same s...Stefan Metzmacher1-3/+63
2007-10-10r7643: This patch adds a new NTPTR subsystem:Stefan Metzmacher4-668/+294