summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2435: got rid of another pointless strnequal()Andrew Tridgell1-1/+1
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-5/+5
2007-10-10r2301: add a server side warning when we receive more RPC data than weAndrew Tridgell1-0/+6
2007-10-10r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell1-1/+4
2007-10-10r2293: fixed older NTLM sign/seal in the serverAndrew Tridgell1-2/+4
2007-10-10r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett5-13/+45
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-21/+37
2007-10-10r2282: Remove one more magic constant from the source, replace with sizeof().Andrew Bartlett1-1/+1
2007-10-10r2281: Add a few comments.Andrew Bartlett1-0/+2
2007-10-10r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...Andrew Tridgell4-15/+12
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter3-15/+15
2007-10-10r2105: added a TestSleep() operation to the echo pipe and extended theAndrew Tridgell1-0/+5
2007-10-10r2059: abartlet: is there a better way to fix this compiler warningStefan Metzmacher1-1/+1
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett3-4/+4
2007-10-10r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell6-182/+79
2007-10-10r2050: fixed a case where code assumed you could Realloc the result of a data...Andrew Tridgell1-2/+2
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-1/+2
2007-10-10r2038: get rid of the optimisation in the dcerpc server that tries to avoid aAndrew Tridgell1-26/+0
2007-10-10r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett2-9/+12
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell4-12/+11
2007-10-10r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth failsStefan Metzmacher1-1/+1
2007-10-10r1818: _really_ fixed epmapper this time, it was using more than one old rpc ...Andrew Tridgell1-32/+28
2007-10-10r1817: fixed fault code generation for unimplemented functions in epmapperAndrew Tridgell1-5/+5
2007-10-10r1814: Fix the build.Volker Lendecke2-63/+197
2007-10-10r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell1-0/+5
2007-10-10r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij1-10/+10
2007-10-10r1546: fix the build the function name has changed to srvsvc_NetRemoteTODStefan Metzmacher1-3/+3
2007-10-10r1519: show the ldb_errstring() value in the log for failed ldb callsAndrew Tridgell1-1/+3
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-4/+0
2007-10-10r1513: change DEBUG level to 1Stefan Metzmacher1-2/+1
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-2/+1
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher3-217/+242
2007-10-10r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher3-18/+18
2007-10-10r1313: Split up OpenPrinterEx into functions to handle opening printers and p...Tim Potter1-12/+44
2007-10-10r1294: A nice, large, commit...Andrew Bartlett10-633/+132
2007-10-10r1276: Return data for enumprinters level 2 and 5.Tim Potter1-1/+77
2007-10-10r1271: Return spoolss enumprinters info level1 from spoolss.ldb - woot!Tim Potter3-21/+49
2007-10-10r1270: Start to break samdb into general bits so we can share code with otherTim Potter2-39/+67
2007-10-10r1268: varient -> variantTim Potter1-2/+2
2007-10-10r1266: Start to split out EnumPrinters into a separate fn for each info level.Tim Potter1-20/+44
2007-10-10r1235: as the pidl code init all output data.Stefan Metzmacher2-3/+3
2007-10-10r1234: valgrind found this uninitialised var...Stefan Metzmacher1-1/+8
2007-10-10r1226: Return dummy information for two printers. Note that ndr_push_array()Tim Potter1-7/+14
2007-10-10r1211: Some output from rpcclient -c enumprinters to remind me what a relativeTim Potter1-0/+71
2007-10-10r1210: A skeleton spoolssdb, based on samdb.Tim Potter2-1/+91
2007-10-10r1208: Return some dummy printer information for the EnumPrinters RPC.Tim Potter1-6/+51
2007-10-10r1205: Whoops - this should fix the build.Tim Potter1-2/+5
2007-10-10r1204: decrpc -> dcerpcTim Potter1-3/+3
2007-10-10r1201: Skeleton versions of OpenPrinterEx() and ClosePrinter() to get the hangTim Potter2-3/+76
2007-10-10r1188: Use generated pidl template for this file and return DCESRV_FAULT insteadTim Potter1-406/+672