summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* merge from 2.2Gerald Carter2001-08-231-3/+14
| | | | (This used to be commit 97b5499def99016b4baf97343597f1b218a69399)
* Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett2001-08-231-3/+1
| | | | | nt_smb clients. As spotted by Thursby. (This used to be commit 22de76a920671614144babac9f589419532d8671)
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-239-573/+643
| | | | | header files as well as libcups. (This used to be commit 2dbb41a7b88e7fad63579111aaab4a1cd28c54d5)
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-234-18/+0
| | | | (This used to be commit bfce4ba7b6db261d981a60a7e262f2f690355f5c)
* compile fixSimo Sorce2001-08-231-1/+1
| | | | (This used to be commit c53c5eca157aae3cb48da9ef0157c153a65307da)
* Fix for filers sending -1 for the maximum read request length on theTim Potter2001-08-231-3/+7
| | | | | LSA pipe. (This used to be commit 95307a5d3881803e57639431da967ee3872aacc4)
* better error reporting for servers that don't do port 445Andrew Tridgell2001-08-232-2/+5
| | | | (This used to be commit a896dc299eba12886d800e6c88309d534232cabc)
* the beginnings of a TRANS2 scannerAndrew Tridgell2001-08-231-0/+66
| | | | (This used to be commit 9c483987a5d136bf23018ade6ceecf603f8f1614)
* Added copyright for me and AB.Tim Potter2001-08-231-0/+2
| | | | (This used to be commit 19cd6a1dc446830c1448f4a21a915ea8994dc268)
* added port 445 support to our client codeAndrew Tridgell2001-08-221-5/+19
| | | | (This used to be commit 0c3120ae475fb53662d6ab9f0d96a832c3c90625)
* A few changes:Andrew Bartlett2001-08-228-111/+105
| | | | | | | | | | | | | drop paramaters: status utmp hostname change session code to always record each vuid current on the server. The sessionid struct is no longer packed, as I couldn't get that to work ;-) change smbstatus to show this info and less of the connections.tdb info (its not actualy that accurate). I'll get swat doing some of this shortly. (This used to be commit b068ad300527c44673bbee0aede7849199c89de7)
* some %things are not expanded properly in get share info levelsSimo Sorce2001-08-221-19/+22
| | | | (This used to be commit 3e60636f2b7003ea1e915bc7c2d2e8dec5667bbd)
* The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau2001-08-221-5/+15
| | | | | | | | | | "share" instead of "\\server\share". Fix that. Still not able to get the user list but that's something else. Jeremy I don't think I broke anything ;-) J.F. (This used to be commit 59018c58e4158e9ccb51c42ca32e490f32ee0def)
* force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis2001-08-221-2/+3
| | | | | | | | smbds. This should fix one case of logs not getting rotated properly. We may need to test this to make sure there is no big performance hit from the extra stat call. (This used to be commit 2501fe7c0436fc00f35271e2dce17fe541e97424)
* Mention 'delete veto files' in 'veto files' descriptionVolker Lendecke2001-08-221-7/+8
| | | | | Volker (This used to be commit ef5c09eebe29161920536cbe708b10659a77386e)
* Remove unneeded lp_talloc_free().Jeremy Allison2001-08-221-3/+0
| | | | | Jeremy. (This used to be commit 072a5bca2b8fbd6e0ac3f1259c426ebd1f3fb551)
* added ERRbadmcbAndrew Tridgell2001-08-221-0/+1
| | | | (This used to be commit 2f4690e1888c9cc96fd788abf2161943a2032b51)
* minor bug fixes to smbtortureAndrew Tridgell2001-08-221-3/+5
| | | | (This used to be commit 7724243fe71dbf0783ea6e081e40d6916ac45c0d)
* Link in smbdes routines for new wbinfo authentication stuff.Tim Potter2001-08-221-1/+1
| | | | (This used to be commit 84998f1fceeef221101a4e332cf53d0e355c4ddf)
* Added another authentication interface to winbindd. The Challenge ResponseTim Potter2001-08-226-26/+210
| | | | | | | Authentication Protocol (CRAP) takes a tuple of (username, random challenge, encrypted lm password, encrypted nt password) where the passwords are encrypted with the random challenge ala ntlmssp. (This used to be commit 11f72a78e3a16bbb17b576d80b47a9eb818ee428)
* a fix for directory listing with the dave/thursby clientAndrew Tridgell2001-08-221-1/+1
| | | | (This used to be commit 5a3fd3317e0fedd72450660f031b5ba42a11b875)
* Fixed typo.Volker Lendecke2001-08-221-1/+1
| | | | | Volker (This used to be commit 880c1cc751d017886bcd175eefa3d547a0f99c43)
* merge from 2.2Gerald Carter2001-08-221-0/+3
| | | | (This used to be commit a50c3df15b3a82b4363fde0442c98edea067b4ae)
* merge from 2.2Gerald Carter2001-08-221-9/+14
| | | | (This used to be commit fe4ffa8dda165b0d1197f022f59db0a284cbef79)
* Missed '\' at eol...Jeremy Allison2001-08-221-1/+1
| | | | | Jeremy. (This used to be commit 0dbd1be704209c1a66280148b40f7b7437d47242)
* Tidyup fixes for fcntl spin problem.Jeremy Allison2001-08-222-14/+43
| | | | | Jeremy. (This used to be commit 27d3dd0e7cb777ef6b21d6966c07045c2940fd37)
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-224-28/+85
| | | | | | | Don't delete a share mode that failed to remove the oplock (doh!), just set the oplock entry to zero.... Jeremy. (This used to be commit fe4aa720181a43f7a636ca029680fab0c836b968)
* sync with 2.2 branchHerb Lewis2001-08-211-20/+13
| | | | (This used to be commit feb9bf86723bce7dd1e81250b92191c370228a45)
* Missed uninitialized variable return for del_share_mode().Jeremy Allison2001-08-211-1/+1
| | | | | Jeremy. (This used to be commit e4a57fb45660b82eaec751f1b41f657a64d963fd)
* string terminate in mkdirAndrew Tridgell2001-08-211-1/+1
| | | | (This used to be commit fe414d5e1afdfe7bb20ff5da60394ffd9fa81b05)
* Added cli_lsa_open_policy2()Tim Potter2001-08-211-0/+58
| | | | (This used to be commit afaafc3e5a2adef4736196aa5f4e6ca25a0571d2)
* Distinguish between NT informational and error codes.Tim Potter2001-08-211-4/+10
| | | | (This used to be commit 02fe0e18dfcb8cc83b3cf0b6c8dd4dc1ddb7e196)
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-213-2/+6
| | | | | Defaults to ON, ie checking (This used to be commit bd3010263be24425206587abfdb41164089e2157)
* Fixed a little typo.Volker Lendecke2001-08-211-1/+1
| | | | | Volker (This used to be commit a1e97aafe54a2960409637d67af847420b003ec8)
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-213-64/+159
| | | | | | | | | | | | | | | | | | link from Seattle is having problems. I've added 3 things here to work on the fcntl spin problem. 1). Check *all* tdb return codes... :-). 2). If we're asking ourselves to break an oplock, and we can't find a fsp pointer that matches the entry, this is a *logic bug* and we should abort and panic so someone with gdb can pick up the pieces. 3). After we've broken an oplock, ensure that the entry itself has been removed, and if not remove it ourselves. This should not be neccessary in a correctly working environmen,t, but will provide an added layer of robustness in error situations. 4). I hate german keyboards :-) :-). Jeremy. (This used to be commit 1c94fa80646f9e31377fbb41332fe4780f550cab)
* Ensure we are very explicit about what we're comparing whenJeremy Allison2001-08-201-4/+4
| | | | | | | | we're comparing structures (ie. don't just do a memcmp). I don't think this will fix the fcntl spin issue, but it's a "just in case" change. Jeremy. (This used to be commit 41066208ad8ca20d35a32bdf9ad934e11465c8f1)
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-202-0/+4
| | | | (This used to be commit afece03d023b2905c27e147516b61487a7503028)
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-203-3/+13
| | | | (This used to be commit a25911d58c752350b62b205cfb0d6fc5b1c90cef)
* allow for the NULL in make_nmb_name()Andrew Tridgell2001-08-201-1/+1
| | | | (This used to be commit b6c78d4c6fde2065678dd62bbd9dd4af9c5e805b)
* added -b optionAndrew Tridgell2001-08-201-2/+9
| | | | (This used to be commit 1c2618df450ddde7e52ab8784fcdd2b64a85771e)
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-2013-676/+699
| | | | | | | in particular: - fixed NT status code for a bunch of ops - fixed handling of protocol levels in ms_fnmatch (This used to be commit 3eba9606f71f90bfd9820af26f8676277ed22390)
* Realloc fix.Jeremy Allison2001-08-191-6/+5
| | | | | Jeremy. (This used to be commit 82153dde951ff7af3655f466cb2ea42c3195bdff)
* Realloc fixes.Jeremy Allison2001-08-191-13/+8
| | | | | Jeremy. (This used to be commit 6b90263292d03b1ae2d5d18952e78fc26066f30d)
* Realloc fixes.Jeremy Allison2001-08-191-6/+5
| | | | | Jeremy. (This used to be commit e4ef9e332fff99eb66101a3737a7efc3b7493cc5)
* Realloc fixes.Jeremy Allison2001-08-191-2/+3
| | | | | Jeremy. (This used to be commit 560ae7615eb8eca2c872b1196ce0b9534bf8ad76)
* More Realloc fixes.Jeremy Allison2001-08-191-4/+3
| | | | | Jeremy. (This used to be commit 94128f9f372c23602c14cf13a79a24d01065ced1)
* Realloc fix.Jeremy Allison2001-08-191-3/+13
| | | | | Jeremy. (This used to be commit 9cabc3fd63d7780eb5d80eb7619fd7606d9da3b8)
* Add missing gcc memory barriers, this bug showed up when doing aAnton Blanchard2001-08-191-16/+43
| | | | | | | heavy netbench run. :) Rework ppc spinlocks to be faster. (This used to be commit a58b89d33979f53daa2573c31eba024a26c46502)
* More Realloc fixes.Jeremy Allison2001-08-182-4/+13
| | | | | Jeremy. (This used to be commit b4fa49fe13cb93d578b1714d5863a9f50395bf65)
* More Realloc fixes.Jeremy Allison2001-08-181-7/+17
| | | | | Jeremy. (This used to be commit 381c02e6389dbb41fa66a854d7293594fd4bd0a6)