Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed detection of CUPS. We need to check for the presence of the cups | Tim Potter | 2001-08-23 | 9 | -573/+643 | |
| | | | | | | | | header files as well as libcups. | |||||
| * | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 2001-08-23 | 4 | -18/+0 | |
| | | ||||||
| * | compile fix | Simo Sorce | 2001-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix for filers sending -1 for the maximum read request length on the | Tim Potter | 2001-08-23 | 1 | -3/+7 | |
| | | | | | | | | LSA pipe. | |||||
| * | better error reporting for servers that don't do port 445 | Andrew Tridgell | 2001-08-23 | 2 | -2/+5 | |
| | | ||||||
| * | the beginnings of a TRANS2 scanner | Andrew Tridgell | 2001-08-23 | 1 | -0/+66 | |
| | | ||||||
| * | Added copyright for me and AB. | Tim Potter | 2001-08-23 | 1 | -0/+2 | |
| | | ||||||
| * | added port 445 support to our client code | Andrew Tridgell | 2001-08-22 | 1 | -5/+19 | |
| | | ||||||
| * | A few changes: | Andrew Bartlett | 2001-08-22 | 8 | -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. | |||||
| * | some %things are not expanded properly in get share info levels | Simo Sorce | 2001-08-22 | 1 | -19/+22 | |
| | | ||||||
| * | The DELL powervault 705 is sending a tcon&x with the service name being | Jean-François Micouleau | 2001-08-22 | 1 | -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. | |||||
| * | force checking of log size after 200 smbd in a row or after 30 sec with no | Herb Lewis | 2001-08-22 | 1 | -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. | |||||
| * | Mention 'delete veto files' in 'veto files' description | Volker Lendecke | 2001-08-22 | 1 | -7/+8 | |
| | | | | | | | | Volker | |||||
| * | Remove unneeded lp_talloc_free(). | Jeremy Allison | 2001-08-22 | 1 | -3/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | added ERRbadmcb | Andrew Tridgell | 2001-08-22 | 1 | -0/+1 | |
| | | ||||||
| * | minor bug fixes to smbtorture | Andrew Tridgell | 2001-08-22 | 1 | -3/+5 | |
| | | ||||||
| * | Link in smbdes routines for new wbinfo authentication stuff. | Tim Potter | 2001-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Added another authentication interface to winbindd. The Challenge Response | Tim Potter | 2001-08-22 | 6 | -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. | |||||
| * | a fix for directory listing with the dave/thursby client | Andrew Tridgell | 2001-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed typo. | Volker Lendecke | 2001-08-22 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
| * | merge from 2.2 | Gerald Carter | 2001-08-22 | 1 | -0/+3 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-08-22 | 1 | -9/+14 | |
| | | ||||||
| * | Missed '\' at eol... | Jeremy Allison | 2001-08-22 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Tidyup fixes for fcntl spin problem. | Jeremy Allison | 2001-08-22 | 2 | -14/+43 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin. | Jeremy Allison | 2001-08-22 | 4 | -28/+85 | |
| | | | | | | | | | | | | Don't delete a share mode that failed to remove the oplock (doh!), just set the oplock entry to zero.... Jeremy. | |||||
| * | sync with 2.2 branch | Herb Lewis | 2001-08-21 | 1 | -20/+13 | |
| | | ||||||
| * | Missed uninitialized variable return for del_share_mode(). | Jeremy Allison | 2001-08-21 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | string terminate in mkdir | Andrew Tridgell | 2001-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | Added cli_lsa_open_policy2() | Tim Potter | 2001-08-21 | 1 | -0/+58 | |
| | | ||||||
| * | Distinguish between NT informational and error codes. | Tim Potter | 2001-08-21 | 1 | -4/+10 | |
| | | ||||||
| * | Add a new option to disable our paranoid server check. | Andrew Bartlett | 2001-08-21 | 3 | -2/+6 | |
| | | | | | | | | Defaults to ON, ie checking | |||||
| * | Fixed a little typo. | Volker Lendecke | 2001-08-21 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
| * | This is Jeremy pretending to be Volker, 'cos the | Volker Lendecke | 2001-08-21 | 3 | -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. | |||||
| * | Ensure we are very explicit about what we're comparing when | Jeremy Allison | 2001-08-20 | 1 | -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. | |||||
| * | Add comment to clarify why we call this twice. | Andrew Bartlett | 2001-08-20 | 2 | -0/+4 | |
| | | ||||||
| * | two fixes for NT clients -> share level Samba server | Andrew Tridgell | 2001-08-20 | 3 | -3/+13 | |
| | | ||||||
| * | allow for the NULL in make_nmb_name() | Andrew Tridgell | 2001-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | added -b option | Andrew Tridgell | 2001-08-20 | 1 | -2/+9 | |
| | | ||||||
| * | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 2001-08-20 | 13 | -676/+699 | |
| | | | | | | | | | | | | in particular: - fixed NT status code for a bunch of ops - fixed handling of protocol levels in ms_fnmatch | |||||
| * | Realloc fix. | Jeremy Allison | 2001-08-19 | 1 | -6/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | Realloc fixes. | Jeremy Allison | 2001-08-19 | 1 | -13/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | Realloc fixes. | Jeremy Allison | 2001-08-19 | 1 | -6/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | Realloc fixes. | Jeremy Allison | 2001-08-19 | 1 | -2/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | More Realloc fixes. | Jeremy Allison | 2001-08-19 | 1 | -4/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | Realloc fix. | Jeremy Allison | 2001-08-19 | 1 | -3/+13 | |
| | | | | | | | | Jeremy. | |||||
| * | Add missing gcc memory barriers, this bug showed up when doing a | Anton Blanchard | 2001-08-19 | 1 | -16/+43 | |
| | | | | | | | | | | | | heavy netbench run. :) Rework ppc spinlocks to be faster. | |||||
| * | More Realloc fixes. | Jeremy Allison | 2001-08-18 | 2 | -4/+13 | |
| | | | | | | | | Jeremy. | |||||
| * | More Realloc fixes. | Jeremy Allison | 2001-08-18 | 1 | -7/+17 | |
| | | | | | | | | Jeremy. | |||||
| * | Use tparam not tdata when reallocing params to make clearer. | Jeremy Allison | 2001-08-17 | 1 | -12/+15 | |
| | | | | | | | | Jeremy. | |||||
| * | more useful debug messages and check if the size are non null. | Jean-François Micouleau | 2001-08-17 | 1 | -10/+17 | |
| | | | | | | | | | | | | that fix the notification backend channel for spoolss. J.F. |