summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented EnumForms and GetForm.Tim Potter2003-11-261-0/+17
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-262-77/+38
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-241-0/+3
* added tests for the remaining calls on the rpc management interfaceAndrew Tridgell2003-11-241-0/+32
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-243-6/+38
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-231-1/+1
* ooh, this is fun!Andrew Tridgell2003-11-233-5/+75
* * fixed null terminated string handlingAndrew Tridgell2003-11-222-3/+8
* * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2003-11-221-0/+3
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-224-28/+244
* added some explanations for epmapper IDL and dom_sid2Andrew Tridgell2003-11-221-1/+11
* cleaner handling of relative pointers to stringsAndrew Tridgell2003-11-211-3/+3
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-213-240/+270
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-211-0/+1
* avoid calling the print routines completely if debug level < 2Andrew Tridgell2003-11-211-6/+7
* only display really verbose packet dumps when smbtorture is run atAndrew Tridgell2003-11-211-2/+6
* added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell2003-11-212-46/+44
* Add initial work on eventlog - doesn't quite work yet.Tim Potter2003-11-201-0/+1
* * fixed libndr.h headerAndrew Tridgell2003-11-202-33/+9
* moved the pidl auto-generated files out of CVSAndrew Tridgell2003-11-2018-27735/+0
* extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell2003-11-202-20/+20
* * fixed level2 of QueryUserInfoAndrew Tridgell2003-11-2010-8/+124
* started on samr_SetUserInfo()Andrew Tridgell2003-11-205-42/+589
* fixed srvsvc_NetShareEnumAll()Andrew Tridgell2003-11-202-143/+20
* Add a 1004 level for srvsvc.Richard Sharpe2003-11-202-0/+159
* Added ATSVC pipe.Tim Potter2003-11-203-0/+520
* added samr_LookupRids() and test codeAndrew Tridgell2003-11-202-8/+84
* added samr_LookupNames() and test codeAndrew Tridgell2003-11-207-34/+66
* make the echo idl match the win32 IDL againAndrew Tridgell2003-11-202-5/+5
* EnumPrinterData in spoolss now worksAndrew Tridgell2003-11-203-3/+69
* * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell2003-11-204-235/+23
* fixed wkssvc idl and test code for TransportEnumAndrew Tridgell2003-11-192-72/+19
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-1913-873/+310
* started to expand the echo tests to include more interesting testAndrew Tridgell2003-11-192-24/+333
* srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2003-11-193-0/+6940
* after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell2003-11-194-23/+111
* removed an unused structureAndrew Tridgell2003-11-192-10/+0
* change to AuditEventsInfo struct from lukehAndrew Tridgell2003-11-192-30/+14
* fixed country code field in samr_UserInfo5Andrew Tridgell2003-11-192-3/+6
* possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell2003-11-192-25/+50
* added another wkssvc info levelAndrew Tridgell2003-11-182-0/+153
* added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell2003-11-183-108/+23
* changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2003-11-184-342/+545
* added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell2003-11-182-0/+43
* use the auto-generated UUID, version and name rather than listing themAndrew Tridgell2003-11-187-253/+291
* fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell2003-11-182-28/+1639
* * use the new auto-generated debug code method.Andrew Tridgell2003-11-187-22/+468
* added wkssvc.idl and test codeAndrew Tridgell2003-11-173-0/+191
* * add another WERR err codeAndrew Tridgell2003-11-179-1/+4623
* use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2003-11-175-249/+22