summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r814: conn is 0 during ioctl (at least during smbtorture IOCTL test)Herb Lewis2-2/+4
2007-10-10r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter2-1/+51
2007-10-10r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2-2/+10
2007-10-10r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison2-7/+22
2007-10-10r762: Fix for #1319 when security > share.Jeremy Allison1-2/+8
2007-10-10r742: Volker discovered that we can truncate a locked file. Well I never ! :-).Jeremy Allison1-22/+2
2007-10-10r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode lockingRichard Sharpe1-0/+14
2007-10-10r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u...Jeremy Allison1-0/+4
2007-10-10r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison1-70/+7
2007-10-10r706: Fix erroneous commit... I've not finished testing theJeremy Allison1-9/+3
2007-10-10r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison1-2/+8
2007-10-10r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2-6/+8
2007-10-10r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison5-148/+105
2007-10-10r654: There is no point in having two lines of:Richard Sharpe1-1/+1
2007-10-10r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison1-26/+25
2007-10-10r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison1-0/+4
2007-10-10r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison1-7/+41
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison9-100/+70
2007-10-10r519: fix bug in authorise_login() that broke security = shareGerald Carter1-0/+2
2007-10-10r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointerGerald Carter1-1/+5
2007-10-10r483: Fix typo of appending '\\' instead of '/' now we're usingJeremy Allison1-2/+2
2007-10-10r481: Fix up assert caught by check_path_syntax.Jeremy Allison1-2/+3
2007-10-10r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison2-5/+5
2007-10-10r428: add acls debug classHerb Lewis1-0/+3
2007-10-10r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).Tim Potter1-0/+2
2007-10-10r421: Fix debug message. Closes bugzilla #1305.Tim Potter1-1/+1
2007-10-10r410: merge tpot's changeset 353 from trunk:Stefan Metzmacher1-0/+1019
2007-10-10r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher3-4/+4
2007-10-10r370: The 'it does never happen -- error on close()' does happen when you exceedVolker Lendecke1-1/+1
2007-10-10r283: removing --with-cracklib after discussion with abartklet @ sambaXPGerald Carter1-47/+0
2007-10-10r247: Fixup a couple of debug messages.Jeremy Allison1-2/+2
2007-10-10r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2-9/+29
2007-10-10r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for theJeremy Allison1-75/+175
2007-10-10r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2-36/+39
2007-10-10r81: Make EA's case independent - fix smbtorture to test for this.Jeremy Allison1-1/+24
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-2/+2
2007-10-10r59: revert session key problemAndrew Tridgell1-2/+2
2007-10-10r50: Fix bug 1139 as per fix suggested by jdev@panix.com,Jeremy Allison1-3/+3
2007-10-10r49: Support SMB signing on connections using only theAndrew Bartlett1-8/+4
2007-10-10r39: * importing .cvsignore filesGerald Carter1-3/+0
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