summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21672: The cannonical file access pattern should look like this :Jeremy Allison3-202/+298
2007-10-10r21667: posix_unlink should break existing oplocks.Jeremy Allison1-1/+1
2007-10-10r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-2/+1
2007-10-10r21645: Make posix_unlink work - on open files too !Jeremy Allison1-1/+24
2007-10-10r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison1-0/+31
2007-10-10r21638: Change POSIX_UNLINK to allow clients to differentiateJeremy Allison1-0/+12
2007-10-10r21603: Horrible backwards compatibility hack as an old server bugJeremy Allison1-1/+11
2007-10-10r21547: Fix from Michael Adam <ma@sernet.de>: Refuse registry shares without ...Volker Lendecke1-0/+8
2007-10-10r21483: Fix use of uninitialized variable.Jeremy Allison1-3/+6
2007-10-10r21482: Use IPC$ not ipc$ for consistency.Jeremy Allison1-1/+1
2007-10-10r21481: No one said anything, so I'm disallowing anythingJeremy Allison1-7/+17
2007-10-10r21480: Make fd_open match fd_close be translatingJeremy Allison1-9/+12
2007-10-10r21478: Add 65k length limit for split SPNEGO blobs.Jeremy Allison1-9/+19
2007-10-10r21467: Add GPFS-provided DMAPI support based on their GPL libraryAlexander Bokovoy1-0/+2
2007-10-10r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B...Volker Lendecke1-0/+4
2007-10-10r21460: Fix for server-side processing of SPNEGO authJeremy Allison2-10/+217
2007-10-10r21409: saved_status1 is not used anymore after aio write behind was removedVolker Lendecke1-5/+2
2007-10-10r21379: Attempt to fix the build on "gwen"Volker Lendecke1-1/+1
2007-10-10r21369: sys_disk_free return type is SMB_BIG_UINT.Simo Sorce1-1/+1
2007-10-10r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough1-9/+18
2007-10-10r21319: Remove functions not needed anymoreVolker Lendecke1-44/+0
2007-10-10r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke1-3/+3
2007-10-10r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke6-175/+2
2007-10-10r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...Volker Lendecke2-79/+15
2007-10-10r21277: Fix an off by one error in the signal handler for aio: We can actuall...Volker Lendecke1-1/+1
2007-10-10r21274: As we now have POSIX opens which can unlinkJeremy Allison1-0/+9
2007-10-10r21269: ReformattingVolker Lendecke1-89/+151
2007-10-10r21257: Better fix for bug #4188 :Jeremy Allison1-0/+39
2007-10-10r21251: Okay, after Jeremy has kindly tested this, check it in :-)Volker Lendecke1-1/+5
2007-10-10r21250: Partial fix for BUG 4093: Make %a expand to "Vista"Gerald Carter1-8/+37
2007-10-10r21247: In the refactoring I dropped a RESOLVE_DFSPATH callJeremy Allison1-2/+9
2007-10-10r21246: Remove incorrect control on unix set info.Jeremy Allison1-6/+2
2007-10-10r21229: Don't indirect through a potentially null pointer :-).Jeremy Allison1-5/+6
2007-10-10r21227: Quick fix for Stevef - ensure the returned data on openJeremy Allison1-6/+10
2007-10-10r21226: Fix bug #4377 (rename of "foo" -> "Foo" fails).Jeremy Allison1-11/+29
2007-10-10r21225: Couple of fixes from Martin Zielinski mz@seh.de,Jeremy Allison1-3/+2
2007-10-10r21223: Try and fix bug #4361 - Vista backup fails.Jeremy Allison1-2/+24
2007-10-10r21210: Fix POSIX open to return an info level.Jeremy Allison1-54/+96
2007-10-10r21207: Make the code match the spec :-).Jeremy Allison1-8/+25
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison8-137/+460
2007-10-10r21184: Dummy checkin to let the build farm pick up r21183 of Samba4Volker Lendecke1-2/+2
2007-10-10r21181: Add some debug, fix the NT_STATUS_IO_TIMEOUT problems in the RAW-NOTI...Volker Lendecke1-1/+8
2007-10-10r21166: Ensure we return the correct "EROFS" error on a non-writableJeremy Allison1-1/+1
2007-10-10r21131: Some notify fixesVolker Lendecke2-1/+16
2007-10-10r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2-0/+26
2007-10-10r21123: Make notify_fsp() static to notify.c.Volker Lendecke2-50/+71
2007-10-10r21121: Fix error message, based on RAW-NOTIFYVolker Lendecke1-1/+1
2007-10-10r21120: Make notify a bit more robust: Delete the notify records if we figure...Volker Lendecke1-14/+34
2007-10-10r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke1-5/+6
2007-10-10r21111: Reorganize the change notify params a bit. We now have the per-shareVolker Lendecke1-2/+1