Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from | Jeremy Allison | 2001-11-28 | 2 | -2/+11 | |
| | | | | | | being set. Also prevent an open on a file on a readonly share from setting delete on close. Jeremy. | |||||
* | Re-added "Share modes" meaning don't allow deny mode conflict. Due to | Jeremy Allison | 2001-11-28 | 3 | -2/+15 | |
| | | | | | user demand (don't talk to me about removing parameters.... :-). Jeremy. | |||||
* | Sync of tdbtools. | Jeremy Allison | 2001-11-28 | 1 | -21/+80 | |
| | | | | Jeremy. | |||||
* | Missed other double shutdown free's. | Jeremy Allison | 2001-11-28 | 1 | -4/+0 | |
| | | | | Jeremy. | |||||
* | Only place double free code needed I think. | Jeremy Allison | 2001-11-28 | 1 | -5/+0 | |
| | | | | Jeremy. | |||||
* | Fixup merge that was causing wbinfo -u/-g to fail. | Jeremy Allison | 2001-11-28 | 8 | -6/+84 | |
| | | | | Jeremy. | |||||
* | Ensure we get JF's samr parsing code, even if we don't have the exact | Jeremy Allison | 2001-11-28 | 4 | -267/+532 | |
| | | | | | server backend stuff yet.. Jeremy. | |||||
* | Fix for the logic bug wrt. existant oplocks. See long message | Jeremy Allison | 2001-11-27 | 1 | -5/+2 | |
| | | | | | in samba-technical for explaination. Jeremy. | |||||
* | Added negative caching to group lookups. | Jeremy Allison | 2001-11-27 | 2 | -48/+87 | |
| | | | | Jeremy. | |||||
* | Added negative caching to the user pw lookup by name and by uid. | Jeremy Allison | 2001-11-27 | 2 | -136/+159 | |
| | | | | Jeremy. | |||||
* | Added PRINTER_ALREADY_EXISTS error check from Gerry. | Jeremy Allison | 2001-11-27 | 2 | -3/+18 | |
| | | | | Jeremy. | |||||
* | missing semicolon | Gerald Carter | 2001-11-27 | 1 | -1/+1 | |
| | ||||||
* | Fix another memory leak noticed by Tom Jansen. | Richard Sharpe | 2001-11-27 | 1 | -0/+1 | |
| | ||||||
* | Fixed delete on close for directories. | Jeremy Allison | 2001-11-27 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Merge memory leak fixes, domain password change fixes. Password file error | Jeremy Allison | 2001-11-27 | 4 | -3/+13 | |
| | | | | | fixes. Jeremy. | |||||
* | Merge in insure fix. | Jeremy Allison | 2001-11-27 | 1 | -1/+2 | |
| | | | | Jeremy. | |||||
* | Tridge's revert of broken sprintf fix. | Jeremy Allison | 2001-11-27 | 3 | -30/+33 | |
| | | | | | Formatting fixups for winbindd. Jeremy. | |||||
* | Fix from HEAD cli_dos_error -> cli_errno. | Jeremy Allison | 2001-11-26 | 1 | -11/+1 | |
| | | | | Jeremy. | |||||
* | Move to smb_xmalloc. | Jeremy Allison | 2001-11-26 | 2 | -5/+5 | |
| | | | | Jeremy. | |||||
* | don't put a cast in a macro argument!!! this breaks IRIX compiles. If | Herb Lewis | 2001-11-26 | 5 | -17/+17 | |
| | | | | | we feel the argument needs casting then someone needs to change the macro definition. | |||||
* | Picked up Andrew's fixes from HEAD. | Jeremy Allison | 2001-11-26 | 2 | -1/+4 | |
| | | | | Jeremy. | |||||
* | Ensure Tim's fixes make it into 2.2. | Jeremy Allison | 2001-11-26 | 5 | -73/+109 | |
| | | | | Jeremy. | |||||
* | Merged Tim's fixes to 2.2. | Jeremy Allison | 2001-11-26 | 3 | -18/+17 | |
| | | | | Jeremy. | |||||
* | - missing initialization | Volker Lendecke | 2001-11-25 | 1 | -11/+99 | |
| | | | | | | | | - minor typos - Copied password prompting code from smbpasswd. I know, bad style, but I did not want to touch smbpasswd. Volker | |||||
* | Don't close tdb twice. | Volker Lendecke | 2001-11-25 | 1 | -1/+0 | |
| | ||||||
* | #ifdefed DMF fix so not compiled by default. We need to look at this... | Jeremy Allison | 2001-11-25 | 1 | -30/+37 | |
| | | | | Jeremy. | |||||
* | Use "password server" for searching for BDC's also as Tim suggested. | Jeremy Allison | 2001-11-25 | 1 | -6/+8 | |
| | | | | Jeremy. | |||||
* | I think this is a fix for the "out of space" errors with oplocks=no. | Jeremy Allison | 2001-11-25 | 1 | -49/+58 | |
| | | | | Jeremy. | |||||
* | Added smbadduser to ~/source/script with modification to call smbpasswd | John Terpstra | 2001-11-24 | 1 | -0/+76 | |
| | | | | to add user to smbpasswd database. | |||||
* | smbadduser has not been maintained. This tool will be placed in ~/source/scripts | John Terpstra | 2001-11-24 | 1 | -73/+0 | |
| | | | | and it will be updated for forwards compatibility. | |||||
* | This is libsmbclient from the HEAD branch - someone broke the old 2.2.2 ↵ | John Terpstra | 2001-11-24 | 1 | -80/+91 | |
| | | | | branch file - this one works. | |||||
* | Who moved my cheese? Someone touched this - time for blame mode! | John Terpstra | 2001-11-23 | 1 | -5/+5 | |
| | ||||||
* | Merged in a couple of jf fixes. | Jeremy Allison | 2001-11-23 | 2 | -1/+10 | |
| | | | | Jeremy. | |||||
* | Ooops I broke the build. Missed one "open_directory" call. | Jeremy Allison | 2001-11-23 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | Fixed delete on close bug when being set on SMBNTcreates from W2K. This ↵ | Jeremy Allison | 2001-11-23 | 4 | -80/+137 | |
| | | | | | | | behaviour is new btw.... Jeremy | |||||
* | Backported Tim's fixes to wbinfo -t (check secret). | Jeremy Allison | 2001-11-23 | 3 | -61/+36 | |
| | | | | Jeremy. | |||||
* | Merge of JF's new code from HEAF (thanks a *lot* JF !). | Jeremy Allison | 2001-11-23 | 10 | -678/+985 | |
| | | | | Jeremy. | |||||
* | Back ported Martin & Tim's fixes to errormaps & lsarpc calls. | Jeremy Allison | 2001-11-23 | 4 | -13/+48 | |
| | | | | Jeremy. | |||||
* | Merge AndrewB's errormap updates. | Jeremy Allison | 2001-11-23 | 2 | -8/+9 | |
| | | | | Jeremy | |||||
* | Merge 1.45, 1.46 onto 2.2. | Martin Pool | 2001-11-23 | 1 | -15/+45 | |
| | ||||||
* | Removed unused variable. | Tim Potter | 2001-11-23 | 1 | -2/+1 | |
| | ||||||
* | Merge from HEAD. | Tim Potter | 2001-11-23 | 1 | -14/+14 | |
| | ||||||
* | Missing file from HEAD branch. | Tim Potter | 2001-11-23 | 0 | -0/+0 | |
| | ||||||
* | Got positive and negative name caching working correctly with ↵ | Jeremy Allison | 2001-11-22 | 2 | -65/+71 | |
| | | | | | | | | | lookupname/lookupsid. There was a bug in cli_lsa_lookup_name/lookup_sid where NT_STATUS_NONE_MAPPED was being mapped to NT_STATUS_OK, and also the *wrong* number of entries mapped was being returned. The correct field is mapped_count, *NOT* num_entries. Jeremy. | |||||
* | Fixed +ve caching. Still problems with -ve caching. | Jeremy Allison | 2001-11-22 | 1 | -105/+115 | |
| | | | | Jeremy. | |||||
* | Fixed caching of lookupname/lookupsid. Error in check of success ! | Jeremy Allison | 2001-11-22 | 1 | -2/+8 | |
| | | | | Jeremy. | |||||
* | Added debugs to track down sequence number problems. | Jeremy Allison | 2001-11-22 | 1 | -4/+10 | |
| | | | | Jeremy. | |||||
* | sync up with HEAD | Gerald Carter | 2001-11-22 | 1 | -0/+1 | |
| | ||||||
* | ooopss | Gerald Carter | 2001-11-22 | 1 | -4/+4 | |
| | ||||||
* | s/safe_free/SAFE_FREE/ | Gerald Carter | 2001-11-22 | 2 | -138/+133 | |
| |