summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-07Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison7-55/+221
2003-08-07An oplock break reply from the client causes the sequence number to beJeremy Allison3-5/+46
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison6-51/+41
2003-08-07Cosmetic fix from waider@waider.ie.Jeremy Allison1-0/+31
2003-08-07Patch from waider@waider.ie to print out Port Type.Jeremy Allison2-1/+31
2003-08-06Ensure smbclient obeys -s smb.conf option.Jeremy Allison1-6/+16
2003-08-06Reversed replacement. Oops.Jeremy Allison1-2/+2
2003-08-06Anal formatting tidyup :-).Jeremy Allison1-181/+198
2003-08-06Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison4-9/+5
2003-08-06fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2-1/+17
2003-08-06rework winbindd_accountdb_init() to reduce error messages in the logGerald Carter2-24/+26
2003-08-06When doing 'net groupmap add', default to algorithmic mapping for the rid.Volker Lendecke1-6/+11
2003-08-06Spelling.Tim Potter1-1/+1
2003-08-06oops; fix typo. Noticed by gcc warningGerald Carter1-2/+2
2003-08-05fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u...Gerald Carter1-9/+20
2003-08-04Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke2-27/+59
2003-08-04Fix unused variable warning.Tim Potter1-1/+1
2003-08-04Memory leak fix for create_rpc_bind_req()Tim Potter1-0/+1
2003-08-04More patches from Brett:Tim Potter1-20/+23
2003-08-04Fix memory leak in py_smb_set_setdesc()Tim Potter1-10/+15