index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
notify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21091: Fix the build without inotify
Volker Lendecke
1
-0
/
+4
2007-10-10
r21090: Add some helper routines
Volker Lendecke
1
-0
/
+38
2007-10-10
r21087: Make the param list of notify_fname match notify_trigger
Volker Lendecke
1
-2
/
+2
2007-10-10
r21084: Make the Samba4 files compile in Samba3, not activated yet.
Volker Lendecke
1
-0
/
+27
2007-10-10
r21077: A step to minimize the diff later: This pulls in unmodified files fro...
Volker Lendecke
1
-5
/
+0
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-2
/
+3
2007-10-10
r20982: Fix a segfault -- I wonder why my make test did not show this earlier...
Volker Lendecke
1
-1
/
+2
2007-10-10
r20932: This is the basic infrastructure for inotify support. This is far fro...
Volker Lendecke
1
-0
/
+5
2007-10-10
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
1
-178
/
+48
2007-10-10
r20858: change_notify_reply_packet is static
Volker Lendecke
1
-2
/
+4
2007-10-10
r20856: Make "struct notify_mid_map" private to notify.c
Volker Lendecke
1
-0
/
+11
2007-10-10
r20854: Ok, now I think we're at a point where looking at notify starts to ma...
Volker Lendecke
1
-28
/
+439
2007-10-10
r20634: A *LOT* more work is necessary before touching notify remotely starts...
Volker Lendecke
1
-439
/
+28
2007-10-10
r20602: Fix coverity ID 339. SMB_ASSERT does not panic without -DDEVELOPER.
Volker Lendecke
1
-1
/
+4
2007-10-10
r20597: Survive some of the notify mask tests.
Volker Lendecke
1
-0
/
+14
2007-10-10
r20451: Survive the first of the filter-tests (mkdir).
Volker Lendecke
1
-16
/
+24
2007-10-10
r20443: Fix a compiler warning
Volker Lendecke
1
-1
/
+2
2007-10-10
r20442: Slight rewrite of the change notify infrastructure. This now survives...
Volker Lendecke
1
-66
/
+136
2007-10-10
r20433: Work in progress: Survive more of RAW-NOTIFY.
Volker Lendecke
1
-27
/
+71
2007-10-10
r20394: This is a *VERY* early start of my work on notify.
Volker Lendecke
1
-11
/
+282
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
1
-1
/
+1
2007-10-10
r15555: Make "change notify timeout" a per-share parameter - used
Jeremy Allison
1
-1
/
+13
2007-10-10
r13482: Push the FAM notification file descriptor into the select
James Peach
1
-0
/
+9
2007-10-10
r13027: Support file change notifications from FAM.
James Peach
1
-1
/
+7
2007-10-10
r11344: I don't think share mode conflicts occur on deleting
Jeremy Allison
1
-3
/
+4
2007-10-10
r7963: Add aio support to 3.0.
Jeremy Allison
1
-0
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2003-10-21
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison
1
-1
/
+1
2003-08-07
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
1
-1
/
+1
2003-08-02
Ensure we don't leak any sign records on cancel of pending requests.
Jeremy Allison
1
-0
/
+1
2003-07-24
Ensure everywhere we defer an incoming SMB request (blocking lock queue,
Jeremy Allison
1
-0
/
+3
2003-07-24
SMB signing is now working with change notify. Need to fix the disconnect
Jeremy Allison
1
-1
/
+1
2002-12-12
Added "kernel change notify" boolean to allow easier valgrind testing.
Jeremy Allison
1
-1
/
+2
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-1
/
+1
2001-10-19
Tidy up debug in notify code.
Jeremy Allison
1
-12
/
+18
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-2
/
+2
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-1
/
+1
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-10
/
+1
2001-06-09
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
1
-1
/
+2
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-4
/
+0
2000-06-14
allow the notify implementation to choose the select timeout change
Andrew Tridgell
1
-2
/
+2
2000-06-12
enable the Linux change notify code and change some notify debug code
Andrew Tridgell
1
-1
/
+4
2000-06-12
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
1
-284
/
+117
2000-06-12
fixed comments at top of module
Andrew Tridgell
1
-2
/
+3
2000-06-12
split all the change notify code out into a separate module
Andrew Tridgell
1
-0
/
+392
[prev]