summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't use CLEAR_IF_FIRST if opening read-only.Jeremy Allison2001-08-261-1/+1
| | | | Jeremy.
* bzero is not used (deprecated) as it's a BSDism.Jeremy Allison2001-08-261-62/+52
| | | | | | Syscalls must check for -1, not < 0 (POSIX). Formating (tab) fixups. Jeremy.
* Change default 'name resolve order' to WINS before DNS.Volker Lendecke2001-08-262-2/+2
| | | | Volker
* Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2001-08-263-3/+3
| | | | to determine whether the 'wins server' parameter is set.
* Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel2001-08-261-5/+8
| | | | | | | | nmbd now calls wins_srv_count(). This returns the number of WINS servers specified in the 'wins server' parameter. The return value will be zero if 'wins server' is not specified. Quick change to make room for WINS failover.
* Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel2001-08-261-5/+76
| | | | | | | | | | | | My plan is to change the lp_wins_server() function to lp_wins_server_list(). My reason being: With WINS failover the 'wins server' parameter may take a list of WINS server names/IPs instead of just one. If it's a list, then calling lp_wins_server() won't give you what you expect (that is, a single WINS server name or IP). Instead, the functions in wins_srv.c should be used. You can get either the name or IP of the 'current' working WINS server in the list. Chris -)-----
* 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
| | | | | | | | funky code that was simply setting a local int to 0 or 1 and also added calls to strerror() in some of the debug lines. The use of the dlevel parameter in this function is a little awkward. There should probably be some comments about it in the source.
* 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
| | | | | tested... Jeremy.
* 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
| | | | connection failure rather than the calling name.
* 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
| | | | lp_domain_master()
* fixes big endian unistring problems. Need to check that it didn'tHerb Lewis2001-08-241-2/+9
| | | | break little-endian machines.
* 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
| | | | Jeremy
* 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
| | | | Jeremy.
* 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
| | | | Jeremy.
* 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
| | | | nt_smb clients. As spotted by Thursby.
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-239-573/+643
| | | | header files as well as libcups.
* 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
| | | | LSA pipe.
* 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
| | | | | | | | | | | | drop paramaters: status utmp hostname change session code to always record each vuid current on the server. The sessionid struct is no longer packed, as I couldn't get that to work ;-) change smbstatus to show this info and less of the connections.tdb info (its not actualy that accurate). I'll get swat doing some of this shortly.