RIP BOOL. Convert BOOL -> bool. I found a few interesting
[amitay/samba.git] / source3 / smbd / notify.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Volker Lendecker24512: Fix RAW-NOTIFY
2007-10-10 Volker Lendecker24400: Fix a valgrind bug
2007-10-10 Volker Lendecker24399: Change change_notify_reply to use send_nt_repli...
2007-10-10 Volker Lendecker24398: Convert call_nt_transact_notify_change to the...
2007-10-10 Volker Lendecker24314: Attempt to fix bug 4868
2007-10-10 Jeremy Allisonr23941: Don't use "False" when you mean "MARSHALL".
2007-10-10 Jeremy Allisonr23940: Added missing line that was deleted accidently.
2007-10-10 Jeremy Allisonr23939: Fixes for notify returns. Returned param value...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23735: Second part of the bugfix for #4763
2007-10-10 Jeremy Allisonr23728: First part of bugfix for #4763. Limit notify...
2007-10-10 Volker Lendecker23518: Remove the silly assumption that string_replace...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Jeremy Allisonr23450: max_params_return is complete fiction when...
2007-10-10 Volker Lendecker22755: Second half of r22754. As it stands now, string...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Volker Lendecker21123: Make notify_fsp() static to notify.c.
2007-10-10 Volker Lendecker21108: Send sys_notify_watch through the VFS, FAM...
2007-10-10 Volker Lendecker21093: Remove the hash and dnotify backends. Disabling...
2007-10-10 Volker Lendecker21092: Ok, that's the one that activates the Samba4...
2007-10-10 Volker Lendecker21091: Fix the build without inotify
2007-10-10 Volker Lendecker21090: Add some helper routines
2007-10-10 Volker Lendecker21087: Make the param list of notify_fname match notif...
2007-10-10 Volker Lendecker21084: Make the Samba4 files compile in Samba3, not...
2007-10-10 Volker Lendecker21077: A step to minimize the diff later: This pulls...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Volker Lendecker20982: Fix a segfault -- I wonder why my make test...
2007-10-10 Volker Lendecker20932: This is the basic infrastructure for inotify...
2007-10-10 Volker Lendecker20931: This changes the notify infrastructure from...
2007-10-10 Volker Lendecker20858: change_notify_reply_packet is static
2007-10-10 Volker Lendecker20856: Make "struct notify_mid_map" private to notify.c
2007-10-10 Volker Lendecker20854: Ok, now I think we're at a point where looking...
2007-10-10 Volker Lendecker20634: A *LOT* more work is necessary before touching...
2007-10-10 Volker Lendecker20602: Fix coverity ID 339. SMB_ASSERT does not panic...
2007-10-10 Volker Lendecker20597: Survive some of the notify mask tests.
2007-10-10 Volker Lendecker20451: Survive the first of the filter-tests (mkdir).
2007-10-10 Volker Lendecker20443: Fix a compiler warning
2007-10-10 Volker Lendecker20442: Slight rewrite of the change notify infrastruct...
2007-10-10 Volker Lendecker20433: Work in progress: Survive more of RAW-NOTIFY.
2007-10-10 Volker Lendecker20394: This is a *VERY* early start of my work on...
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Jeremy Allisonr15555: Make "change notify timeout" a per-share parame...
2007-10-10 James Peachr13482: Push the FAM notification file descriptor into...
2007-10-10 James Peachr13027: Support file change notifications from FAM.
2007-10-10 Jeremy Allisonr11344: I don't think share mode conflicts occur on...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-07 Jeremy AllisonTurns out I had my packet sequences wrong for oplock...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-02 Jeremy AllisonEnsure we don't leak any sign records on cancel of...
2003-07-24 Jeremy AllisonEnsure everywhere we defer an incoming SMB request...
2003-07-24 Jeremy AllisonSMB signing is now working with change notify. Need...
2002-12-12 Jeremy AllisonAdded "kernel change notify" boolean to allow easier...
2002-12-12 Jeremy AllisonAdded "kernel change notify" boolean to allow easier...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-19 Jeremy AllisonTidy up debug in notify code.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-06-14 Andrew Tridgellallow the notify implementation to choose the select...
2000-06-12 Andrew Tridgellenable the Linux change notify code and change some...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-12 Andrew Tridgellfixed comments at top of module
2000-06-12 Andrew Tridgellsplit all the change notify code out into a separate...