| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
updating WHATSNEW
|
| |
|
|\
| |
| | |
'SAMBA_3_0_RELEASE'.
|
| |
| |
| |
| |
| |
| |
| |
| | |
tells me that this should not be expanded, so I implemented
net status [sessions|shares] [parseable]
Volker
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
requests when signing is turned on.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
does this.
Jeremy.
|
| |
| |
| |
| |
| | |
cope.
Jeremy.
|
| |
| |
| |
| |
| | |
state info each packet.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
packet is the one that matters for checking the signing replies. Need to
check the server code does this correctly too....
Bug #832 reported by Volker.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
the respective user databases.
Volker
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| | |
the full name in gecos field; bug 587
|
| |
| |
| |
| |
| |
| |
| | |
MacOSX (Darwin) specific charset module code. Also had to add AC_CHECK_CPP
to configure.in (this took a *long* time to track down) to make autoconf
work correctly on Fedora Core 1.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
human-readable format.
Volker
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- NTLM2 fixes, don't force NTLM2
- Don't use NTLM2 for RPC, it doesn't work yet
- Add comments to winbindd_pam.c
- Merge 64 bit fixes and better debug messages in winbindd.c
Andrew Bartlett
|
| |
| |
| |
| |
| | |
if the file has an ACL.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
The changes the name of the job passed off to cups
from "Test Page" to "smbprn.00000033 Test Page" so that
we can get the smb jobid back from lpq. Working on bug
770.
|
| |
| |
| |
| |
| | |
it fails later. Only turn it off automatically if it fails at the start.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
ignore it. Only fail if signing is set to "required".
Jeremy.
|
| |
| |
| |
| | |
check_bind_response()
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
originating client name when using CUPS
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Patch by emil@disksites.com <Emil Rasamat> to ensure we always always
free() each auth method. (We had relied on the use of talloc() only,
despite providing the free() callback)
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add support for variable-length session keys in our client code.
This means that we now support 'net rpc join' with KRB5 (des based)
logins. Now, you need to hack 'net' to do that, but the principal is
important...
When we add kerberos to 'net rpc', it should be possible to still do
user management and the like over RPC.
-
Add server-side support for variable-length session keys (as used by
DES based krb5 logins).
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changes all over the shop, but all towards:
- NTLM2 support in the server
- KEY_EXCH support in the server
- variable length session keys.
In detail:
- NTLM2 is an extension of NTLMv1, that is compatible with existing
domain controllers (unlike NTLMv2, which requires a DC upgrade).
* This is known as 'NTLMv2 session security' *
(This is not yet implemented on the RPC pipes however, so there may
well still be issues for PDC setups, particuarly around password
changes. We do not fully understand the sign/seal implications of
NTLM2 on RPC pipes.)
This requires modifications to our authentication subsystem, as we
must handle the 'challege' input into the challenge-response algorithm
being changed. This also needs to be turned off for
'security=server', which does not support this.
- KEY_EXCH is another 'security' mechanism, whereby the session key
actually used by the server is sent by the client, rather than being
the shared-secret directly or indirectly.
- As both these methods change the session key, the auth subsystem
needed to be changed, to 'override' session keys provided by the
backend.
- There has also been a major overhaul of the NTLMSSP subsystem, to
merge the 'client' and 'server' functions, so they both operate on a
single structure. This should help the SPNEGO implementation.
- The 'names blob' in NTLMSSP is always in unicode - never in ascii.
Don't make an ascii version ever.
- The other big change is to allow variable length session keys. We
have always assumed that session keys are 16 bytes long - and padded
to this length if shorter. However, Kerberos session keys are 8 bytes
long, when the krb5 login uses DES.
* This fix allows SMB signging on machines not yet running MIT KRB5 1.3.1. *
- Add better DEBUG() messages to ntlm_auth, warning administrators of
misconfigurations that prevent access to the privileged pipe. This
should help reduce some of the 'it just doesn't work' issues.
- Fix data_blob_talloc() to behave the same way data_blob() does when
passed a NULL data pointer. (just allocate)
REMEMBER to make clean after this commit - I have changed plenty of
data structures...
Andrew Bartlett
|
| | |
|
| |
| |
| |
| | |
running; bug 398
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
are written out surrounded by single quotes. This means that
both double and single quotes are now used to surround
strings in smb.conf. This is a slight change from the previous
behavior but needed or else things like
printer admin = +ntadmin, 'VALE\Domain, Admin'
get written to smb.conf by SWAT.
|
| |
| |
| |
| |
| |
| | |
<link@foo.fh-furtwangen.de>.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
suffix values in SWAT; based on tpot's original patch; bug 328
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Patch by metze.
rafal
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| | |
<Helmut.Heinreichsberger@wincor-nixdorf.com>
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
Patch by metze.
rafal
|
| |
| |
| |
| | |
rafal
|
| |
| |
| |
| |
| | |
a mangled name. Added const. Fix inspired by Andrew Bartlett ideas.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes a bug when establishing trust against a german W2k3 AD server. In
the bind response to WKSSVC it does not send \PIPE\ntsvcs as NT4 (did not
check w2k) but \PIPE\wkssvc. I'm not sure whether we should make this check at
all, so making it a bit more liberal should hopefully not really hurt.
Volker
|
| |
| |
| |
| |
| |
| |
| | |
(not /etc/group) even when doing local aliases
* remove "hide local users" parameter; we have this
behavior built into 3.0
|
| |
| |
| |
| | |
(forget to remove the module from the default list after testing :-)
|