1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

6053 Commits

Author SHA1 Message Date
Herb Lewis
0f08e79030 fixes big endian unistring problems. Need to check that it didn't
break little-endian machines.
-
Tim Potter
b4e79ab34b Make domain_client_validate return a status code instead of a boolean. -
Tim Potter
cec051cf5f Fixed incorrect debug. -
Tim Potter
ea8c0a75af Fixed typo in debug message. -
Simo Sorce
d6a3372216 add a comment to make the code more readable -
Tim Potter
7d5440a7ae Set secure channel type depending on server role. -
Herb Lewis
f3bc6b5d68 fix missing ) -
Simo Sorce
3b40ec4f14 let admins also abort a shutdown -
Jeremy Allison
0f5b187387 Fixed malloc -> talloc problems pointed out by Simo.
Jeremy
-
Andrew Tridgell
c3b2d959a7 allow for 0 range locks in locktest -
Andrew Tridgell
ef5f4866fb flush on a invalid fsp should give an error -
Andrew Tridgell
5498da6664 0 byte lock ranges ARE valid -
Andrew Tridgell
ae669720d8 fixed shortname length in trans2 list -
Herb Lewis
f942397d65 get rid of old debug code and possible socket leak -
Jeremy Allison
faae7512e0 Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !
Jeremy.
-
Simo Sorce
6391fd7bda so let admins shutdown their samba servers remotely if they want :-) -
Andrew Tridgell
6513b94d19 more minor torture updates -
Andrew Tridgell
759ca19f32 use 32 bit locking if client doesn't do 64 bit -
Jeremy Allison
04478786c3 Some W2k info.
Jeremy.
-
Gerald Carter
97b5499def merge from 2.2 -
Andrew Bartlett
22de76a920 Fix to only send the status32 error for status32 clients, not to other
nt_smb clients.  As spotted by Thursby.
-
Tim Potter
2dbb41a7b8 Fixed detection of CUPS. We need to check for the presence of the cups
header files as well as libcups.
-
Andrew Bartlett
bfce4ba7b6 Fix up some unused variables and functions, fix up formatting -
Simo Sorce
c53c5eca15 compile fix -
Tim Potter
95307a5d38 Fix for filers sending -1 for the maximum read request length on the
LSA pipe.
-
Andrew Tridgell
a896dc299e better error reporting for servers that don't do port 445 -
Andrew Tridgell
9c483987a5 the beginnings of a TRANS2 scanner -
Tim Potter
19cd6a1dc4 Added copyright for me and AB. -
Andrew Tridgell
0c3120ae47 added port 445 support to our client code -
Andrew Bartlett
b068ad3005 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.
-
Simo Sorce
3e60636f2b some %things are not expanded properly in get share info levels -
Jean-François Micouleau
59018c58e4 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.
-
Herb Lewis
2501fe7c04 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.
-
Volker Lendecke
ef5c09eebe Mention 'delete veto files' in 'veto files' description
Volker
-
Jeremy Allison
072a5bca2b Remove unneeded lp_talloc_free().
Jeremy.
-
Andrew Tridgell
2f4690e188 added ERRbadmcb -
Andrew Tridgell
7724243fe7 minor bug fixes to smbtorture -
Tim Potter
84998f1fce Link in smbdes routines for new wbinfo authentication stuff. -
Tim Potter
11f72a78e3 Added another authentication interface to winbindd. The Challenge Response
Authentication Protocol (CRAP) takes a tuple of (username, random
challenge, encrypted lm password, encrypted nt password) where the
passwords are encrypted with the random challenge ala ntlmssp.
-
Andrew Tridgell
5a3fd3317e a fix for directory listing with the dave/thursby client -
Volker Lendecke
880c1cc751 Fixed typo.
Volker
-
Gerald Carter
a50c3df15b merge from 2.2 -
Gerald Carter
fe4ffa8dda merge from 2.2 -
Jeremy Allison
0dbd1be704 Missed '\' at eol...
Jeremy.
-
Jeremy Allison
27d3dd0e7c Tidyup fixes for fcntl spin problem.
Jeremy.
-
Jeremy Allison
fe4aa72018 Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Don't delete a share mode that failed to remove the oplock (doh!),
just set the oplock entry to zero....
Jeremy.
-
Herb Lewis
feb9bf8672 sync with 2.2 branch -
Jeremy Allison
e4a57fb456 Missed uninitialized variable return for del_share_mode().
Jeremy.
-
Andrew Tridgell
fe414d5e1a string terminate in mkdir -
Tim Potter
afaafc3e5a Added cli_lsa_open_policy2() -