summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2003-10-282-9/+55
| | | | | the same for trans and trans2. (This used to be commit 7d21af3fdf6cf5144a41021425179ca2bba553b3)
* added some NTVFS info, and started the process model sectionAndrew Tridgell2003-10-281-14/+132
| | | | (This used to be commit 5b9f7bc8b54aa4318987a7e1e4eed528b03d5e9a)
* the beginnings of a samba4 programming guideAndrew Tridgell2003-10-271-0/+569
| | | | (This used to be commit f0b309cb304f5d39865e8c5f87350450a331ceb1)
* fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell2003-10-104-13/+19
| | | | | | | | | | | functions cope with servers that return bogus (too large) values in max_xmit cope with a couple more error conditions in RAW-SFILEINFO better startup time heuristics in NBENCH (This used to be commit 89f7261ba589e5760b3cf9c3594eab9d7198dd7e)
* Update MySQL configuration scripts, add module macrosJelmer Vernooij2003-09-291-131/+46
| | | | (This used to be commit 42dbb8e2eb11f14b07f17337ed256f4a3a2caad6)
* Remove obsolete fileJelmer Vernooij2003-09-292-240/+0
| | | | (This used to be commit ac05e976f20796202deb1731f9488d5a52e2b25f)
* better child synchronisation at startup in NBENCHAndrew Tridgell2003-09-291-8/+18
| | | | (This used to be commit 4559208c80e0368ff677bfe0e6cde0abb8b9b2c0)
* - use deltree to setup base directoryAndrew Tridgell2003-09-291-3/+6
| | | | (This used to be commit 19eab118c1e73a0c5142ff10f7cf5ecae97349ac)
* Quieten a compiler warning.Tim Potter2003-09-181-0/+3
| | | | (This used to be commit 9edf634569d89b152fc73eae70245cbf338b498d)
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-0215-140/+161
| | | | | | | | | fields in level 261 and level 262 of directory search are, plus the names of the levels the unknown fields are a 64bit unique file id, and match the 64 bit number from the internal_information qfileinfo level (This used to be commit b69f54eb028a24144a2e813f059b08644118ab09)
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-318-35/+125
| | | | | | | first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
* expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell2003-08-291-1/+7
| | | | | in SMBlockread, not just other peoples locks (error in spec) (This used to be commit a56f6896bfc00222b12be3d0bb06f99144f2d23d)
* fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell2003-08-231-1/+3
| | | | (This used to be commit 19abdace95ff8369922ed7ffb9f75fab6d2d0b7b)
* Remove some obsolete files (like in samba3)Jelmer Vernooij2003-08-1715-7458/+0
| | | | (This used to be commit b85539336e2b3db56a912921d45276f2a77c4c7a)
* Sync autogen.sh from samba3Jelmer Vernooij2003-08-171-16/+40
| | | | (This used to be commit 7bc56792dc0bc9fdecfe8e7a2db2d6c367cdef42)
* Add script that reports unused macros/definesJelmer Vernooij2003-08-161-0/+33
| | | | (This used to be commit dd850b5bd8abc123f455b715fb62dd4d54297178)
* Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij2003-08-161-0/+30
| | | | (This used to be commit 37f55d8619b110d217ec826bcf2773849ed0f7f7)
* don't leak memory if cli->tree is NULLHerb Lewis2003-08-151-3/+5
| | | | (This used to be commit b034c4b86e2faddf0928810a3e56c03d6aaef9f5)
* don't dereference null pointerHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit ba5d1cde98f9146ffc889ac89ec79331e2bfae18)
* ascii/unicode fixes in ascii mode found by smbtortureAndrew Tridgell2003-08-151-6/+6
| | | | (This used to be commit cdf2626a6d3b6eec419b0694d63272304c5c0eeb)
* - patch to fix a memory leak from metzeAndrew Tridgell2003-08-154-19/+9
| | | | | | - fix a couple of unicode string errors for ascii clients found by RAW- tests (This used to be commit 81c941ba8ae33567d79b4bb0bb5928f5f6077b76)
* fix handling of parametric smb.conf parms with embedded spacesAndrew Tridgell2003-08-151-1/+4
| | | | (This used to be commit dad7d285abe853653e72ba2e5ed03092061e9d65)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-1519-41/+27
| | | | (This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-1541-47/+43
| | | | (This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
* wrong typecastHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit de7674ebefe3a8b0f953afe983ce058e11f827c2)
* fixed an enumerated type error found on irixAndrew Tridgell2003-08-151-1/+1
| | | | (This used to be commit 19acf60fceda04482047cfff24ee728bb66f3971)
* cast to get rid of warningsHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit cb7a9aef0210b547a64a9411769c8b3cce57701e)
* IRIX already defines uint_tHerb Lewis2003-08-151-0/+2
| | | | (This used to be commit a019e54a46539a9f76fc782fd5eb826c32afb318)
* signed bitfields cannot be 1 bit longHerb Lewis2003-08-151-7/+7
| | | | (This used to be commit 5fce80e7575e6c4d5df46d02d9505f56a93511c4)
* fix IRIX buildHerb Lewis2003-08-151-0/+4
| | | | (This used to be commit 85c504a837960bf74dc05391a4d0bb924f2f9a3a)
* rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis2003-08-153-14/+14
| | | | (This used to be commit d32f14959277a5b7d1302638b65ff1fc568f08a9)
* fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell2003-08-154-4/+5
| | | | | this fixes the samba4 server with ascii clients (This used to be commit c770603ac6c3331a4ac79a650cbbbeb21c778137)
* a few build fixes to try to get irix buildingAndrew Tridgell2003-08-154-120/+8
| | | | (This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
* try to cope with servers that return a blank alt_name fieldAndrew Tridgell2003-08-151-1/+5
| | | | (This used to be commit 0a1cda392ad29c95c8886a26c34fcea0b19ecebf)
* some servers don't return a fs_type and dev_typeAndrew Tridgell2003-08-151-2/+6
| | | | (This used to be commit eaec1bdaadd744c63fb270b3807bc284dfadb37d)
* fixed a comment typoAndrew Tridgell2003-08-151-2/+2
| | | | (This used to be commit 4cc8fef8ca278b19eb4601e7660fc1976594412e)
* nicer formatting in getattreAndrew Tridgell2003-08-151-6/+6
| | | | (This used to be commit 52657c369b26710ed4d3a8cce81dd518547c583e)
* don't give detailed errors for levels that failAndrew Tridgell2003-08-151-1/+2
| | | | (This used to be commit 04b60864a67fa320f6de5f1f457b9de9bb46b730)
* test resume by name before resume by flagsAndrew Tridgell2003-08-151-1/+1
| | | | (This used to be commit 9f395dd7686e257a4c622d79582725e47e929252)
* Print out position info, ensure NT_RENAME info level only worksJeremy Allison2003-08-152-0/+7
| | | | | | in a directory. Jeremy. (This used to be commit d623a51da07e3077b5dc2f92787a3ca848feb113)
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-145-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)
* Extended seek tests to check position information.Jeremy Allison2003-08-141-0/+30
| | | | | Jeremy. (This used to be commit c4cc40c5c808d03e9ef813e6b2340c469cc6dc2d)
* fixed allinfo bug reported by metzeAndrew Tridgell2003-08-141-1/+1
| | | | (This used to be commit 0b7e5d6353837b24a3588ddd62e793b025432f10)
* added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell2003-08-143-2/+74
| | | | (This used to be commit 3eef35e581b5e1802711b9b5297f61800a7e242e)
* added SMBopen to gentestAndrew Tridgell2003-08-141-0/+35
| | | | (This used to be commit b47737b00bd6a96d8dec53381872656997ec6ad2)
* added seek to gentestAndrew Tridgell2003-08-141-0/+23
| | | | (This used to be commit 401fce169ecceac803a4a72480ffdc1f54f9a292)
* added read/write seek testingAndrew Tridgell2003-08-141-1/+25
| | | | (This used to be commit 66691dc9582d4752ff1ab04a1b53c1e3c8fe64a1)
* File is part of the HOWTO CollectionJelmer Vernooij2003-08-141-32/+0
| | | | (This used to be commit 37992b671915b59071ce89baff9bdee711821b5b)
* - added a raw smb scannerAndrew Tridgell2003-08-136-3/+88
| | | | | - its not a root_fid in ntrename (This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff)
* - added test for position_information via pathsAndrew Tridgell2003-08-131-0/+20
| | | | (This used to be commit 595be06a42bbf8b19feb1b7a7fc4389a6ad50ab8)