summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell10-357/+127
2003-11-19fixed wkssvc idl and test code for TransportEnumAndrew Tridgell3-79/+21
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell15-919/+335
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 Tridgell4-26/+407
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell5-0/+8418
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell5-26/+116
2003-11-19removed an unused structureAndrew Tridgell3-14/+0
2003-11-19change to AuditEventsInfo struct from lukehAndrew Tridgell3-33/+16
2003-11-19fixed country code field in samr_UserInfo5Andrew Tridgell3-4/+8
2003-11-19possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell3-27/+57
2003-11-19separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell2-2/+4
2003-11-18added a thanks to Todd Sabin (with his permission)Andrew Tridgell1-0/+5
2003-11-18added another wkssvc info levelAndrew Tridgell3-0/+196
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell5-114/+28
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell8-596/+822
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 Tridgell3-1/+49
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell12-298/+317
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell4-33/+2394
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 Tridgell16-926/+3015
2003-11-17added wkssvc.idl and test codeAndrew Tridgell5-0/+239
2003-11-17 * add another WERR err codeAndrew Tridgell10-1/+4628