Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed zero length lock check for correctness. | Jeremy Allison | 2001-08-24 | 1 | -6/+3 | |
| | | | | Jeremy. | |||||
* | get rid of old debug code and a possible socket leak | Herb Lewis | 2001-08-24 | 1 | -9/+1 | |
| | ||||||
* | Added Andrew's 64->32 bit fix. | Jeremy Allison | 2001-08-24 | 1 | -0/+8 | |
| | | | | Jeremy. | |||||
* | One more change of int to symbolic constant. | Jeremy Allison | 2001-08-24 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Some reformatting. | Jeremy Allison | 2001-08-24 | 1 | -299/+286 | |
| | | | | Jeremy. | |||||
* | Fix for W2K profiles being stored on a Samba PDC. Thanks to Microsoft for their | Jeremy Allison | 2001-08-23 | 1 | -16/+6 | |
| | | | | | help ! Jeremy. | |||||
* | Some w2k info. | Jeremy Allison | 2001-08-23 | 1 | -0/+41 | |
| | | | | Jeremy. | |||||
* | fixed bug that would cause a user list enumeration to exit early. | Gerald Carter | 2001-08-23 | 1 | -9/+14 | |
| | | | | Caused by a users being in smbpasswd but not /etc/passwd | |||||
* | Fix status32 problem for Thursby clients. | Jeremy Allison | 2001-08-23 | 3 | -8/+3 | |
| | | | | Jeremy. | |||||
* | Merged Tim's CUPS detection fixes from HEAD. | Jeremy Allison | 2001-08-23 | 10 | -554/+632 | |
| | | | | Jeremy. | |||||
* | Added JF's fix for Dell Poweredge... | Jeremy Allison | 2001-08-23 | 1 | -6/+15 | |
| | | | | Jeremy. | |||||
* | oh, a proto | Simo Sorce | 2001-08-22 | 1 | -574/+574 | |
| | ||||||
* | removed unused options | Gerald Carter | 2001-08-22 | 2 | -755/+709 | |
| | ||||||
* | * corrected a few typos in smb.conf.sgml | Gerald Carter | 2001-08-22 | 3 | -152/+39 | |
| | | | | | * removed 'share modes' * autogen | |||||
* | some %things are not expanded properly in get share info levels | Simo Sorce | 2001-08-22 | 1 | -24/+22 | |
| | ||||||
* | 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. | |||||
* | Added torture fix from HEAD. | Jeremy Allison | 2001-08-22 | 1 | -3/+5 | |
| | | | | Jeremy. | |||||
* | Mention 'delete veto files' in 'veto files' description | Volker Lendecke | 2001-08-22 | 1 | -7/+8 | |
| | | | | Volker | |||||
* | Remove unneeded lp_talloc_free(), this is done in the main loop.... | Jeremy Allison | 2001-08-22 | 1 | -3/+0 | |
| | | | | Jeremy. | |||||
* | Added new doserror code from HEAD. | Jeremy Allison | 2001-08-22 | 2 | -29/+33 | |
| | | | | Jeremy. | |||||
* | Fixed typo. | Volker Lendecke | 2001-08-22 | 1 | -1/+1 | |
| | | | | Volker | |||||
* | commit fix from Richard Bollinger to fix a memory leak when loading | Gerald Carter | 2001-08-22 | 1 | -1/+4 | |
| | | | | large printcaps | |||||
* | forgot to increment the num_groups field in the USER_INFO_3 | Gerald Carter | 2001-08-22 | 1 | -1/+1 | |
| | | | | | | | | | | struct with yesterday's changes. This fixed the Win2k domain logon problem. jerry | |||||
* | Missing '\' at eol.. | Jeremy Allison | 2001-08-22 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Tidyups for fnctl spin problem. Try and tidyup share mode table. | Jeremy Allison | 2001-08-22 | 5 | -27/+86 | |
| | | | | Jeremy | |||||
* | bindir and sbindir are the same for IRIX samba packages | Herb Lewis | 2001-08-21 | 1 | -1/+1 | |
| | ||||||
* | Missed unininitialized variable on return from del_share_mode(). | Jeremy Allison | 2001-08-21 | 2 | -2/+2 | |
| | | | | Jeremy. | |||||
* | Correcting a debug message. | Shirish Kalele | 2001-08-21 | 1 | -1/+1 | |
| | ||||||
* | NT4 requires that the primary group also be included | Gerald Carter | 2001-08-21 | 1 | -9/+14 | |
| | | | | | | | **first** in the list of groups later in the NET_USER_INFO_3 struct passed back from net_samlogon() jerry | |||||
* | 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 | 4 | -65/+162 | |
| | | | | | | | | | | | | | | | | | 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. | |||||
* | Allow smb-dfs links to be in subdirectories of the dfs root. | Shirish Kalele | 2001-08-20 | 3 | -26/+18 | |
| | | | | These lower level links won't be handled by the Netdfs RPC calls (yet). | |||||
* | Get very specific about what we're comparing when we're comparing | Jeremy Allison | 2001-08-20 | 1 | -4/+4 | |
| | | | | | | timestamps in share mode entries (ie. don't use memcmp). Shouldn't fix the fcntl spin bug but won't hurt.... Jeremy. | |||||
* | Fixed one more Realloc typo... | Jeremy Allison | 2001-08-20 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fixed typo that caused core.... | Jeremy Allison | 2001-08-20 | 1 | -7/+9 | |
| | | | | Jeremy. | |||||
* | Last Realloc fix - 2.2 should now match HEAD. | Jeremy Allison | 2001-08-19 | 1 | -6/+8 | |
| | | | | Jeremy. | |||||
* | Realloc fixes. | Jeremy Allison | 2001-08-19 | 1 | -13/+10 | |
| | | | | Jeremy. | |||||
* | Realloc fixes. | Jeremy Allison | 2001-08-19 | 4 | -24/+32 | |
| | | | | Jeremy. | |||||
* | Realloc fixes. | Jeremy Allison | 2001-08-19 | 1 | -5/+8 | |
| | | | | Jeremy. | |||||
* | More Realloc fixes. | Jeremy Allison | 2001-08-19 | 2 | -14/+17 | |
| | | | | Jeremy. | |||||
* | Realloc fixes from HEAD. | Jeremy Allison | 2001-08-19 | 1 | -12/+33 | |
| | | | | Jeremy. | |||||
* | Realloc fix. | Jeremy Allison | 2001-08-19 | 1 | -130/+139 | |
| | | | | Jeremy. | |||||
* | More Realloc fixes from HEAD. | Jeremy Allison | 2001-08-19 | 3 | -13/+26 | |
| | | | | Jeremy. | |||||
* | Merged Anton's memory barrier fixes. | Jeremy Allison | 2001-08-19 | 1 | -16/+43 | |
| | | | | Jeremy. | |||||
* | More Realloc fixes. | Jeremy Allison | 2001-08-18 | 3 | -15/+36 | |
| | | | | Jeremy. | |||||
* | More Realloc fixes. | Jeremy Allison | 2001-08-18 | 2 | -18/+38 | |
| | | | | Jeremy. | |||||
* | Realloc fixes from HEAD. | Jeremy Allison | 2001-08-17 | 1 | -9/+16 | |
| | | | | Jeremy. | |||||
* | Realloc fixes from HEAD. | Jeremy Allison | 2001-08-17 | 1 | -10/+54 | |
| | | | | Jeremy. | |||||
* | Realloc fixes from HEAD. | Jeremy Allison | 2001-08-17 | 1 | -20/+23 | |
| | ||||||
* | Realloc fix from HEAD. | Jeremy Allison | 2001-08-17 | 1 | -3/+14 | |
| | | | | Jeremy. |