summaryrefslogtreecommitdiff
path: root/source3/rpc_server/rpc_handles.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-20s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DE...Günther Deschner1-6/+9
2012-07-06s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider1-1/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-14s3-rpc_server: Increase debug level for policy handle.Andreas Schneider1-5/+5
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-0/+1
2011-07-28s3-rpc_server: Use talloc for pipe_rpc_fnsSimo Sorce1-16/+0
2011-07-28s3-rpc_server: remove useless codeSimo Sorce1-3/+1
2011-07-28s3-rpc_server: remove unnecessary talloc_freeSimo Sorce1-2/+0
2011-07-27s3-rpc_server: Copy correct local tsocket address.Andreas Schneider1-1/+1
2011-07-21s3-rpc_server: Create common function to allocate pipes_structSimo Sorce1-0/+50
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce1-5/+65
2011-07-20s3-auth Remove seperate guest booleanAndrew Bartlett1-1/+2
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett1-1/+1
2011-06-01Fix bug where format arguments were reversed. Please compile with -Wall !Jeremy Allison1-2/+2
2011-06-01s3-rpc_server: Fixed debug messages for rpc_handles.Andreas Schneider1-6/+7
2011-06-01s3-rpc_server: Don't segfault if there are not handles to free.Andreas Schneider1-0/+4
2011-06-01s3-rpc_server: Migrate init_pipe_handles() to new syntax.Andreas Schneider1-8/+21
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-2/+2
2011-04-29s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner1-0/+1
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-1/+1
2010-07-28s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce1-1/+2
2010-07-28s3-rpc_server: Use struct pipes_struct.Andreas Schneider1-10/+10
2010-07-14s3-dcerpc: Break memory hierarchy for shared structureSimo Sorce1-1/+1
2010-06-11s3:rpc improve handles memory hierarchy and use better name.Simo Sorce1-78/+90
2010-06-07s3:rpc make num_pipe_handles get an actual pipe as argumentSimo Sorce1-3/+3
2010-06-07s3:rpc handles are used by all pipes, use better nameSimo Sorce1-0/+400