summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-08-14This file has been in the HOWTO for agesJelmer Vernooij1-32/+0
2003-08-13Test for CP850 and reorder the tests, looking for ASCII, then CP850,Richard Sharpe1-2/+5
2003-08-13This is an intermediate commit ... we check for three different charsetsRichard Sharpe2-3/+30
2003-08-13Small typo fix found while testing domain trusts.Rafal Szczesniak1-1/+1
2003-08-13Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke1-0/+3
2003-08-13Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke1-1/+3
2003-08-13Hoist the code for checking whether or not iconv actually works up into theRichard Sharpe1-23/+26
2003-08-13Create symlinks for modules that register multiple functions (fixes bug #91 )Jelmer Vernooij3-10/+20
2003-08-13fix bug #286.Gerald Carter1-2/+17
2003-08-13Query volume info level 2 fix - found by Samba4 tester.Jeremy Allison1-1/+1
2003-08-13Better path checking for chkpth. We now pass Samba4 chkpath and unlink.Jeremy Allison1-4/+25
2003-08-13More chkpth fixes from Samba4 tests.Jeremy Allison1-2/+15
2003-08-13Ensure we pass the Samba4 unlink test !Jeremy Allison1-1/+9
2003-08-132 fixesGerald Carter6-172/+257
2003-08-12VFS layer should be TRANSPARENT, not OPAQUEAlexander Bokovoy1-1/+1
2003-08-12Tims' little fix.John Terpstra1-1/+1
2003-08-12Apply a little constVolker Lendecke1-1/+1
2003-08-12This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke2-14/+112
2003-08-12Some more shuffling around gss-spnego serverVolker Lendecke1-34/+37
2003-08-12Use path relative to source/ for modules/getdate.hAlexander Bokovoy2-2/+2
2003-08-12As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett1-3/+40
2003-08-12Fix commentAndrew Bartlett1-1/+1
2003-08-12Fix another error code return against Samba4 test suite... Don't allowJeremy Allison1-0/+4
2003-08-12Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy6-1/+3725
2003-08-12Test invalid map system, map hidden, create mask, force create maskJeremy Allison2-1/+22
2003-08-12Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison3-40/+55
2003-08-12Clarify gss spnego ntlmssp server a bitVolker Lendecke1-36/+29
2003-08-12Fix client autonegotiate signing.Volker Lendecke2-11/+17
2003-08-12Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter4-12/+45
2003-08-11Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison1-1/+1
2003-08-11I think this is the one to check...Volker Lendecke1-0/+3
2003-08-11Revert the latest fix. Need to investigate further.Volker Lendecke1-4/+2
2003-08-11Make client signing auto.Jeremy Allison1-0/+4
2003-08-11Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke1-2/+4
2003-08-11Apply some constVolker Lendecke1-2/+2
2003-08-11Fix typos.Volker Lendecke1-1/+1
2003-08-11fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter1-1/+8
2003-08-11adding '.' special name to --domain to mean our domainGerald Carter1-5/+14
2003-08-11Improve MySQL library detection, add support for MySQL 4Jelmer Vernooij2-132/+8
2003-08-10add --domain=DOMAINNAME to wbinfoGerald Carter5-18/+71
2003-08-10We get the server and workgroup list only over port 139. Fall back to thatVolker Lendecke1-0/+16
2003-08-10Store the server domain from the ntlmssp challenge in the client structVolker Lendecke3-0/+5
2003-08-10fix MS-DFS (my bug) stupid return code error that cose me more timeGerald Carter1-0/+2
2003-08-09fix for BUG #267 (problem with supplementary groups).Gerald Carter3-43/+151
2003-08-08fix 2 bugs:Gerald Carter3-36/+49
2003-08-08Format tidyup.Jeremy Allison1-4/+4
2003-08-08Turn on client ntlmv2 by default.Jeremy Allison1-1/+2
2003-08-08RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison3-4/+3
2003-08-08need to be able to connect to a domain member as a local account; don't alway...Gerald Carter1-3/+3
2003-08-08need to make sure that the connection struct mem_ctx is initialized and destr...Gerald Carter1-25/+48