summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28added some NTVFS info, and started the process model sectionAndrew Tridgell1-14/+132
2003-10-27the beginnings of a samba4 programming guideAndrew Tridgell1-0/+569
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
2003-08-17Remove some obsolete files (like in samba3)Jelmer Vernooij15-7458/+0
2003-08-17Sync autogen.sh from samba3Jelmer Vernooij1-16/+40
2003-08-16Add script that reports unused macros/definesJelmer Vernooij1-0/+33
2003-08-16Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij1-0/+30
2003-08-15don't leak memory if cli->tree is NULLHerb Lewis1-3/+5
2003-08-15don't dereference null pointerHerb Lewis1-1/+1
2003-08-15ascii/unicode fixes in ascii mode found by smbtortureAndrew Tridgell1-6/+6
2003-08-15- patch to fix a memory leak from metzeAndrew Tridgell4-19/+9
2003-08-15fix handling of parametric smb.conf parms with embedded spacesAndrew Tridgell1-1/+4
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell19-41/+27
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell41-47/+43
2003-08-15wrong typecastHerb Lewis1-1/+1
2003-08-15fixed an enumerated type error found on irixAndrew Tridgell1-1/+1
2003-08-15cast to get rid of warningsHerb Lewis1-1/+1
2003-08-15IRIX already defines uint_tHerb Lewis1-0/+2
2003-08-15signed bitfields cannot be 1 bit longHerb Lewis1-7/+7
2003-08-15fix IRIX buildHerb Lewis1-0/+4
2003-08-15rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis3-14/+14
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell4-4/+5