summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r21109: Send notify_fam.c through the VFS. Lets see how the build farm likes ...Volker Lendecke1-283/+0
2007-10-10r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke3-10/+9
2007-10-10r21107: Adapt notify_fam.c to the new infrastructure. This works in my test, ...Volker Lendecke1-76/+90
2007-10-10r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke1-8/+9
2007-10-10r21097: Ensure that when manipulating UNIX permissions viaJeremy Allison1-14/+57
2007-10-10r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...Volker Lendecke7-779/+6
2007-10-10r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke4-46/+117
2007-10-10r21091: Fix the build without inotifyVolker Lendecke1-0/+4
2007-10-10r21090: Add some helper routinesVolker Lendecke2-0/+49
2007-10-10r21089: Do notifies on renameVolker Lendecke1-0/+44
2007-10-10r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke4-16/+18
2007-10-10r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke3-43/+74
2007-10-10r21083: Actually make it static... :-)Volker Lendecke1-1/+1
2007-10-10r21082: Make canonicalize_path static to service.c -- we do have conn->connec...Volker Lendecke4-59/+31
2007-10-10r21080: ReformattingVolker Lendecke1-37/+68
2007-10-10r21079: Minimizing diff: Adopt the Samba4 style ChangeNotify flags.Volker Lendecke4-9/+8
2007-10-10r21077: A step to minimize the diff later: This pulls in unmodified files fro...Volker Lendecke3-176/+987
2007-10-10r21073: Fix compiler warningVolker Lendecke1-2/+2
2007-10-10r21067: Finished refactoring setqpathinfo to be readableJeremy Allison1-385/+430
2007-10-10r21064: The core of this patch isVolker Lendecke6-34/+55
2007-10-10r21063: All case statements are now NTSTATUS returningJeremy Allison2-175/+219
2007-10-10r21062: Should fix the build plus make all refactoredJeremy Allison2-212/+191
2007-10-10r21061: Refactoring all the cases into NTSTATUS returns.Jeremy Allison1-69/+99
2007-10-10r21060: Start refactoring out the non-return case statementsJeremy Allison1-35/+64
2007-10-10r21058: Finish the easy refactoring - split out all the caseJeremy Allison1-158/+213
2007-10-10r21057: More refactoring into functions.Jeremy Allison2-65/+95
2007-10-10r21054: More function refactoring.Jeremy Allison1-24/+52
2007-10-10r21053: More refactoring and fix the tests (set position infoJeremy Allison1-53/+93
2007-10-10r21052: Refactoring.Jeremy Allison1-25/+43
2007-10-10r21051: More function refactoring... Added #if 0 forJeremy Allison1-34/+55
2007-10-10r21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. MyJeremy Allison1-23/+57
2007-10-10r21049: Start to refactor some of the setpath set codeJeremy Allison1-74/+73
2007-10-10r21035: Remove unneeded checks on incoming uid/gid forJeremy Allison1-15/+35
2007-10-10r21002: Get rid of unused macros - merge change from 3_0_24Herb Lewis2-40/+40
2007-10-10r20982: Fix a segfault -- I wonder why my make test did not show this earlier...Volker Lendecke1-1/+2
2007-10-10r20966: Only attempt to reload the config file atfer the fork point if weJames Peach1-2/+6
2007-10-10r20933: Fix the build without inotifyVolker Lendecke1-2/+2
2007-10-10r20932: This is the basic infrastructure for inotify support. This is far fro...Volker Lendecke2-0/+268
2007-10-10r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke10-774/+472