summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-221-19/+19
* dfs torture test now passesAndrew Tridgell2003-11-221-7/+6
* * fixed NDR flag inheritance across push subcontextsAndrew Tridgell2003-11-222-0/+11
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-227-39/+409
* * 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-222-1/+24
* cleaner handling of relative pointers to stringsAndrew Tridgell2003-11-211-3/+3
* 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-2115-246/+449
* Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2003-11-211-6/+11
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-212-0/+207
* More work on eventlog - still doesn't work. (-:Tim Potter2003-11-211-5/+19
* 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-214-51/+89
* 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-202-0/+33
* added samr_QueryDisplayInfo() (only level 1 so far)Andrew Tridgell2003-11-201-1/+29
* * fixed libndr.h headerAndrew Tridgell2003-11-202-33/+9
* moved the pidl auto-generated files out of CVSAndrew Tridgell2003-11-2028-34000/+2
* extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell2003-11-203-25/+25
* * fixed level2 of QueryUserInfoAndrew Tridgell2003-11-2011-10/+125
* started on samr_SetUserInfo()Andrew Tridgell2003-11-207-51/+603
* fixed srvsvc_NetShareEnumAll()Andrew Tridgell2003-11-203-158/+29
* Add a 1004 level for srvsvc.Richard Sharpe2003-11-203-0/+169
* Added ATSVC pipe.Tim Potter2003-11-205-0/+673
* added samr_LookupRids() and test codeAndrew Tridgell2003-11-204-15/+104
* added samr_LookupNames() and test codeAndrew Tridgell2003-11-209-44/+83
* make the echo idl match the win32 IDL againAndrew Tridgell2003-11-203-6/+6
* EnumPrinterData in spoolss now worksAndrew Tridgell2003-11-205-4/+72
* * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell2003-11-2010-357/+127
* fixed wkssvc idl and test code for TransportEnumAndrew Tridgell2003-11-193-79/+21
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-1915-919/+335
* 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-194-26/+407
* srvsvc IDL and test code from metze. Thanks!Andrew Tridgell2003-11-195-0/+8418
* after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell2003-11-195-26/+116
* removed an unused structureAndrew Tridgell2003-11-193-14/+0
* change to AuditEventsInfo struct from lukehAndrew Tridgell2003-11-193-33/+16
* fixed country code field in samr_UserInfo5Andrew Tridgell2003-11-193-4/+8
* possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell2003-11-193-27/+57
* separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell2003-11-192-2/+4
* added a thanks to Todd Sabin (with his permission)Andrew Tridgell2003-11-181-0/+5
* added another wkssvc info levelAndrew Tridgell2003-11-183-0/+196
* added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell2003-11-185-114/+28
* changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell2003-11-188-596/+822
* Working on EnumPrinterData. There appears to be an alignment problemTim Potter2003-11-181-5/+4