summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-2728-1605/+1260
* As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett2001-08-271-4/+0
* Spaces -> Tabs.Jeremy Allison2001-08-261-6/+7
* Ignore locks of length zero as they mean different things in Win32Jeremy Allison2001-08-261-5/+18
* Don't use CLEAR_IF_FIRST if opening read-only.Jeremy Allison2001-08-261-1/+1
* bzero is not used (deprecated) as it's a BSDism.Jeremy Allison2001-08-261-62/+52
* Change default 'name resolve order' to WINS before DNS.Volker Lendecke2001-08-262-2/+2
* Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2001-08-263-3/+3
* Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel2001-08-261-5/+8
* Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel2001-08-261-5/+76
* fixed typoGerald Carter2001-08-262-2/+2
* Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel2001-08-261-32/+56
* we now have all but the dreaded 0/0 lock workingAndrew Tridgell2001-08-241-30/+67
* typoGerald Carter2001-08-242-731/+733
* get rid of compiler warningsHerb Lewis2001-08-2416-41/+42
* More status32 conversions.Tim Potter2001-08-242-15/+14
* Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison2001-08-241-1/+88
* fixed level2 find first for unisys clientsAndrew Tridgell2001-08-241-0/+1
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-249-24/+12
* /tmp/cvsVTEaY5Gerald Carter2001-08-242-919/+815
* Fixed debug in cli_establish_connection() - print out the called name onTim Potter2001-08-241-1/+1
* tests for 0 length locksAndrew Tridgell2001-08-241-15/+28
* Process the SAM/UAS change notification message.Tim Potter2001-08-242-1/+74
* Only register the #1b name if we are ROLE_DOMAIN_PDC rather thanTim Potter2001-08-241-1/+1
* fixes big endian unistring problems. Need to check that it didn'tHerb Lewis2001-08-241-2/+9
* Make domain_client_validate return a status code instead of a boolean.Tim Potter2001-08-242-19/+23
* Fixed incorrect debug.Tim Potter2001-08-242-8/+2
* Fixed typo in debug message.Tim Potter2001-08-241-1/+1
* add a comment to make the code more readableSimo Sorce2001-08-241-1/+1
* Set secure channel type depending on server role.Tim Potter2001-08-241-1/+2
* fix missing )Herb Lewis2001-08-241-1/+1
* let admins also abort a shutdownSimo Sorce2001-08-243-10/+56
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-242-8/+8
* allow for 0 range locks in locktestAndrew Tridgell2001-08-241-1/+1
* flush on a invalid fsp should give an errorAndrew Tridgell2001-08-241-16/+16
* 0 byte lock ranges ARE validAndrew Tridgell2001-08-241-6/+3
* fixed shortname length in trans2 listAndrew Tridgell2001-08-241-1/+2
* get rid of old debug code and possible socket leakHerb Lewis2001-08-241-9/+1
* Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison2001-08-231-15/+6
* so let admins shutdown their samba servers remotely if they want :-)Simo Sorce2001-08-233-0/+76
* more minor torture updatesAndrew Tridgell2001-08-232-4/+15
* use 32 bit locking if client doesn't do 64 bitAndrew Tridgell2001-08-231-0/+8
* Some W2k info.Jeremy Allison2001-08-231-0/+41
* merge from 2.2Gerald Carter2001-08-231-3/+14
* Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett2001-08-231-3/+1
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-239-573/+643
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-234-18/+0
* 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