summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* r21207: Make the code match the spec :-).Jeremy Allison2007-10-101-8/+25
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-108-137/+460
* r21184: Dummy checkin to let the build farm pick up r21183 of Samba4Volker Lendecke2007-10-101-2/+2
* r21181: Add some debug, fix the NT_STATUS_IO_TIMEOUT problems in the RAW-NOTI...Volker Lendecke2007-10-101-1/+8
* r21166: Ensure we return the correct "EROFS" error on a non-writableJeremy Allison2007-10-101-1/+1
* r21131: Some notify fixesVolker Lendecke2007-10-102-1/+16
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-10-102-0/+26
* r21123: Make notify_fsp() static to notify.c.Volker Lendecke2007-10-102-50/+71
* r21121: Fix error message, based on RAW-NOTIFYVolker Lendecke2007-10-101-1/+1
* r21120: Make notify a bit more robust: Delete the notify records if we figure...Volker Lendecke2007-10-101-14/+34
* r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke2007-10-101-5/+6
* r21111: Reorganize the change notify params a bit. We now have the per-shareVolker Lendecke2007-10-101-2/+1
* r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ...Volker Lendecke2007-10-101-283/+0
* r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke2007-10-103-10/+9
* r21107: Adapt notify_fam.c to the new infrastructure. This works in my test, ...Volker Lendecke2007-10-101-76/+90
* r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke2007-10-101-8/+9
* r21097: Ensure that when manipulating UNIX permissions viaJeremy Allison2007-10-101-14/+57
* r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...Volker Lendecke2007-10-107-779/+6
* r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke2007-10-104-46/+117
* r21091: Fix the build without inotifyVolker Lendecke2007-10-101-0/+4
* r21090: Add some helper routinesVolker Lendecke2007-10-102-0/+49
* r21089: Do notifies on renameVolker Lendecke2007-10-101-0/+44
* r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke2007-10-104-16/+18
* r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke2007-10-103-43/+74
* r21083: Actually make it static... :-)Volker Lendecke2007-10-101-1/+1
* r21082: Make canonicalize_path static to service.c -- we do have conn->connec...Volker Lendecke2007-10-104-59/+31
* r21080: ReformattingVolker Lendecke2007-10-101-37/+68
* r21079: Minimizing diff: Adopt the Samba4 style ChangeNotify flags.Volker Lendecke2007-10-104-9/+8
* r21077: A step to minimize the diff later: This pulls in unmodified files fro...Volker Lendecke2007-10-103-176/+987
* r21073: Fix compiler warningVolker Lendecke2007-10-101-2/+2
* r21067: Finished refactoring setqpathinfo to be readableJeremy Allison2007-10-101-385/+430
* r21064: The core of this patch isVolker Lendecke2007-10-106-34/+55
* r21063: All case statements are now NTSTATUS returningJeremy Allison2007-10-102-175/+219
* r21062: Should fix the build plus make all refactoredJeremy Allison2007-10-102-212/+191