Age | Commit message (Expand) | Author | Files | Lines |
2003-11-15 | added samr_UserInfo2 and samr_UserInfo3 | Andrew Tridgell | 6 | -11/+242 |
2003-11-15 | added support for varying conformant arrays (needed for samr | Andrew Tridgell | 2 | -5/+34 |
2003-11-15 | added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1 | Andrew Tridgell | 5 | -29/+275 |
2003-11-15 | added samr_EnumDomainGroups and samr_EnumDomainUsers | Andrew Tridgell | 5 | -37/+140 |
2003-11-15 | added another 11 levels of QueryDomainInfo | Andrew Tridgell | 8 | -90/+686 |
2003-11-15 | fixed alignment of the buffers part structures | Andrew Tridgell | 1 | -3/+4 |
2003-11-15 | added samr_OpenDomain() and samr_QueryDomainInfo() level 1 | Andrew Tridgell | 5 | -22/+207 |
2003-11-15 | run LookupDomain on each domain returned from EnumDomains in samr | Andrew Tridgell | 8 | -36/+133 |
2003-11-15 | support a new value() attribute that allows us to auto-fill certain | Andrew Tridgell | 3 | -3/+17 |
2003-11-15 | added the first couple of calls from samr as IDL | Andrew Tridgell | 9 | -66/+3178 |
2003-11-15 | Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx | Tim Potter | 8 | -3/+4453 |
2003-11-15 | Fix bug in generation of function ndr_pull code generation. This patch | Tim Potter | 1 | -1/+3 |
2003-11-15 | added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code | Andrew Tridgell | 9 | -23/+210 |
2003-11-14 | it turns out that all MS servers ignore the artifact struct_len fields | Andrew Tridgell | 9 | -87/+22 |
2003-11-14 | added the dfs_GetInfo all - all levels | Andrew Tridgell | 7 | -365/+826 |
2003-11-14 | * make pidl.pl exit with an error on a parse error | Andrew Tridgell | 2 | -4/+9 |
2003-11-14 | * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't work | Andrew Tridgell | 7 | -16/+594 |
2003-11-14 | * fixed lsa_LookupPrivName | Andrew Tridgell | 8 | -72/+580 |
2003-11-14 | fixed another problem with pointers to arrays in structures | Andrew Tridgell | 1 | -7/+11 |
2003-11-14 | we can now do a level1 NetDfsEnum() | Andrew Tridgell | 12 | -1027/+1505 |
2003-11-14 | fixed the handling of unions of pointers | Andrew Tridgell | 1 | -2/+6 |
2003-11-14 | * differentiate between pointers and non-pointers in switch_is union | Andrew Tridgell | 1 | -30/+87 |
2003-11-13 | fixed rpcecho EchoData debug code | Andrew Tridgell | 1 | -2/+2 |
2003-11-13 | removed some obsolete .cvsignore files | Andrew Tridgell | 2 | -2/+0 |
2003-11-13 | removed a bunch of the old rpc code in preparation for replacing it all with ... | Andrew Tridgell | 47 | -69191/+16 |
2003-11-13 | more dfs work | Andrew Tridgell | 1 | -3/+2 |
2003-11-13 | * fixed conformant arrays in structures | Andrew Tridgell | 20 | -108/+721 |
2003-11-13 | I think we now handle conformant arrays in structures correctly - the | Andrew Tridgell | 4 | -19/+155 |
2003-11-12 | lsa_PrivilegeSet seems to be a very strange beast indeed. It has a | Andrew Tridgell | 6 | -23/+62 |
2003-11-12 | handle constant sized arrays | Andrew Tridgell | 2 | -5/+29 |
2003-11-11 | added 9 more info levels to lsa_QueryInfoPolicy | Andrew Tridgell | 7 | -27/+487 |
2003-11-11 | added support for 8 byte aligned HYPER_T | Andrew Tridgell | 2 | -3/+4 |
2003-11-11 | added QueryPolicyInfo/PrimaryDomainInfo idl and test code | Andrew Tridgell | 5 | -7/+101 |
2003-11-11 | fixed the NDR structure alignment rules | Andrew Tridgell | 2 | -1/+45 |
2003-11-11 | support lsa_AuditEventsInfo | Andrew Tridgell | 5 | -9/+118 |
2003-11-11 | fixed handling on pointers to arrays of structures in unions | Andrew Tridgell | 2 | -1/+5 |
2003-11-11 | start using automatic union printing | Andrew Tridgell | 5 | -31/+73 |
2003-11-11 | automatic printing of unions | Andrew Tridgell | 2 | -5/+22 |
2003-11-11 | automatically generate ndr_print_*() functions for every IDL | Andrew Tridgell | 8 | -64/+615 |
2003-11-11 | started adding support for lsa_QueryInfoPolicy | Andrew Tridgell | 6 | -244/+179 |
2003-11-11 | - added support for the pull side of unions | Andrew Tridgell | 5 | -81/+216 |
2003-11-10 | added idl and test code for lsa_LookupPrivName() | Andrew Tridgell | 5 | -12/+65 |
2003-11-10 | added IDL and test for lsa_EnumAccountRights() | Andrew Tridgell | 5 | -10/+139 |
2003-11-10 | added IDL and test for lsa_EnumPrivsAccount() | Andrew Tridgell | 5 | -17/+178 |
2003-11-10 | much cleaner handling of the different types of variables | Andrew Tridgell | 4 | -85/+150 |
2003-11-09 | Add make rule for smbiconv | Jelmer Vernooij | 2 | -1/+6 |
2003-11-09 | Remove check for SAM, which has already been removed | Jelmer Vernooij | 1 | -18/+0 |
2003-11-09 | Add iconv test utility | Jelmer Vernooij | 1 | -0/+241 |
2003-11-09 | Add check for precompiled headers | Jelmer Vernooij | 2 | -0/+16 |
2003-11-09 | - fixed lsa_EnumTrustDom | Andrew Tridgell | 6 | -51/+190 |