summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell8-35/+125
first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
2003-08-29expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell1-1/+7
in SMBlockread, not just other peoples locks (error in spec) (This used to be commit a56f6896bfc00222b12be3d0bb06f99144f2d23d)
2003-08-23fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell1-1/+3
(This used to be commit 19abdace95ff8369922ed7ffb9f75fab6d2d0b7b)
2003-08-17Remove some obsolete files (like in samba3)Jelmer Vernooij15-7458/+0
(This used to be commit b85539336e2b3db56a912921d45276f2a77c4c7a)
2003-08-17Sync autogen.sh from samba3Jelmer Vernooij1-16/+40
(This used to be commit 7bc56792dc0bc9fdecfe8e7a2db2d6c367cdef42)
2003-08-16Add script that reports unused macros/definesJelmer Vernooij1-0/+33
(This used to be commit dd850b5bd8abc123f455b715fb62dd4d54297178)
2003-08-16Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij1-0/+30
(This used to be commit 37f55d8619b110d217ec826bcf2773849ed0f7f7)
2003-08-15don't leak memory if cli->tree is NULLHerb Lewis1-3/+5
(This used to be commit b034c4b86e2faddf0928810a3e56c03d6aaef9f5)
2003-08-15don't dereference null pointerHerb Lewis1-1/+1
(This used to be commit ba5d1cde98f9146ffc889ac89ec79331e2bfae18)
2003-08-15ascii/unicode fixes in ascii mode found by smbtortureAndrew Tridgell1-6/+6
(This used to be commit cdf2626a6d3b6eec419b0694d63272304c5c0eeb)
2003-08-15- patch to fix a memory leak from metzeAndrew Tridgell4-19/+9
- fix a couple of unicode string errors for ascii clients found by RAW- tests (This used to be commit 81c941ba8ae33567d79b4bb0bb5928f5f6077b76)
2003-08-15fix handling of parametric smb.conf parms with embedded spacesAndrew Tridgell1-1/+4
(This used to be commit dad7d285abe853653e72ba2e5ed03092061e9d65)
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell19-41/+27
(This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025)
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell41-47/+43
(This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
2003-08-15wrong typecastHerb Lewis1-1/+1
(This used to be commit de7674ebefe3a8b0f953afe983ce058e11f827c2)
2003-08-15fixed an enumerated type error found on irixAndrew Tridgell1-1/+1
(This used to be commit 19acf60fceda04482047cfff24ee728bb66f3971)
2003-08-15cast to get rid of warningsHerb Lewis1-1/+1
(This used to be commit cb7a9aef0210b547a64a9411769c8b3cce57701e)
2003-08-15IRIX already defines uint_tHerb Lewis1-0/+2
(This used to be commit a019e54a46539a9f76fc782fd5eb826c32afb318)
2003-08-15signed bitfields cannot be 1 bit longHerb Lewis1-7/+7
(This used to be commit 5fce80e7575e6c4d5df46d02d9505f56a93511c4)
2003-08-15fix IRIX buildHerb Lewis1-0/+4
(This used to be commit 85c504a837960bf74dc05391a4d0bb924f2f9a3a)
2003-08-15rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis3-14/+14
(This used to be commit d32f14959277a5b7d1302638b65ff1fc568f08a9)
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell4-4/+5
this fixes the samba4 server with ascii clients (This used to be commit c770603ac6c3331a4ac79a650cbbbeb21c778137)
2003-08-15a few build fixes to try to get irix buildingAndrew Tridgell4-120/+8
(This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
2003-08-15try to cope with servers that return a blank alt_name fieldAndrew Tridgell1-1/+5
(This used to be commit 0a1cda392ad29c95c8886a26c34fcea0b19ecebf)
2003-08-15some servers don't return a fs_type and dev_typeAndrew Tridgell1-2/+6
(This used to be commit eaec1bdaadd744c63fb270b3807bc284dfadb37d)
2003-08-15fixed a comment typoAndrew Tridgell1-2/+2
(This used to be commit 4cc8fef8ca278b19eb4601e7660fc1976594412e)
2003-08-15nicer formatting in getattreAndrew Tridgell1-6/+6
(This used to be commit 52657c369b26710ed4d3a8cce81dd518547c583e)
2003-08-15don't give detailed errors for levels that failAndrew Tridgell1-1/+2
(This used to be commit 04b60864a67fa320f6de5f1f457b9de9bb46b730)
2003-08-15test resume by name before resume by flagsAndrew Tridgell1-1/+1
(This used to be commit 9f395dd7686e257a4c622d79582725e47e929252)
2003-08-15Print out position info, ensure NT_RENAME info level only worksJeremy Allison2-0/+7
in a directory. Jeremy. (This used to be commit d623a51da07e3077b5dc2f92787a3ca848feb113)
2003-08-14client/client.c - cannot initialize struct with non-const valuesHerb Lewis5-9/+10
include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE include/smb_interfaces.h - remove empty structure source/lib/debug.c - void functions cannot return value libcli/clifile.c - cannot assign *struct to struct (This used to be commit 9a724762012f55d21d44ea87add7daf21f7414d1)
2003-08-14Extended seek tests to check position information.Jeremy Allison1-0/+30
Jeremy. (This used to be commit c4cc40c5c808d03e9ef813e6b2340c469cc6dc2d)
2003-08-14fixed allinfo bug reported by metzeAndrew Tridgell1-1/+1
(This used to be commit 0b7e5d6353837b24a3588ddd62e793b025432f10)
2003-08-14added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell3-2/+74
(This used to be commit 3eef35e581b5e1802711b9b5297f61800a7e242e)
2003-08-14added SMBopen to gentestAndrew Tridgell1-0/+35
(This used to be commit b47737b00bd6a96d8dec53381872656997ec6ad2)
2003-08-14added seek to gentestAndrew Tridgell1-0/+23
(This used to be commit 401fce169ecceac803a4a72480ffdc1f54f9a292)
2003-08-14added read/write seek testingAndrew Tridgell1-1/+25
(This used to be commit 66691dc9582d4752ff1ab04a1b53c1e3c8fe64a1)
2003-08-14File is part of the HOWTO CollectionJelmer Vernooij1-32/+0
(This used to be commit 37992b671915b59071ce89baff9bdee711821b5b)
2003-08-13- added a raw smb scannerAndrew Tridgell6-3/+88
- its not a root_fid in ntrename (This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff)
2003-08-13- added test for position_information via pathsAndrew Tridgell1-0/+20
(This used to be commit 595be06a42bbf8b19feb1b7a7fc4389a6ad50ab8)
2003-08-13- expanded the ntrename testAndrew Tridgell2-5/+81
- expanded seek test - the position information is handle specific! (This used to be commit 163970bda6dba4a6c98943eee49d6610a156c070)
2003-08-13process_model.h is not used at all - hangover from earlier designAndrew Tridgell2-52/+0
(This used to be commit 6b49bc41d4e38bf9a5b02f6cb8d8af1db9ac020a)
2003-08-13disabled autoconf 2.53 requirement until we know exactly why it isAndrew Tridgell1-2/+4
needed - for example I have tested autoconf 2.52 on suse 7.3 and it works fine (This used to be commit cdaf99139d148f3a8cd004216525e36a7c3922b2)
2003-08-13- added SMBntrename test suiteAndrew Tridgell16-69/+352
- allow username of form DOMAIN\username or DOMAIN/username - added ntrename to gentest (This used to be commit 2b464472c17b791eb5b117f89d5aaea2bf60f6ad)
2003-08-13put config.guess in the right place!Andrew Tridgell1-0/+1409
(This used to be commit 5bb8733fd632619b863e611c87696bddfa83a016)
2003-08-13- cope with servers that don't properly implement SMBexitAndrew Tridgell5-20/+166
- add the pidhigh test to the locking test - expand the rename and unlink testing - test a wider range of offsets in RAW-READ (This used to be commit ef819249ec9849b4609f82a5c882e40c96a51fa2)
2003-08-13make sure we give the chosen workgroup in gentestAndrew Tridgell1-2/+6
(This used to be commit b8aa4a9a8f53d5307105424d90895dffefdc5e64)
2003-08-13check for an invalid TID in reply_exit()Andrew Tridgell1-0/+5
(This used to be commit fca5a1e89db126c6f7d7ac3caa841918147ef614)
2003-08-13add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell2-2/+3
test suite to see if it is supported. w2k3 doesn't seem to support it. (This used to be commit c946be06a49e9a187045f2372ef7c1b987eaf6e5)
2003-08-13use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell2-1/+6
cope with the simpler form (This used to be commit 295cc63fb8d99d403c863a7b30cb30382070a6f9)