summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-14fix bug 294; win9x driver lookups should always use version 0Gerald Carter1-5/+16
(This used to be commit 8cc1a49c13b24e8fe501caa0d7d695d34a58d08d)
2003-08-14Fix overflow in vfs_recycle module (and hopefully also bug #291)Jelmer Vernooij1-1/+2
(This used to be commit 8625f0e015481a79b0a7dedb77c60ce7b2cb7b84)
2003-08-14Fix the build for non-kerberos environments.Volker Lendecke1-0/+8
Volker (This used to be commit c8f4d7952ffbe0438e33c37ae1365e5dd4f1734a)
2003-08-14ntlm_auth should be installed as well. It is now of use by Squid and Midgard ↵Alexander Bokovoy1-1/+2
and is stable enough so it make sense to provide it in a Samba Team's binary packages (This used to be commit 6615b06cd186d58b25e0af9ef4174868f99d9be3)
2003-08-14Removed -l parameter description to avoid duplicationRafal Szczesniak1-17/+0
with common.samba section. Also found while testing domain trusts (so far it works) :-) rafal (This used to be commit 75fa4a17bd95a3761749c8885f8aee8615e4f6aa)
2003-08-14Put 'wins hook' example back in. Fixes bug #268)Jelmer Vernooij2-0/+102
(This used to be commit a1e1421d1ef70088e1cf2308e8cfbf139e25ddaa)
2003-08-14Small tweaks to configure.in to support Irix and to remove the changingRichard Sharpe1-4/+10
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 c2274274a6cec7aed5ba5fee72e529ff3e0c71e0)
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett10-88/+90
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 3547cb3def45a90f99f67829a533eac1ccba5e77)
2003-08-14A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,Richard Sharpe1-1/+1
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 02e3d779f150f99e777007a50b58861c8921925b)
2003-08-14This file has been in the HOWTO for agesJelmer Vernooij1-32/+0
(This used to be commit e97ff92a27eee81c5a6f648e3a898fed66c6a63f)
2003-08-13Test for CP850 and reorder the tests, looking for ASCII, then CP850,Richard Sharpe1-2/+5
then IBM850 and lastly ISO-8859-1. (This used to be commit df8ff3f6b54aca4e43459d4275c88b90508c961a)
2003-08-13This is an intermediate commit ... we check for three different charsetsRichard Sharpe2-3/+30
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 81dc28ca82b94d1bc42f96273f6cefac6ca1848c)
2003-08-13Small typo fix found while testing domain trusts.Rafal Szczesniak1-1/+1
rafal (This used to be commit 033ee6e68708f687ccd053eab4a7dac16937354b)
2003-08-13Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke1-0/+3
can not figure that we got no ticket. Volker (This used to be commit 2a724a7a873c08f14644427766bfd48908ddb501)
2003-08-13Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke1-1/+3
Volker (This used to be commit 9f453f27be7eeb792b57d5c60284bb5efc84b408)
2003-08-13Hoist the code for checking whether or not iconv actually works up into theRichard Sharpe1-23/+26
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 13be2ca51a6125a6de22fa7afb88ba0688f23ab8)
2003-08-13Fix typoJelmer Vernooij1-1/+1
(This used to be commit d14253752f6e5eca217831da22f3d0d00d536b04)
2003-08-13Remove last document in the text docs - it's replaced by Monyo's japaneseJelmer Vernooij2-155/+0
samb3 article (This used to be commit 242ccbf35fd1f1456ede475c2851fd5e21f120a3)
2003-08-13regenerateJelmer Vernooij97-10098/+12154
(This used to be commit 75a8a906e8031b50e6583f2e0354073a8aa7f5f3)
2003-08-13RegenerateJelmer Vernooij2-0/+0
(This used to be commit 9f542cda53df34a093bebca31c6d5130417cc3dd)
2003-08-13regenerateJelmer Vernooij1-3/+2
(This used to be commit 0fa19dd4bb74d49a7807f82a59c69ccf5a2b0311)
2003-08-13Add some more new common optionsJelmer Vernooij1-14/+25
(This used to be commit f27e696cd38501754fb996ca3ffbe48b28e861ae)
2003-08-13Create symlinks for modules that register multiple functions (fixes bug #91 )Jelmer Vernooij3-10/+20
(This used to be commit 3000a99b2dc4fbffe4f20b92b22b9658d6620b65)
2003-08-13fix bug #286.Gerald Carter1-2/+17
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 36fc199e5f573fea9b7e2c1cf01ad42744a42f08)
2003-08-13Regenerate docsJelmer Vernooij20-12366/+4158
(This used to be commit 85414c8780cf57c396fea395918dfd161d67edb4)
2003-08-13Query volume info level 2 fix - found by Samba4 tester.Jeremy Allison1-1/+1
Jeremy. (This used to be commit fd86e2a38766af1cf01667c6f6248af7572b278f)
2003-08-13Regenerate docs!Jelmer Vernooij1-26749/+30623
(This used to be commit dc59e21bd2258f3d8e1106ad4be7b9963b57f1e0)
2003-08-13Better path checking for chkpth. We now pass Samba4 chkpath and unlink.Jeremy Allison1-4/+25
Jeremy. (This used to be commit 00a57b0953c40a0ad6780eae84b4c558e21dbcfd)
2003-08-13Regenerate docs!Jelmer Vernooij1-5389/+6095
(This used to be commit d6c489b44417b792145ca7676f13ce7388ec6a4c)
2003-08-13More chkpth fixes from Samba4 tests.Jeremy Allison1-2/+15
Jeremy. (This used to be commit a62cf6bf16e2f435f504e936c31992f5697a309a)
2003-08-13Final update. Links work now as wellJelmer Vernooij18-104/+92
(This used to be commit 336483342c4b6a2ff2579e7b903362f408385b09)
2003-08-13Last set of syntax fixesJelmer Vernooij10-59/+84
(This used to be commit 1ab824e77edd955e90515b40e0d0c2d4f826b603)
2003-08-13Ensure we pass the Samba4 unlink test !Jeremy Allison1-1/+9
Jeremy. (This used to be commit 73aaf8094c2fed76b6650afbd8ff4f050f5e52d2)
2003-08-132 fixesGerald Carter6-172/+257
* 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 a030fa373aefde8628def54ca8152f237a0467dc)
2003-08-12Conform better to the specsJelmer Vernooij16-64/+66
(This used to be commit 412934e6d006697426e7adbcc686a5ab2b62742b)
2003-08-12Better compatibility with official syntaxJelmer Vernooij22-63/+50
(This used to be commit 12eea1a70b0c8331aabc09e5ae464d7863de6240)
2003-08-12Better compatibility with official syntaxJelmer Vernooij11-89/+89
(This used to be commit 9a5304a5ea9b65dbfe5980e35b8456946a331f80)
2003-08-12Remove db2latexJelmer Vernooij119-21504/+0
(This used to be commit 479881d74aa136476355bfacc57a08102eb170b9)
2003-08-12VFS layer should be TRANSPARENT, not OPAQUEAlexander Bokovoy1-1/+1
(This used to be commit 30f207375a7e54265fc696a91ba4686ed932329e)
2003-08-12Manpages work now as wellJelmer Vernooij2-0/+6
(This used to be commit c8393c013a468ea3e8493cd2fac7ace47b7d55ce)
2003-08-12PS and PDF build correctly nowJelmer Vernooij5-1943/+701
(This used to be commit 27ef31bee4ac445f1218d6e78d6e3282c6b2726a)
2003-08-12Tims' little fix.John Terpstra1-1/+1
(This used to be commit 03a308afcd8826387e33a9c95df98425f9e0fa79)
2003-08-12Apply a little constVolker Lendecke1-1/+1
(This used to be commit e3b36906c53bd4a9231c2efb007cec234e52a78f)
2003-08-12Add some images from the bookJelmer Vernooij20-0/+0
(This used to be commit b4eb1640246fd0f81a65cc27c53a2a8e24dc8174)
2003-08-12This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke2-14/+112
(This used to be commit 5522c79045dd9ee6804bc2bf2114178cbed6df48)
2003-08-12Some more shuffling around gss-spnego serverVolker Lendecke1-34/+37
(This used to be commit f2c85595dae81e119d0f7f9ec769ff865916a052)
2003-08-12Use path relative to source/ for modules/getdate.hAlexander Bokovoy2-2/+2
(This used to be commit 555d1ba01c01b88039e9125e8d468166e2e1b2a3)
2003-08-12More fixesJelmer Vernooij62-1263/+650
(This used to be commit ec02b2cfa4d913c91dd78bc1b2bdb02d7d560c59)
2003-08-12Proper dependencies for dev-docJelmer Vernooij1-0/+1
(This used to be commit 52816b4e374753880f6022bce5dffd3d7d3ff1c1)
2003-08-12Fix syntax error.Alexander Bokovoy1-1/+1
(This used to be commit 3291db6369fb57ebd76d0213ac62958de96173eb)