Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | typo | Gerald Carter | 2001-11-22 | 1 | -1/+0 | |
| | ||||||
* | quick wrapper for SetPrinterDataEx. Needs testing, but shouldbe ok. | Gerald Carter | 2001-11-22 | 1 | -3/+18 | |
| | | | | I'm not seeing th call on the wire all that often. | |||||
* | EnumPrinterDataEx now works | Gerald Carter | 2001-11-22 | 3 | -18/+30 | |
| | ||||||
* | useful #define's | Gerald Carter | 2001-11-22 | 1 | -0/+6 | |
| | ||||||
* | Oooppsss on the last check-in message. This looks right, | Gerald Carter | 2001-11-22 | 1 | -1/+2 | |
| | | | | but win2k is still not quite happy. | |||||
* | rpc_server/srv_spoolss.c | Gerald Carter | 2001-11-22 | 4 | -92/+97 | |
| | ||||||
* | make proto | Gerald Carter | 2001-11-22 | 1 | -648/+655 | |
| | ||||||
* | parsing is the last major hurdle for EnumPrinterDataEx i think | Gerald Carter | 2001-11-21 | 1 | -12/+147 | |
| | ||||||
* | almost done with EnumPrinterDataEx | Gerald Carter | 2001-11-21 | 2 | -33/+97 | |
| | ||||||
* | correct structures for ENUMPRINTERDATAEX | Gerald Carter | 2001-11-21 | 1 | -1/+26 | |
| | ||||||
* | generate a default devmode for **all** printers. | Gerald Carter | 2001-11-21 | 1 | -11/+14 | |
| | | | | | | The NULL devmode is a major source of pain. The only accurate way to set a devmode is to execture Win32 code embedded in the driver's DLL files. | |||||
* | Fixups for more robust winbindd daemon. Charset initialise, fault processing | Jeremy Allison | 2001-11-21 | 2 | -8/+64 | |
| | | | | | fixups. Jeremy. | |||||
* | Fixups for winbindd in a wk2 environment. Node status on name "*"#0 doesn't | Jeremy Allison | 2001-11-21 | 8 | -44/+92 | |
| | | | | | | seem to work for a W2K PDC. Try and fix the log file being incorrect (log.) for winbindd. Jeremy. | |||||
* | Reinstated the local xstrdup function but renamed it to smbpXstrDup so it | John Terpstra | 2001-11-21 | 2 | -27/+27 | |
| | | | | does not get confused with the one in lib/utils.c | |||||
* | documented the %J (job name from client) macro | Gerald Carter | 2001-11-21 | 3 | -17/+25 | |
| | ||||||
* | Added transparent +ve caching for lookupname/lookupsid. -ve caching can | Jeremy Allison | 2001-11-21 | 4 | -112/+246 | |
| | | | | | | | | be easily added (a one liner) once we know the correct error codes returned by a W2K DC. All other winbindd calls should go through a similar transparent caching layer (and will soon). Jeremy. | |||||
* | Preparing to implement +ve and -ve caching for lookupname/lookupsid calls. | Jeremy Allison | 2001-11-21 | 3 | -147/+191 | |
| | | | | Jeremy. | |||||
* | Don't scan locking db on closedown. | Jeremy Allison | 2001-11-21 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | Get rid of all remaining printf statements and turn them into DEBUGs ... | Richard Sharpe | 2001-11-21 | 1 | -1/+1 | |
| | ||||||
* | Remove some stupid printf debugging statements! | Richard Sharpe | 2001-11-21 | 1 | -4/+0 | |
| |