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
/
pipes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3: Make srv_send_smb take an sconn instead of a sock fd
Volker Lendecke
2010-08-24
1
-1
/
+1
*
s3: Add "client_id" to pipes_struct
Volker Lendecke
2010-08-18
1
-0
/
+1
*
s3: Remove smbd_server_fd from pipe_write_done
Volker Lendecke
2010-08-16
1
-1
/
+1
*
s3: Lift the smbd_messaging_context from np_open
Volker Lendecke
2010-08-08
1
-1
/
+3
*
s3:rpc_server: pass down local and remote tsocket_address to np_open()
Stefan Metzmacher
2010-05-27
1
-1
/
+4
*
s3:smbd: make fsp->fake_file_handle a talloc child of fsp
Stefan Metzmacher
2010-04-28
1
-1
/
+1
*
s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...
Stefan Metzmacher
2010-04-28
1
-1
/
+15
*
Fix bug #7020 - smbd using 2G memory.
Jeremy Allison
2010-01-05
1
-0
/
+10
*
Remove all calls to reply_doserror - turn them into
Jeremy Allison
2009-12-21
1
-7
/
+7
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-3
/
+16
*
Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...
Jeremy Allison
2009-07-10
1
-5
/
+18
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-0
/
+1
*
Convert np_read to tevent_req
Volker Lendecke
2009-03-17
1
-7
/
+7
*
Convert np_write to tevent_req
Volker Lendecke
2009-03-17
1
-14
/
+14
*
S3: New module interface for SMB message statistics gathering
todd stecher
2009-02-09
1
-1
/
+2
*
Make reply_pipe_read_andx async
Volker Lendecke
2009-01-31
1
-13
/
+57
*
Make reply_pipe_write async
Volker Lendecke
2009-01-31
1
-13
/
+48
*
Make reply_pipe_write_and_X async
Volker Lendecke
2009-01-31
1
-20
/
+52
*
Make-np_write-handle-0-byte-writes-as-NT_STATUS_OK
Volker Lendecke
2009-01-31
1
-43
/
+27
*
Remove some smb fsp knowledge from rpc_server/
Volker Lendecke
2009-01-20
1
-4
/
+50
*
Correctly calculate the offset for read&x
Volker Lendecke
2009-01-16
1
-2
/
+6
*
Replace some pointless variables in reply_open_pipe_and_X by comments
Volker Lendecke
2008-12-07
1
-12
/
+6
*
Remove "conn" parameter from np_open, smb_request contains it
Volker Lendecke
2008-11-28
1
-1
/
+1
*
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
2008-11-02
1
-11
/
+10
*
Simplify params of srvstr_pull_buf_talloc()
Volker Lendecke
2008-11-02
1
-2
/
+1
*
Remove a bunch of direct inbuf references by adding "buf" to smb_request
Volker Lendecke
2008-11-01
1
-3
/
+3
*
Move the is_known_pipename check into np_open
Volker Lendecke
2008-10-25
1
-11
/
+5
*
Remove unused stuff
Volker Lendecke
2008-10-14
1
-12
/
+0
*
Remove smb_np_struct
Volker Lendecke
2008-10-13
1
-26
/
+0
*
Use "struct files_struct" for pipes instead of smb_np_struct
Volker Lendecke
2008-10-13
1
-29
/
+49
*
Introduce is_known_pipename
Volker Lendecke
2008-07-19
1
-11
/
+1
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-2
/
+1
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-1
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-1
/
+1
*
r25118: More pstring elimination.
Jeremy Allison
2007-10-10
1
-5
/
+11
*
r24702: Remove the old API pointers
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r24425: Convert reply_write to the new API
Volker Lendecke
2007-10-10
1
-14
/
+15
*
r24326: Fix the build for Solaris CC
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24324: No reply_prep_legacy() in reply_pipe_read_and_X
Volker Lendecke
2007-10-10
1
-15
/
+18
*
r24278: Push down reply_prep_legacy in reply_write_and_X
Volker Lendecke
2007-10-10
1
-19
/
+26
*
r24106: Pass fnum instead of buf/offset into get_rpc_pipe_p
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r23999: Convert reply_open_and_X
Volker Lendecke
2007-10-10
1
-21
/
+26
*
r23998: Convert reply_close to the new API
Volker Lendecke
2007-10-10
1
-6
/
+8
*
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-1
/
+1
[next]