summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-10-20more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter1-13/+10
2003-10-17Typo broke win9x logins.Jeremy Allison1-1/+1
2003-10-16Tidyup wrap checking.Jeremy Allison3-14/+38
2003-10-16Fix buggy data_len calculation in echo. Add paranoia debug message.Jeremy Allison1-1/+5
2003-10-16Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison1-0/+4
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+2
2003-10-10Ensure cancelling a blocking lock returns the correct error message.Jeremy Allison1-1/+1
2003-10-10Make us pass Samba4 lock tester (with one different error message).Jeremy Allison1-0/+3
2003-10-09Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.Jeremy Allison1-9/+20
2003-10-09At least give a message if we're returning a short read for W2K compatibility.Jeremy Allison1-2/+12
2003-10-09Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison2-14/+47
2003-10-08Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2-39/+169
2003-10-07Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison1-6/+23
2003-10-06Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.Jeremy Allison1-3/+3
2003-10-03cleaning out patch list; patch from Steve L. to change the cwd before the pos...Gerald Carter1-3/+3
2003-10-02Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2-6/+7
2003-10-02Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison1-3/+4
2003-09-29Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison1-1/+1
2003-09-29Merge from 3.0:Tim Potter1-6/+13
2003-09-29Merge from 3.0:Tim Potter1-3/+7
2003-09-24* sync more files from 3.0Gerald Carter1-1/+3
2003-09-17Fix coredump from Samba4 torture suite.Jeremy Allison2-0/+5
2003-09-16Merge from 3.0:Tim Potter1-1/+1
2003-09-15Ensure HEAD is also up to date.Jeremy Allison1-2/+2
2003-09-11Merge from samba-3.0:Tim Potter1-10/+7
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter25-825/+914
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce21-736/+897
2003-07-17fix the build. Ifdef out some codeGerald Carter1-532/+0
2003-07-16ading new files from 3.0Gerald Carter2-0/+425
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter32-1344/+2952
2003-05-28Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison1-51/+14
2003-05-28It seems only NT4 does the VC == 0 session drop code.Jeremy Allison1-1/+5
2003-05-28Merge from 3.0:Tim Potter1-0/+1
2003-05-27Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison1-1/+18
2003-05-27volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter1-5/+5
2003-05-27Fix shadow parameter warning in free_empty_sys_acl()Tim Potter1-5/+5
2003-05-22Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison1-2/+10
2003-05-22More fixes for debug log to catch logic error.Jeremy Allison1-2/+4
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-1/+4
2003-05-21we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprotAndrew Tridgell1-0/+2
2003-05-20really make sure to include the version in the lanman string; tested spnego u...Gerald Carter1-8/+9
2003-05-17Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison1-1/+49
2003-05-15Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2-5/+7
2003-05-14Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison1-0/+1
2003-05-14spellingTim Potter4-5/+5
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij1-7/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij1-0/+7
2003-05-10Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison1-9/+0
2003-05-09Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison1-1/+12