summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* compile fixSimo Sorce2001-08-231-1/+1
* Fix for filers sending -1 for the maximum read request length on theTim Potter2001-08-231-3/+7
* better error reporting for servers that don't do port 445Andrew Tridgell2001-08-232-2/+5
* the beginnings of a TRANS2 scannerAndrew Tridgell2001-08-231-0/+66
* Added copyright for me and AB.Tim Potter2001-08-231-0/+2
* added port 445 support to our client codeAndrew Tridgell2001-08-221-5/+19
* A few changes:Andrew Bartlett2001-08-228-111/+105
* some %things are not expanded properly in get share info levelsSimo Sorce2001-08-221-19/+22
* The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau2001-08-221-5/+15
* force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis2001-08-221-2/+3
* Remove unneeded lp_talloc_free().Jeremy Allison2001-08-221-3/+0
* added ERRbadmcbAndrew Tridgell2001-08-221-0/+1
* minor bug fixes to smbtortureAndrew Tridgell2001-08-221-3/+5
* Link in smbdes routines for new wbinfo authentication stuff.Tim Potter2001-08-221-1/+1
* Added another authentication interface to winbindd. The Challenge ResponseTim Potter2001-08-226-26/+210
* a fix for directory listing with the dave/thursby clientAndrew Tridgell2001-08-221-1/+1
* merge from 2.2Gerald Carter2001-08-221-0/+3
* merge from 2.2Gerald Carter2001-08-221-9/+14
* Missed '\' at eol...Jeremy Allison2001-08-221-1/+1
* Tidyup fixes for fcntl spin problem.Jeremy Allison2001-08-222-14/+43
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-224-28/+85
* Missed uninitialized variable return for del_share_mode().Jeremy Allison2001-08-211-1/+1
* string terminate in mkdirAndrew Tridgell2001-08-211-1/+1
* Added cli_lsa_open_policy2()Tim Potter2001-08-211-0/+58
* Distinguish between NT informational and error codes.Tim Potter2001-08-211-4/+10
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-213-2/+6
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-213-64/+159
* Ensure we are very explicit about what we're comparing whenJeremy Allison2001-08-201-4/+4
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-202-0/+4
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-203-3/+13
* allow for the NULL in make_nmb_name()Andrew Tridgell2001-08-201-1/+1
* added -b optionAndrew Tridgell2001-08-201-2/+9
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-2013-676/+699
* Realloc fix.Jeremy Allison2001-08-191-6/+5
* Realloc fixes.Jeremy Allison2001-08-191-13/+8
* Realloc fixes.Jeremy Allison2001-08-191-6/+5
* Realloc fixes.Jeremy Allison2001-08-191-2/+3
* More Realloc fixes.Jeremy Allison2001-08-191-4/+3
* Realloc fix.Jeremy Allison2001-08-191-3/+13
* Add missing gcc memory barriers, this bug showed up when doing aAnton Blanchard2001-08-191-16/+43
* More Realloc fixes.Jeremy Allison2001-08-182-4/+13
* More Realloc fixes.Jeremy Allison2001-08-181-7/+17
* Use tparam not tdata when reallocing params to make clearer.Jeremy Allison2001-08-171-12/+15
* more useful debug messages and check if the size are non null.Jean-François Micouleau2001-08-171-10/+17
* OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett2001-08-171-0/+2
* Move the claim_connection stuff till a little later in the process.Andrew Bartlett2001-08-171-16/+14
* Move admin user check into a helper function.Andrew Bartlett2001-08-171-18/+35
* Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett2001-08-171-40/+50
* Restore a debug I think I dropped earlierAndrew Bartlett2001-08-171-0/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-175-36/+47