summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison2-1/+17
2004-02-28More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison2-13/+34
2004-02-26Interesting fact found by IFSTEST /t LockOverlappedTest...Jeremy Allison1-1/+8
2004-02-25Fixup strange rename error case (gentest).Jeremy Allison1-1/+2
2004-02-25Figured out a new flags bit with gentest and ethereal....Jeremy Allison1-2/+10
2004-02-25More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you lookJeremy Allison1-5/+27
2004-02-25More gentest fixes.Jeremy Allison1-6/+17
2004-02-24Ensure '.' and '..' don't match in delete requests.Jeremy Allison1-1/+4
2004-02-24More gentest error fixups.Jeremy Allison3-2/+13
2004-02-24Fixup bad-path error found by gentest.Jeremy Allison1-4/+6
2004-02-24Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2-1/+51
2004-02-24Fixup correct timeout values for blocking lock timeouts (tested at connectathonJeremy Allison1-1/+1
2004-02-20Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison1-1/+3
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison1-6/+19
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2-24/+39
2004-02-13Fixup the 'multiple-vuids' bugs.Jeremy Allison3-96/+86
2004-02-12merge from old APP_HEADGerald Carter4-6/+93
2004-02-08nsswitch/winbindd_util.c:Andrew Bartlett1-11/+0
2004-02-08More 'static' work.Andrew Bartlett1-1/+1
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2-3/+4
2004-02-08Samba hasn't used this function for ages - it's now handled deep in theAndrew Bartlett1-69/+0
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter1-23/+58
2004-01-31* BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER;Gerald Carter1-11/+4
2004-01-31cleanup patch for bug 977 so we don't display incorrect debug messagesGerald Carter1-8/+12
2004-01-28Merge of Chris's fix.Jeremy Allison1-11/+31
2004-01-27bug 977 - don't create a homes share for a user if a static share already exi...Gerald Carter1-1/+7
2004-01-26Revise our server-side password change code to cope with the variousAndrew Bartlett1-109/+158
2004-01-26Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett1-0/+2
2004-01-15reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke1-0/+7
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2-8/+12
2004-01-14revert the cracklib changes until post 3.0.2Gerald Carter1-58/+23
2004-01-12On systems without a working cracklib, ensure we don't include the headerAndrew Bartlett1-0/+2
2004-01-12First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett1-23/+56
2004-01-11update copyright to -2004Stefan Metzmacher1-1/+1
2004-01-07Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison1-5/+7
2004-01-06Patch penguin. Cleaning out old mbp patch.Jeremy Allison1-22/+24
2004-01-06remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter1-25/+0
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison3-131/+255
2004-01-05Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison1-63/+96
2004-01-04Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke1-3/+41
2003-12-23Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...Jeremy Allison1-1/+1
2003-12-12Fix for bug #815. Make plaintext unicode passwords work with NT4.xJeremy Allison1-5/+11
2003-12-11Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison1-9/+32
2003-12-05fix %a variable for Windows 2003 -> Win2K3Gerald Carter1-9/+39
2003-12-03Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...Jeremy Allison1-8/+10
2003-12-01Ensure the server can cope with multiple secondary transJeremy Allison3-0/+24
2003-12-01Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2-7/+7
2003-12-01Don't automatically set nt status code flag unless client tells us it canJeremy Allison2-14/+29
2003-11-25Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2-0/+45
2003-11-24Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison1-3/+6