summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* r21766: Fix compiler warning.James Peach2007-10-101-1/+1
* r21765: Fix the build for HP-UX.James Peach2007-10-101-1/+6
* r21763: Add support for the UNIX_INFO2 infolevel.James Peach2007-10-101-46/+245
* r21759: Fix the same bug in a more elegant way, strrchr_mJeremy Allison2007-10-101-7/+12
* r21758: Fix a very specific dfs bug when passing in POSIXJeremy Allison2007-10-101-3/+6
* r21756: An invarient the dfs code depended on for POSIX pathsJeremy Allison2007-10-101-4/+1
* r21754: Volker is completely correct. There's no need forJeremy Allison2007-10-104-27/+126
* r21748: More cosmetic alignment. One change to call_nt_transact_create(): We ...Volker Lendecke2007-10-101-11/+14
* r21747: Cosmetic checkin to bring ntcreate and nttranscreate closer togetherVolker Lendecke2007-10-101-13/+19
* r21731: Fix long-standing bug in our chain processing code.Jeremy Allison2007-10-101-3/+20
* r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.James Peach2007-10-101-1/+110
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-107-87/+99
* r21672: The cannonical file access pattern should look like this :Jeremy Allison2007-10-103-202/+298
* r21667: posix_unlink should break existing oplocks.Jeremy Allison2007-10-101-1/+1
* r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-2/+1
* r21645: Make posix_unlink work - on open files too !Jeremy Allison2007-10-101-1/+24
* r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison2007-10-101-0/+31
* r21638: Change POSIX_UNLINK to allow clients to differentiateJeremy Allison2007-10-101-0/+12
* r21603: Horrible backwards compatibility hack as an old server bugJeremy Allison2007-10-101-1/+11
* r21547: Fix from Michael Adam <ma@sernet.de>: Refuse registry shares without ...Volker Lendecke2007-10-101-0/+8
* r21483: Fix use of uninitialized variable.Jeremy Allison2007-10-101-3/+6
* r21482: Use IPC$ not ipc$ for consistency.Jeremy Allison2007-10-101-1/+1
* r21481: No one said anything, so I'm disallowing anythingJeremy Allison2007-10-101-7/+17
* r21480: Make fd_open match fd_close be translatingJeremy Allison2007-10-101-9/+12
* r21478: Add 65k length limit for split SPNEGO blobs.Jeremy Allison2007-10-101-9/+19
* r21467: Add GPFS-provided DMAPI support based on their GPL libraryAlexander Bokovoy2007-10-101-0/+2
* r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B...Volker Lendecke2007-10-101-0/+4
* r21460: Fix for server-side processing of SPNEGO authJeremy Allison2007-10-102-10/+217
* r21409: saved_status1 is not used anymore after aio write behind was removedVolker Lendecke2007-10-101-5/+2
* r21379: Attempt to fix the build on "gwen"Volker Lendecke2007-10-101-1/+1
* r21369: sys_disk_free return type is SMB_BIG_UINT.Simo Sorce2007-10-101-1/+1
* r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-10-101-9/+18
* r21319: Remove functions not needed anymoreVolker Lendecke2007-10-101-44/+0
* r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke2007-10-101-3/+3
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-106-175/+2
* r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...Volker Lendecke2007-10-102-79/+15
* r21277: Fix an off by one error in the signal handler for aio: We can actuall...Volker Lendecke2007-10-101-1/+1
* r21274: As we now have POSIX opens which can unlinkJeremy Allison2007-10-101-0/+9
* r21269: ReformattingVolker Lendecke2007-10-101-89/+151
* r21257: Better fix for bug #4188 :Jeremy Allison2007-10-101-0/+39
* r21251: Okay, after Jeremy has kindly tested this, check it in :-)Volker Lendecke2007-10-101-1/+5
* r21250: Partial fix for BUG 4093: Make %a expand to "Vista"Gerald Carter2007-10-101-8/+37
* r21247: In the refactoring I dropped a RESOLVE_DFSPATH callJeremy Allison2007-10-101-2/+9
* r21246: Remove incorrect control on unix set info.Jeremy Allison2007-10-101-6/+2
* r21229: Don't indirect through a potentially null pointer :-).Jeremy Allison2007-10-101-5/+6
* r21227: Quick fix for Stevef - ensure the returned data on openJeremy Allison2007-10-101-6/+10
* r21226: Fix bug #4377 (rename of "foo" -> "Foo" fails).Jeremy Allison2007-10-101-11/+29
* r21225: Couple of fixes from Martin Zielinski mz@seh.de,Jeremy Allison2007-10-101-3/+2
* r21223: Try and fix bug #4361 - Vista backup fails.Jeremy Allison2007-10-101-2/+24
* r21210: Fix POSIX open to return an info level.Jeremy Allison2007-10-101-54/+96