summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-28Initial version of raw dcerpc client support.Tim Potter1-0/+222
2003-10-28Add data structures for initial dcerpc support.Tim Potter2-0/+94
2003-10-28Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2-9/+55
2003-10-10fixed snprintf.c for systems that have only some of the *printf() family of f...Andrew Tridgell4-13/+19
2003-09-29Update MySQL configuration scripts, add module macrosJelmer Vernooij1-131/+46
2003-09-29Remove obsolete fileJelmer Vernooij2-240/+0
2003-09-29better child synchronisation at startup in NBENCHAndrew Tridgell1-8/+18
2003-09-29- use deltree to setup base directoryAndrew Tridgell1-3/+6
2003-09-18Quieten a compiler warning.Tim Potter1-0/+3
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell15-140/+161
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell8-35/+125
2003-08-29expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell1-1/+7
2003-08-23fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell1-1/+3