Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-28 | s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data | Simo Sorce | 1 | -1/+2 | |
2010-07-28 | s3-rpc_server: Use struct pipes_struct. | Andreas Schneider | 1 | -10/+10 | |
2010-07-14 | s3-dcerpc: Break memory hierarchy for shared structure | Simo Sorce | 1 | -1/+1 | |
Handles are shared among multiple pipes_struct. We cannot allocate them on any specific pipes_struct or it will vanish for all others as soon as that pipes_struct is freed, leaving back dangling pointers. | |||||
2010-06-11 | s3:rpc improve handles memory hierarchy and use better name. | Simo Sorce | 1 | -78/+90 | |
While there also cleanup the code a bit. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-06-07 | s3:rpc make num_pipe_handles get an actual pipe as argument | Simo Sorce | 1 | -3/+3 | |
Let the function abstract out how handles are counted | |||||
2010-06-07 | s3:rpc handles are used by all pipes, use better name | Simo Sorce | 1 | -0/+400 | |