summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl
Commit message (Expand)AuthorAgeFilesLines
...
* added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell2003-11-201-1/+29
* extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell2003-11-201-5/+5
* * fixed level2 of QueryUserInfoAndrew Tridgell2003-11-201-2/+1
* started on samr_SetUserInfo()Andrew Tridgell2003-11-201-3/+8
* fixed srvsvc_NetShareEnumAll()Andrew Tridgell2003-11-201-15/+9
* Add a 1004 level for srvsvc.Richard Sharpe2003-11-201-0/+10
* Added ATSVC pipe.Tim Potter2003-11-201-0/+65
* added samr_LookupRids() and test codeAndrew Tridgell2003-11-201-1/+14
* added samr_LookupNames() and test codeAndrew Tridgell2003-11-201-4/+11
* make the echo idl match the win32 IDL againAndrew Tridgell2003-11-201-1/+1
* EnumPrinterData in spoolss now worksAndrew Tridgell2003-11-201-1/+1
* * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell2003-11-206-122/+104
* fixed wkssvc idl and test code for TransportEnumAndrew Tridgell2003-11-191-7/+2
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-192-46/+25
* Fix up some things in the IDL, and fix up a mistake I made before.Richard Sharpe2003-11-192-2/+2
* Some simple tweaks to the IDL to make it more correct ...Richard Sharpe2003-11-191-7/+11
* started to expand the echo tests to include more interesting testAndrew Tridgell2003-11-191-2/+53
* srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2003-11-191-0/+620
* after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell2003-11-191-3/+5
* removed an unused structureAndrew Tridgell2003-11-191-4/+0
* change to AuditEventsInfo struct from lukehAndrew Tridgell2003-11-191-3/+2
* fixed country code field in samr_UserInfo5Andrew Tridgell2003-11-191-1/+2
* possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell2003-11-191-2/+7
* added a thanks to Todd Sabin (with his permission)Andrew Tridgell2003-11-181-0/+5
* added another wkssvc info levelAndrew Tridgell2003-11-181-0/+43
* added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell2003-11-181-5/+5
* changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2003-11-182-50/+73
* Working on EnumPrinterData. There appears to be an alignment problemTim Potter2003-11-181-5/+4
* added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell2003-11-181-1/+6
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-182-5/+3
* fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell2003-11-181-4/+155
* ignore c and h files in the idl dir. This makes it easier toAndrew Tridgell2003-11-181-0/+1
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-181-5/+26
* added wkssvc.idl and test codeAndrew Tridgell2003-11-171-0/+30
* * add another WERR err codeAndrew Tridgell2003-11-171-0/+5
* use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2003-11-172-27/+3
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-172-8/+59
* call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell2003-11-171-11/+9
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-171-1/+6
* * more info levels for EnumPrinterAndrew Tridgell2003-11-171-5/+38
* nicer method of handling spoolss EnumPrintersAndrew Tridgell2003-11-171-7/+10
* use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell2003-11-161-3/+65
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-161-24/+17
* Initial version of printer info 1 for tridge.Tim Potter2003-11-161-6/+48
* ignore .pidl filesAndrew Tridgell2003-11-161-0/+1
* use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell2003-11-161-0/+6
* slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell2003-11-162-2/+2
* Added IDL for EnumPrinters and ClosePrinter.Tim Potter2003-11-161-8/+16
* the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell2003-11-151-1/+1
* remember to samr_Close() policy handles after useAndrew Tridgell2003-11-151-1/+3