summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * fixed lsa_LookupPrivNameAndrew Tridgell2003-11-148-72/+580
| | | | | * added levels 2 and 3 of dfs_Enum (This used to be commit 3fa61c19826cd1415f561e1e5c40adcc59d4abf2)
* fixed another problem with pointers to arrays in structuresAndrew Tridgell2003-11-141-7/+11
| | | | (This used to be commit cf880a83121421403db43ef87e95a5326e9c9cb8)
* we can now do a level1 NetDfsEnum()Andrew Tridgell2003-11-1412-1027/+1505
| | | | (This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
* fixed the handling of unions of pointersAndrew Tridgell2003-11-141-2/+6
| | | | (This used to be commit 7b0f2ccf07fc4f097c2abb4e8e63a5d457383a11)
* * differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell2003-11-141-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)
* fixed rpcecho EchoData debug codeAndrew Tridgell2003-11-131-2/+2
| | | | (This used to be commit 01cdcba5cdf742599f1ec1ad23c723523cd1e839)
* removed some obsolete .cvsignore filesAndrew Tridgell2003-11-132-2/+0
| | | | (This used to be commit 91aed7c6a63540c86ce71537079f628576b46ec1)
* removed a bunch of the old rpc code in preparation for replacing it all with ↵Andrew Tridgell2003-11-1347-69191/+16
| | | | | | auto-generated code (This used to be commit 874bf4689d2816474b33eb1ac21530186319ed62)
* more dfs workAndrew Tridgell2003-11-131-3/+2
| | | | (This used to be commit d9eb4511d0a51bafb53aa87ebb89ff03e0cbc46c)
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-1320-108/+721
| | | | | | | * expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)
* I think we now handle conformant arrays in structures correctly - theAndrew Tridgell2003-11-134-19/+155
| | | | | test cases pass (This used to be commit 22e15023509f8f1682865d72765e79f41ab7d149)
* lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell2003-11-126-23/+62
| | | | | constant sized array of size 1 at the end? (This used to be commit 2cc354bd82456cb5598eb4acb40a5ada1459d08d)
* handle constant sized arraysAndrew Tridgell2003-11-122-5/+29
| | | | (This used to be commit 673e7bcdc2d7ee949ca0f56f9ba3cd04b5c38397)
* added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell2003-11-117-27/+487
| | | | (This used to be commit b2ced24fc0be4944dd96f160e435f4c6773debcd)
* added support for 8 byte aligned HYPER_TAndrew Tridgell2003-11-112-3/+4
| | | | (This used to be commit 259d5d7a0e2fa51d5d2ee36431c9e89784ee4a0c)
* added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell2003-11-115-7/+101
| | | | (This used to be commit b754ad2eae517abacaa26d9e28a8bf6164274971)
* fixed the NDR structure alignment rulesAndrew Tridgell2003-11-112-1/+45
| | | | | still not perfect, but works for all the cases I have seen so far (This used to be commit ce15cc87fbbe8ee0d383ad115168e9be29fe9efc)
* support lsa_AuditEventsInfoAndrew Tridgell2003-11-115-9/+118
| | | | (This used to be commit 7e7cb975936252083c5c02a64c00ee2667099c22)
* fixed handling on pointers to arrays of structures in unionsAndrew Tridgell2003-11-112-1/+5
| | | | (This used to be commit a29145df04d08c13ee1b019b2de57ffd6883907a)
* start using automatic union printingAndrew Tridgell2003-11-115-31/+73
| | | | (This used to be commit e81040a902f67fd10ca1f9c9ca1c22bc95e36005)
* automatic printing of unionsAndrew Tridgell2003-11-112-5/+22
| | | | (This used to be commit 73b530075589f24f7bb9a001fde979ec6930d2bb)
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-118-64/+615
| | | | | | structure. This allows easy debug and test tool writing without having to write functions that print every element of complex structures. (This used to be commit 81d6181172e36c6fbae0907550a29511ce708574)
* started adding support for lsa_QueryInfoPolicyAndrew Tridgell2003-11-116-244/+179
| | | | (This used to be commit 5b2d577969103ed5c633ea993d476787af14fa93)
* - added support for the pull side of unionsAndrew Tridgell2003-11-115-81/+216
| | | | | | - don't generate parse functions for pull/push functions that are not used (This used to be commit 54613574bcd8b365c13848c6aa9366cadeb5da0e)
* added idl and test code for lsa_LookupPrivName()Andrew Tridgell2003-11-105-12/+65
| | | | (This used to be commit c742227ec31cbf9b0093b5259095c9812b341d8d)
* added IDL and test for lsa_EnumAccountRights()Andrew Tridgell2003-11-105-10/+139
| | | | | | interestingly, win2000 doesn't return the same list of rights via lsa_EnumAccountRights() and lsa_EnumPrivsAccount() (This used to be commit 447c5f13d40d05a49b8bfa1c28c2797371ff5352)
* added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell2003-11-105-17/+178
| | | | (This used to be commit f8bbce69bf43984ddf35c22cb6a9e6ef22f8f6f4)
* much cleaner handling of the different types of variablesAndrew Tridgell2003-11-104-85/+150
| | | | (This used to be commit 4df59bcff56a00e413fbde1a40ffebcb16763d3c)
* Add make rule for smbiconvJelmer Vernooij2003-11-092-1/+6
| | | | (This used to be commit 4c0226c71820c18725fd44dc66e1db36037c6a70)
* Remove check for SAM, which has already been removedJelmer Vernooij2003-11-091-18/+0
| | | | (This used to be commit db68d642d67125b2d7f8355d6c913719f8821a92)
* Add iconv test utilityJelmer Vernooij2003-11-091-0/+241
| | | | (This used to be commit 00807119eeb32dcf5f3b19fa08956fa9177405a5)
* Add check for precompiled headersJelmer Vernooij2003-11-092-0/+16
| | | | (This used to be commit e92e04b889d4d52fc4d6a7f484188ee2557aa708)
* - fixed lsa_EnumTrustDomAndrew Tridgell2003-11-096-51/+190
| | | | | | | - added lsa_OpenAccount - handle STATUS_SOME_UNMAPPED (This used to be commit e5d93cf996b3e9647ef0ca45f6aab7601369936b)
* added lsa_EnumTrustDomAndrew Tridgell2003-11-094-92/+159
| | | | (This used to be commit ef60a70912c70b11438b53ed033efe31f662143d)
* added lsa_EnumPrivs idl and test codeAndrew Tridgell2003-11-094-51/+230
| | | | (This used to be commit fe12f81ba4583b1121bf128db55c4763736a205c)
* added a test for lsa_Close()Andrew Tridgell2003-11-092-1/+31
| | | | (This used to be commit dbadbbf1a7de011305c7f9d5d8d92467cb6e1c61)
* i forgot to commit the rpcecho idl fileAndrew Tridgell2003-11-091-0/+26
| | | | (This used to be commit 6c50589a9c19bf14afd2ef9a2170561b336f469e)
* - added the rest of the LSA calls as stubsAndrew Tridgell2003-11-097-218/+1871
| | | | | - auto-generate the client calls with 'make idl' (This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
* added a module for auto-generating the client calls. We can now goAndrew Tridgell2003-11-093-3/+90
| | | | | | from IDL file to working Samba4 RPC client library in a completely automated fashion. (This used to be commit 566476b3ff91eaa02c4f3c494afbf9ac7c200461)
* converted the rpcecho pipe to use IDLAndrew Tridgell2003-11-098-265/+159
| | | | (This used to be commit 1b7a7bc4641e4f0e604bc20699c094fa5f49315d)
* - handle void functionsAndrew Tridgell2003-11-094-46/+104
| | | | | | | - bettenicer handling of PROPERTIES - handle size_is() on an out variable that refers to an in variable (This used to be commit 33d9b75783651ccb02f895bc9e0b0d0d59f67b1d)
* use a more consistent style for the client stubsAndrew Tridgell2003-11-092-91/+47
| | | | (This used to be commit 9946532f97bf8c820e8615dc6697f740144cd9d8)
* get rid of some prototypes that aren't needed any moreAndrew Tridgell2003-11-091-4/+0
| | | | (This used to be commit 6151e5a2144bbccedb76772ea2cebc9676977efd)
* lsa_LookupNames now worksAndrew Tridgell2003-11-096-5/+262
| | | | (This used to be commit fba3a7ad22edcbe394861e42b5e5c53709e9d5fe)
* added support for arrays as function arguments and for unistr_notermAndrew Tridgell2003-11-092-8/+17
| | | | (This used to be commit 7bb45a21aeb9ea653c86ae7aa45ceee850b4b255)
* check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell2003-11-091-1/+1
| | | | (This used to be commit 9aacdb5b8ac26a7a6337aeb23f63513fbd2236f6)
* added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell2003-11-097-3/+372
| | | | (This used to be commit afa1ff5f08fceba3d34b4e0965fe7e0c0143ede9)
* added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell2003-11-092-9/+29
| | | | | function arguments (This used to be commit 25be8dafdae65d9b6cbd04514290f1402e882f4e)
* - include includes.hAndrew Tridgell2003-11-083-19/+73
| | | | | | | - fix ref ptrs in push - add NTSTATUS return (This used to be commit cba9df9aa4cef7d35ae786a90d6c34b54e9a086a)
* - more generation fixesAndrew Tridgell2003-11-087-124/+46
| | | | | - added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)