index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
notify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-notify: use autogenerated FILE_NOTIFY_INFORMATION marshalling in smbd.
Günther Deschner
2010-07-07
1
-52
/
+29
*
s3:smbd: Align change notify replies on 4-byte boundary
Chere Zhou
2010-07-06
1
-0
/
+10
*
s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_mid
Volker Lendecke
2010-06-12
1
-2
/
+2
*
s3: change_notify_reply() does not need its "conn" argument
Volker Lendecke
2010-06-12
1
-11
/
+8
*
s3: Explicitly pass sconn to the change_notify_remove_request
Volker Lendecke
2010-06-12
1
-7
/
+9
*
s3: Remove smbd_server_conn from change_notify_add_request
Volker Lendecke
2010-06-12
1
-1
/
+1
*
s3: Remove sconn arg from smbd_notify_cancel_by_smbreq
Volker Lendecke
2010-06-12
1
-2
/
+2
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-2
/
+2
*
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
2009-11-18
1
-10
/
+6
*
s3:smbd: add smbd_notify_cancel_by_smbreq()
Stefan Metzmacher
2009-08-17
1
-0
/
+20
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-3
/
+4
*
s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...
Stefan Metzmacher
2009-07-02
1
-12
/
+22
*
s3:smbd: simplify the notify code a bit and always reply via change_notify_re...
Stefan Metzmacher
2009-07-02
1
-33
/
+24
*
s3:smbd: move global notify_changes_by_mid to smbd_server_connection
Stefan Metzmacher
2009-07-02
1
-3
/
+6
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-11
/
+21
*
Add notify_onelevel.tdb
Volker Lendecke
2009-04-16
1
-0
/
+10
*
Use convert_string_talloc, thanks Andrew!
Volker Lendecke
2009-04-13
1
-1
/
+1
*
Fix a memleak in an unlikely error path in change_notify_create()
Volker Lendecke
2009-04-11
1
-0
/
+1
*
Use talloc_tos() for a temp convert_string_allocate()
Volker Lendecke
2009-04-11
1
-3
/
+3
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-4
/
+3
*
s3: Make change notify immediately return a catch-all packet on underlying error
Steven Danneman
2009-02-20
1
-1
/
+14
*
s3: Modifications to generic notify structures to allow implementation of One...
Steven Danneman
2009-02-20
1
-0
/
+2
*
S3: New module interface for SMB message statistics gathering
todd stecher
2009-02-09
1
-1
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-2
/
+1
*
Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"
Dina Fine
2008-11-18
1
-0
/
+3
*
Converting notify.c to store a request, not an inbuf
Volker Lendecke
2008-11-08
1
-55
/
+28
*
Make "inbuf" a talloc child of "smb_request" for normal smb requests
Volker Lendecke
2008-11-04
1
-0
/
+1
*
Add some debug to notify
Volker Lendecke
2008-06-17
1
-0
/
+6
*
Cleanup size_t return values in convert_string_allocate
Tim Prouty
2008-04-11
1
-4
/
+3
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-1
/
+1
*
Fix CID 505 - don't copy uninitialized memory.
Jeremy Allison
2008-01-11
1
-0
/
+1
*
ensure uni_name.buffer is initialised
Jeremy Allison
2008-01-08
1
-0
/
+2
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-20
/
+26
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-1
/
+2
*
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
2007-10-30
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-4
/
+4
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-4
/
+3
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24512: Fix RAW-NOTIFY
Volker Lendecke
2007-10-10
1
-2
/
+10
*
r24400: Fix a valgrind bug
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r24399: Change change_notify_reply to use send_nt_replies_new
Volker Lendecke
2007-10-10
1
-11
/
+6
*
r24398: Convert call_nt_transact_notify_change to the new API
Volker Lendecke
2007-10-10
1
-8
/
+8
*
r24314: Attempt to fix bug 4868
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r23941: Don't use "False" when you mean "MARSHALL".
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23940: Added missing line that was deleted accidently.
Jeremy Allison
2007-10-10
1
-0
/
+2
[next]