summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
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
2003-08-15a few build fixes to try to get irix buildingAndrew Tridgell4-120/+8
2003-08-15try to cope with servers that return a blank alt_name fieldAndrew Tridgell1-1/+5
2003-08-15some servers don't return a fs_type and dev_typeAndrew Tridgell1-2/+6
2003-08-15fixed a comment typoAndrew Tridgell1-2/+2
2003-08-15nicer formatting in getattreAndrew Tridgell1-6/+6
2003-08-15don't give detailed errors for levels that failAndrew Tridgell1-1/+2
2003-08-15test resume by name before resume by flagsAndrew Tridgell1-1/+1
2003-08-15Print out position info, ensure NT_RENAME info level only worksJeremy Allison2-0/+7
2003-08-14client/client.c - cannot initialize struct with non-const valuesHerb Lewis5-9/+10
2003-08-14Extended seek tests to check position information.Jeremy Allison1-0/+30
2003-08-14fixed allinfo bug reported by metzeAndrew Tridgell1-1/+1
2003-08-14added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell3-2/+74