summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-09- handle void functionsAndrew Tridgell4-46/+104
2003-11-09use a more consistent style for the client stubsAndrew Tridgell2-91/+47
2003-11-09get rid of some prototypes that aren't needed any moreAndrew Tridgell1-4/+0
2003-11-09lsa_LookupNames now worksAndrew Tridgell6-5/+262
2003-11-09added support for arrays as function arguments and for unistr_notermAndrew Tridgell2-8/+17
2003-11-09check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell1-1/+1
2003-11-09added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell7-3/+372
2003-11-09added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell2-9/+29
2003-11-08- include includes.hAndrew Tridgell3-19/+73
2003-11-08- more generation fixesAndrew Tridgell7-124/+46
2003-11-08- corrected some lsa idlAndrew Tridgell11-142/+465
2003-11-08- generate both the pull and push sideAndrew Tridgell3-98/+300
2003-11-06a bit of a tidy up before I add the ndr_pull_*() side of thingsAndrew Tridgell1-47/+21
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell20-244/+332
2003-11-06updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell6-77/+340
2003-11-06allow qfsinfo to continue with just 10 levels supported in the serverAndrew Tridgell1-1/+1
2003-11-05finished off the ndr_sec.c moduleAndrew Tridgell2-15/+164
2003-11-04fixed another error found by valgrindAndrew Tridgell2-5/+3
2003-11-04fixed some error found by valgrindAndrew Tridgell4-3/+11
2003-11-04lsa_EnumSids() now worksAndrew Tridgell6-8/+180
2003-11-04lsa_OpenPolicy2 now worksAndrew Tridgell5-12/+129
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell14-106/+459
2003-11-04added support for fragmented sendsAndrew Tridgell5-15/+86
2003-11-04added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell3-10/+199