summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/rpc_handles.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where format arguments were reversed. Please compile with -Wall !Jeremy Allison2011-06-011-2/+2
* s3-rpc_server: Fixed debug messages for rpc_handles.Andreas Schneider2011-06-011-6/+7
* s3-rpc_server: Don't segfault if there are not handles to free.Andreas Schneider2011-06-011-0/+4
* s3-rpc_server: Migrate init_pipe_handles() to new syntax.Andreas Schneider2011-06-011-8/+21
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+2
* s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner2011-04-291-0/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: rpc_server needs auth.hGünther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-1/+2
* s3-rpc_server: Use struct pipes_struct.Andreas Schneider2010-07-281-10/+10
* s3-dcerpc: Break memory hierarchy for shared structureSimo Sorce2010-07-141-1/+1
* s3:rpc improve handles memory hierarchy and use better name.Simo Sorce2010-06-111-78/+90
* s3:rpc make num_pipe_handles get an actual pipe as argumentSimo Sorce2010-06-071-3/+3
* s3:rpc handles are used by all pipes, use better nameSimo Sorce2010-06-071-0/+400