summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/libndr.h
Commit message (Collapse)AuthorAgeFilesLines
...
* * fixed libndr.h headerAndrew Tridgell2003-11-201-10/+9
| | | | | * "make clean" now removed the generated files (This used to be commit 683259a4dd30861ed24e8e5df918c8725ae13800)
* Added ATSVC pipe.Tim Potter2003-11-201-0/+1
| | | | (This used to be commit 274058486766f7a1094918702e7bc225aa938b2e)
* added samr_LookupNames() and test codeAndrew Tridgell2003-11-201-0/+3
| | | | (This used to be commit f8397cbc8554b721093b8ae6ac6fb26d0ee9a7cf)
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-191-3/+3
| | | | | | | | | alignment correctly for unions that have non-uint16 discriminants fixed the union handling in srvsvc.idl. (metze, please take a look at the changes, your IDL did match what was one the wire in most cases, but isn't the way IDL is usually coded) (This used to be commit 7b5d0287298e8505e0ec7b22d75d9f9a8a610031)
* srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2003-11-191-0/+1
| | | | (This used to be commit 54d3cb22dc0ddc46eb114aa104e0660b3a437cb2)
* added wkssvc.idl and test codeAndrew Tridgell2003-11-171-0/+1
| | | | | | | I think this is our first complete pipe for Samba4 (albeit a simple one). Of course, there may be lots more info levels that Samba3 didn't do. Time to explore :) (This used to be commit 3305226140793f39af827b63c270486c1966718e)
* * add another WERR err codeAndrew Tridgell2003-11-171-0/+12
| | | | | | * use the top-level function argument printing to show more detail in RPC-* tests (This used to be commit 33bb8785625b1845750f28f2d810e7096afe9f8e)
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-171-0/+1
| | | | | | | using the [relative] property this also fixes level3 of PrinterInfo (a relative secdesc) (This used to be commit d5a15257fdd5f6cfe2706765a7c29f623ec1c6f8)
* * more info levels for EnumPrinterAndrew Tridgell2003-11-171-1/+0
| | | | | * use WERROR return type in spoolss EnumPrinter (This used to be commit 8301a6b6ad45f76a42d0fcab6347c187eee615a9)
* nicer method of handling spoolss EnumPrintersAndrew Tridgell2003-11-171-2/+18
| | | | | | this also handles the return of several printers (an array of relative subcontexts) (This used to be commit 060421c7dc9aa611fe4160843a4f76498ab16bf4)
* use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell2003-11-161-3/+4
| | | | | fully (This used to be commit 69c6017c945bdd7d1945f22fcad49112ba6a2d2d)
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-161-0/+9
| | | | | | number of "magic" add-ons to IDL to make it less painful, hopefully this will make IDL generation useful for horrible systems like spoolss (This used to be commit e18dba7d5a957ef82e8f91733a0bf95d579dcd7a)
* added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell2003-11-151-1/+3
| | | | (This used to be commit 5e852f694c039ae8bde3490be9e0c4959c1e93f0)
* added the first couple of calls from samr as IDLAndrew Tridgell2003-11-151-0/+2
| | | | | samr_EnumDomains() works nicely (This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1)
* Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2003-11-151-0/+1
| | | | | works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
* added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell2003-11-151-0/+21
| | | | | also adding printing of security descriptors (This used to be commit 1f93cbc1d597b973ab1a5005ede093c1bcefff87)
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-131-2/+12
| | | | | | | * expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)
* lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell2003-11-121-0/+2
| | | | | constant sized array of size 1 at the end? (This used to be commit 2cc354bd82456cb5598eb4acb40a5ada1459d08d)
* added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell2003-11-111-1/+0
| | | | (This used to be commit b2ced24fc0be4944dd96f160e435f4c6773debcd)
* start using automatic union printingAndrew Tridgell2003-11-111-0/+2
| | | | (This used to be commit e81040a902f67fd10ca1f9c9ca1c22bc95e36005)
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-111-0/+15
| | | | | | structure. This allows easy debug and test tool writing without having to write functions that print every element of complex structures. (This used to be commit 81d6181172e36c6fbae0907550a29511ce708574)
* - corrected some lsa idlAndrew Tridgell2003-11-081-2/+12
| | | | | - updated lsa parse code from pidl (This used to be commit 3983b2aee77b0e093847bfc02e02b83ab281f5dd)
* another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell2003-11-061-0/+95
files around, but also added the first bits of auto-generated code for the lsa pipe. I haven't updated the Makefile to call pidl yet, so for now the code was cut-and-pasted into librpc/ndr/ndr_lsa.c manually (This used to be commit 6b222d3b6541ee74cf8bf3f0913cd444903ca991)