summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell7-276/+25
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell16-542/+438
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell6-65/+72
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell5-18/+43
2003-11-17* more info levels for EnumPrinterAndrew Tridgell6-40/+418
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell12-81/+507
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell8-67/+496
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell13-224/+533
2003-11-16Initial version of printer info 1 for tridge.Tim Potter1-6/+48
2003-11-16ignore .pidl filesAndrew Tridgell1-0/+1
2003-11-16use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell7-66/+84
2003-11-16slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell3-3/+3
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter3-16/+51
2003-11-16Added push/pull routines for uint8_buf IDL type used for spoolss buffers,Tim Potter2-0/+30
2003-11-16Added IDL for EnumPrinters and ClosePrinter.Tim Potter1-8/+16
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell2-11/+2
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell3-1/+7
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell4-22/+229
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell4-42/+291
2003-11-15added UserInfo level 21Andrew Tridgell3-31/+270
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell3-7/+734
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell5-1/+226
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell4-27/+183