summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
AgeCommit message (Expand)AuthorFilesLines
2003-11-27Add DeleteForm, start cleaning up tests.Tim Potter1-1/+3
2003-11-27more epmapper and mgmt magicAndrew Tridgell1-4/+8
2003-11-27Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter1-1/+19
2003-11-27added an rpc scanner. This prints messages like this:Andrew Tridgell1-0/+6
2003-11-27use EPMAPPER_PORT constant instead of 135Andrew Tridgell1-0/+2
2003-11-27switched to WERROR return codes in the management IDLAndrew Tridgell1-19/+16
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-4/+20
2003-11-26added a link to opengroup PDU definitionsAndrew Tridgell1-0/+3
2003-11-26Add bind nak to dcerpc_payload.Tim Potter1-0/+1
2003-11-26use the IDL defined NDR version numberAndrew Tridgell1-1/+1
2003-11-26added auto-determination of the DCERPC over TCP port number by askingAndrew Tridgell2-1/+18
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-14/+56
2003-11-25Spoolss functions return WERROR not NTSTATUS.Tim Potter1-187/+196
2003-11-24added tests for epm_Map endpointer map callsAndrew Tridgell1-4/+4
2003-11-24give far more detail in the EPMAPPER resultsAndrew Tridgell1-19/+22
2003-11-24added tests for the remaining calls on the rpc management interfaceAndrew Tridgell1-3/+17
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell4-8/+81
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell1-1/+5
2003-11-23Add a strlen_m_term() function for returning the length of a stringTim Potter1-2/+2
2003-11-23fixed the handling of value() attributes on scalars in IDL thatAndrew Tridgell2-6/+6
2003-11-23Strings in the winreg pipe are terminated.Tim Potter1-3/+3
2003-11-23ooh, this is fun!Andrew Tridgell2-1/+124
2003-11-22added support for enumerated types in IDL files. This makes unionsAndrew Tridgell1-4/+11
2003-11-22added support for 'const' in IDL files. This makes it easy to defineAndrew Tridgell1-8/+8
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-19/+19
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-5/+5
2003-11-22 * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell1-3/+3
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