Andrew Tridgell
fd3216dbcb
merge from head
-
Volker Lendecke
4ef6de20cb
merge from HEAD
-
Andrew Bartlett
7d48ad967c
.cvsignore for configure and config.h.in
-
Andrew Bartlett
482465bbaf
(merge from HEAD)
...
Move configure and include/config.h.in out of CVS.
Andrew Bartlett
-
Jeremy Allison
105d37474d
Collapse duplicate messages before sending.
...
Jeremy.
-
Jeremy Allison
76c3ccf6ed
Fixed type.
...
Jeremy.
-
Jeremy Allison
be54b1b831
Check for too many processes *before* the fork.
...
Jeremy.
-
Gerald Carter
d4168c327b
CUPS patch to log client name
-
Jeremy Allison
62e274abbb
Hold the lock for a much shorter time when allocating a new jobid.
...
Jeremy.
-
Jeremy Allison
46ea028169
Mem alloc checks.
...
Jeremy.
-
Jeremy Allison
97848f40ee
Up the hash table size for printing tdb.c
...
Jeremy.
-
Jeremy Allison
b300696cb5
Ensure we overwrite a tdb if the hash size changes.
...
Jeremy.
-
Jim McDonough
6d593ca174
Try to allow old and new heimdal installs
-
cvs2svn Import User
0dfbda0048
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
-
Andrew Bartlett
9e8e352e10
Add autogen.sh from distcc via mbp.
...
This to allow us to remove configure from CVS.
-
Andrew Bartlett
830de56bf2
Merge HEAD: check both the account and password...
...
Andrew Bartlett
-
Andrew Bartlett
49640635b1
Actually checking both the account and password tests would be a good idea...
...
Andrew Bartlett
-
Andrew Bartlett
299233fbf2
Merge from HEAD: avoid braindead #define on Tru64.
-
Andrew Bartlett
3dfdaa0208
Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour:
...
Apparently acl_type is #defined to acl_common.entry_type in their acl.h....
Andrew Bartlett
-
Jeremy Allison
2110901b38
Ensure we only ever set fsp->conn in one place.
...
Jeremy.
-
Jeremy Allison
d8a42753cc
Ensure we only ever set fsp->conn in one place.
...
Jeremy.
-
Jim McDonough
29d25382ac
Try to allow old and new heimdal installs
-
Jeremy Allison
b3df40bc80
Ensure Samba passes the open attribute truncate tests in smbtorture.
...
Jeremy.
-
Jeremy Allison
651db9f242
Ensure Samba passes the open attribute truncate tests in smbtorture.
...
Jeremy.
-
Jeremy Allison
510cd30a6e
Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.
...
Now to make Samba pass it :-).
Jeremy.
-
Herb Lewis
678c07f11d
fix another syntax error
-
Herb Lewis
aef873826f
if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax error
-
Jeremy Allison
e96978954b
Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.
...
Jeremy.
-
Jeremy Allison
77737b498d
Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.
...
Jeremy.
-
Gerald Carter
60955d1b81
reran autoconf-2.53
-
Jim McDonough
de8ffcad47
Try to get build working on systems with krb runtime but not devel libs.
...
Let's not assume that because one dir exists the whole shebang is there...
-
Jim McDonough
44fd5c8275
Try to get build working on systems with krb runtime but not devel libs.
...
Let's not assume that because one dir exists the whole shebang is there...
-
Tim Potter
22d7aa0e67
smb signing compile fix
-
Simo Sorce
36b2f6c932
untest fix for wide links parameter bug.
...
it work properly on 2.2 and the patch apply so I think it should be ok.
-
Simo Sorce
8498503f1d
untest fix from HEAD/2.2 for wide links parameter bug.
...
it work properly on 2.2 and the patch apply so I think it should be ok.
-
Andrew Bartlett
e6f87c7ee5
Add some return values, and don't attempt signing for NTLMSSP yet (it uses a
...
different algorithm).
Andrew Bartlett
-
Andrew Bartlett
9bcdb869e5
Merge from HEAD: Send the session key to the client, allowing it to perform SMB
...
signing.
Andrew Bartlett
-
Andrew Bartlett
574e8a8ab7
Send the user's session key in the SAMLOGON reply, so that a member server can
...
use smb signing.
Andrew Bartlett
-
Andrew Bartlett
b1c722e306
More signing updates - start checking that the server isn't being spoofed.
...
Andrew Bartlett
-
Andrew Bartlett
1a2738937e
We now have client-side SMB signing support!
...
This checking allows us to connect to Microsoft servers the use SMB signing,
within a few restrictions:
- I've not get the NTLMSSP stuff going - it appears to work, but if you break
the sig - say by writing a zero in it - it still passes...
- We don't currently verfiy the server's reply
- It works against one of my test servers, but not the other...
However, it provides an excellent basis to work from. Enable it with 'client
signing' in your smb.conf.
Doc to come (tomorrow) and this is not for 3.0, till we get it complete.
The CIFS Spec is misleading - the session key (for NTLMv1 at least) is the
standard session key, ie MD4(NT#).
Thanks to jra for the early work on this.
Andrew Bartlett
-
Jelmer Vernooij
f91d4c8fd3
Merge from HEAD: netbsd supports dynamic libs
-
Jelmer Vernooij
dbb29495e7
NetBSD also supports dynamic libs
-
Andrew Bartlett
9c3a1710ef
Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and some
...
misc libads fixes.
Andrew Bartlett
-
Andrew Bartlett
8485c51bc4
Merge from HEAD - convert username/password to unix before checking them in
...
SWAT.
-
Andrew Bartlett
e9f56a157b
Merge of signed/unsigned fixes from HEAD.
-
Andrew Bartlett
8f495e8634
Bitmap offsets and counts are always positive.
-
Andrew Bartlett
9f3525967d
Makefile.in change for ldap escaping fixes
-
Andrew Bartlett
013fa87473
One more signed/unsigned fix
-
Andrew Bartlett
69e94440cd
Non-error connection numbers are always positive
-
Andrew Bartlett
98a4ebf55c
Prompted by RedHat bugzilla bug #77999 , convert the user's username and
...
password from 'display' to 'unix' before we check them.
Andrew Bartlett
-