summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r7634: move TestSleep functions so that all of them are togetherStefan Metzmacher1-22/+22
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell3-4/+6
2007-10-10r7582: Better way to have a fast path searching for a specific DN.Simo Sorce3-60/+50
2007-10-10r7580: - add GetPrinterDriverDirectory() idl, torture test and server codeStefan Metzmacher2-16/+152
2007-10-10r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher1-29/+15
2007-10-10r7536: doesn't spam the smbd_log in the build_farm...Stefan Metzmacher1-1/+1
2007-10-10r7507: fixed the problem with users being shown too many times in aclAndrew Tridgell1-3/+3
2007-10-10r7465: - return empty lists for nowStefan Metzmacher1-4/+10
2007-10-10r7370: change debug levelsStefan Metzmacher1-4/+4
2007-10-10r7368: some server side spoolss stuff, w2k3 shows the printers icon,Stefan Metzmacher1-28/+200
2007-10-10r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2-5/+5
2007-10-10r7312: Add IDL for ncadg packets.Jelmer Vernooij3-16/+16
2007-10-10r7195: - Fix echo pipeJelmer Vernooij1-0/+3
2007-10-10r7159: Improve the messages from pidl's validator module.Jelmer Vernooij1-1/+1
2007-10-10r7120: make use of the new 'noopnum' property and get rid of handwrittenStefan Metzmacher1-18/+8
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-0/+2
2007-10-10r6939: Get rid of SUBSYSTEM::NDR since all it did was require NDR_RAW.Tim Potter1-1/+1
2007-10-10r6907: Unixinfo for samba4, not activated by default.Volker Lendecke2-0/+187
2007-10-10r6863: lib-friendlier names + fix some dependenciesJelmer Vernooij1-3/+1
2007-10-10r6839: Add support for building subsystems as shared libraries. This can beJelmer Vernooij1-1/+1
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-3/+3
2007-10-10r6714: We can only ask GENSEC questions if we are authenticated.Andrew Bartlett1-1/+3
2007-10-10r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher1-0/+4
2007-10-10r6606: add a DCESRV_FAULT_VOID() marco to use in void functionsStefan Metzmacher1-0/+6
2007-10-10r6604: solved a memory hierarchy ordering problem that led to crashes onAndrew Tridgell1-5/+5
2007-10-10r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.Andrew Bartlett2-15/+35