summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * fixed lsa_LookupPrivNameAndrew Tridgell2003-11-148-72/+580
* fixed another problem with pointers to arrays in structuresAndrew Tridgell2003-11-141-7/+11
* we can now do a level1 NetDfsEnum()Andrew Tridgell2003-11-1412-1027/+1505
* fixed the handling of unions of pointersAndrew Tridgell2003-11-141-2/+6
* * differentiate between pointers and non-pointers in switch_is unionAndrew Tridgell2003-11-141-30/+87
* fixed rpcecho EchoData debug codeAndrew Tridgell2003-11-131-2/+2
* removed some obsolete .cvsignore filesAndrew Tridgell2003-11-132-2/+0
* removed a bunch of the old rpc code in preparation for replacing it all with ...Andrew Tridgell2003-11-1347-69191/+16
* more dfs workAndrew Tridgell2003-11-131-3/+2
* * fixed conformant arrays in structuresAndrew Tridgell2003-11-1320-108/+721
* I think we now handle conformant arrays in structures correctly - theAndrew Tridgell2003-11-134-19/+155
* lsa_PrivilegeSet seems to be a very strange beast indeed. It has aAndrew Tridgell2003-11-126-23/+62
* handle constant sized arraysAndrew Tridgell2003-11-122-5/+29
* added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell2003-11-117-27/+487
* added support for 8 byte aligned HYPER_TAndrew Tridgell2003-11-112-3/+4
* added QueryPolicyInfo/PrimaryDomainInfo idl and test codeAndrew Tridgell2003-11-115-7/+101
* fixed the NDR structure alignment rulesAndrew Tridgell2003-11-112-1/+45
* support lsa_AuditEventsInfoAndrew Tridgell2003-11-115-9/+118
* fixed handling on pointers to arrays of structures in unionsAndrew Tridgell2003-11-112-1/+5
* start using automatic union printingAndrew Tridgell2003-11-115-31/+73
* automatic printing of unionsAndrew Tridgell2003-11-112-5/+22
* automatically generate ndr_print_*() functions for every IDLAndrew Tridgell2003-11-118-64/+615
* started adding support for lsa_QueryInfoPolicyAndrew Tridgell2003-11-116-244/+179
* - added support for the pull side of unionsAndrew Tridgell2003-11-115-81/+216
* added idl and test code for lsa_LookupPrivName()Andrew Tridgell2003-11-105-12/+65
* added IDL and test for lsa_EnumAccountRights()Andrew Tridgell2003-11-105-10/+139
* added IDL and test for lsa_EnumPrivsAccount()Andrew Tridgell2003-11-105-17/+178
* much cleaner handling of the different types of variablesAndrew Tridgell2003-11-104-85/+150
* Add make rule for smbiconvJelmer Vernooij2003-11-092-1/+6
* Remove check for SAM, which has already been removedJelmer Vernooij2003-11-091-18/+0
* Add iconv test utilityJelmer Vernooij2003-11-091-0/+241
* Add check for precompiled headersJelmer Vernooij2003-11-092-0/+16
* - fixed lsa_EnumTrustDomAndrew Tridgell2003-11-096-51/+190
* added lsa_EnumTrustDomAndrew Tridgell2003-11-094-92/+159
* added lsa_EnumPrivs idl and test codeAndrew Tridgell2003-11-094-51/+230
* added a test for lsa_Close()Andrew Tridgell2003-11-092-1/+31
* i forgot to commit the rpcecho idl fileAndrew Tridgell2003-11-091-0/+26
* - added the rest of the LSA calls as stubsAndrew Tridgell2003-11-097-218/+1871
* added a module for auto-generating the client calls. We can now goAndrew Tridgell2003-11-093-3/+90
* converted the rpcecho pipe to use IDLAndrew Tridgell2003-11-098-265/+159
* - handle void functionsAndrew Tridgell2003-11-094-46/+104
* use a more consistent style for the client stubsAndrew Tridgell2003-11-092-91/+47
* get rid of some prototypes that aren't needed any moreAndrew Tridgell2003-11-091-4/+0
* lsa_LookupNames now worksAndrew Tridgell2003-11-096-5/+262
* added support for arrays as function arguments and for unistr_notermAndrew Tridgell2003-11-092-8/+17
* check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell2003-11-091-1/+1
* added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell2003-11-097-3/+372
* added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell2003-11-092-9/+29
* - include includes.hAndrew Tridgell2003-11-083-19/+73
* - more generation fixesAndrew Tridgell2003-11-087-124/+46