summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell1-0/+14
2007-10-10r8068: reduced the verbosity of the EPM codeAndrew Tridgell1-3/+3
2007-10-10r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell1-2/+2
2007-10-10r8054: add OSVersion, OSVersionEx, DNSMachineName PrintServerDataStefan Metzmacher1-0/+22
2007-10-10r8053: requests from mmc show that the auth info for a bind should be 4 byte ...Andrew Tridgell1-1/+1
2007-10-10r8050: - make use of more [value()] propertiesStefan Metzmacher2-14/+15
2007-10-10r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher1-1/+5
2007-10-10r8012: Add UUID for NDR64 transfer syntax.Jelmer Vernooij1-0/+3
2007-10-10r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett1-1/+1
2007-10-10r7993: Further work on the Krb5 PAC.Andrew Bartlett3-13/+23
2007-10-10r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher1-9/+8
2007-10-10r7872: another place we were relying on the old behaviour of value()Andrew Tridgell1-1/+1
2007-10-10r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, asAndrew Tridgell5-5/+5
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell9-37/+35
2007-10-10r7763: fixed some circular dependenciesAndrew Tridgell1-1/+1
2007-10-10r7729: Small fixes to the charset stuff.Jelmer Vernooij1-2/+2
2007-10-10r7706: Move ParseExpr() to util.Jelmer Vernooij1-4/+3
2007-10-10r7702: Implement [charset()] attribute.Jelmer Vernooij2-3/+39
2007-10-10r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij1-0/+27
2007-10-10r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett1-3/+4
2007-10-10r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell1-4/+3
2007-10-10r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell1-0/+4
2007-10-10r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell1-1/+11
2007-10-10r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell1-1/+1
2007-10-10r7644: - remove some dublicate structures SetForm and AddForm uses the same s...Stefan Metzmacher1-25/+14
2007-10-10r7643: This patch adds a new NTPTR subsystem:Stefan Metzmacher1-1/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell7-54/+49
2007-10-10r7580: - add GetPrinterDriverDirectory() idl, torture test and server codeStefan Metzmacher1-0/+19
2007-10-10r7575: - fix GetPrinterData() push sideStefan Metzmacher2-24/+93
2007-10-10r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher2-99/+133
2007-10-10r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij12-47/+25
2007-10-10r7546: fix commentStefan Metzmacher1-1/+1
2007-10-10r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell3-0/+49
2007-10-10r7496: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r7462: fix Enum* pushing, we need to send back a buffer of the same size as w...Stefan Metzmacher1-0/+9
2007-10-10r7399: Try to get the AIX compile one step further.Volker Lendecke1-4/+2
2007-10-10r7394: rename LSA_TRUSTED_DOMAIN_INFO_5 to LSA_TRUSTED_DOMAIN_INFO_BASIC.Günther Deschner1-12/+12
2007-10-10r7377: Integrate browse service stuff more nicelyJelmer Vernooij2-111/+102
2007-10-10r7364: - remove '\' chars from copy pasteStefan Metzmacher1-3/+5
2007-10-10r7357: some minor updatesStefan Metzmacher1-4/+7
2007-10-10r7345: add WritePrinter(), AbortPrinter() and ReadPrinter() idlStefan Metzmacher1-0/+9
2007-10-10r7341: fix StartDocPrinter() idlStefan Metzmacher1-1/+1
2007-10-10r7337: - fix SetJob() idlStefan Metzmacher1-22/+52
2007-10-10r7331: fix parsing of spoolss_SetPrinter()Stefan Metzmacher1-10/+25
2007-10-10r7328: fix GetPrinterData and SetPrinterData, with zero length subcontextsStefan Metzmacher2-5/+118
2007-10-10r7327: pass down the ndr->flags to the subcontextsStefan Metzmacher1-0/+4
2007-10-10r7326: fix [validate]Stefan Metzmacher1-1/+1
2007-10-10r7314: the various ncacn and ncadg PDU's share the same namespaceJelmer Vernooij1-22/+16
2007-10-10r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2-19/+19
2007-10-10r7312: Add IDL for ncadg packets.Jelmer Vernooij3-20/+102