summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell8-36/+133
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell3-3/+17
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell9-66/+3178
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter8-3/+4453
2003-11-15Fix bug in generation of function ndr_pull code generation. This patchTim Potter1-1/+3
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell9-23/+210
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell9-87/+22
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell7-365/+826
2003-11-14* make pidl.pl exit with an error on a parse errorAndrew Tridgell2-4/+9
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell7-16/+594
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell8-72/+580
2003-11-14fixed another problem with pointers to arrays in structuresAndrew Tridgell1-7/+11
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell12-1027/+1505
2003-11-14fixed the handling of unions of pointersAndrew Tridgell1-2/+6
2003-11-14* differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell1-30/+87
2003-11-13fixed rpcecho EchoData debug codeAndrew Tridgell1-2/+2
2003-11-13removed some obsolete .cvsignore filesAndrew Tridgell2-2/+0
2003-11-13removed a bunch of the old rpc code in preparation for replacing it all with ...Andrew Tridgell47-69191/+16
2003-11-13more dfs workAndrew Tridgell1-3/+2
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell20-108/+721
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell4-19/+155
2003-11-12lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell6-23/+62
2003-11-12handle constant sized arraysAndrew Tridgell2-5/+29
2003-11-11added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell7-27/+487
2003-11-11added support for 8 byte aligned HYPER_TAndrew Tridgell2-3/+4
2003-11-11added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell5-7/+101
2003-11-11fixed the NDR structure alignment rulesAndrew Tridgell2-1/+45
2003-11-11support lsa_AuditEventsInfoAndrew Tridgell5-9/+118
2003-11-11fixed handling on pointers to arrays of structures in unionsAndrew Tridgell2-1/+5
2003-11-11start using automatic union printingAndrew Tridgell5-31/+73
2003-11-11automatic printing of unionsAndrew Tridgell2-5/+22
2003-11-11automatically generate ndr_print_*() functions for every IDLAndrew Tridgell8-64/+615
2003-11-11started adding support for lsa_QueryInfoPolicyAndrew Tridgell6-244/+179
2003-11-11- added support for the pull side of unionsAndrew Tridgell5-81/+216
2003-11-10added idl and test code for lsa_LookupPrivName()Andrew Tridgell5-12/+65
2003-11-10added IDL and test for lsa_EnumAccountRights()Andrew Tridgell5-10/+139
2003-11-10added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell5-17/+178
2003-11-10much cleaner handling of the different types of variablesAndrew Tridgell4-85/+150
2003-11-09Add make rule for smbiconvJelmer Vernooij2-1/+6
2003-11-09Remove check for SAM, which has already been removedJelmer Vernooij1-18/+0
2003-11-09Add iconv test utilityJelmer Vernooij1-0/+241
2003-11-09Add check for precompiled headersJelmer Vernooij2-0/+16
2003-11-09- fixed lsa_EnumTrustDomAndrew Tridgell6-51/+190
2003-11-09added lsa_EnumTrustDomAndrew Tridgell4-92/+159
2003-11-09added lsa_EnumPrivs idl and test codeAndrew Tridgell4-51/+230
2003-11-09added a test for lsa_Close()Andrew Tridgell2-1/+31
2003-11-09i forgot to commit the rpcecho idl fileAndrew Tridgell1-0/+26
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell7-218/+1871
2003-11-09added a module for auto-generating the client calls. We can now goAndrew Tridgell3-3/+90
2003-11-09converted the rpcecho pipe to use IDLAndrew Tridgell8-265/+159