summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-10/+6
* s3:smbd: add smbd_notify_cancel_by_smbreq()Stefan Metzmacher2009-08-171-0/+20
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-3/+4
* s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher2009-07-021-12/+22
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-021-33/+24
* s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher2009-07-021-3/+6
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-11/+21
* Add notify_onelevel.tdbVolker Lendecke2009-04-161-0/+10
* Use convert_string_talloc, thanks Andrew!Volker Lendecke2009-04-131-1/+1
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-111-0/+1
* Use talloc_tos() for a temp convert_string_allocate()Volker Lendecke2009-04-111-3/+3
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-4/+3
* s3: Make change notify immediately return a catch-all packet on underlying errorSteven Danneman2009-02-201-1/+14
* s3: Modifications to generic notify structures to allow implementation of One...Steven Danneman2009-02-201-0/+2
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"Dina Fine2008-11-181-0/+3
* Converting notify.c to store a request, not an inbufVolker Lendecke2008-11-081-55/+28
* Make "inbuf" a talloc child of "smb_request" for normal smb requestsVolker Lendecke2008-11-041-0/+1
* Add some debug to notifyVolker Lendecke2008-06-171-0/+6
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-4/+3
* Coverity fixesMarc VanHeyningen2008-03-171-1/+1
* Fix CID 505 - don't copy uninitialized memory.Jeremy Allison2008-01-111-0/+1
* ensure uni_name.buffer is initialisedJeremy Allison2008-01-081-0/+2
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-20/+26
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-1/+2
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-4/+3
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-1/+1
* r24512: Fix RAW-NOTIFYVolker Lendecke2007-10-101-2/+10
* r24400: Fix a valgrind bugVolker Lendecke2007-10-101-2/+4
* r24399: Change change_notify_reply to use send_nt_replies_newVolker Lendecke2007-10-101-11/+6
* r24398: Convert call_nt_transact_notify_change to the new APIVolker Lendecke2007-10-101-8/+8
* r24314: Attempt to fix bug 4868Volker Lendecke2007-10-101-0/+1
* r23941: Don't use "False" when you mean "MARSHALL".Jeremy Allison2007-10-101-1/+1
* r23940: Added missing line that was deleted accidently.Jeremy Allison2007-10-101-0/+2
* r23939: Fixes for notify returns. Returned param value must fix insideJeremy Allison2007-10-101-19/+17
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23735: Second part of the bugfix for #4763Jeremy Allison2007-10-101-1/+21
* r23728: First part of bugfix for #4763. Limit notify responsesJeremy Allison2007-10-101-0/+12
* r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke2007-10-101-5/+5
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r23450: max_params_return is complete fiction when getting a changenotifyJeremy Allison2007-10-101-14/+4
* r22755: Second half of r22754. As it stands now, string_replace expects aVolker Lendecke2007-10-101-10/+8
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-2/+3
* r21123: Make notify_fsp() static to notify.c.Volker Lendecke2007-10-101-14/+68
* r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke2007-10-101-6/+4
* r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...Volker Lendecke2007-10-101-204/+0