summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2004-04-03Fix wildcard src with wildcard dest renames.Jeremy Allison1-1/+7
2004-04-03Fix wildcard unlink.Jeremy Allison1-2/+3
2004-04-03Fix typo in check_path_syntax.Jeremy Allison1-1/+1
2004-04-02Fix reply_ctemp - make compatible with w2k3.Jeremy Allison1-4/+12
2004-04-02Fix wildcard identical rename.Jeremy Allison1-0/+8
2004-04-02check_path improvements found by samba4 raw-checkpath tests.Jeremy Allison1-4/+13
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison9-103/+213
2004-03-31Reformat in preparation for EA dosmode attributes.Jeremy Allison1-123/+125
2004-03-31Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison2-5/+328
2004-03-29Committed test code by mistake... removing.Jeremy Allison1-10/+0
2004-03-29Setting EA's to zero length deletes them.Jeremy Allison1-0/+10
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2-6/+7
2004-03-27As I raised (without objection) on the mailing list a while back, thisAndrew Bartlett1-5/+1
2004-03-26Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison1-1/+10
2004-03-19Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison2-5/+28
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2-0/+13
2004-03-17Remove excess logging when probing for the length of the next mb char.Jeremy Allison1-13/+17
2004-03-17Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison1-23/+13
2004-03-16Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison1-0/+1
2004-03-16BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...Gerald Carter1-0/+4
2004-03-16Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy1-1/+3
2004-03-16BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter1-4/+8
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-3/+7
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison1-1/+1
2004-03-12Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison1-2/+2
2004-03-12Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy1-10/+18
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison3-28/+8
2004-03-11Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison1-5/+23
2004-03-09Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison1-6/+1
2004-03-09Yet another '\n' termination of debug message.Rafal Szczesniak1-1/+1
2004-03-09fix build with gcc 2.96 and --with-developerGerald Carter1-1/+1
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2-2/+2
2004-03-08Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison1-5/+11
2004-03-07Merge from HEAD.Tim Potter1-0/+4
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison4-108/+105
2004-03-05all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2-18/+5
2004-03-04Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison1-4/+1
2004-03-04Fix build farm, older compilers won't let you declare variablesJim McDonough1-1/+1
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2-16/+88
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison4-128/+290
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