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