summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-08-09fix for BUG #267 (problem with supplementary groups).Gerald Carter3-43/+151
2003-08-09updating smb.conf manpage to reflect changes in ./configure optionsGerald Carter3-10/+4
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-08Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison1-0/+83
2003-08-07Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison2-2/+14
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-07adding generic docs for defining VFS module optionsGerald Carter1-1/+10
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
2003-08-03Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...Jeremy Allison1-0/+6
2003-08-03Output message saying "signed connect" instead of just connect when signingJeremy Allison1-0/+1
2003-08-03Fix oplock break detection code on incoming oplock break responses. ThisJeremy Allison1-7/+15
2003-08-03Removed duplicated file, no longer in use. Note: profiles.1.xml is stillJohn Terpstra1-86/+0
2003-08-03Changed "winbind uid/gid" to "idmap uid/gid"John Terpstra2-6/+6
2003-08-02make sure to initialize the backend methods when enumerating sequence numbers...Gerald Carter1-0/+2
2003-08-02Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison3-0/+29
2003-08-02Only look for mid sign records on incoming packets for oplock break replies.Jeremy Allison1-20/+28
2003-08-02More fixes for client and server side signing. Ensure sequence numbersJeremy Allison4-35/+108
2003-08-02Leave the packet sequence checkers enabled whilst I track down a smbclient ->...Jeremy Allison1-2/+2
2003-08-02Add the same signing code to the server. Ensure we use identical sessionJeremy Allison4-12/+82
2003-08-02Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison4-4/+97
2003-08-01Fix the option processing for smbtar. Does no one check this !Jeremy Allison2-6/+35
2003-08-01add tests for IRIX attr functionsHerb Lewis1-1/+3
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough20-20/+20
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough12-12/+12
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough23-25/+19
2003-08-01fix cut-n-paste error found by abartletGerald Carter1-8/+10
2003-08-01Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus saslVolker Lendecke1-25/+310