summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij2007-10-1019-126/+152
* r5603: add "authservice()" property to the interface property listStefan Metzmacher2007-10-103-5/+26
* r5554: Constants and untested IDL for spoolss_SetPrinter()Tim Potter2007-10-101-0/+14
* r5553: Add idl and test for spoolss_AddPort(). It always seems to returnTim Potter2007-10-101-0/+3
* r5537: - make use of bitmaps and enumsStefan Metzmacher2007-10-101-22/+152
* r5515: fix PrinterInfo3Stefan Metzmacher2007-10-101-2/+1
* r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij2007-10-101-76/+2
* r5505: make usage of bitmap's :-)Stefan Metzmacher2007-10-101-1/+8
* r5504: fix typoStefan Metzmacher2007-10-101-1/+1
* r5498: fix OpenPrinter() idl and torture testStefan Metzmacher2007-10-101-13/+13
* r5492: Update example coclass, autogenerate some parts.Jelmer Vernooij2007-10-101-4/+14
* r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij2007-10-103-16/+5
* r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher2007-10-102-88/+688
* r5488: - let the request be a child of the pipe structStefan Metzmacher2007-10-101-13/+19
* r5487: - Allow disabling modulesJelmer Vernooij2007-10-102-8/+8
* r5486: - Use references to interfaces in coclasses rather thenJelmer Vernooij2007-10-101-11/+12
* r5476: Move ORPC extensions to DCE/RPC into seperate file.Jelmer Vernooij2007-10-103-200/+211
* r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2007-10-101-0/+2
* r5450: Add test function for "embedded" conformant arraysJelmer Vernooij2007-10-101-0/+9
* r5446: fix pulling of arrays in EnumXXX functionsStefan Metzmacher2007-10-101-0/+6
* r5445: move FormInfo1 struct to the place where it's usedStefan Metzmacher2007-10-101-11/+11
* r5427: NTSTATUS is treated by pidl as a 'real' scalar now.Jelmer Vernooij2007-10-101-2/+2
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-104-39/+66
* r5406: fixed dependencies for the WREPL subsystemAndrew Tridgell2007-10-101-1/+1
* r5402: a initial attempt at a IDL definition of the WINS replication protocolAndrew Tridgell2007-10-103-2/+147
* r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell2007-10-101-1/+1
* r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij2007-10-101-3/+0
* r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter2007-10-101-3/+3
* r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2007-10-102-6/+6
* r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij2007-10-1021-1/+57
* r5361: Rename some functions, add tests to validator.Jelmer Vernooij2007-10-102-2/+2
* r5360: Remove a couple of unused functions.Jelmer Vernooij2007-10-102-37/+0
* r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell2007-10-101-0/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-1/+1
* r5291: fixed ncacn_ip_tcp against windowsAndrew Tridgell2007-10-101-3/+2
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-106-102/+102
* r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na...Andrew Tridgell2007-10-101-5/+9
* r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij2007-10-104-24/+133
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-102-2/+2
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-102-14/+10
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-105-35/+44
* r5148: use ipv4_addr also in epmapper idlStefan Metzmacher2007-10-102-5/+5
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-104-2/+16
* r5139: fix typesStefan Metzmacher2007-10-101-2/+2
* r5137: fix typesStefan Metzmacher2007-10-103-3/+3
* r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell2007-10-102-3/+3
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-101-4/+10