Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for the | Jeremy Allison | 1 | -75/+175 |
2007-10-10 | r96: Stupid f&%'n UNIX extensions.... SETPATHINFO | Jeremy Allison | 2 | -36/+39 |
2007-10-10 | r81: Make EA's case independent - fix smbtorture to test for this. | Jeremy Allison | 1 | -1/+24 |
2007-10-10 | r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r59: revert session key problem | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r50: Fix bug 1139 as per fix suggested by jdev@panix.com, | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r49: Support SMB signing on connections using only the | Andrew Bartlett | 1 | -8/+4 |
2007-10-10 | r39: * importing .cvsignore files | Gerald Carter | 1 | -3/+0 |
2004-04-03 | Fix wildcard src with wildcard dest renames. | Jeremy Allison | 1 | -1/+7 |
2004-04-03 | Fix wildcard unlink. | Jeremy Allison | 1 | -2/+3 |
2004-04-03 | Fix typo in check_path_syntax. | Jeremy Allison | 1 | -1/+1 |
2004-04-02 | Fix reply_ctemp - make compatible with w2k3. | Jeremy Allison | 1 | -4/+12 |
2004-04-02 | Fix wildcard identical rename. | Jeremy Allison | 1 | -0/+8 |
2004-04-02 | check_path improvements found by samba4 raw-checkpath tests. | Jeremy Allison | 1 | -4/+13 |
2004-04-02 | Added per-share parameter "store dos attributes". When set, will store | Jeremy Allison | 9 | -103/+213 |
2004-03-31 | Reformat in preparation for EA dosmode attributes. | Jeremy Allison | 1 | -123/+125 |
2004-03-31 | Added support for OS/2 EA's in smbd server. Test with smbtorture eatest. | Jeremy Allison | 2 | -5/+328 |
2004-03-29 | Committed test code by mistake... removing. | Jeremy Allison | 1 | -10/+0 |
2004-03-29 | Setting EA's to zero length deletes them. | Jeremy Allison | 1 | -0/+10 |
2004-03-27 | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 2 | -6/+7 |
2004-03-27 | As I raised (without objection) on the mailing list a while back, this | Andrew Bartlett | 1 | -5/+1 |
2004-03-26 | Fix bug #1211. Ensure accept socket is in non-blocking state in case of network | Jeremy Allison | 1 | -1/+10 |
2004-03-19 | Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd... | Jeremy Allison | 2 | -5/+28 |
2004-03-19 | BUG 417: fix %UuGg variables expansion in include lines setging the current_u... | Gerald Carter | 2 | -0/+13 |
2004-03-17 | Remove excess logging when probing for the length of the next mb char. | Jeremy Allison | 1 | -13/+17 |
2004-03-17 | Change check_path_syntax() to use the new next_mb_char_size() function | Jeremy Allison | 1 | -23/+13 |
2004-03-16 | Add function next_mb_char_size() that returns a size_t of the number of | Jeremy Allison | 1 | -0/+1 |
2004-03-16 | BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ... | Gerald Carter | 1 | -0/+4 |
2004-03-16 | Fix check_path_syntax() for multibyte encodings which have no '\' as second b... | Alexander Bokovoy | 1 | -1/+3 |
2004-03-16 | BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us... | Gerald Carter | 1 | -4/+8 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 1 | -3/+7 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 1 | -1/+1 |
2004-03-12 | Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048 | Jeremy Allison | 1 | -2/+2 |
2004-03-12 | Fix problems with very long filenames in both smbd and smbclient. | Alexander Bokovoy | 1 | -10/+18 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 3 | -28/+8 |
2004-03-11 | Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932 | Jeremy Allison | 1 | -5/+23 |
2004-03-09 | Fix dfs referrals - don't use check_path_syntax. Also use mb char calls in | Jeremy Allison | 1 | -6/+1 |
2004-03-09 | Yet another '\n' termination of debug message. | Rafal Szczesniak | 1 | -1/+1 |
2004-03-09 | fix build with gcc 2.96 and --with-developer | Gerald Carter | 1 | -1/+1 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 2 | -2/+2 |
2004-03-08 | Fix assumption about following directory sep in check_path_syntax(). We | Jeremy Allison | 1 | -5/+11 |
2004-03-07 | Merge from HEAD. | Tim Potter | 1 | -0/+4 |
2004-03-05 | Several mb tidyups - getting ready to address the XXX_sub function. | Jeremy Allison | 4 | -108/+105 |
2004-03-05 | all_string_sub() is broken as it doesn't handle mb chars correctly (and | Jeremy Allison | 2 | -18/+5 |
2004-03-04 | Fix my breakage of NT pipes from the previous patch (sorry). Use the | Jeremy Allison | 1 | -4/+1 |
2004-03-04 | Fix build farm, older compilers won't let you declare variables | Jim McDonough | 1 | -1/+1 |
2004-03-03 | Added client "hardlink" commant to test doing NT rename with hard links. | Jeremy Allison | 2 | -16/+88 |
2004-03-03 | Use a common function to parse all pathnames from the wire. This allows | Jeremy Allison | 4 | -128/+290 |
2004-02-28 | Can't set allocation size on directories, return correct error code on | Jeremy Allison | 2 | -1/+17 |
2004-02-28 | More gentest fixes. Fix up regression in IS_NAME_VALID and renames. | Jeremy Allison | 2 | -13/+34 |