Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21483: Fix use of uninitialized variable. | Jeremy Allison | 1 | -3/+6 |
2007-10-10 | r21482: Use IPC$ not ipc$ for consistency. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21481: No one said anything, so I'm disallowing anything | Jeremy Allison | 1 | -7/+17 |
2007-10-10 | r21480: Make fd_open match fd_close be translating | Jeremy Allison | 1 | -9/+12 |
2007-10-10 | r21478: Add 65k length limit for split SPNEGO blobs. | Jeremy Allison | 1 | -9/+19 |
2007-10-10 | r21467: Add GPFS-provided DMAPI support based on their GPL library | Alexander Bokovoy | 1 | -0/+2 |
2007-10-10 | r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r21460: Fix for server-side processing of SPNEGO auth | Jeremy Allison | 2 | -10/+217 |
2007-10-10 | r21409: saved_status1 is not used anymore after aio write behind was removed | Volker Lendecke | 1 | -5/+2 |
2007-10-10 | r21379: Attempt to fix the build on "gwen" | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21369: sys_disk_free return type is SMB_BIG_UINT. | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r21324: Add linux setlease to the vfs layer. Next round, as Volker points out, | Jim McDonough | 1 | -9/+18 |
2007-10-10 | r21319: Remove functions not needed anymore | Volker Lendecke | 1 | -44/+0 |
2007-10-10 | r21280: Fix an uninitialized variable warning. Jeremy, please check. | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r21279: Get rid of 'aio write behind', this is broken. | Volker Lendecke | 6 | -175/+2 |
2007-10-10 | r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe... | Volker Lendecke | 2 | -79/+15 |
2007-10-10 | r21277: Fix an off by one error in the signal handler for aio: We can actuall... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21274: As we now have POSIX opens which can unlink | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r21269: Reformatting | Volker Lendecke | 1 | -89/+151 |
2007-10-10 | r21257: Better fix for bug #4188 : | Jeremy Allison | 1 | -0/+39 |
2007-10-10 | r21251: Okay, after Jeremy has kindly tested this, check it in :-) | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r21250: Partial fix for BUG 4093: Make %a expand to "Vista" | Gerald Carter | 1 | -8/+37 |
2007-10-10 | r21247: In the refactoring I dropped a RESOLVE_DFSPATH call | Jeremy Allison | 1 | -2/+9 |
2007-10-10 | r21246: Remove incorrect control on unix set info. | Jeremy Allison | 1 | -6/+2 |
2007-10-10 | r21229: Don't indirect through a potentially null pointer :-). | Jeremy Allison | 1 | -5/+6 |
2007-10-10 | r21227: Quick fix for Stevef - ensure the returned data on open | Jeremy Allison | 1 | -6/+10 |
2007-10-10 | r21226: Fix bug #4377 (rename of "foo" -> "Foo" fails). | Jeremy Allison | 1 | -11/+29 |
2007-10-10 | r21225: Couple of fixes from Martin Zielinski mz@seh.de, | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | r21223: Try and fix bug #4361 - Vista backup fails. | Jeremy Allison | 1 | -2/+24 |
2007-10-10 | r21210: Fix POSIX open to return an info level. | Jeremy Allison | 1 | -54/+96 |
2007-10-10 | r21207: Make the code match the spec :-). | Jeremy Allison | 1 | -8/+25 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 8 | -137/+460 |
2007-10-10 | r21184: Dummy checkin to let the build farm pick up r21183 of Samba4 | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r21181: Add some debug, fix the NT_STATUS_IO_TIMEOUT problems in the RAW-NOTI... | Volker Lendecke | 1 | -1/+8 |
2007-10-10 | r21166: Ensure we return the correct "EROFS" error on a non-writable | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21131: Some notify fixes | Volker Lendecke | 2 | -1/+16 |
2007-10-10 | r21128: Fix Vista connecting to Samba in share level security. | Jeremy Allison | 2 | -0/+26 |
2007-10-10 | r21123: Make notify_fsp() static to notify.c. | Volker Lendecke | 2 | -50/+71 |
2007-10-10 | r21121: Fix error message, based on RAW-NOTIFY | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21120: Make notify a bit more robust: Delete the notify records if we figure... | Volker Lendecke | 1 | -14/+34 |
2007-10-10 | r21115: notify_internal.c needs to remove the table entry if a process has cr... | Volker Lendecke | 1 | -5/+6 |
2007-10-10 | r21111: Reorganize the change notify params a bit. We now have the per-share | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ... | Volker Lendecke | 1 | -283/+0 |
2007-10-10 | r21108: Send sys_notify_watch through the VFS, FAM is next | Volker Lendecke | 3 | -10/+9 |
2007-10-10 | r21107: Adapt notify_fam.c to the new infrastructure. This works in my test, ... | Volker Lendecke | 1 | -76/+90 |
2007-10-10 | r21104: Rename struct watch_context to struct inotify_watch_context | Volker Lendecke | 1 | -8/+9 |
2007-10-10 | r21097: Ensure that when manipulating UNIX permissions via | Jeremy Allison | 1 | -14/+57 |
2007-10-10 | r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,... | Volker Lendecke | 7 | -779/+6 |
2007-10-10 | r21092: Ok, that's the one that activates the Samba4 notify backend. | Volker Lendecke | 4 | -46/+117 |
2007-10-10 | r21091: Fix the build without inotify | Volker Lendecke | 1 | -0/+4 |