summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
AgeCommit message (Expand)AuthorFilesLines
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter1-41/+107
2003-11-22added some explanations for epmapper IDL and dom_sid2Andrew Tridgell1-0/+13
2003-11-21don't ignore .h files hereAndrew Tridgell1-1/+1
2003-11-21forgot to commit this, sorryAndrew Tridgell1-0/+41
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell12-6/+179
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter1-6/+11
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-0/+206
2003-11-21More work on eventlog - still doesn't work. (-:Tim Potter1-5/+19
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell2-5/+45
2003-11-20Todd Sabin pointed out that a couple of the values I marked as hyper_tAndrew Tridgell1-3/+10
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter1-0/+32
2003-11-20added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell1-1/+29
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell1-5/+5
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-2/+1
2003-11-20started on samr_SetUserInfo()Andrew Tridgell1-3/+8
2003-11-20fixed srvsvc_NetShareEnumAll()Andrew Tridgell1-15/+9
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe1-0/+10
2003-11-20Added ATSVC pipe.Tim Potter1-0/+65
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell1-1/+14
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-4/+11
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell1-1/+1
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-1/+1
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell6-122/+104
2003-11-19fixed wkssvc idl and test code for TransportEnumAndrew Tridgell1-7/+2
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell2-46/+25
2003-11-19Fix up some things in the IDL, and fix up a mistake I made before.Richard Sharpe2-2/+2
2003-11-19Some simple tweaks to the IDL to make it more correct ...Richard Sharpe1-7/+11
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-2/+53
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell1-0/+620
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell1-3/+5
2003-11-19removed an unused structureAndrew Tridgell1-4/+0
2003-11-19change to AuditEventsInfo struct from lukehAndrew Tridgell1-3/+2
2003-11-19fixed country code field in samr_UserInfo5Andrew Tridgell1-1/+2
2003-11-19possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell1-2/+7
2003-11-18added a thanks to Todd Sabin (with his permission)Andrew Tridgell1-0/+5
2003-11-18added another wkssvc info levelAndrew Tridgell1-0/+43
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-5/+5
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2-50/+73
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter1-5/+4
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell1-1/+6
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2-5/+3
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell1-4/+155
2003-11-18ignore c and h files in the idl dir. This makes it easier toAndrew Tridgell1-0/+1
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-5/+26
2003-11-17added wkssvc.idl and test codeAndrew Tridgell1-0/+30
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+5
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2-27/+3
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell2-8/+59
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-11/+9
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-1/+6