summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* r410: merge tpot's changeset 353 from trunk:Stefan Metzmacher2007-10-101-0/+1019
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2007-10-103-4/+4
* r370: The 'it does never happen -- error on close()' does happen when you exceedVolker Lendecke2007-10-101-1/+1
* r283: removing --with-cracklib after discussion with abartklet @ sambaXPGerald Carter2007-10-101-47/+0
* r247: Fixup a couple of debug messages.Jeremy Allison2007-10-101-2/+2
* r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2007-10-102-9/+29
* r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for theJeremy Allison2007-10-101-75/+175
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2007-10-102-36/+39
* r81: Make EA's case independent - fix smbtorture to test for this.Jeremy Allison2007-10-101-1/+24
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-2/+2
* r59: revert session key problemAndrew Tridgell2007-10-101-2/+2
* r50: Fix bug 1139 as per fix suggested by jdev@panix.com,Jeremy Allison2007-10-101-3/+3
* r49: Support SMB signing on connections using only theAndrew Bartlett2007-10-101-8/+4
* r39: * importing .cvsignore filesGerald Carter2007-10-101-3/+0
* Fix wildcard src with wildcard dest renames.Jeremy Allison2004-04-031-1/+7
* Fix wildcard unlink.Jeremy Allison2004-04-031-2/+3
* Fix typo in check_path_syntax.Jeremy Allison2004-04-031-1/+1
* Fix reply_ctemp - make compatible with w2k3.Jeremy Allison2004-04-021-4/+12
* Fix wildcard identical rename.Jeremy Allison2004-04-021-0/+8
* check_path improvements found by samba4 raw-checkpath tests.Jeremy Allison2004-04-021-4/+13
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-029-103/+213
* Reformat in preparation for EA dosmode attributes.Jeremy Allison2004-03-311-123/+125
* Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison2004-03-312-5/+328
* Committed test code by mistake... removing.Jeremy Allison2004-03-291-10/+0
* Setting EA's to zero length deletes them.Jeremy Allison2004-03-291-0/+10
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-272-6/+7
* As I raised (without objection) on the mailing list a while back, thisAndrew Bartlett2004-03-271-5/+1
* Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison2004-03-261-1/+10
* Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison2004-03-192-5/+28
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-192-0/+13
* Remove excess logging when probing for the length of the next mb char.Jeremy Allison2004-03-171-13/+17
* Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison2004-03-171-23/+13
* Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison2004-03-161-0/+1
* BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...Gerald Carter2004-03-161-0/+4
* Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy2004-03-161-1/+3
* BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter2004-03-161-4/+8
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-3/+7
* First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-131-1/+1
* Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison2004-03-121-2/+2
* Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy2004-03-121-10/+18
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-113-28/+8
* Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison2004-03-111-5/+23
* Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2004-03-091-6/+1
* Yet another '\n' termination of debug message.Rafal Szczesniak2004-03-091-1/+1
* fix build with gcc 2.96 and --with-developerGerald Carter2004-03-091-1/+1
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-092-2/+2
* Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison2004-03-081-5/+11
* Merge from HEAD.Tim Potter2004-03-071-0/+4
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-054-108/+105
* all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2004-03-052-18/+5