1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

13268 Commits

Author SHA1 Message Date
Andrew Bartlett
5efd95622c Allow the NTLMv2 functions to spit out both possible varients on the session
key, so we can test it in ntlm_auth.

I suspect the 'lm' version doesn't exist, but it's easy to change back.

Andrew Bartlett
-
Andrew Bartlett
62f0acc991 Add some more tests to the ntlm_auth diagnositics package.
Our NTLMv2 client code needs work, becouse we don't get the session key for
any of the NTLMv2 stuff...

Also test some of the more 'odd' auth cases - like putting the NT password
into the LM feild.

Clean up some static globals into static locals.

Andrew Bartlett
-
John Terpstra
f1332b1949 Fixing Syntax Problems. -
John Terpstra
f304f3db1e Fixing syntax problems. -
Tim Potter
f4ea0cc17d Merge of backslash @LDAP_LIBS@ fix from HEAD. -
Tim Potter
895bef1a62 A good reason to use make variables instead of autoconf substitutions
directly - fixed problem where the last line of the link command was
'\ @LDAP_LIBS@'.  If @LDAP_LIBS@ is zero then the backslash
incorrectly includes the next line of the Makefile in the current
target.

This should fix a bucketload of build farm failures.
-
Tim Potter
a102734263 Fixed typo introduced when reverting patch from revision 1.19 -
Tim Potter
4fccc1f16d Fixed typo introduced in reverted patch from version 1.12.4.5 -
Tim Potter
52d5ff7bda Fix some compiler warnings. -
Tim Potter
d15406ad91 AIX doesn't append $SHLIB_EXT to NSS libraries.
Also merged a little bit of abartlet's recent configure.in change of
duplicated IRIX stuff.
-
Tim Potter
af083d2760 AIX doesn't append $SHLIB_EXT to NSS libraries. -
John Terpstra
e1c6242dbc Updatting docs further. More to come. -
John Terpstra
4b5cb5d4ad Updatting docs further. More to come. -
Simo Sorce
a4fc9c3b2d move some things around -
John Terpstra
969b0f8cce More updates. -
John Terpstra
d5fdd156e3 More updates. -
Andrew Bartlett
00e08efb5c Patch from Ken Cross to allow an ADS domain join with a username of the form
user@realm, where realm might not be the realm we are joining.

Andrew Bartlett
-
John Terpstra
da4d7a8797 Update. -
John Terpstra
ec025c353b Updating ServerType. Now almost complete. -
Andrew Bartlett
7f1c271cfb Add doco to our SMB signing code.
This should make it clearer what magic numbers refer to the magic numbers
in the CIFS spec, and what bits and peices are being appended into the MD5
calculation where.

Andrew Bartlett
-
Andrew Bartlett
98f7ccebeb Fix up the setting up of the build_farm smb.conf from the templates in their
new directory.

Andrew Bartlett
-
Andrew Bartlett
a4ec8a6151 configure.in updates:
Now the IRIX and non-irix cases for one of these switch statements is the same,
eliminate the statement...

We now use autoconf > 2.50, so we can use some of it's features.

We also need to correctly include the magic for building vfs_fake_perms.
-
John Terpstra
9990dd7ef8 Merge of new edits from HEAD. -
cvs2svn Import User
f1e5990657 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
John Terpstra
549b047994 Re-arrangement of Chapters 3-8, merges, updates - first installment only. -
Andrew Bartlett
ce4ff4cc8e Add a comment about the use of string functions in the modules code, and
add \n to the end of the non-dlopen case DEBUGs.

Andrew Bartlett
-
Andrew Bartlett
0dfeaf4535 Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farm -
Simo Sorce
921215cf4b fixes to *_util.c files
add winbindd_passdb backend
this makes it possible to have nua accounts on security = user servers to
show up in unic through nss_winbind.so

the problem is that we do not have group support, so nss group support is
not very good at this time (read: totally absent)

we NEED group support in passdb
-
Simo Sorce
28b73a3921 exclude tdbsam2.h generation until it will be used -
Simo Sorce
7e28ee1cf8 fix pam_smbpass
typos
-
Simo Sorce
08d4c2fa85 remove testing debug line -
Jelmer Vernooij
a9e1edbbf2 Add note on LDAP_EXOP_X_MODIFY_PASSWD. ldap passwd sync documentation should be
complete now.
-
Jelmer Vernooij
1748fdfb43 Add note about 'ldap trust ids'. -
Jelmer Vernooij
a092928b8e Update LDAP documentation for 3.0 -
Volker Lendecke
7a1b8409be Now that multi-pdu schannel works and a but in the negotiator has been
fixed I would like to see this tested a bit more. Default the schannel
stuff to auto which means 'offer, but do not enforce'.

Volker
-
Simo Sorce
21701876dc shouldn't wellknown group be well.. ..WKN_GRP ?
make a new sam_Account contain our domain by default, windows will complain
on logon otherwise.
fix stupid typo in idmap_util.c
-
Jeremy Allison
e954ca2ce8 Fix uninitialized blobs reported by Luke Howard.
Jeremy.
-
Jeremy Allison
8dcc008999 Fix uninitialized blobs reported by Luke Howard.
Jeremy.
-
Jeremy Allison
aeba1fcab2 Fix for bugid 51 from Dragan Krnic.
Jeremy.
-
Jeremy Allison
a2af45154d Fix for bugid 51 from Dragan Krnic.
Jeremy.
-
Simo Sorce
7ae6162e1d fix wrong debug messages in idmap_util.c
correctly handle allocated rids in tdbsam
-
Jelmer Vernooij
31560948d8 Move external links into new chapter "Further Resources" -
Jelmer Vernooij
cdfcdf39d1 Move external links to new appendix called "Further Resources" -
Simo Sorce
62365023db init wellknown in pdbedit too
add group mapping mappings to idmap at startup
-
Jelmer Vernooij
ab640d937f Merge over Alexanders' conversion to docbook XML -
Jelmer Vernooij
c96107ba05 Oops. Missed some files -
Jelmer Vernooij
07873fec8a Add support files for docbook 2 latex -
Simo Sorce
568feee897 proper wellknown sids initialization at startup -
Jelmer Vernooij
8de8af4443 Add helper files for docbook XML -
Jelmer Vernooij
248324779b Add smb.conf.5 manpage source -