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
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix my breakage of NT pipes from the previous patch (sorry). Use the
Jeremy Allison
2004-03-04
1
-4
/
+1
*
Fix build farm, older compilers won't let you declare variables
Jim McDonough
2004-03-04
1
-1
/
+1
*
Added client "hardlink" commant to test doing NT rename with hard links.
Jeremy Allison
2004-03-03
2
-16
/
+88
*
Use a common function to parse all pathnames from the wire. This allows
Jeremy Allison
2004-03-03
4
-128
/
+290
*
Can't set allocation size on directories, return correct error code on
Jeremy Allison
2004-02-28
2
-1
/
+17
*
More gentest fixes. Fix up regression in IS_NAME_VALID and renames.
Jeremy Allison
2004-02-28
2
-13
/
+34
*
Interesting fact found by IFSTEST /t LockOverlappedTest...
Jeremy Allison
2004-02-26
1
-1
/
+8
*
Fixup strange rename error case (gentest).
Jeremy Allison
2004-02-25
1
-1
/
+2
*
Figured out a new flags bit with gentest and ethereal....
Jeremy Allison
2004-02-25
1
-2
/
+10
*
More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you look
Jeremy Allison
2004-02-25
1
-5
/
+27
*
More gentest fixes.
Jeremy Allison
2004-02-25
1
-6
/
+17
*
Ensure '.' and '..' don't match in delete requests.
Jeremy Allison
2004-02-24
1
-1
/
+4
*
More gentest error fixups.
Jeremy Allison
2004-02-24
3
-2
/
+13
*
Fixup bad-path error found by gentest.
Jeremy Allison
2004-02-24
1
-4
/
+6
*
Added NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy Allison
2004-02-24
2
-1
/
+51
*
Fixup correct timeout values for blocking lock timeouts (tested at connectathon
Jeremy Allison
2004-02-24
1
-1
/
+1
*
Make SMB_FILE_ACCESS_INFORMATION call work correctly.
Jeremy Allison
2004-02-20
1
-1
/
+3
*
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
Jeremy Allison
2004-02-20
1
-6
/
+19
*
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
2004-02-19
2
-24
/
+39
*
Fixup the 'multiple-vuids' bugs.
Jeremy Allison
2004-02-13
3
-96
/
+86
*
merge from old APP_HEAD
Gerald Carter
2004-02-12
4
-6
/
+93
*
nsswitch/winbindd_util.c:
Andrew Bartlett
2004-02-08
1
-11
/
+0
*
More 'static' work.
Andrew Bartlett
2004-02-08
1
-1
/
+1
*
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
2004-02-08
2
-3
/
+4
*
Samba hasn't used this function for ages - it's now handled deep in the
Andrew Bartlett
2004-02-08
1
-69
/
+0
*
remerge andrew's cracklib patch from HEAD and fix a compile warnings
Gerald Carter
2004-02-02
1
-23
/
+58
*
* BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER;
Gerald Carter
2004-01-31
1
-11
/
+4
*
cleanup patch for bug 977 so we don't display incorrect debug messages
Gerald Carter
2004-01-31
1
-8
/
+12
*
Merge of Chris's fix.
Jeremy Allison
2004-01-28
1
-11
/
+31
*
bug 977 - don't create a homes share for a user if a static share already exi...
Gerald Carter
2004-01-27
1
-1
/
+7
*
Revise our server-side password change code to cope with the various
Andrew Bartlett
2004-01-26
1
-109
/
+158
*
Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we always
Andrew Bartlett
2004-01-26
1
-0
/
+2
*
reply_spnego_kerberos did not set the domain of the user handed to
Volker Lendecke
2004-01-15
1
-0
/
+7
*
* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
Stefan Metzmacher
2004-01-15
2
-8
/
+12
*
revert the cracklib changes until post 3.0.2
Gerald Carter
2004-01-14
1
-58
/
+23
*
On systems without a working cracklib, ensure we don't include the header
Andrew Bartlett
2004-01-12
1
-0
/
+2
*
First stab at cracklib support (password quality checking) in Samba 3.0
Andrew Bartlett
2004-01-12
1
-23
/
+56
*
update copyright to -2004
Stefan Metzmacher
2004-01-11
1
-1
/
+1
*
Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().
Jeremy Allison
2004-01-07
1
-5
/
+7
*
Patch penguin. Cleaning out old mbp patch.
Jeremy Allison
2004-01-06
1
-22
/
+24
*
remove unused seek_file(); don't hardcode '\' when printing the auth-user
Gerald Carter
2004-01-06
1
-25
/
+0
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
3
-131
/
+255
*
Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....
Jeremy Allison
2004-01-05
1
-63
/
+96
*
Commit the translation of the realm to the netbios domain name in the kerberos
Volker Lendecke
2004-01-04
1
-3
/
+41
*
Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...
Jeremy Allison
2003-12-23
1
-1
/
+1
*
Fix for bug #815. Make plaintext unicode passwords work with NT4.x
Jeremy Allison
2003-12-12
1
-5
/
+11
*
Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit
Jeremy Allison
2003-12-11
1
-9
/
+32
*
fix %a variable for Windows 2003 -> Win2K3
Gerald Carter
2003-12-05
1
-9
/
+39
*
Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...
Jeremy Allison
2003-12-03
1
-8
/
+10
*
Ensure the server can cope with multiple secondary trans
Jeremy Allison
2003-12-01
3
-0
/
+24
[prev]
[next]