summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter1-0/+1
2003-11-20* fixed libndr.h headerAndrew Tridgell2-33/+9
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell18-27735/+0
2003-11-20extensive samr_SetUserInfo/samr_QueryUserInfo testing, withAndrew Tridgell2-20/+20
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell10-8/+124
2003-11-20started on samr_SetUserInfo()Andrew Tridgell5-42/+589
2003-11-20fixed srvsvc_NetShareEnumAll()Andrew Tridgell2-143/+20
2003-11-20Add a 1004 level for srvsvc.Richard Sharpe2-0/+159
2003-11-20Added ATSVC pipe.Tim Potter3-0/+520
2003-11-20added samr_LookupRids() and test codeAndrew Tridgell2-8/+84
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell7-34/+66
2003-11-20make the echo idl match the win32 IDL againAndrew Tridgell2-5/+5
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell3-3/+69
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell4-235/+23
2003-11-19fixed wkssvc idl and test code for TransportEnumAndrew Tridgell2-72/+19
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell13-873/+310
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell2-24/+333
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell3-0/+6940
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell4-23/+111
2003-11-19removed an unused structureAndrew Tridgell2-10/+0
2003-11-19change to AuditEventsInfo struct from lukehAndrew Tridgell2-30/+14
2003-11-19fixed country code field in samr_UserInfo5Andrew Tridgell2-3/+6
2003-11-19possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell2-25/+50
2003-11-18added another wkssvc info levelAndrew Tridgell2-0/+153
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell3-108/+23
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell4-342/+545
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell2-0/+43
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell7-253/+291
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell2-28/+1639
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell7-22/+468
2003-11-17added wkssvc.idl and test codeAndrew Tridgell3-0/+191
2003-11-17 * add another WERR err codeAndrew Tridgell9-1/+4623
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell5-249/+22
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell13-534/+375
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell4-24/+51
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2-6/+25
2003-11-17* more info levels for EnumPrinterAndrew Tridgell4-25/+376
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell11-74/+497
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell7-64/+431
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell11-176/+492
2003-11-16use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell6-66/+78
2003-11-16slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell1-1/+1
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter2-8/+43
2003-11-16Added push/pull routines for uint8_buf IDL type used for spoolss buffers,Tim Potter2-0/+30
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-10/+1
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell2-0/+4
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell2-11/+185
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell2-32/+245
2003-11-15added UserInfo level 21Andrew Tridgell2-23/+223
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell2-3/+640