summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell8-144/+443
2003-11-25Spoolss functions return WERROR not NTSTATUS.Tim Potter1-187/+196
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-0/+5
2003-11-24initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell3-4/+206
2003-11-24 * prepared the dcerpc subsystem for adding the RPC over TCP transportAndrew Tridgell3-102/+172
2003-11-24added tests for epm_Map endpointer map callsAndrew Tridgell2-4/+7
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 Tridgell3-36/+51
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell8-16/+124
2003-11-23 * better diagnostics in ndrdumpAndrew Tridgell1-1/+5
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2-1/+18
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 Tridgell7-543/+310
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 null terminated string handlingAndrew Tridgell3-10/+15
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-19/+19
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2-0/+11
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell7-39/+409
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 Tridgell2-1/+24
2003-11-21cleaner handling of relative pointers to stringsAndrew Tridgell1-3/+3
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 Tridgell15-246/+449
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter1-6/+11
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2-0/+207
2003-11-21More work on eventlog - still doesn't work. (-:Tim Potter1-5/+19
2003-11-21avoid calling the print routines completely if debug level < 2Andrew Tridgell1-6/+7
2003-11-21only display really verbose packet dumps when smbtorture is run atAndrew Tridgell1-2/+6
2003-11-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell4-51/+89
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 Potter2-0/+33
2003-11-20added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell1-1/+29
2003-11-20* fixed libndr.h headerAndrew Tridgell2-33/+9
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell28-34000/+2
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell3-25/+25
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell11-10/+125
2003-11-20started on samr_SetUserInfo()Andrew Tridgell7-51/+603
2003-11-20fixed srvsvc_NetShareEnumAll()Andrew Tridgell3-158/+29
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe3-0/+169
2003-11-20Added ATSVC pipe.Tim Potter5-0/+673
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell4-15/+104
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell9-44/+83
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell3-6/+6
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell5-4/+72