Age | Commit message (Expand) | Author | Files | Lines |
2003-11-19 | started to expand the echo tests to include more interesting test | Andrew Tridgell | 2 | -24/+333 |
2003-11-19 | srvsvc IDL and test code from metze. Thanks! | Andrew Tridgell | 3 | -0/+6940 |
2003-11-19 | after discussions with lukeh, I think we found a alignment bug in old | Andrew Tridgell | 4 | -23/+111 |
2003-11-19 | removed an unused structure | Andrew Tridgell | 2 | -10/+0 |
2003-11-19 | change to AuditEventsInfo struct from lukeh | Andrew Tridgell | 2 | -30/+14 |
2003-11-19 | fixed country code field in samr_UserInfo5 | Andrew Tridgell | 2 | -3/+6 |
2003-11-19 | possibly better handling of NULL secdesc (thanks to lukeh) | Andrew Tridgell | 2 | -25/+50 |
2003-11-18 | added another wkssvc info level | Andrew Tridgell | 2 | -0/+153 |
2003-11-18 | added samr_CreateUser() samr_DeleteUser(). The test suite creates a | Andrew Tridgell | 3 | -108/+23 |
2003-11-18 | changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser(). | Andrew Tridgell | 4 | -342/+545 |
2003-11-18 | added samr_QuerySecurity() call that displays the ACL for any handle. | Andrew Tridgell | 2 | -0/+43 |
2003-11-18 | use the auto-generated UUID, version and name rather than listing them | Andrew Tridgell | 7 | -253/+291 |
2003-11-18 | fill in skeletons for the rest of the function calls in wkssvc (based | Andrew Tridgell | 2 | -28/+1639 |
2003-11-18 | * use the new auto-generated debug code method. | Andrew Tridgell | 7 | -22/+468 |
2003-11-17 | added wkssvc.idl and test code | Andrew Tridgell | 3 | -0/+191 |
2003-11-17 | * add another WERR err code | Andrew Tridgell | 9 | -1/+4623 |
2003-11-17 | use [subcontext] to make GetPrinter a bit easier in smbtorture | Andrew Tridgell | 5 | -249/+22 |
2003-11-17 | security descriptors are no longer a "special" type, they are handled | Andrew Tridgell | 13 | -534/+375 |
2003-11-17 | call OpenPrinterEx on each printer on the server, and then call | Andrew Tridgell | 4 | -24/+51 |
2003-11-17 | added OpenPrinter and a test function. Note that the Samba3 structure | Andrew Tridgell | 2 | -6/+25 |
2003-11-17 | * more info levels for EnumPrinter | Andrew Tridgell | 4 | -25/+376 |
2003-11-17 | nicer method of handling spoolss EnumPrinters | Andrew Tridgell | 11 | -74/+497 |
2003-11-16 | use nstring and [relative] to support levels 1 and 2 of EnumPrinters | Andrew Tridgell | 7 | -64/+431 |
2003-11-16 | added support for level1 of EnumPrinters in spoolss. This uses a | Andrew Tridgell | 11 | -176/+492 |
2003-11-16 | use the "subcontext" magic flag for sec_desc_buf | Andrew Tridgell | 6 | -66/+78 |
2003-11-16 | slightly more efficient strlen setting in lsa and samr strings (calls | Andrew Tridgell | 1 | -1/+1 |
2003-11-16 | Commit autogenerated code for EnumPrinters and ClosePrinter. | Tim Potter | 2 | -8/+43 |
2003-11-16 | Added push/pull routines for uint8_buf IDL type used for spoolss buffers, | Tim Potter | 2 | -0/+30 |
2003-11-15 | the returned policy handle in spoolss_OpenPrinterEx() is pass by | Andrew Tridgell | 1 | -10/+1 |
2003-11-15 | remember to samr_Close() policy handles after use | Andrew Tridgell | 2 | -0/+4 |
2003-11-15 | added OpenAlias and QueryAliasInfo levels 1 to 3 | Andrew Tridgell | 2 | -11/+185 |
2003-11-15 | added OpenGroup and QueryGroupInfo levels 1 to 4 | Andrew Tridgell | 2 | -32/+245 |
2003-11-15 | added UserInfo level 21 | Andrew Tridgell | 2 | -23/+223 |
2003-11-15 | added samr UserInfo levels 4 to 20 | Andrew Tridgell | 2 | -3/+640 |
2003-11-15 | added samr_UserInfo2 and samr_UserInfo3 | Andrew Tridgell | 4 | -1/+194 |
2003-11-15 | added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1 | Andrew Tridgell | 2 | -12/+141 |
2003-11-15 | added samr_EnumDomainGroups and samr_EnumDomainUsers | Andrew Tridgell | 2 | -27/+58 |
2003-11-15 | added another 11 levels of QueryDomainInfo | Andrew Tridgell | 6 | -81/+586 |
2003-11-15 | added samr_OpenDomain() and samr_QueryDomainInfo() level 1 | Andrew Tridgell | 2 | -8/+112 |
2003-11-15 | run LookupDomain on each domain returned from EnumDomains in samr | Andrew Tridgell | 3 | -21/+52 |
2003-11-15 | added the first couple of calls from samr as IDL | Andrew Tridgell | 3 | -0/+1799 |
2003-11-15 | Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx | Tim Potter | 3 | -0/+2504 |
2003-11-15 | added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code | Andrew Tridgell | 7 | -22/+176 |
2003-11-14 | it turns out that all MS servers ignore the artifact struct_len fields | Andrew Tridgell | 4 | -22/+10 |
2003-11-14 | added the dfs_GetInfo all - all levels | Andrew Tridgell | 4 | -323/+669 |
2003-11-14 | * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't work | Andrew Tridgell | 4 | -4/+533 |
2003-11-14 | * fixed lsa_LookupPrivName | Andrew Tridgell | 4 | -54/+530 |
2003-11-14 | we can now do a level1 NetDfsEnum() | Andrew Tridgell | 7 | -1012/+1438 |
2003-11-13 | * fixed conformant arrays in structures | Andrew Tridgell | 9 | -95/+421 |
2003-11-12 | lsa_PrivilegeSet seems to be a very strange beast indeed. It has a | Andrew Tridgell | 5 | -21/+60 |