summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-16slightly more efficient strlen setting in lsa and samr strings (callsAndrew Tridgell3-3/+3
strlen_m() once, not twice) (This used to be commit 468c2dc632703e6956428fb5f1da4044709b8f6f)
2003-11-16fixed the handling of much more general C expressions in value()Andrew Tridgell1-2/+7
statements (This used to be commit 8b38041f6530e42c5d294a5947c15a7f6a2d3c61)
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter3-16/+51
(This used to be commit 1a0271fc3402ab7bd7bb004be8f833dfb8a1724f)
2003-11-16Added push/pull routines for uint8_buf IDL type used for spoolss buffers,Tim Potter2-0/+30
and possibly other places. (This used to be commit 8fcac6742f7b34d85ca7456aa33ffad88281d397)
2003-11-16Added tests for EnumPrinters and ClosePrinter.Tim Potter1-6/+72
(This used to be commit 9f3b84c7d7a7e6316b2cc051b01efcfb679534ad)
2003-11-16Added IDL for EnumPrinters and ClosePrinter.Tim Potter1-8/+16
(This used to be commit 5eba47a4a3c01d362d446d1db3c17dcb802c97b0)
2003-11-15run the basic build tests on sub-builds like "make torture" as wellAndrew Tridgell1-2/+4
(This used to be commit 67e826923cffdeba91319a4845681a5a586bce49)
2003-11-15simple method for auto-building rpc files if idl changes, andAndrew Tridgell2-5/+15
auto-building proto.h if it doesn't exist. This should make life a little easier for developers (This used to be commit ab5939e79600841c5e7e31e9da8742bf2da4a184)
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell3-11/+5
reference (tim, my apoligies if this conflicts with an uncomitted fix from you) (This used to be commit fa0872e66359603a52813af13b45fdaeca98f5d0)
2003-11-15remember to samr_Close() policy handles after useAndrew Tridgell4-6/+53
(This used to be commit 8b4e5c65e0e18657befbd5eba2d195c2751dcf7f)
2003-11-15added OpenAlias and QueryAliasInfo levels 1 to 3Andrew Tridgell5-23/+298
(This used to be commit 2ed8cfdf6662f74808df67e3e9d03cf03f765569)
2003-11-15added OpenGroup and QueryGroupInfo levels 1 to 4Andrew Tridgell5-45/+363
(This used to be commit ffe4fcaab0fe4f6e0f64fb2d57c77442aa2e1f6f)
2003-11-15don't encode my own servers name in the test :)Andrew Tridgell1-1/+1
(This used to be commit bcc87ab8c0a5a51c4af13a7985f31e16c168957c)
2003-11-15added UserInfo level 21Andrew Tridgell4-32/+271
(This used to be commit b90eff794f083029c568d3ec4ec2a7d2f7741139)
2003-11-15added samr UserInfo levels 4 to 20Andrew Tridgell4-8/+736
(This used to be commit 5bbe63a7bbd4623dbbab7f74c00c7998d469571c)
2003-11-15added samr_UserInfo2 and samr_UserInfo3Andrew Tridgell6-11/+242
(This used to be commit 5e852f694c039ae8bde3490be9e0c4959c1e93f0)
2003-11-15added support for varying conformant arrays (needed for samrAndrew Tridgell2-5/+34
userinfo3) (This used to be commit f5b577a2b9d8084c8ee3f5b646b059c3297695b4)
2003-11-15added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1Andrew Tridgell5-29/+275
(This used to be commit e7edeec60e274c1460f7c8cc0fb4121b37e1bcd7)
2003-11-15added samr_EnumDomainGroups and samr_EnumDomainUsersAndrew Tridgell5-37/+140
(This used to be commit f8d690fb2bc0afcc8267caa4edcbeed9463594e5)
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell8-90/+686
(This used to be commit 219cfabaeb38c5fd2fcabd1e6f05da206bab21e4)
2003-11-15fixed alignment of the buffers part structuresAndrew Tridgell1-3/+4
(This used to be commit f38ecd7ff7c2b2b36995e53af544cb99f0c084e0)
2003-11-15added samr_OpenDomain() and samr_QueryDomainInfo() level 1Andrew Tridgell5-22/+207
(This used to be commit 2d9c055c1be7187ae890e46edba74bf4fedbc9db)
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell8-36/+133
(This used to be commit 947b9f8ced486d34ee6710a921fb985ea14e2bb1)
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell3-3/+17
elements. Used at the moment for string lengths. the regular expression isn't right, but it works for the case I need. Perl expert needed :) (This used to be commit c7ddd6b2aadeb3bbd2ad520a9e074866b434cbba)
2003-11-15added the first couple of calls from samr as IDLAndrew Tridgell9-66/+3178
samr_EnumDomains() works nicely (This used to be commit 7c162eaf3bb0195f9a2da05d6acd3c8e620f08d1)
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter8-3/+4453
works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
2003-11-15Fix bug in generation of function ndr_pull code generation. This patchTim Potter1-1/+3
makes the code symmetric with the ndr_push code. (This used to be commit 4a6f192ff8396c644520050041a740856d72d40b)
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell9-23/+210
also adding printing of security descriptors (This used to be commit 1f93cbc1d597b973ab1a5005ede093c1bcefff87)
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell9-87/+22
in OpenPolicy and OpenPolicy2, so we don't in fact need the [struct_len] attribute. This makes our IDL much closer to the MS IDL. (This used to be commit f0a8f063a680b5d0a68c5ac7cccf9c9a13adfb81)
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell7-365/+826
(This used to be commit 638eae6bae76eba5494e75fb7f3da8b1c205f892)
2003-11-14* make pidl.pl exit with an error on a parse errorAndrew Tridgell2-4/+9
* fixed a buffers/scalars bug in structures (This used to be commit e66daf527357c65228db55a3d3319a0c20d8f51c)
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell7-16/+594
properly, I'm still investigating that. * changed dcerpc fault status code to NT_STATUS_NETWORK_WRITE_FAULT, which I think is a better mapping (This used to be commit 9ad28f6ddbb777de7cac11e71c392b508c81b741)
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell8-72/+580
* added levels 2 and 3 of dfs_Enum (This used to be commit 3fa61c19826cd1415f561e1e5c40adcc59d4abf2)
2003-11-14fixed another problem with pointers to arrays in structuresAndrew Tridgell1-7/+11
(This used to be commit cf880a83121421403db43ef87e95a5326e9c9cb8)
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell12-1027/+1505
(This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
2003-11-14fixed the handling of unions of pointersAndrew Tridgell1-2/+6
(This used to be commit 7b0f2ccf07fc4f097c2abb4e8e63a5d457383a11)
2003-11-14* differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell1-30/+87
elements in structures * layout the pull/push/print generated functions with all push together, all pull together etc, as this makes for easier debugging (note that I have no redirected commit messages for pidl to the samba-cvs mailing list, so you may be seeing these messages for the first time. See the pidl cvs repository for details on pidl) (This used to be commit b5888b53157c539242ce84c07415e0b0d84dc264)
2003-11-13fixed rpcecho EchoData debug codeAndrew Tridgell1-2/+2
(This used to be commit 01cdcba5cdf742599f1ec1ad23c723523cd1e839)
2003-11-13removed some obsolete .cvsignore filesAndrew Tridgell2-2/+0
(This used to be commit 91aed7c6a63540c86ce71537079f628576b46ec1)
2003-11-13removed a bunch of the old rpc code in preparation for replacing it all with ↵Andrew Tridgell47-69191/+16
auto-generated code (This used to be commit 874bf4689d2816474b33eb1ac21530186319ed62)
2003-11-13more dfs workAndrew Tridgell1-3/+2
(This used to be commit d9eb4511d0a51bafb53aa87ebb89ff03e0cbc46c)
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell20-108/+721
* expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell4-19/+155
test cases pass (This used to be commit 22e15023509f8f1682865d72765e79f41ab7d149)
2003-11-12lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell6-23/+62
constant sized array of size 1 at the end? (This used to be commit 2cc354bd82456cb5598eb4acb40a5ada1459d08d)
2003-11-12handle constant sized arraysAndrew Tridgell2-5/+29
(This used to be commit 673e7bcdc2d7ee949ca0f56f9ba3cd04b5c38397)
2003-11-11added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell7-27/+487
(This used to be commit b2ced24fc0be4944dd96f160e435f4c6773debcd)
2003-11-11added support for 8 byte aligned HYPER_TAndrew Tridgell2-3/+4
(This used to be commit 259d5d7a0e2fa51d5d2ee36431c9e89784ee4a0c)
2003-11-11added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell5-7/+101
(This used to be commit b754ad2eae517abacaa26d9e28a8bf6164274971)
2003-11-11fixed the NDR structure alignment rulesAndrew Tridgell2-1/+45
still not perfect, but works for all the cases I have seen so far (This used to be commit ce15cc87fbbe8ee0d383ad115168e9be29fe9efc)
2003-11-11support lsa_AuditEventsInfoAndrew Tridgell5-9/+118
(This used to be commit 7e7cb975936252083c5c02a64c00ee2667099c22)