summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Move Tim's lookup_pdc_name -> lookup_dc_name changes.Jeremy Allison2001-11-296-31/+42
| | | | | | | | Jeremy
* | A couple of updates to the testsuiteAndrew Bartlett2001-11-282-3/+3
| |
* | fixed bad link noticed by Martin SchwenkeGerald Carter2001-11-281-1/+1
| |
* | arggh! stupid cut-paste error from HEAD. I'll get it rightGerald Carter2001-11-281-3/+4
| | | | | | | | now...
* | Ooops. Things change between apploiance_head and 2.2Gerald Carter2001-11-281-5/+3
| |
* | merge from appliance_head. EnumPrinters should respond toGerald Carter2001-11-286-31/+58
| | | | | | | | \\<ip addr> or \\<netbios alias> as well as \\servername.
* | Use correct NTSTATUS error code on login fail.Jeremy Allison2001-11-281-4/+2
| | | | | | | | Jeremy.
* | snprintf: NULL fix.Jeremy Allison2001-11-282-24/+21
| | | | | | | | | | uid.c : space -> tab. Jeremy.
* | Spelling pedants strike again :-).Jeremy Allison2001-11-281-1/+1
| | | | | | | | Jeremy.
* | Check dbf not null before fflush.Jeremy Allison2001-11-281-1/+2
| | | | | | | | Jeremy.
* | Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison2001-11-282-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 toJeremy Allison2001-11-283-2/+15
| | | | | | | | | | user demand (don't talk to me about removing parameters.... :-). Jeremy.
* | Sync of tdbtools.Jeremy Allison2001-11-281-21/+80
| | | | | | | | Jeremy.
* | Missed other double shutdown free's.Jeremy Allison2001-11-281-4/+0
| | | | | | | | Jeremy.
* | Only place double free code needed I think.Jeremy Allison2001-11-281-5/+0
| | | | | | | | Jeremy.
* | Fixup merge that was causing wbinfo -u/-g to fail.Jeremy Allison2001-11-288-6/+84
| | | | | | | | Jeremy.
* | Ensure we get JF's samr parsing code, even if we don't have the exactJeremy Allison2001-11-284-267/+532
| | | | | | | | | | server backend stuff yet.. Jeremy.
* | Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison2001-11-271-5/+2
| | | | | | | | | | in samba-technical for explaination. Jeremy.
* | Added negative caching to group lookups.Jeremy Allison2001-11-272-48/+87
| | | | | | | | Jeremy.
* | Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2001-11-272-136/+159
| | | | | | | | Jeremy.
* | Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison2001-11-272-3/+18
| | | | | | | | Jeremy.
* | missing semicolonGerald Carter2001-11-271-1/+1
| |
* | Fix another memory leak noticed by Tom Jansen.Richard Sharpe2001-11-271-0/+1
| |
* | Fixed delete on close for directories.Jeremy Allison2001-11-271-1/+1
| | | | | | | | Jeremy.
* | Merge memory leak fixes, domain password change fixes. Password file errorJeremy Allison2001-11-274-3/+13
| | | | | | | | | | fixes. Jeremy.
* | Merge in insure fix.Jeremy Allison2001-11-271-1/+2
| | | | | | | | Jeremy.
* | Tridge's revert of broken sprintf fix.Jeremy Allison2001-11-273-30/+33
| | | | | | | | | | Formatting fixups for winbindd. Jeremy.
* | Fix from HEAD cli_dos_error -> cli_errno.Jeremy Allison2001-11-261-11/+1
| | | | | | | | Jeremy.
* | Move to smb_xmalloc.Jeremy Allison2001-11-262-5/+5
| | | | | | | | Jeremy.
* | don't put a cast in a macro argument!!! this breaks IRIX compiles. IfHerb Lewis2001-11-265-17/+17
| | | | | | | | | | we feel the argument needs casting then someone needs to change the macro definition.
* | Picked up Andrew's fixes from HEAD.Jeremy Allison2001-11-262-1/+4
| | | | | | | | Jeremy.
* | Ensure Tim's fixes make it into 2.2.Jeremy Allison2001-11-265-73/+109
| | | | | | | | Jeremy.
* | Merged Tim's fixes to 2.2.Jeremy Allison2001-11-263-18/+17
| | | | | | | | Jeremy.
* | - missing initializationVolker Lendecke2001-11-251-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 Lendecke2001-11-251-1/+0
| |
* | #ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison2001-11-251-30/+37
| | | | | | | | Jeremy.
* | Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison2001-11-251-6/+8
| | | | | | | | Jeremy.
* | I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison2001-11-251-49/+58
| | | | | | | | Jeremy.
* | Added smbadduser to ~/source/script with modification to call smbpasswdJohn Terpstra2001-11-241-0/+76
| | | | | | | | to add user to smbpasswd database.
* | smbadduser has not been maintained. This tool will be placed in ~/source/scriptsJohn Terpstra2001-11-241-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 Terpstra2001-11-241-80/+91
| | | | | | | | branch file - this one works.
* | Who moved my cheese? Someone touched this - time for blame mode!John Terpstra2001-11-231-5/+5
| |
* | Merged in a couple of jf fixes.Jeremy Allison2001-11-232-1/+10
| | | | | | | | Jeremy.
* | Ooops I broke the build. Missed one "open_directory" call.Jeremy Allison2001-11-231-2/+2
| | | | | | | | Jeremy.
* | Fixed delete on close bug when being set on SMBNTcreates from W2K. This ↵Jeremy Allison2001-11-234-80/+137
| | | | | | | | | | | | | | behaviour is new btw.... Jeremy
* | Backported Tim's fixes to wbinfo -t (check secret).Jeremy Allison2001-11-233-61/+36
| | | | | | | | Jeremy.
* | Merge of JF's new code from HEAF (thanks a *lot* JF !).Jeremy Allison2001-11-2310-678/+985
| | | | | | | | Jeremy.
* | Back ported Martin & Tim's fixes to errormaps & lsarpc calls.Jeremy Allison2001-11-234-13/+48
| | | | | | | | Jeremy.
* | Merge AndrewB's errormap updates.Jeremy Allison2001-11-232-8/+9
| | | | | | | | Jeremy
* | Merge 1.45, 1.46 onto 2.2.Martin Pool2001-11-231-15/+45
| |