summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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-26Ensure %S gets expanded in read/write lists.Jeremy Allison1-6/+13
2003-09-26Fix for valid users = %S in homes share.Jeremy Allison1-3/+7
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-1/+3
2003-09-17Fix coredump from Samba4 torture suite.Jeremy Allison2-0/+5
2003-09-15Fix OOPS when dealing with mangled names reported by several users.Jeremy Allison1-1/+1
2003-09-15A *curse* upon the person who #ifdefed out the mangle debug statementsJeremy Allison1-1/+1
2003-09-15Fixed typo in debug.Tim Potter1-1/+1
2003-09-10Fix for bug #273 - smbd crash on machine account change.Jeremy Allison1-10/+7
2003-09-08Protect against core dump if ioctl for print job sends invalid fid. FoundJeremy Allison1-1/+5
2003-09-08make sure we substitute basic variables in read/write listGerald Carter1-2/+2
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+4
2003-09-05More cachegrind tuning, plus fix an error message.Jeremy Allison2-4/+6
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison5-10/+11
2003-09-05fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter1-1/+4
2003-09-04Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2-99/+63
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+4
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-1/+1
2003-08-27Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter1-463/+0
2003-08-27Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison1-1/+23
2003-08-27Fix initial debug.Jeremy Allison1-1/+1
2003-08-27Remove completely unneeded malloc/free out of this codepath.Jeremy Allison1-12/+11
2003-08-26adding some debugs while tracking down a bugGerald Carter1-0/+5
2003-08-25Fix memleak.Volker Lendecke1-1/+3
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison1-1/+1
2003-08-20metze's autogenerate patch for version.hGerald Carter2-2/+2
2003-08-19Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter1-7/+59
2003-08-19Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison3-0/+23
2003-08-19Fix flush of 0xFFFF - found by Samba4 tester.Jeremy Allison1-2/+4
2003-08-19Don't return DOS error on SMBsearch return if using NT error codes (NT1Jeremy Allison1-8/+10
2003-08-18Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett1-1/+1
2003-08-18Added level 262. Found by Samba4 torture tester.Jeremy Allison1-0/+44
2003-08-18Add level 261 to search. Found using Samba4 tester.Jeremy Allison1-0/+22
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison4-71/+256
2003-08-15Fix memleaks.Volker Lendecke1-0/+5
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-08-15get rid of unused callHerb Lewis1-12/+0
2003-08-15Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison1-3/+0
2003-08-15Ignore silently set disposition information when set on a path.Jeremy Allison1-1/+2
2003-08-14nlink field should decrement when delete pending is set.Jeremy Allison1-2/+8
2003-08-14Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison1-6/+1
2003-08-14Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2-10/+23