Age | Commit message (Expand) | Author | Files | Lines |
2003-08-14 | fix bug 294; win9x driver lookups should always use version 0 | Gerald Carter | 1 | -5/+16 |
2003-08-14 | Fix overflow in vfs_recycle module (and hopefully also bug #291) | Jelmer Vernooij | 1 | -1/+2 |
2003-08-14 | Fix the build for non-kerberos environments. | Volker Lendecke | 1 | -0/+8 |
2003-08-14 | Small tweaks to configure.in to support Irix and to remove the changing | Richard Sharpe | 1 | -4/+10 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 10 | -88/+90 |
2003-08-14 | A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8, | Richard Sharpe | 1 | -1/+1 |
2003-08-14 | This file has been in the HOWTO for ages | Jelmer Vernooij | 1 | -32/+0 |
2003-08-13 | Test for CP850 and reorder the tests, looking for ASCII, then CP850, | Richard Sharpe | 1 | -2/+5 |
2003-08-13 | This is an intermediate commit ... we check for three different charsets | Richard Sharpe | 2 | -3/+30 |
2003-08-13 | Small typo fix found while testing domain trusts. | Rafal Szczesniak | 1 | -1/+1 |
2003-08-13 | Don't wrap up anything that is not there. Otherwise upper layers | Volker Lendecke | 1 | -0/+3 |
2003-08-13 | Only close anything that is not fid 0. Was very confusing in ethereal... | Volker Lendecke | 1 | -1/+3 |
2003-08-13 | Hoist the code for checking whether or not iconv actually works up into the | Richard Sharpe | 1 | -23/+26 |
2003-08-13 | Create symlinks for modules that register multiple functions (fixes bug #91 ) | Jelmer Vernooij | 3 | -10/+20 |
2003-08-13 | fix bug #286. | Gerald Carter | 1 | -2/+17 |
2003-08-13 | Query volume info level 2 fix - found by Samba4 tester. | Jeremy Allison | 1 | -1/+1 |
2003-08-13 | Better path checking for chkpth. We now pass Samba4 chkpath and unlink. | Jeremy Allison | 1 | -4/+25 |
2003-08-13 | More chkpth fixes from Samba4 tests. | Jeremy Allison | 1 | -2/+15 |
2003-08-13 | Ensure we pass the Samba4 unlink test ! | Jeremy Allison | 1 | -1/+9 |
2003-08-13 | 2 fixes | Gerald Carter | 6 | -172/+257 |
2003-08-12 | VFS layer should be TRANSPARENT, not OPAQUE | Alexander Bokovoy | 1 | -1/+1 |
2003-08-12 | Tims' little fix. | John Terpstra | 1 | -1/+1 |
2003-08-12 | Apply a little const | Volker Lendecke | 1 | -1/+1 |
2003-08-12 | This adds *experimental* kerberos gss spnego client support to ntlm_auth. | Volker Lendecke | 2 | -14/+112 |
2003-08-12 | Some more shuffling around gss-spnego server | Volker Lendecke | 1 | -34/+37 |
2003-08-12 | Use path relative to source/ for modules/getdate.h | Alexander Bokovoy | 2 | -2/+2 |
2003-08-12 | As described in http://davenport.sourceforge.net/ntlm.html add NTLM2 | Andrew Bartlett | 1 | -3/+40 |
2003-08-12 | Fix comment | Andrew Bartlett | 1 | -1/+1 |
2003-08-12 | Fix another error code return against Samba4 test suite... Don't allow | Jeremy Allison | 1 | -0/+4 |
2003-08-12 | Add vfs_readonly module which allows to enforce periodic read-only limit on a... | Alexander Bokovoy | 6 | -1/+3725 |
2003-08-12 | Test invalid map system, map hidden, create mask, force create mask | Jeremy Allison | 2 | -1/+22 |
2003-08-12 | Fix for bugid #205 - work by Andrew Bartlet (modified to use | Jeremy Allison | 3 | -40/+55 |
2003-08-12 | Clarify gss spnego ntlmssp server a bit | Volker Lendecke | 1 | -36/+29 |
2003-08-12 | Fix client autonegotiate signing. | Volker Lendecke | 2 | -11/+17 |
2003-08-12 | Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username | Tim Potter | 4 | -12/+45 |
2003-08-11 | Fallback to not using NTLMv2 is extended security not supported. | Jeremy Allison | 1 | -1/+1 |
2003-08-11 | I think this is the one to check... | Volker Lendecke | 1 | -0/+3 |
2003-08-11 | Revert the latest fix. Need to investigate further. | Volker Lendecke | 1 | -4/+2 |
2003-08-11 | Make client signing auto. | Jeremy Allison | 1 | -0/+4 |
2003-08-11 | Fix a segfault in ntlm_auth when we can't find a domain or hostname. | Volker Lendecke | 1 | -2/+4 |
2003-08-11 | Apply some const | Volker Lendecke | 1 | -2/+2 |
2003-08-11 | Fix typos. | Volker Lendecke | 1 | -1/+1 |
2003-08-11 | fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root() | Gerald Carter | 1 | -1/+8 |
2003-08-11 | adding '.' special name to --domain to mean our domain | Gerald Carter | 1 | -5/+14 |
2003-08-11 | Improve MySQL library detection, add support for MySQL 4 | Jelmer Vernooij | 2 | -132/+8 |
2003-08-10 | add --domain=DOMAINNAME to wbinfo | Gerald Carter | 5 | -18/+71 |
2003-08-10 | We get the server and workgroup list only over port 139. Fall back to that | Volker Lendecke | 1 | -0/+16 |
2003-08-10 | Store the server domain from the ntlmssp challenge in the client struct | Volker Lendecke | 3 | -0/+5 |
2003-08-10 | fix MS-DFS (my bug) stupid return code error that cose me more time | Gerald Carter | 1 | -0/+2 |
2003-08-09 | fix for BUG #267 (problem with supplementary groups). | Gerald Carter | 3 | -43/+151 |