summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented EnumForms and GetForm.Tim Potter2003-11-261-4/+20
* added a link to opengroup PDU definitionsAndrew Tridgell2003-11-261-0/+3
* Add bind nak to dcerpc_payload.Tim Potter2003-11-261-0/+1
* use the IDL defined NDR version numberAndrew Tridgell2003-11-261-1/+1
* added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2003-11-262-1/+18
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-14/+56
* Spoolss functions return WERROR not NTSTATUS.Tim Potter2003-11-251-187/+196
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-241-4/+4
* give far more detail in the EPMAPPER resultsAndrew Tridgell2003-11-241-19/+22
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-241-3/+17
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-244-8/+81
* * better diagnostics in ndrdumpAndrew Tridgell2003-11-231-1/+5
* Add a strlen_m_term() function for returning the length of a stringTim Potter2003-11-231-2/+2
* fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2003-11-232-6/+6
* Strings in the winreg pipe are terminated.Tim Potter2003-11-231-3/+3
* ooh, this is fun!Andrew Tridgell2003-11-232-1/+124
* added support for enumerated types in IDL files. This makes unionsAndrew Tridgell2003-11-221-4/+11
* added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell2003-11-221-8/+8
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-221-19/+19
* dfs torture test now passesAndrew Tridgell2003-11-221-7/+6
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-221-5/+5
* * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell2003-11-221-3/+3
* Convert all NTSTATUS return codes to WERROR.Tim Potter2003-11-221-41/+107
* added some explanations for epmapper IDL and dom_sid2Andrew Tridgell2003-11-221-0/+13
* don't ignore .h files hereAndrew Tridgell2003-11-211-1/+1
* forgot to commit this, sorryAndrew Tridgell2003-11-211-0/+41
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-2112-6/+179
* Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2003-11-211-6/+11
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-211-0/+206
* More work on eventlog - still doesn't work. (-:Tim Potter2003-11-211-5/+19
* added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell2003-11-212-5/+45
* Todd Sabin pointed out that a couple of the values I marked as hyper_tAndrew Tridgell2003-11-201-3/+10
* Add initial work on eventlog - doesn't quite work yet.Tim Potter2003-11-201-0/+32
* 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