summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix client autonegotiate signing.Volker Lendecke2003-08-122-11/+17
* | Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2003-08-124-12/+45
* | Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison2003-08-111-1/+1
* | I think this is the one to check...Volker Lendecke2003-08-111-0/+3
* | Revert the latest fix. Need to investigate further.Volker Lendecke2003-08-111-4/+2
* | Make client signing auto.Jeremy Allison2003-08-111-0/+4
* | Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke2003-08-111-2/+4
* | Apply some constVolker Lendecke2003-08-111-2/+2
* | Fix typos.Volker Lendecke2003-08-111-1/+1
* | fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter2003-08-111-1/+8
* | adding '.' special name to --domain to mean our domainGerald Carter2003-08-111-5/+14
* | Improve MySQL library detection, add support for MySQL 4Jelmer Vernooij2003-08-112-132/+8
* | add --domain=DOMAINNAME to wbinfoGerald Carter2003-08-105-18/+71
* | We get the server and workgroup list only over port 139. Fall back to thatVolker Lendecke2003-08-101-0/+16
* | Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2003-08-103-0/+5
* | fix MS-DFS (my bug) stupid return code error that cose me more timeGerald Carter2003-08-101-0/+2
* | fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-093-43/+151
* | fix 2 bugs:Gerald Carter2003-08-083-36/+49
* | Format tidyup.Jeremy Allison2003-08-081-4/+4
* | Turn on client ntlmv2 by default.Jeremy Allison2003-08-081-1/+2
* | RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison2003-08-083-4/+3
* | need to be able to connect to a domain member as a local account; don't alway...Gerald Carter2003-08-081-3/+3
* | need to make sure that the connection struct mem_ctx is initialized and destr...Gerald Carter2003-08-081-25/+48
* | Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison2003-08-077-55/+221
* | An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-073-5/+46
* | Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-076-51/+41
* | Cosmetic fix from waider@waider.ie.Jeremy Allison2003-08-071-0/+31
* | Patch from waider@waider.ie to print out Port Type.Jeremy Allison2003-08-072-1/+31
* | Ensure smbclient obeys -s smb.conf option.Jeremy Allison2003-08-061-6/+16
* | Reversed replacement. Oops.Jeremy Allison2003-08-061-2/+2
* | Anal formatting tidyup :-).Jeremy Allison2003-08-061-181/+198
* | Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison2003-08-064-9/+5
* | fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2003-08-062-1/+17
* | rework winbindd_accountdb_init() to reduce error messages in the logGerald Carter2003-08-062-24/+26
* | When doing 'net groupmap add', default to algorithmic mapping for the rid.Volker Lendecke2003-08-061-6/+11
* | Spelling.Tim Potter2003-08-061-1/+1
* | oops; fix typo. Noticed by gcc warningGerald Carter2003-08-061-2/+2
* | fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u...Gerald Carter2003-08-051-9/+20
* | Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke2003-08-042-27/+59
* | Fix unused variable warning.Tim Potter2003-08-041-1/+1
* | Memory leak fix for create_rpc_bind_req()Tim Potter2003-08-041-0/+1
* | More patches from Brett:Tim Potter2003-08-041-20/+23
* | Fix memory leak in py_smb_set_setdesc()Tim Potter2003-08-041-10/+15
* | Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...Jeremy Allison2003-08-031-0/+6
* | Output message saying "signed connect" instead of just connect when signingJeremy Allison2003-08-031-0/+1
* | Fix oplock break detection code on incoming oplock break responses. ThisJeremy Allison2003-08-031-7/+15
* | make sure to initialize the backend methods when enumerating sequence numbers...Gerald Carter2003-08-021-0/+2
* | Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2003-08-023-0/+29
* | Only look for mid sign records on incoming packets for oplock break replies.Jeremy Allison2003-08-021-20/+28
* | More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2003-08-024-35/+108