summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-14added SMBopen to gentestAndrew Tridgell1-0/+35
2003-08-14added seek to gentestAndrew Tridgell1-0/+23
2003-08-14added read/write seek testingAndrew Tridgell1-1/+25
2003-08-14File is part of the HOWTO CollectionJelmer Vernooij1-32/+0
2003-08-13- added a raw smb scannerAndrew Tridgell6-3/+88
2003-08-13- added test for position_information via pathsAndrew Tridgell1-0/+20
2003-08-13- expanded the ntrename testAndrew Tridgell2-5/+81
2003-08-13process_model.h is not used at all - hangover from earlier designAndrew Tridgell2-52/+0
2003-08-13disabled autoconf 2.53 requirement until we know exactly why it isAndrew Tridgell1-2/+4
2003-08-13- added SMBntrename test suiteAndrew Tridgell16-69/+352
2003-08-13put config.guess in the right place!Andrew Tridgell1-0/+0
2003-08-13added config.guessAndrew Tridgell1-0/+1409
2003-08-13- cope with servers that don't properly implement SMBexitAndrew Tridgell5-20/+166
2003-08-13make sure we give the chosen workgroup in gentestAndrew Tridgell1-2/+6
2003-08-13check for an invalid TID in reply_exit()Andrew Tridgell1-0/+5
2003-08-13add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell2-2/+3