Age | Commit message (Expand) | Author | Files | Lines |
2003-11-15 | added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1 | Andrew Tridgell | 1 | -2/+92 |
2003-11-15 | added samr_EnumDomainGroups and samr_EnumDomainUsers | Andrew Tridgell | 1 | -0/+59 |
2003-11-15 | added another 11 levels of QueryDomainInfo | Andrew Tridgell | 1 | -9/+16 |
2003-11-15 | added samr_OpenDomain() and samr_QueryDomainInfo() level 1 | Andrew Tridgell | 1 | -4/+63 |
2003-11-15 | run LookupDomain on each domain returned from EnumDomains in samr | Andrew Tridgell | 1 | -1/+42 |
2003-11-15 | added the first couple of calls from samr as IDL | Andrew Tridgell | 2 | -63/+101 |
2003-11-15 | Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx | Tim Potter | 1 | -0/+76 |
2003-11-15 | added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code | Andrew Tridgell | 1 | -0/+29 |
2003-11-14 | it turns out that all MS servers ignore the artifact struct_len fields | Andrew Tridgell | 1 | -0/+4 |
2003-11-14 | added the dfs_GetInfo all - all levels | Andrew Tridgell | 1 | -1/+90 |
2003-11-14 | * added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't work | Andrew Tridgell | 1 | -10/+21 |
2003-11-14 | * fixed lsa_LookupPrivName | Andrew Tridgell | 2 | -11/+11 |
2003-11-14 | we can now do a level1 NetDfsEnum() | Andrew Tridgell | 2 | -6/+25 |
2003-11-13 | fixed rpcecho EchoData debug code | Andrew Tridgell | 1 | -2/+2 |
2003-11-13 | * fixed conformant arrays in structures | Andrew Tridgell | 3 | -7/+130 |
2003-11-11 | added QueryPolicyInfo/PrimaryDomainInfo idl and test code | Andrew Tridgell | 1 | -0/+2 |
2003-11-11 | support lsa_AuditEventsInfo | Andrew Tridgell | 1 | -9/+14 |
2003-11-11 | start using automatic union printing | Andrew Tridgell | 1 | -5/+1 |
2003-11-11 | automatically generate ndr_print_*() functions for every IDL | Andrew Tridgell | 1 | -64/+18 |
2003-11-11 | started adding support for lsa_QueryInfoPolicy | Andrew Tridgell | 1 | -0/+35 |
2003-11-10 | added idl and test code for lsa_LookupPrivName() | Andrew Tridgell | 1 | -3/+29 |
2003-11-10 | added IDL and test for lsa_EnumAccountRights() | Andrew Tridgell | 1 | -1/+32 |
2003-11-10 | added IDL and test for lsa_EnumPrivsAccount() | Andrew Tridgell | 1 | -5/+41 |
2003-11-09 | - fixed lsa_EnumTrustDom | Andrew Tridgell | 1 | -11/+45 |
2003-11-09 | added lsa_EnumTrustDom | Andrew Tridgell | 1 | -0/+40 |
2003-11-09 | added lsa_EnumPrivs idl and test code | Andrew Tridgell | 1 | -1/+77 |
2003-11-09 | added a test for lsa_Close() | Andrew Tridgell | 1 | -0/+26 |
2003-11-09 | - added the rest of the LSA calls as stubs | Andrew Tridgell | 1 | -9/+9 |
2003-11-09 | converted the rpcecho pipe to use IDL | Andrew Tridgell | 1 | -23/+29 |
2003-11-09 | use a more consistent style for the client stubs | Andrew Tridgell | 1 | -17/+33 |
2003-11-09 | lsa_LookupNames now works | Andrew Tridgell | 1 | -1/+67 |
2003-11-09 | added idl, generated code and test code for lsa_LookupSids | Andrew Tridgell | 1 | -1/+60 |
2003-11-08 | - corrected some lsa idl | Andrew Tridgell | 1 | -7/+49 |
2003-11-04 | lsa_EnumSids() now works | Andrew Tridgell | 1 | -6/+71 |
2003-11-04 | lsa_OpenPolicy2 now works | Andrew Tridgell | 1 | -2/+44 |
2003-11-04 | yipee! we can now do lsaOpenPolicy() via the new interfaces, without | Andrew Tridgell | 2 | -31/+29 |
2003-11-04 | added support for fragmented sends | Andrew Tridgell | 1 | -6/+1 |
2003-11-04 | added fragmentation support on receive for dcerpc packets. I have | Andrew Tridgell | 1 | -5/+11 |
2003-11-03 | added SinkData and SourceData tests for rpcecho | Andrew Tridgell | 1 | -1/+71 |
2003-11-03 | added rpcecho EchoData test | Andrew Tridgell | 1 | -0/+42 |
2003-11-03 | added a helper function to make building rpc functions a bit easier | Andrew Tridgell | 1 | -12/+31 |
2003-11-03 | started adding RPC-ECHO torture cases | Andrew Tridgell | 2 | -4/+53 |
2003-11-03 | we only want the per-call stub data | Andrew Tridgell | 1 | -3/+2 |
2003-11-03 | a major revamp of the low level dcerpc code in samba4, We can now do a | Andrew Tridgell | 1 | -0/+79 |