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
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
2008-01-08
ensure uni_name.buffer is initialised
Jeremy Allison
1
-0
/
+2
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-20
/
+26
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-1
/
+2
2007-10-30
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-4
/
+4
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-4
/
+3
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
1
-1
/
+1
2007-10-10
r24512: Fix RAW-NOTIFY
Volker Lendecke
1
-2
/
+10
2007-10-10
r24400: Fix a valgrind bug
Volker Lendecke
1
-2
/
+4
2007-10-10
r24399: Change change_notify_reply to use send_nt_replies_new
Volker Lendecke
1
-11
/
+6
2007-10-10
r24398: Convert call_nt_transact_notify_change to the new API
Volker Lendecke
1
-8
/
+8
2007-10-10
r24314: Attempt to fix bug 4868
Volker Lendecke
1
-0
/
+1
2007-10-10
r23941: Don't use "False" when you mean "MARSHALL".
Jeremy Allison
1
-1
/
+1
2007-10-10
r23940: Added missing line that was deleted accidently.
Jeremy Allison
1
-0
/
+2
2007-10-10
r23939: Fixes for notify returns. Returned param value must fix inside
Jeremy Allison
1
-19
/
+17
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23735: Second part of the bugfix for #4763
Jeremy Allison
1
-1
/
+21
2007-10-10
r23728: First part of bugfix for #4763. Limit notify responses
Jeremy Allison
1
-0
/
+12
2007-10-10
r23518: Remove the silly assumption that string_replace requires a pstring.
Volker Lendecke
1
-5
/
+5
2007-10-10
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
1
-1
/
+1
2007-10-10
r23450: max_params_return is complete fiction when getting a changenotify
Jeremy Allison
1
-14
/
+4
2007-10-10
r22755: Second half of r22754. As it stands now, string_replace expects a
Volker Lendecke
1
-10
/
+8
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-2
/
+3
2007-10-10
r21123: Make notify_fsp() static to notify.c.
Volker Lendecke
1
-14
/
+68
2007-10-10
r21108: Send sys_notify_watch through the VFS, FAM is next
Volker Lendecke
1
-6
/
+4
2007-10-10
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...
Volker Lendecke
1
-204
/
+0
[next]