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

6018 Commits

Author SHA1 Message Date
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() -
Tim Potter
02fe0e18df Distinguish between NT informational and error codes. -
Andrew Bartlett
bd3010263b Add a new option to disable our paranoid server check.
Defaults to ON, ie checking
-
Volker Lendecke
a1e97aafe5 Fixed a little typo.
Volker
-
Volker Lendecke
1c94fa8064 This is Jeremy pretending to be Volker, 'cos the
link from Seattle is having problems.
I've added 3 things here to work on the fcntl spin
problem.
1). Check *all* tdb return codes... :-).
2). If we're asking ourselves to break an oplock, and we can't
find a fsp pointer that matches the entry, this is a *logic bug*
and we should abort and panic so someone with gdb can pick up
the pieces.
3). After we've broken an oplock, ensure that the entry itself
has been removed, and if not remove it ourselves. This should
not be neccessary in a correctly working environmen,t, but will
provide an added layer of robustness in error situations.
4). I hate german keyboards :-) :-).
Jeremy.
-
Jeremy Allison
41066208ad Ensure we are very explicit about what we're comparing when
we're comparing structures (ie. don't just do a memcmp). I
don't think this will fix the fcntl spin issue, but it's a
"just in case" change.
Jeremy.
-
Andrew Bartlett
afece03d02 Add comment to clarify why we call this twice. -
Andrew Tridgell
a25911d58c two fixes for NT clients -> share level Samba server -
Andrew Tridgell
b6c78d4c6f allow for the NULL in make_nmb_name() -
Andrew Tridgell
1c2618df45 added -b option -
Andrew Tridgell
3eba9606f7 a bunch of fixes from the sflight to seattle
in particular:
 - fixed NT status code for a bunch of ops
 - fixed handling of protocol levels in ms_fnmatch
-
Jeremy Allison
82153dde95 Realloc fix.
Jeremy.
-
Jeremy Allison
6b90263292 Realloc fixes.
Jeremy.
-
Jeremy Allison
e4ef9e332f Realloc fixes.
Jeremy.
-
Jeremy Allison
560ae7615e Realloc fixes.
Jeremy.
-
Jeremy Allison
94128f9f37 More Realloc fixes.
Jeremy.
-
Jeremy Allison
9cabc3fd63 Realloc fix.
Jeremy.
-
Anton Blanchard
a58b89d339 Add missing gcc memory barriers, this bug showed up when doing a
heavy netbench run. :)

Rework ppc spinlocks to be faster.
-
Jeremy Allison
b4fa49fe13 More Realloc fixes.
Jeremy.
-
Jeremy Allison
381c02e638 More Realloc fixes.
Jeremy.
-
Jeremy Allison
31804cb7a8 Use tparam not tdata when reallocing params to make clearer.
Jeremy.
-
Jean-François Micouleau
5e9a36bd9c more useful debug messages and check if the size are non null.
that fix the notification backend channel for spoolss.

	J.F.
-
Andrew Bartlett
8c3cf2db95 OK, so not freeing these was a mistake. I'll try to be less exuberent next
time :-)
-
Andrew Bartlett
ba76564c2a Move the claim_connection stuff till a little later in the process.
(You don't have to clean up somthing you haven't done yet...)
-
Andrew Bartlett
6fd8eb08c1 Move admin user check into a helper function.
Formatting fixes.
-
Andrew Bartlett
7dc716f174 Move read only check into a helper funcion. Ensure conn->service is set
before we use it to find a share's details.
-
Andrew Bartlett
dc635bde22 Restore a debug I think I dropped earlier -
Andrew Bartlett
15c87e404f smbd/auth_server: Doco, we want to use cli_nt_error here soon
smbd/password.c: We don't use globals here anymore

smbd/reply.c: Tidyness, global_myworkgroup must die!

smbd/service.c:  Move some of the make_connection code into a helper
                 function.
-
Andrew Bartlett
3d91c11942 Style cleanup for the last vuid change.
Style, doco and DEBUG() fixes for auth_smbpasswd.c
(In particular for the account control call).

Andrew Bartlett
-
Andrew Bartlett
204da7ba96 One less getpwnam() call...
Andrew Bartlett
-
Andrew Tridgell
6b43e4a15d removed unused file -
Andrew Tridgell
c452eb0fbb removed unused file -
Jeremy Allison
800e46ea7e Added Jim McDonough's Win9x take ownership fix.
Jeremy.
-
Gerald Carter
7049217eb4 merge from 2.2 -
Jeremy Allison
befbfea210 Add printing of errno when POSIX lock requests fail.
Jeremy.
-
Tim Potter
6c0dab8502 Moved across definition of dos error types from smb.h to doserr.h -