summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell18-635/+1505
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell28-1605/+1260
2001-08-27As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett1-4/+0
2001-08-26Spaces -> Tabs.Jeremy Allison1-6/+7
2001-08-26Ignore locks of length zero as they mean different things in Win32Jeremy Allison1-5/+18
2001-08-26Don't use CLEAR_IF_FIRST if opening read-only.Jeremy Allison1-1/+1
2001-08-26bzero is not used (deprecated) as it's a BSDism.Jeremy Allison1-62/+52
2001-08-26Change default 'name resolve order' to WINS before DNS.Volker Lendecke2-2/+2
2001-08-26Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel3-3/+3
2001-08-26Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel1-5/+8
2001-08-26Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel1-5/+76
2001-08-26fixed typoGerald Carter2-2/+2
2001-08-26Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel1-32/+56
2001-08-24we now have all but the dreaded 0/0 lock workingAndrew Tridgell1-30/+67
2001-08-24typoGerald Carter2-731/+733
2001-08-24get rid of compiler warningsHerb Lewis16-41/+42
2001-08-24More status32 conversions.Tim Potter2-15/+14
2001-08-24Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison1-1/+88
2001-08-24fixed level2 find first for unisys clientsAndrew Tridgell1-0/+1
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell9-24/+12
2001-08-24/tmp/cvsVTEaY5Gerald Carter2-919/+815
2001-08-24Fixed debug in cli_establish_connection() - print out the called name onTim Potter1-1/+1
2001-08-24tests for 0 length locksAndrew Tridgell1-15/+28
2001-08-24Process the SAM/UAS change notification message.Tim Potter2-1/+74
2001-08-24Only register the #1b name if we are ROLE_DOMAIN_PDC rather thanTim Potter1-1/+1
2001-08-24fixes big endian unistring problems. Need to check that it didn'tHerb Lewis1-2/+9
2001-08-24Make domain_client_validate return a status code instead of a boolean.Tim Potter2-19/+23
2001-08-24Fixed incorrect debug.Tim Potter2-8/+2
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