Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-02-26 | Interesting fact found by IFSTEST /t LockOverlappedTest... | Jeremy Allison | 1 | -1/+8 |
2004-02-25 | Fixup strange rename error case (gentest). | Jeremy Allison | 1 | -1/+2 |
2004-02-25 | Figured out a new flags bit with gentest and ethereal.... | Jeremy Allison | 1 | -2/+10 |
2004-02-25 | More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you look | Jeremy Allison | 1 | -5/+27 |
2004-02-25 | More gentest fixes. | Jeremy Allison | 1 | -6/+17 |
2004-02-24 | Ensure '.' and '..' don't match in delete requests. | Jeremy Allison | 1 | -1/+4 |
2004-02-24 | More gentest error fixups. | Jeremy Allison | 3 | -2/+13 |
2004-02-24 | Fixup bad-path error found by gentest. | Jeremy Allison | 1 | -4/+6 |
2004-02-24 | Added NTrename SMB (0xA5) - how did we miss this.... ? | Jeremy Allison | 2 | -1/+51 |
2004-02-24 | Fixup correct timeout values for blocking lock timeouts (tested at connectathon | Jeremy Allison | 1 | -1/+1 |
2004-02-20 | Make SMB_FILE_ACCESS_INFORMATION call work correctly. | Jeremy Allison | 1 | -1/+3 |
2004-02-20 | Make us bug-for-bug compatible with W2K3 - to get delete on close semantics | Jeremy Allison | 1 | -6/+19 |
2004-02-19 | Fix the "too many fcntl locks" scalability problem raised by tridge. | Jeremy Allison | 2 | -24/+39 |
2004-02-13 | Fixup the 'multiple-vuids' bugs. | Jeremy Allison | 3 | -96/+86 |
2004-02-12 | merge from old APP_HEAD | Gerald Carter | 4 | -6/+93 |
2004-02-08 | nsswitch/winbindd_util.c: | Andrew Bartlett | 1 | -11/+0 |
2004-02-08 | More 'static' work. | Andrew Bartlett | 1 | -1/+1 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 2 | -3/+4 |
2004-02-08 | Samba hasn't used this function for ages - it's now handled deep in the | Andrew Bartlett | 1 | -69/+0 |
2004-02-02 | remerge andrew's cracklib patch from HEAD and fix a compile warnings | Gerald Carter | 1 | -23/+58 |
2004-01-31 | * BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER; | Gerald Carter | 1 | -11/+4 |