1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

14326 Commits

Author SHA1 Message Date
Jelmer Vernooij
134e7f948d Put 'wins hook' example back in. Fixes bug #268)
(This used to be commit a1e1421d1e)
2003-08-14 01:15:42 +00:00
Richard Sharpe
3b9f84290a Small tweaks to configure.in to support Irix and to remove the changing
of LIBS where we don't need to change them, and to ensure that if
--with-iconv was specified we only search the list of locations specified.
(This used to be commit c2274274a6)
2003-08-14 01:12:12 +00:00
Andrew Bartlett
172766eea7 Change Samba to always use extended security for it's guest logins, (ie,
NTLMSSP with "" username, NULL password), and add --machine-pass (-P) to
all of Samba's clients.

When connecting to an Active Directory DC, you must initiate the CIFS level
session setup with Kerberos, not a guest login.  If you don't, your machine
account is demoted to NT4.

Andrew Bartlett
(This used to be commit 3547cb3def)
2003-08-14 01:08:00 +00:00
Richard Sharpe
1eb7fe8eaf A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,
because Samba really only needs CP850 to UTF-8 and ISO-8859-1 seems to be
much the same as 8859.
(This used to be commit 02e3d779f1)
2003-08-14 00:08:42 +00:00
Jelmer Vernooij
5ac23a96a2 This file has been in the HOWTO for ages
(This used to be commit e97ff92a27)
2003-08-14 00:07:42 +00:00
Richard Sharpe
609ffe06d9 Test for CP850 and reorder the tests, looking for ASCII, then CP850,
then IBM850 and lastly ISO-8859-1.
(This used to be commit df8ff3f6b5)
2003-08-13 23:08:53 +00:00
Richard Sharpe
7a56a78964 This is an intermediate commit ... we check for three different charsets
in an iconv_open to be more robust.

However, what we really want to do is find the name for something like CP850,
which can be IBM850 on Solaris, and we might want to also check for
ISO-8859-1.

So, this commit adds a macro to aclocal.m4 that can check for a specific
charset.
(This used to be commit 81dc28ca82)
2003-08-13 21:29:59 +00:00
Rafal Szczesniak
1a43ca5ace Small typo fix found while testing domain trusts.
rafal
(This used to be commit 033ee6e687)
2003-08-13 20:53:48 +00:00
Volker Lendecke
d7ec3205e9 Don't wrap up anything that is not there. Otherwise upper layers
can not figure that we got no ticket.

Volker
(This used to be commit 2a724a7a87)
2003-08-13 20:27:18 +00:00
Volker Lendecke
ea40385507 Only close anything that is not fid 0. Was very confusing in ethereal...
Volker
(This used to be commit 9f453f27be)
2003-08-13 20:26:24 +00:00
Richard Sharpe
7c0b572085 Hoist the code for checking whether or not iconv actually works up into the
loop that looks for iconv, because we might have more than one version
of iconv available and the first version might not work like we want, so
we have to keep looking.

We have yet to look for other character conversions as well, but for now,
let's see what the build farm makes of the changes.
(This used to be commit 13be2ca51a)
2003-08-13 19:35:37 +00:00
Jelmer Vernooij
e6a0622787 Fix typo
(This used to be commit d14253752f)
2003-08-13 06:16:06 +00:00
Jelmer Vernooij
88ab623130 Remove last document in the text docs - it's replaced by Monyo's japanese
samb3 article
(This used to be commit 242ccbf35f)
2003-08-13 06:09:36 +00:00
Jelmer Vernooij
f62eaeb1a5 regenerate
(This used to be commit 75a8a906e8)
2003-08-13 06:07:10 +00:00
Jelmer Vernooij
879573e127 Regenerate
(This used to be commit 9f542cda53)
2003-08-13 05:58:46 +00:00
Jelmer Vernooij
edef6db442 regenerate
(This used to be commit 0fa19dd4bb)
2003-08-13 05:11:03 +00:00
Jelmer Vernooij
225a8ed076 Add some more new common options
(This used to be commit f27e696cd3)
2003-08-13 04:57:28 +00:00
Jelmer Vernooij
fd4c40a00d Create symlinks for modules that register multiple functions (fixes bug #91 )
(This used to be commit 3000a99b2d)
2003-08-13 04:11:50 +00:00
Gerald Carter
998ded9155 fix bug #286.
Fixed by storing the access requested on the anonymous samr connect.
Restricted this to enum_domain|open_domain.

Added become/unbecome_root() around pdb_enum_group_mapping()
enum domain groups samr call.
(This used to be commit 36fc199e5f)
2003-08-13 03:59:41 +00:00
Jelmer Vernooij
cb6b82b5dc Regenerate docs
(This used to be commit 85414c8780)
2003-08-13 03:57:48 +00:00
Jeremy Allison
c41fad7647 Query volume info level 2 fix - found by Samba4 tester.
Jeremy.
(This used to be commit fd86e2a387)
2003-08-13 03:49:43 +00:00
Jelmer Vernooij
c3b94254bd Regenerate docs!
(This used to be commit dc59e21bd2)
2003-08-13 03:32:57 +00:00
Jeremy Allison
405135fdeb Better path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy.
(This used to be commit 00a57b0953)
2003-08-13 03:28:06 +00:00
Jelmer Vernooij
b358688d5a Regenerate docs!
(This used to be commit d6c489b444)
2003-08-13 03:27:45 +00:00
Jeremy Allison
db58f51416 More chkpth fixes from Samba4 tests.
Jeremy.
(This used to be commit a62cf6bf16)
2003-08-13 02:31:22 +00:00
Jelmer Vernooij
0d28f130ff Final update. Links work now as well
(This used to be commit 336483342c)
2003-08-13 02:12:11 +00:00
Jelmer Vernooij
4e1bdbb757 Last set of syntax fixes
(This used to be commit 1ab824e77e)
2003-08-13 00:35:58 +00:00
Jeremy Allison
a9975acc92 Ensure we pass the Samba4 unlink test !
Jeremy.
(This used to be commit 73aaf8094c)
2003-08-13 00:31:23 +00:00
Gerald Carter
5faf3ba9af 2 fixes
* bug #280 (my fault) - initialize sambaNextUserRid and
   sambaNextGroupRid

 * Unix users shared vis LDAP or NIS between a samba domain member
   of a Samba domain are not seen as domain users on the member servers.
   not as local users.
(This used to be commit a030fa373a)
2003-08-13 00:08:28 +00:00
Jelmer Vernooij
83faad0d0e Conform better to the specs
(This used to be commit 412934e6d0)
2003-08-12 23:45:58 +00:00
Jelmer Vernooij
7b98e3a4b8 Better compatibility with official syntax
(This used to be commit 12eea1a70b)
2003-08-12 22:36:55 +00:00
Jelmer Vernooij
3942962df3 Better compatibility with official syntax
(This used to be commit 9a5304a5ea)
2003-08-12 22:34:09 +00:00
Jelmer Vernooij
6c8e01e44b Remove db2latex
(This used to be commit 479881d74a)
2003-08-12 22:31:29 +00:00
Alexander Bokovoy
efeb63d641 VFS layer should be TRANSPARENT, not OPAQUE
(This used to be commit 30f207375a)
2003-08-12 22:10:49 +00:00
Jelmer Vernooij
b6e1f502b2 Manpages work now as well
(This used to be commit c8393c013a)
2003-08-12 22:09:48 +00:00
Jelmer Vernooij
154124c473 PS and PDF build correctly now
(This used to be commit 27ef31bee4)
2003-08-12 21:59:02 +00:00
John Terpstra
ac61ce1f88 Tims' little fix.
(This used to be commit 03a308afcd)
2003-08-12 21:48:19 +00:00
Volker Lendecke
a757fe10b1 Apply a little const
(This used to be commit e3b36906c5)
2003-08-12 21:30:28 +00:00
Jelmer Vernooij
aa4ebac753 Add some images from the book
(This used to be commit b4eb164024)
2003-08-12 21:18:53 +00:00
Volker Lendecke
5929cfd451 This adds *experimental* kerberos gss spnego client support to ntlm_auth.
(This used to be commit 5522c79045)
2003-08-12 20:50:56 +00:00
Volker Lendecke
1d67e6b225 Some more shuffling around gss-spnego server
(This used to be commit f2c85595da)
2003-08-12 19:00:08 +00:00
Alexander Bokovoy
bc42210e63 Use path relative to source/ for modules/getdate.h
(This used to be commit 555d1ba01c)
2003-08-12 18:57:33 +00:00
Jelmer Vernooij
e6c55529c9 More fixes
(This used to be commit ec02b2cfa4)
2003-08-12 18:22:39 +00:00
Jelmer Vernooij
8f3dd1e397 Proper dependencies for dev-doc
(This used to be commit 52816b4e37)
2003-08-12 18:11:03 +00:00
Alexander Bokovoy
1b5168421b Fix syntax error.
(This used to be commit 3291db6369)
2003-08-12 18:02:03 +00:00
Jelmer Vernooij
2202b2da00 Nicer layout for the latex stylesheet
(This used to be commit de498be672)
2003-08-12 17:58:25 +00:00
Jelmer Vernooij
c5c6ae75c5 Fix some errors
(This used to be commit dc8d2c30b4)
2003-08-12 17:48:24 +00:00
Jelmer Vernooij
a2e3ba6e12 Merge over book changes into 3_0 CVS
(This used to be commit d8fe4a81fb)
2003-08-12 17:36:25 +00:00
Andrew Bartlett
3b8485d047 As described in http://davenport.sourceforge.net/ntlm.html add NTLM2
authentication.

NTLM2 is a version of NTLM, that involves both a client and server challenge,
and the creating of a new (presuable more secure) session key.

Unfortunetly this is not quite the same as NTLMv2, and we don't know how to
get the session key.  I suggest looking very closely at what MSCHAPv2, and
other MS auth protocols do...

Andrew Bartlett
(This used to be commit d4a5f4fdf9)
2003-08-12 05:53:43 +00:00
Andrew Bartlett
225048e2e6 Fix comment
(This used to be commit 024d32f793)
2003-08-12 05:01:24 +00:00