index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
r148: Ensure we do not dereference a null pointer when we return the user
Andrew Bartlett
2007-10-10
1
-5
/
+17
*
r116: volker's patch for local group and group nesting
Gerald Carter
2007-10-10
1
-3
/
+1
*
r96: Stupid f&%'n UNIX extensions.... SETPATHINFO
Jeremy Allison
2007-10-10
1
-9
/
+10
*
r84: Implement --required-membership-of=, an ntlm_auth option that restricts
Andrew Bartlett
2007-10-10
1
-0
/
+28
*
r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.
Alexander Bokovoy
2007-10-10
1
-1
/
+5
*
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
2007-10-10
2
-14
/
+14
*
r39: * importing .cvsignore files
Gerald Carter
2007-10-10
1
-3
/
+0
*
Fix most of bug #169.
Andrew Bartlett
2004-04-03
1
-0
/
+43
*
fix typo
Herb Lewis
2004-03-31
1
-2
/
+2
*
Ensure we cope correctly with ea length of zero. Detect torture fail correctly.
Jeremy Allison
2004-03-30
1
-0
/
+6
*
Apply some const
Volker Lendecke
2004-03-30
1
-2
/
+2
*
Fix get/set of EA's in client library. Added torture test for it.
Jeremy Allison
2004-03-29
1
-74
/
+163
*
Let the comment match the function...
Andrew Bartlett
2004-03-27
1
-2
/
+1
*
Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,
Andrew Bartlett
2004-03-27
1
-1
/
+1
*
Add a few comments explaining KEY_EXCH
Andrew Bartlett
2004-03-27
1
-4
/
+7
*
Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet
Andrew Bartlett
2004-03-27
4
-10
/
+43
*
Make it clearer that this error refers to the peer, as this code is in both
Andrew Bartlett
2004-03-27
1
-2
/
+2
*
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
2004-03-27
3
-54
/
+91
*
Working (tested) client code for setting EA's by filename and fnum.
Jeremy Allison
2004-03-27
1
-5
/
+100
*
Fix bugzilla # 1208
Jim McDonough
2004-03-24
1
-1
/
+1
*
Added cli_set_ea(), cli_get_ea next...
Jeremy Allison
2004-03-24
1
-0
/
+64
*
updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD
Gerald Carter
2004-03-19
4
-117
/
+546
*
Ensure we don't truncate strcmps to nstring anymore...
Jeremy Allison
2004-03-13
1
-1
/
+4
*
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2004-03-13
3
-14
/
+20
*
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
2004-03-13
2
-806
/
+855
*
if we are truncating to the . we need to start at the beginning in case
Herb Lewis
2004-03-12
1
-1
/
+1
*
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
2004-03-11
1
-1
/
+1
*
Added client "hardlink" commant to test doing NT rename with hard links.
Jeremy Allison
2004-03-03
1
-2
/
+42
*
Use a common function to parse all pathnames from the wire. This allows
Jeremy Allison
2004-03-03
1
-0
/
+38
*
Can't set allocation size on directories, return correct error code on
Jeremy Allison
2004-02-28
1
-0
/
+1
*
That const was one too many
Volker Lendecke
2004-02-26
1
-3
/
+2
*
Apply some const
Volker Lendecke
2004-02-26
1
-2
/
+3
*
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
2004-02-23
2
-3
/
+3
*
Make SMB_FILE_ACCESS_INFORMATION call work correctly.
Jeremy Allison
2004-02-20
1
-1
/
+1
*
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
Jeremy Allison
2004-02-20
1
-3
/
+8
*
More paranoia checks.
Jeremy Allison
2004-02-11
1
-0
/
+5
*
Paranoia fixes :-).
Jeremy Allison
2004-02-11
1
-0
/
+8
*
Fix for possible crash bug from Sebastian Krahmer (SuSE).
Jeremy Allison
2004-02-10
1
-2
/
+18
*
Remove more unused portions of the 'password cache'.
Andrew Bartlett
2004-02-08
1
-36
/
+6
*
Remove more unused functions - this time parts of the 'password cache'.
Andrew Bartlett
2004-02-08
1
-45
/
+0
*
Remove unused utility function.
Andrew Bartlett
2004-02-08
1
-13
/
+0
*
Make get_dc_list static - we only ask for a sorted list externally.
Andrew Bartlett
2004-02-08
1
-23
/
+24
*
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
2004-01-30
1
-3
/
+2
*
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
2004-01-26
3
-55
/
+113
*
Fix the initialisation vectors for NTLM2, so that they at least make sense,
Andrew Bartlett
2004-01-25
1
-2
/
+2
*
Fix for a signing bug when the mid wraps.
Jeremy Allison
2004-01-17
1
-3
/
+11
*
* BUG 446
Gerald Carter
2004-01-15
1
-1
/
+1
*
* allow dns lookups to be disabled for DOMAIN#1c (and #1b)
Gerald Carter
2004-01-13
1
-7
/
+26
*
fix some warnings from the Sun compiler
Gerald Carter
2004-01-09
1
-1
/
+1
*
Romve debugging assertions (oops...)
Andrew Bartlett
2004-01-09
1
-6
/
+0
[next]