Gerald Carter
76f76c9572
fixed typo
...
(This used to be commit 3b1454691b
)
2001-08-26 05:13:49 +00:00
Christopher R. Hertel
1beb3867fb
Fussing with debug lines in open_socket_in(). I cleaned up some slightly
...
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.
(This used to be commit 3031e7acdc
)
2001-08-26 04:16:51 +00:00
Andrew Tridgell
c1598db18e
we now have all but the dreaded 0/0 lock working
...
(This used to be commit 98b6aef18c
)
2001-08-24 21:09:38 +00:00
Gerald Carter
0c371318f7
typo
...
(This used to be commit 11605ea38a
)
2001-08-24 20:34:57 +00:00
Herb Lewis
717533483b
get rid of compiler warnings
...
(This used to be commit 0768991d04
)
2001-08-24 20:32:01 +00:00
Tim Potter
b9e7eeaf4f
More status32 conversions.
...
(This used to be commit 031a19639c
)
2001-08-24 20:31:00 +00:00
Jeremy Allison
364d0e56e9
Re-added readbraw call to test with smbtorture. This code not yet
...
tested...
Jeremy.
(This used to be commit fe85a19b4b
)
2001-08-24 20:20:08 +00:00
Andrew Tridgell
db93134c32
fixed level2 find first for unisys clients
...
(This used to be commit cb8b21f71d
)
2001-08-24 20:11:26 +00:00
Andrew Tridgell
464237cdb8
fixed handling of 139/445 in clients
...
(This used to be commit 22b372f8a7
)
2001-08-24 20:11:09 +00:00
Gerald Carter
1399170a77
/tmp/cvsVTEaY5
...
(This used to be commit 55f222236f
)
2001-08-24 19:58:28 +00:00
Tim Potter
705fb73e50
Fixed debug in cli_establish_connection() - print out the called name on
...
connection failure rather than the calling name.
(This used to be commit 946f6eb932
)
2001-08-24 19:52:01 +00:00
Andrew Tridgell
b34d17e498
tests for 0 length locks
...
(This used to be commit 8fbd1d0f97
)
2001-08-24 19:34:11 +00:00
Tim Potter
c1f0d99013
Process the SAM/UAS change notification message.
...
(This used to be commit efcbcfaa48
)
2001-08-24 19:28:08 +00:00
Tim Potter
2236c671a0
Only register the #1b name if we are ROLE_DOMAIN_PDC rather than
...
lp_domain_master()
(This used to be commit b8fe147430
)
2001-08-24 19:21:40 +00:00
Herb Lewis
be184b2662
fixes big endian unistring problems. Need to check that it didn't
...
break little-endian machines.
(This used to be commit 0f08e79030
)
2001-08-24 19:17:43 +00:00
Tim Potter
31b6b7aecd
Make domain_client_validate return a status code instead of a boolean.
...
(This used to be commit b4e79ab34b
)
2001-08-24 19:09:37 +00:00
Tim Potter
bb94537ab5
Fixed incorrect debug.
...
(This used to be commit cec051cf5f
)
2001-08-24 18:55:56 +00:00
Tim Potter
f3aeaa8c90
Fixed typo in debug message.
...
(This used to be commit ea8c0a75af
)
2001-08-24 18:37:06 +00:00
Simo Sorce
f3cd2353de
add a comment to make the code more readable
...
(This used to be commit d6a3372216
)
2001-08-24 18:29:37 +00:00
Tim Potter
90b1f17585
Set secure channel type depending on server role.
...
(This used to be commit 7d5440a7ae
)
2001-08-24 17:15:54 +00:00
Herb Lewis
40342d6917
fix missing )
...
(This used to be commit f3bc6b5d68
)
2001-08-24 14:34:23 +00:00
Simo Sorce
0174ccc0d6
let admins also abort a shutdown
...
(This used to be commit 3b40ec4f14
)
2001-08-24 07:51:59 +00:00
Jeremy Allison
659774bffd
Fixed malloc -> talloc problems pointed out by Simo.
...
Jeremy
(This used to be commit 0f5b187387
)
2001-08-24 07:32:51 +00:00
Andrew Tridgell
98e407a021
allow for 0 range locks in locktest
...
(This used to be commit c3b2d959a7
)
2001-08-24 04:57:13 +00:00
Andrew Tridgell
a22db179a9
flush on a invalid fsp should give an error
...
(This used to be commit ef5f4866fb
)
2001-08-24 04:56:33 +00:00
Andrew Tridgell
7874b0ac17
0 byte lock ranges ARE valid
...
(This used to be commit 5498da6664
)
2001-08-24 04:55:28 +00:00
Andrew Tridgell
a350db7c7c
fixed shortname length in trans2 list
...
(This used to be commit ae669720d8
)
2001-08-24 04:53:39 +00:00
Herb Lewis
18d3c23e36
get rid of old debug code and possible socket leak
...
(This used to be commit f942397d65
)
2001-08-24 01:49:23 +00:00
Jeremy Allison
964bfb2193
Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !
...
Jeremy.
(This used to be commit faae7512e0
)
2001-08-23 23:37:40 +00:00
Simo Sorce
8ef7ddba65
so let admins shutdown their samba servers remotely if they want :-)
...
(This used to be commit 6391fd7bda
)
2001-08-23 23:25:34 +00:00
Andrew Tridgell
c50da047a1
more minor torture updates
...
(This used to be commit 6513b94d19
)
2001-08-23 23:16:42 +00:00
Andrew Tridgell
f3c1c25b97
use 32 bit locking if client doesn't do 64 bit
...
(This used to be commit 759ca19f32
)
2001-08-23 23:15:18 +00:00
Jeremy Allison
0055ee8cdc
Some W2k info.
...
Jeremy.
(This used to be commit 04478786c3
)
2001-08-23 22:58:24 +00:00
Gerald Carter
92f795760a
merge from 2.2
...
(This used to be commit 97b5499def
)
2001-08-23 22:58:00 +00:00
Andrew Bartlett
7495a1a894
Fix to only send the status32 error for status32 clients, not to other
...
nt_smb clients. As spotted by Thursby.
(This used to be commit 22de76a920
)
2001-08-23 20:45:23 +00:00
Tim Potter
d1f53e4044
Fixed detection of CUPS. We need to check for the presence of the cups
...
header files as well as libcups.
(This used to be commit 2dbb41a7b8
)
2001-08-23 19:06:20 +00:00
Andrew Bartlett
2f6486b55f
Fix up some unused variables and functions, fix up formatting
...
(This used to be commit bfce4ba7b6
)
2001-08-23 18:13:56 +00:00
Simo Sorce
84f1ee32fa
compile fix
...
(This used to be commit c53c5eca15
)
2001-08-23 18:12:47 +00:00
Tim Potter
b5a5fe44cc
Fix for filers sending -1 for the maximum read request length on the
...
LSA pipe.
(This used to be commit 95307a5d38
)
2001-08-23 18:05:44 +00:00
Andrew Tridgell
c45fbe69f5
better error reporting for servers that don't do port 445
...
(This used to be commit a896dc299e
)
2001-08-23 16:25:57 +00:00
Andrew Tridgell
9e21abd314
the beginnings of a TRANS2 scanner
...
(This used to be commit 9c483987a5
)
2001-08-23 16:24:29 +00:00
Tim Potter
9168c29a03
Added copyright for me and AB.
...
(This used to be commit 19cd6a1dc4
)
2001-08-23 02:55:42 +00:00
Andrew Tridgell
c5004cf0e6
added port 445 support to our client code
...
(This used to be commit 0c3120ae47
)
2001-08-22 22:39:39 +00:00
Andrew Bartlett
2051bb7d03
A few changes:
...
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.
(This used to be commit b068ad3005
)
2001-08-22 19:11:55 +00:00
Simo Sorce
28b206f163
some %things are not expanded properly in get share info levels
...
(This used to be commit 3e60636f2b
)
2001-08-22 16:10:28 +00:00
Jean-François Micouleau
fe626d22bf
The DELL powervault 705 is sending a tcon&x with the service name being
...
"share" instead of "\\server\share".
Fix that. Still not able to get the user list but that's something else.
Jeremy I don't think I broke anything ;-)
J.F.
(This used to be commit 59018c58e4
)
2001-08-22 13:08:01 +00:00
Herb Lewis
c50ef23215
force checking of log size after 200 smbd in a row or after 30 sec with no
...
smbds. This should fix one case of logs not getting rotated properly.
We may need to test this to make sure there is no big performance hit from
the extra stat call.
(This used to be commit 2501fe7c04
)
2001-08-22 04:58:00 +00:00
Volker Lendecke
9520d3d5fe
Mention 'delete veto files' in 'veto files' description
...
Volker
(This used to be commit ef5c09eebe
)
2001-08-22 04:45:05 +00:00
Jeremy Allison
3b39c36ede
Remove unneeded lp_talloc_free().
...
Jeremy.
(This used to be commit 072a5bca2b
)
2001-08-22 04:39:37 +00:00
Andrew Tridgell
603dad4afa
added ERRbadmcb
...
(This used to be commit 2f4690e188
)
2001-08-22 03:18:24 +00:00