summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* - expanded the ntrename testAndrew Tridgell2003-08-132-5/+81
| | | | | - expanded seek test - the position information is handle specific! (This used to be commit 163970bda6dba4a6c98943eee49d6610a156c070)
* process_model.h is not used at all - hangover from earlier designAndrew Tridgell2003-08-132-52/+0
| | | | (This used to be commit 6b49bc41d4e38bf9a5b02f6cb8d8af1db9ac020a)
* disabled autoconf 2.53 requirement until we know exactly why it isAndrew Tridgell2003-08-131-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)
* - added SMBntrename test suiteAndrew Tridgell2003-08-1316-69/+352
| | | | | | | - allow username of form DOMAIN\username or DOMAIN/username - added ntrename to gentest (This used to be commit 2b464472c17b791eb5b117f89d5aaea2bf60f6ad)
* put config.guess in the right place!Andrew Tridgell2003-08-131-0/+0
| | | | (This used to be commit 5bb8733fd632619b863e611c87696bddfa83a016)
* added config.guessAndrew Tridgell2003-08-131-0/+1409
| | | | (This used to be commit 977f2708260f5d8d84b2e329c9a71ea842ac0c6a)
* - cope with servers that don't properly implement SMBexitAndrew Tridgell2003-08-135-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)
* make sure we give the chosen workgroup in gentestAndrew Tridgell2003-08-131-2/+6
| | | | (This used to be commit b8aa4a9a8f53d5307105424d90895dffefdc5e64)
* check for an invalid TID in reply_exit()Andrew Tridgell2003-08-131-0/+5
| | | | (This used to be commit fca5a1e89db126c6f7d7ac3caa841918147ef614)
* add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell2003-08-132-2/+3
| | | | | test suite to see if it is supported. w2k3 doesn't seem to support it. (This used to be commit c946be06a49e9a187045f2372ef7c1b987eaf6e5)
* use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell2003-08-132-1/+6
| | | | | cope with the simpler form (This used to be commit 295cc63fb8d99d403c863a7b30cb30382070a6f9)
* This commit was generated by cvs2svn to compensate for changes in r30,Andrew Tridgell2003-08-13779-0/+352638
|\ | | | | | | | | which included commits to RCS files with non-trunk default branches. (This used to be commit 3a69cffb062d4f1238b8cae10481c1f2ea4d3d8b)
| * first public release of samba4 codeAndrew Tridgell2003-08-13779-0/+352638
| | | | (This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)
* Added "return offset;" to end of generated function.Tim Potter2001-12-101-0/+1
| | | | | | | We're getting really close now! Ethereal can properly decode OpenPolicy requests and responses using pidl generated code. QueryInfoPolicy is nearly working. (This used to be commit 23a9812987bad6fcf7bf131eafd2bf39d558eeb5)
* Fix for pointers to structures in function args.Tim Potter2001-12-101-0/+9
| | | | (This used to be commit e35c62267fb605c4813f7c6178c6061806c74482)
* Misc fixes:Tim Potter2001-12-091-9/+11
| | | | | | | | - pass correct args when doing arrays of scalar vs buffer types - add NULL data argument to all calls - get rid of unecessary curly brackets - typos (This used to be commit 42a688ea1c012626e247820dec927456e3de9b79)
* wchar_t is a scalar.Tim Potter2001-12-091-0/+1
| | | | (This used to be commit 79e56e719cec28373c117efa33e8924470ffcdcf)
* Convert a bunch of "prs_foo()" to "offset = prs_foo()"Tim Potter2001-12-081-8/+8
| | | | | Return offset from function request and response code. (This used to be commit 83ada5447b05667800dec536ac71d4b7437c77e4)
* Removed old commented-out code.Tim Potter2001-12-081-49/+30
| | | | | | | Generate code for parsing arrays. We're nearly ready to start generating real code! (This used to be commit f6f5b8a7189b579eaf1fbf8db91c9ba11b96ac57)
* Reinvented has_properties() function lost after HD crash. )-:Tim Potter2001-12-081-11/+26
| | | | | Fixed up handling of pointer to scalar type. (This used to be commit eb3dbe113f9f4e755436caa974394e73a285cb03)
* Made hyper a simple type.Tim Potter2001-12-081-13/+14
| | | | | Changed dissect_ to prs_ to avoid name conflicts. (This used to be commit 2670f1f8e111f2944c35db9ad28e049db123f9a8)