summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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/+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
2003-08-13use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell2-1/+6
2003-08-13This commit was generated by cvs2svn to compensate for changes in r30,Andrew Tridgell779-0/+352638
2003-08-13first public release of samba4 codeAndrew Tridgell779-0/+352638
2001-12-10Added "return offset;" to end of generated function.Tim Potter1-0/+1
2001-12-10Fix for pointers to structures in function args.Tim Potter1-0/+9
2001-12-09Misc fixes:Tim Potter1-9/+11
2001-12-09wchar_t is a scalar.Tim Potter1-0/+1
2001-12-08Convert a bunch of "prs_foo()" to "offset = prs_foo()"Tim Potter1-8/+8
2001-12-08Removed old commented-out code.Tim Potter1-49/+30
2001-12-08Reinvented has_properties() function lost after HD crash. )-:Tim Potter1-11/+26
2001-12-08Made hyper a simple type.Tim Potter1-13/+14
2001-12-06Moved processing of function arguments and structure elementsTim Potter1-41/+95
2001-12-06Don't pass down drep (data representation) arg from top level fn.Tim Potter1-13/+31
2001-11-28Don't pass decorative name to policy handle or ntstatus dissectors.Tim Potter1-12/+12
2001-11-28Decorate some of the parse functions with element names. This is startingTim Potter1-9/+9