summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r296: patch from j.lu -- don't force an upper case domain name in the ntlmssp...Gerald Carter1-3/+1
2007-10-10r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe1-4/+11
2007-10-10r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache,Jim McDonough1-17/+40
2007-10-10r219: Obtain new tickets if current ones are expired. Next part of fix forJim McDonough1-12/+36
2007-10-10r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett3-43/+115
2007-10-10r148: Ensure we do not dereference a null pointer when we return the userAndrew Bartlett1-5/+17
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-3/+1
2007-10-10r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison1-9/+10
2007-10-10r84: Implement --required-membership-of=, an ntlm_auth option that restrictsAndrew Bartlett1-0/+28
2007-10-10r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy1-1/+5
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2-14/+14
2007-10-10r39: * importing .cvsignore filesGerald Carter1-3/+0
2004-04-03Fix most of bug #169.Andrew Bartlett1-0/+43
2004-03-31fix typoHerb Lewis1-2/+2
2004-03-30Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison1-0/+6
2004-03-30Apply some constVolker Lendecke1-2/+2
2004-03-29Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison1-74/+163
2004-03-27Let the comment match the function...Andrew Bartlett1-2/+1
2004-03-27Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,Andrew Bartlett1-1/+1
2004-03-27Add a few comments explaining KEY_EXCHAndrew Bartlett1-4/+7
2004-03-27Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett4-10/+43
2004-03-27Make it clearer that this error refers to the peer, as this code is in bothAndrew Bartlett1-2/+2
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett3-54/+91
2004-03-27Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison1-5/+100
2004-03-24Fix bugzilla # 1208Jim McDonough1-1/+1
2004-03-24Added cli_set_ea(), cli_get_ea next...Jeremy Allison1-0/+64
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter4-117/+546
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison1-1/+4
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison3-14/+20
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2-806/+855
2004-03-12if we are truncating to the . we need to start at the beginning in caseHerb Lewis1-1/+1
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison1-1/+1
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison1-2/+42
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-0/+38
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison1-0/+1
2004-02-26That const was one too manyVolker Lendecke1-3/+2
2004-02-26Apply some constVolker Lendecke1-2/+3
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2-3/+3
2004-02-20Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison1-1/+1
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison1-3/+8
2004-02-11More paranoia checks.Jeremy Allison1-0/+5
2004-02-11Paranoia fixes :-).Jeremy Allison1-0/+8
2004-02-10Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison1-2/+18
2004-02-08Remove more unused portions of the 'password cache'.Andrew Bartlett1-36/+6
2004-02-08Remove more unused functions - this time parts of the 'password cache'.Andrew Bartlett1-45/+0
2004-02-08Remove unused utility function.Andrew Bartlett1-13/+0
2004-02-08Make get_dc_list static - we only ask for a sorted list externally.Andrew Bartlett1-23/+24
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-3/+2
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett3-55/+113
2004-01-25Fix the initialisation vectors for NTLM2, so that they at least make sense,Andrew Bartlett1-2/+2