Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed -l parameter description to avoid duplication | Rafal Szczesniak | 2003-08-14 | 1 | -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 Vernooij | 2003-08-14 | 2 | -0/+102 |
| | |||||
* | Small tweaks to configure.in to support Irix and to remove the changing | Richard Sharpe | 2003-08-14 | 1 | -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 Bartlett | 2003-08-14 | 10 | -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 Sharpe | 2003-08-14 | 1 | -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 ages | Jelmer Vernooij | 2003-08-14 | 1 | -32/+0 |
| | |||||
* | Test for CP850 and reorder the tests, looking for ASCII, then CP850, | Richard Sharpe | 2003-08-13 | 1 | -2/+5 |
| | | | | then IBM850 and lastly ISO-8859-1. | ||||
* | This is an intermediate commit ... we check for three different charsets | Richard Sharpe | 2003-08-13 | 2 | -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 Szczesniak | 2003-08-13 | 1 | -1/+1 |
| | | | | rafal | ||||
* | Don't wrap up anything that is not there. Otherwise upper layers | Volker Lendecke | 2003-08-13 | 1 | -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 Lendecke | 2003-08-13 | 1 | -1/+3 |
| | | | | Volker | ||||
* | Hoist the code for checking whether or not iconv actually works up into the | Richard Sharpe | 2003-08-13 | 1 | -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 typo | Jelmer Vernooij | 2003-08-13 | 1 | -1/+1 |
| | |||||
* | Remove last document in the text docs - it's replaced by Monyo's japanese | Jelmer Vernooij | 2003-08-13 | 2 | -155/+0 |
| | | | | samb3 article | ||||
* | regenerate | Jelmer Vernooij | 2003-08-13 | 97 | -10098/+12154 |
| | |||||
* | Regenerate | Jelmer Vernooij | 2003-08-13 | 2 | -0/+0 |
| | |||||
* | regenerate | Jelmer Vernooij | 2003-08-13 | 1 | -3/+2 |
| | |||||
* | Add some more new common options | Jelmer Vernooij | 2003-08-13 | 1 | -14/+25 |
| | |||||
* | Create symlinks for modules that register multiple functions (fixes bug #91 ) | Jelmer Vernooij | 2003-08-13 | 3 | -10/+20 |
| | |||||
* | fix bug #286. | Gerald Carter | 2003-08-13 | 1 | -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 docs | Jelmer Vernooij | 2003-08-13 | 20 | -12366/+4158 |
| | |||||
* | Query volume info level 2 fix - found by Samba4 tester. | Jeremy Allison | 2003-08-13 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Regenerate docs! | Jelmer Vernooij | 2003-08-13 | 1 | -26749/+30623 |
| | |||||
* | Better path checking for chkpth. We now pass Samba4 chkpath and unlink. | Jeremy Allison | 2003-08-13 | 1 | -4/+25 |
| | | | | Jeremy. | ||||
* | Regenerate docs! | Jelmer Vernooij | 2003-08-13 | 1 | -5389/+6095 |
| | |||||
* | More chkpth fixes from Samba4 tests. | Jeremy Allison | 2003-08-13 | 1 | -2/+15 |
| | | | | Jeremy. | ||||
* | Final update. Links work now as well | Jelmer Vernooij | 2003-08-13 | 18 | -104/+92 |
| | |||||
* | Last set of syntax fixes | Jelmer Vernooij | 2003-08-13 | 10 | -59/+84 |
| | |||||
* | Ensure we pass the Samba4 unlink test ! | Jeremy Allison | 2003-08-13 | 1 | -1/+9 |
| | | | | Jeremy. | ||||
* | 2 fixes | Gerald Carter | 2003-08-13 | 6 | -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 specs | Jelmer Vernooij | 2003-08-12 | 16 | -64/+66 |
| | |||||
* | Better compatibility with official syntax | Jelmer Vernooij | 2003-08-12 | 22 | -63/+50 |
| | |||||
* | Better compatibility with official syntax | Jelmer Vernooij | 2003-08-12 | 11 | -89/+89 |
| | |||||
* | Remove db2latex | Jelmer Vernooij | 2003-08-12 | 119 | -21504/+0 |
| | |||||
* | VFS layer should be TRANSPARENT, not OPAQUE | Alexander Bokovoy | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Manpages work now as well | Jelmer Vernooij | 2003-08-12 | 2 | -0/+6 |
| | |||||
* | PS and PDF build correctly now | Jelmer Vernooij | 2003-08-12 | 5 | -1943/+701 |
| | |||||
* | Tims' little fix. | John Terpstra | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Apply a little const | Volker Lendecke | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Add some images from the book | Jelmer Vernooij | 2003-08-12 | 20 | -0/+0 |
| | |||||
* | This adds *experimental* kerberos gss spnego client support to ntlm_auth. | Volker Lendecke | 2003-08-12 | 2 | -14/+112 |
| | |||||
* | Some more shuffling around gss-spnego server | Volker Lendecke | 2003-08-12 | 1 | -34/+37 |
| | |||||
* | Use path relative to source/ for modules/getdate.h | Alexander Bokovoy | 2003-08-12 | 2 | -2/+2 |
| | |||||
* | More fixes | Jelmer Vernooij | 2003-08-12 | 62 | -1263/+650 |
| | |||||
* | Proper dependencies for dev-doc | Jelmer Vernooij | 2003-08-12 | 1 | -0/+1 |
| | |||||
* | Fix syntax error. | Alexander Bokovoy | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Nicer layout for the latex stylesheet | Jelmer Vernooij | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Fix some errors | Jelmer Vernooij | 2003-08-12 | 2 | -2/+3 |
| | |||||
* | Merge over book changes into 3_0 CVS | Jelmer Vernooij | 2003-08-12 | 75 | -4834/+5093 |
| | |||||
* | As described in http://davenport.sourceforge.net/ntlm.html add NTLM2 | Andrew Bartlett | 2003-08-12 | 1 | -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 |