summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2010-07-07s3-notify: use autogenerated FILE_NOTIFY_INFORMATION marshalling in smbd.Günther Deschner1-52/+29
2010-07-06s3:smbd: Align change notify replies on 4-byte boundaryChere Zhou1-0/+10
2010-06-12s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_midVolker Lendecke1-2/+2
2010-06-12s3: change_notify_reply() does not need its "conn" argumentVolker Lendecke1-11/+8
2010-06-12s3: Explicitly pass sconn to the change_notify_remove_requestVolker Lendecke1-7/+9
2010-06-12s3: Remove smbd_server_conn from change_notify_add_requestVolker Lendecke1-1/+1
2010-06-12s3: Remove sconn arg from smbd_notify_cancel_by_smbreqVolker Lendecke1-2/+2
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-12Move to using 64-bit mid values in our internal open file database.Jeremy Allison1-2/+2
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke1-10/+6
2009-08-17s3:smbd: add smbd_notify_cancel_by_smbreq()Stefan Metzmacher1-0/+20
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-3/+4
2009-07-02s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher1-12/+22
2009-07-02s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher1-33/+24
2009-07-02s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher1-3/+6
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-11/+21
2009-04-16Add notify_onelevel.tdbVolker Lendecke1-0/+10
2009-04-13Use convert_string_talloc, thanks Andrew!Volker Lendecke1-1/+1
2009-04-11Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke1-0/+1
2009-04-11Use talloc_tos() for a temp convert_string_allocate()Volker Lendecke1-3/+3
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-4/+3
2009-02-20s3: Make change notify immediately return a catch-all packet on underlying errorSteven Danneman1-1/+14
2009-02-20s3: Modifications to generic notify structures to allow implementation of One...Steven Danneman1-0/+2
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher1-1/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-2/+1
2008-11-18Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"Dina Fine1-0/+3
2008-11-08Converting notify.c to store a request, not an inbufVolker Lendecke1-55/+28
2008-11-04Make "inbuf" a talloc child of "smb_request" for normal smb requestsVolker Lendecke1-0/+1
2008-06-17Add some debug to notifyVolker Lendecke1-0/+6
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+3
2008-03-17Coverity fixesMarc VanHeyningen1-1/+1
2008-01-11Fix CID 505 - don't copy uninitialized memory.Jeremy Allison1-0/+1
2008-01-08 ensure uni_name.buffer is initialisedJeremy Allison1-0/+2
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-20/+26
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+2
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-4/+3
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-1/+1
2007-10-10r24512: Fix RAW-NOTIFYVolker Lendecke1-2/+10
2007-10-10r24400: Fix a valgrind bugVolker Lendecke1-2/+4
2007-10-10r24399: Change change_notify_reply to use send_nt_replies_newVolker Lendecke1-11/+6
2007-10-10r24398: Convert call_nt_transact_notify_change to the new APIVolker Lendecke1-8/+8
2007-10-10r24314: Attempt to fix bug 4868Volker Lendecke1-0/+1
2007-10-10r23941: Don't use "False" when you mean "MARSHALL".Jeremy Allison1-1/+1
2007-10-10r23940: Added missing line that was deleted accidently.Jeremy Allison1-0/+2
2007-10-10r23939: Fixes for notify returns. Returned param value must fix insideJeremy Allison1-19/+17
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1