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
2012-06-06
s3:smbd: make struct notify_change_buf private to notify.c
Stefan Metzmacher
1
-0
/
+20
2012-06-06
s3:smbd: add change_notify_fsp_has_changes()
Stefan Metzmacher
1
-0
/
+17
2012-04-17
s3: New notify implementation
Volker Lendecke
1
-29
/
+7
2012-03-26
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
1
-2
/
+2
2012-03-23
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
1
-18
/
+27
2012-03-21
s3: Move the notify_ctx to the smbd_server_connection
Volker Lendecke
1
-3
/
+4
2012-03-21
s3: Remove "conn" param from sys_notify_context_create
Volker Lendecke
1
-2
/
+1
2012-03-21
s3: Remove "conn" from sys_notify_context
Volker Lendecke
1
-1
/
+0
2012-03-21
s3: Pass "conn" to sys_notify_watch()
Volker Lendecke
1
-1
/
+2
2012-03-21
s3: Pass "conn" to notify_add()
Volker Lendecke
1
-1
/
+2
2012-03-21
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
1
-2
/
+3
2012-03-16
s3-notify: Lift "/." handling up one level
Volker Lendecke
1
-0
/
+9
2012-03-09
s3: asprintf->talloc_asprintf
Volker Lendecke
1
-4
/
+6
2012-03-09
s3: Replace a SMB_ASSERT with an error return
Volker Lendecke
1
-1
/
+5
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2010-07-07
s3-notify: use autogenerated FILE_NOTIFY_INFORMATION marshalling in smbd.
Günther Deschner
1
-52
/
+29
2010-07-06
s3:smbd: Align change notify replies on 4-byte boundary
Chere Zhou
1
-0
/
+10
2010-06-12
s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_mid
Volker Lendecke
1
-2
/
+2
2010-06-12
s3: change_notify_reply() does not need its "conn" argument
Volker Lendecke
1
-11
/
+8
2010-06-12
s3: Explicitly pass sconn to the change_notify_remove_request
Volker Lendecke
1
-7
/
+9
2010-06-12
s3: Remove smbd_server_conn from change_notify_add_request
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: Remove sconn arg from smbd_notify_cancel_by_smbreq
Volker Lendecke
1
-2
/
+2
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-04-12
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
1
-2
/
+2
2009-11-18
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
1
-10
/
+6
2009-08-17
s3:smbd: add smbd_notify_cancel_by_smbreq()
Stefan Metzmacher
1
-0
/
+20
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-3
/
+4
2009-07-02
s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...
Stefan Metzmacher
1
-12
/
+22
2009-07-02
s3:smbd: simplify the notify code a bit and always reply via change_notify_re...
Stefan Metzmacher
1
-33
/
+24
2009-07-02
s3:smbd: move global notify_changes_by_mid to smbd_server_connection
Stefan Metzmacher
1
-3
/
+6
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-11
/
+21
2009-04-16
Add notify_onelevel.tdb
Volker Lendecke
1
-0
/
+10
2009-04-13
Use convert_string_talloc, thanks Andrew!
Volker Lendecke
1
-1
/
+1
2009-04-11
Fix a memleak in an unlikely error path in change_notify_create()
Volker Lendecke
1
-0
/
+1
2009-04-11
Use talloc_tos() for a temp convert_string_allocate()
Volker Lendecke
1
-3
/
+3
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-4
/
+3
2009-02-20
s3: Make change notify immediately return a catch-all packet on underlying error
Steven Danneman
1
-1
/
+14
2009-02-20
s3: Modifications to generic notify structures to allow implementation of One...
Steven Danneman
1
-0
/
+2
2009-02-09
S3: New module interface for SMB message statistics gathering
todd stecher
1
-1
/
+1
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-2
/
+1
2008-11-18
Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"
Dina Fine
1
-0
/
+3
2008-11-08
Converting notify.c to store a request, not an inbuf
Volker Lendecke
1
-55
/
+28
2008-11-04
Make "inbuf" a talloc child of "smb_request" for normal smb requests
Volker Lendecke
1
-0
/
+1
2008-06-17
Add some debug to notify
Volker Lendecke
1
-0
/
+6
2008-04-11
Cleanup size_t return values in convert_string_allocate
Tim Prouty
1
-4
/
+3
2008-03-17
Coverity fixes
Marc VanHeyningen
1
-1
/
+1
2008-01-11
Fix CID 505 - don't copy uninitialized memory.
Jeremy Allison
1
-0
/
+1
[next]