summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed -l parameter description to avoid duplicationRafal Szczesniak2003-08-141-17/+0
| | | | | | | | with common.samba section. Also found while testing domain trusts (so far it works) :-) rafal
* Put 'wins hook' example back in. Fixes bug #268)Jelmer Vernooij2003-08-142-0/+102
|
* Small tweaks to configure.in to support Irix and to remove the changingRichard Sharpe2003-08-141-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.
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-1410-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
* A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,Richard Sharpe2003-08-141-1/+1
| | | | | because Samba really only needs CP850 to UTF-8 and ISO-8859-1 seems to be much the same as 8859.
* This file has been in the HOWTO for agesJelmer Vernooij2003-08-141-32/+0
|
* Test for CP850 and reorder the tests, looking for ASCII, then CP850,Richard Sharpe2003-08-131-2/+5
| | | | then IBM850 and lastly ISO-8859-1.
* This is an intermediate commit ... we check for three different charsetsRichard Sharpe2003-08-132-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.
* Small typo fix found while testing domain trusts.Rafal Szczesniak2003-08-131-1/+1
| | | | rafal
* Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke2003-08-131-0/+3
| | | | | | can not figure that we got no ticket. Volker
* Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke2003-08-131-1/+3
| | | | Volker
* Hoist the code for checking whether or not iconv actually works up into theRichard Sharpe2003-08-131-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.
* Fix typoJelmer Vernooij2003-08-131-1/+1
|
* Remove last document in the text docs - it's replaced by Monyo's japaneseJelmer Vernooij2003-08-132-155/+0
| | | | samb3 article
* regenerateJelmer Vernooij2003-08-1397-10098/+12154
|
* RegenerateJelmer Vernooij2003-08-132-0/+0
|
* regenerateJelmer Vernooij2003-08-131-3/+2
|
* Add some more new common optionsJelmer Vernooij2003-08-131-14/+25
|
* Create symlinks for modules that register multiple functions (fixes bug #91 )Jelmer Vernooij2003-08-133-10/+20
|
* fix bug #286.Gerald Carter2003-08-131-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.
* Regenerate docsJelmer Vernooij2003-08-1320-12366/+4158
|
* Query volume info level 2 fix - found by Samba4 tester.Jeremy Allison2003-08-131-1/+1
| | | | Jeremy.
* Regenerate docs!Jelmer Vernooij2003-08-131-26749/+30623
|
* Better path checking for chkpth. We now pass Samba4 chkpath and unlink.Jeremy Allison2003-08-131-4/+25
| | | | Jeremy.
* Regenerate docs!Jelmer Vernooij2003-08-131-5389/+6095
|
* More chkpth fixes from Samba4 tests.Jeremy Allison2003-08-131-2/+15
| | | | Jeremy.
* Final update. Links work now as wellJelmer Vernooij2003-08-1318-104/+92
|
* Last set of syntax fixesJelmer Vernooij2003-08-1310-59/+84
|
* Ensure we pass the Samba4 unlink test !Jeremy Allison2003-08-131-1/+9
| | | | Jeremy.
* 2 fixesGerald Carter2003-08-136-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.
* Conform better to the specsJelmer Vernooij2003-08-1216-64/+66
|
* Better compatibility with official syntaxJelmer Vernooij2003-08-1222-63/+50
|
* Better compatibility with official syntaxJelmer Vernooij2003-08-1211-89/+89
|
* Remove db2latexJelmer Vernooij2003-08-12119-21504/+0
|
* VFS layer should be TRANSPARENT, not OPAQUEAlexander Bokovoy2003-08-121-1/+1
|
* Manpages work now as wellJelmer Vernooij2003-08-122-0/+6
|
* PS and PDF build correctly nowJelmer Vernooij2003-08-125-1943/+701
|
* Tims' little fix.John Terpstra2003-08-121-1/+1
|
* Apply a little constVolker Lendecke2003-08-121-1/+1
|
* Add some images from the bookJelmer Vernooij2003-08-1220-0/+0
|
* This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke2003-08-122-14/+112
|
* Some more shuffling around gss-spnego serverVolker Lendecke2003-08-121-34/+37
|
* Use path relative to source/ for modules/getdate.hAlexander Bokovoy2003-08-122-2/+2
|
* More fixesJelmer Vernooij2003-08-1262-1263/+650
|
* Proper dependencies for dev-docJelmer Vernooij2003-08-121-0/+1
|
* Fix syntax error.Alexander Bokovoy2003-08-121-1/+1
|
* Nicer layout for the latex stylesheetJelmer Vernooij2003-08-121-1/+1
|
* Fix some errorsJelmer Vernooij2003-08-122-2/+3
|
* Merge over book changes into 3_0 CVSJelmer Vernooij2003-08-1275-4834/+5093
|
* As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett2003-08-121-3/+40
| | | | | | | | | | | | | 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