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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r59: revert session key problem
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r53: Remove modifyTimestamp from list of our attributes. We just check it for
Jim McDonough
2007-10-10
3
-7
/
+4
*
r50: Fix bug 1139 as per fix suggested by jdev@panix.com,
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r49: Support SMB signing on connections using only the
Andrew Bartlett
2007-10-10
1
-8
/
+4
*
r48: Fix types for debug message parameters.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r39: * importing .cvsignore files
Gerald Carter
2007-10-10
44
-215
/
+1
*
r38: Fix caching of name->sid lookups
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22: release notes for 3.0.3pre2
Gerald Carter
2007-10-10
1
-19
/
+61
*
r21: Ensure 'net' follows the behaviour of all other samba client tools,
Andrew Bartlett
2007-10-10
1
-5
/
+3
*
r18: Fix free of incremented pointer
Steve French
2007-10-10
1
-5
/
+4
*
Fix most of bug #169.
Andrew Bartlett
2004-04-03
6
-122
/
+136
*
Fix wildcard src with wildcard dest renames.
Jeremy Allison
2004-04-03
1
-1
/
+7
*
Fix wildcard unlink.
Jeremy Allison
2004-04-03
1
-2
/
+3
*
Fix typo in check_path_syntax.
Jeremy Allison
2004-04-03
1
-1
/
+1
*
Fix reply_ctemp - make compatible with w2k3.
Jeremy Allison
2004-04-02
1
-4
/
+12
*
Fix wildcard identical rename.
Jeremy Allison
2004-04-02
1
-0
/
+8
*
check_path improvements found by samba4 raw-checkpath tests.
Jeremy Allison
2004-04-02
1
-4
/
+13
*
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
2004-04-02
13
-110
/
+227
*
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
Volker Lendecke
2004-04-02
4
-0
/
+179
*
Fix credential file mountinf for cifs vfs
Steve French
2004-04-02
1
-10
/
+37
*
"Fixing my FORTRAN". Ensure we always have some valid char converter for the
Jeremy Allison
2004-04-01
1
-4
/
+14
*
BUG 1023: surround get_group_from_gid() with become_unbecome_root() block
Gerald Carter
2004-04-01
1
-1
/
+5
*
This restructures lib/afs.c so that the token data can be but into a
Volker Lendecke
2004-04-01
6
-70
/
+402
*
Cosmetic: Fix a const warning.
Volker Lendecke
2004-04-01
1
-5
/
+6
*
Reformat in preparation for EA dosmode attributes.
Jeremy Allison
2004-03-31
1
-123
/
+125
*
fix typo
Herb Lewis
2004-03-31
1
-2
/
+2
*
Apply some const
Volker Lendecke
2004-03-31
2
-2
/
+2
*
Remove some unused code
Volker Lendecke
2004-03-31
1
-22
/
+0
*
Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.
Jeremy Allison
2004-03-31
4
-5
/
+334
*
Ensure we cope correctly with ea length of zero. Detect torture fail correctly.
Jeremy Allison
2004-03-30
2
-0
/
+18
*
Merge a fix from HEAD to 3_0
Volker Lendecke
2004-03-30
1
-1
/
+4
*
Apply some const
Volker Lendecke
2004-03-30
5
-14
/
+14
*
Committed test code by mistake... removing.
Jeremy Allison
2004-03-29
1
-10
/
+0
*
Setting EA's to zero length deletes them.
Jeremy Allison
2004-03-29
2
-1
/
+38
*
Fix get/set of EA's in client library. Added torture test for it.
Jeremy Allison
2004-03-29
2
-78
/
+180
*
Without words...
Volker Lendecke
2004-03-29
1
-1
/
+1
*
Some fixes to expand_msdfs module.
Volker Lendecke
2004-03-29
1
-2
/
+9
*
merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...
Andrew Tridgell
2004-03-28
3
-44
/
+64
*
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
5
-10
/
+61
*
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
7
-62
/
+101
*
Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open the
Andrew Bartlett
2004-03-27
1
-0
/
+2
*
As I raised (without objection) on the mailing list a while back, this
Andrew Bartlett
2004-03-27
2
-9
/
+1
*
Working (tested) client code for setting EA's by filename and fnum.
Jeremy Allison
2004-03-27
3
-5
/
+161
*
Fix bug #1211. Ensure accept socket is in non-blocking state in case of network
Jeremy Allison
2004-03-26
1
-1
/
+10
*
Move the Client-IP based msdfs target expansion to a VFS module.
Volker Lendecke
2004-03-26
4
-135
/
+197
*
Always use strchr_m, not strchr on unix character sets.
Jeremy Allison
2004-03-26
1
-4
/
+4
[prev]
[next]