summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3490: All tests work against NT4 nowJelmer Vernooij2-24/+37
2007-10-10r3487: RemoteActivation works! The only odd bit is that I get either aJelmer Vernooij1-9/+9
2007-10-10r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher3-33/+83
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell3-0/+3
2007-10-10r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell1-1/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell4-14/+15
2007-10-10r3444: Don't use random data as endpoint if no default endpoint is known and noJelmer Vernooij1-1/+6
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-2/+3
2007-10-10r3442: Add support for the "call_as" and "local" attributes.Jelmer Vernooij1-11/+11
2007-10-10r3440: Add support for "coclass" to the pidl parser - the idl keyword thatJelmer Vernooij1-0/+18
2007-10-10r3435: Remove accidentally committed line...Jelmer Vernooij1-1/+0
2007-10-10r3434: Fix memleakVolker Lendecke1-2/+3
2007-10-10r3433: Use .mk file for librpc/Jelmer Vernooij5-20/+42
2007-10-10r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij3-25/+73
2007-10-10r3429: Fix IDL for EnumPrinterDataEx()Tim Potter1-1/+5
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell12-43/+56
2007-10-10r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell2-7/+6
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3413: RemoteActivation updates and fixesJelmer Vernooij2-23/+15
2007-10-10r3412: Add NCACN_SPX and NCADG_IPX transportsJelmer Vernooij2-1/+7
2007-10-10r3404: Rename name of DATA_BLOB in GetPrinterData()Tim Potter1-1/+1
2007-10-10r3402: Fix idl for spoolss_JobInfo1.Tim Potter1-6/+6
2007-10-10r3401: Fix IDL for SetForm RPC.Tim Potter1-1/+16
2007-10-10r3397: Fix IDL for ComplexPing and SimplePing, including testsJelmer Vernooij1-3/+4
2007-10-10r3396: Rename form_name -> formname. This time, check smbtorture builds beforeTim Potter1-1/+1
2007-10-10r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell4-3/+38
2007-10-10r3392: fixed schannel over ncalrpcAndrew Tridgell3-1/+14
2007-10-10r3391: fixed some memory leaks in the schannel codeAndrew Tridgell2-13/+7
2007-10-10r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam...Andrew Tridgell1-1/+0
2007-10-10r3389: fixed schannel client side code. RPC-SCHANNEL now works against w2k3Andrew Tridgell1-0/+6
2007-10-10r3388: when doing schannel use a anonymous session setup (as the machine acctAndrew Tridgell1-1/+2
2007-10-10r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell1-1/+1
2007-10-10r3371: fixed endpoint for browser.idlAndrew Tridgell1-1/+1
2007-10-10r3362: Change netlogon.idl so we can parse the 'info3' seperate from it's sur...Andrew Bartlett1-2/+2
2007-10-10r3358: Try to put all the basic struct dom_sid manipulation functions in oneAndrew Bartlett1-57/+0
2007-10-10r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij1-1/+9
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell3-3/+5
2007-10-10r3311: Consistency updates for form name members.Tim Potter1-2/+2
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-14/+14
2007-10-10r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3Tim Potter1-2/+2
2007-10-10r3287: The devicename and formname fields in a device mode are fixed lengthTim Potter1-2/+2
2007-10-10r3286: filled in more missing SV_TYPE_* definesAndrew Tridgell1-1/+11
2007-10-10r3285: fixed another IDL typoAndrew Tridgell1-1/+1
2007-10-10r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited toAndrew Tridgell1-38/+32
2007-10-10r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell37-63/+63
2007-10-10r3280: fixed byte order of rhs IPAndrew Tridgell1-1/+1
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2-228/+83
2007-10-10r3277: don't use the non-portable getaddrinfo() function, instead useAndrew Tridgell1-18/+3
2007-10-10r3250: Add idl for printer info level 0.Tim Potter1-11/+44