summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-03added SinkData and SourceData tests for rpcechoAndrew Tridgell5-2/+185
2003-11-03added rpcecho EchoData testAndrew Tridgell5-1/+133
2003-11-03actually use the passed parameters!Andrew Tridgell1-3/+3
2003-11-03added a helper function to make building rpc functions a bit easierAndrew Tridgell4-44/+97
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell11-19/+245
2003-11-03we only want the per-call stub dataAndrew Tridgell2-9/+23
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell20-825/+1403
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell13-17/+704
2003-10-29much better synchronised startup in smbtorture - this allows us to runAndrew Tridgell1-2/+8
2003-10-28Add RPC-OPEN test as an example for using the new dcerpc client code.Tim Potter2-1/+81
2003-10-28A fix for making transfer syntax a pointer instead of an array of pointersTim Potter1-2/+2
2003-10-28Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively.Tim Potter1-2/+2
2003-10-28Cli level code for initial dcerpc client support.Tim Potter1-0/+254