summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-08-24Fixed typo in debug message.Tim Potter1-1/+1
2001-08-24add a comment to make the code more readableSimo Sorce1-1/+1
2001-08-24Set secure channel type depending on server role.Tim Potter1-1/+2
2001-08-24fix missing )Herb Lewis1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce3-10/+56
2001-08-24Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2-8/+8
2001-08-24allow for 0 range locks in locktestAndrew Tridgell1-1/+1
2001-08-24flush on a invalid fsp should give an errorAndrew Tridgell1-16/+16
2001-08-240 byte lock ranges ARE validAndrew Tridgell1-6/+3
2001-08-24fixed shortname length in trans2 listAndrew Tridgell1-1/+2
2001-08-24get rid of old debug code and possible socket leakHerb Lewis1-9/+1
2001-08-23Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison1-15/+6
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce3-0/+76
2001-08-23more minor torture updatesAndrew Tridgell2-4/+15
2001-08-23use 32 bit locking if client doesn't do 64 bitAndrew Tridgell1-0/+8
2001-08-23Some W2k info.Jeremy Allison1-0/+41
2001-08-23merge from 2.2Gerald Carter1-3/+14
2001-08-23Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett1-3/+1
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter9-573/+643
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett4-18/+0
2001-08-23compile fixSimo Sorce1-1/+1
2001-08-23Fix for filers sending -1 for the maximum read request length on theTim Potter1-3/+7
2001-08-23better error reporting for servers that don't do port 445Andrew Tridgell2-2/+5
2001-08-23the beginnings of a TRANS2 scannerAndrew Tridgell1-0/+66
2001-08-23Added copyright for me and AB.Tim Potter1-0/+2
2001-08-22added port 445 support to our client codeAndrew Tridgell1-5/+19
2001-08-22A few changes:Andrew Bartlett8-111/+105
2001-08-22some %things are not expanded properly in get share info levelsSimo Sorce1-19/+22
2001-08-22The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau1-5/+15
2001-08-22force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis1-2/+3
2001-08-22Remove unneeded lp_talloc_free().Jeremy Allison1-3/+0
2001-08-22added ERRbadmcbAndrew Tridgell1-0/+1
2001-08-22minor bug fixes to smbtortureAndrew Tridgell1-3/+5
2001-08-22Link in smbdes routines for new wbinfo authentication stuff.Tim Potter1-1/+1
2001-08-22Added another authentication interface to winbindd. The Challenge ResponseTim Potter6-26/+210
2001-08-22a fix for directory listing with the dave/thursby clientAndrew Tridgell1-1/+1
2001-08-22merge from 2.2Gerald Carter1-0/+3
2001-08-22merge from 2.2Gerald Carter1-9/+14
2001-08-22Missed '\' at eol...Jeremy Allison1-1/+1
2001-08-22Tidyup fixes for fcntl spin problem.Jeremy Allison2-14/+43
2001-08-22Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison4-28/+85
2001-08-21Missed uninitialized variable return for del_share_mode().Jeremy Allison1-1/+1
2001-08-21string terminate in mkdirAndrew Tridgell1-1/+1
2001-08-21Added cli_lsa_open_policy2()Tim Potter1-0/+58
2001-08-21Distinguish between NT informational and error codes.Tim Potter1-4/+10
2001-08-21Add a new option to disable our paranoid server check.Andrew Bartlett3-2/+6
2001-08-21This is Jeremy pretending to be Volker, 'cos theVolker Lendecke3-64/+159
2001-08-20Ensure we are very explicit about what we're comparing whenJeremy Allison1-4/+4
2001-08-20Add comment to clarify why we call this twice.Andrew Bartlett2-0/+4
2001-08-20two fixes for NT clients -> share level Samba serverAndrew Tridgell3-3/+13