summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-04-11s3: Wrap creating the svcctl keys in a transactionVolker Lendecke1-0/+28
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett2-19/+32
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett6-16/+16
2011-04-05s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2-8/+7
2011-04-04s3-rpc_server Remove comment, yes the key is correct.Andrew Bartlett1-2/+0
2011-04-04s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2-11/+1
2011-03-31s3: Fix a typoVolker Lendecke1-1/+1
2011-03-31s3-samr: make getgrgid() failure a little more visible in _samr_CreateDomAlia...Günther Deschner1-1/+1
2011-03-30s3: Fix Coverity ID 2041, "UNUSED_VALUE"Günther Deschner1-4/+10
2011-03-30s3: Fix Coverity ID 2332: MISSING_BREAKVolker Lendecke1-0/+1
2011-03-30s3-rpc_server: move access check functions out of samr server.Günther Deschner5-114/+163
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner2-0/+2
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner20-0/+20
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner4-4/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner4-0/+4
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner21-0/+21
2011-03-30s3: rpc_server needs parts of smbd.Günther Deschner6-1/+6
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+2
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner5-0/+5
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner4-0/+4
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner3-0/+3
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner3-0/+3
2011-03-30s3-includes: only include system/terminal.h when needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-0/+1
2011-03-29s3-rpc_server: Fixed rpc_pipe_open_internal documentation.Andreas Schneider1-5/+11
2011-03-29s3-rpc_server: Only allow embedded, daemon and external server type.Andreas Schneider1-2/+8
2011-03-29s3-spoolssd: Start the spoolss service correctly.Andreas Schneider1-6/+16
2011-03-29s3-epmap: Make rpc_ep_setup_register an internal function.Andreas Schneider2-5/+29
2011-03-27s3: Fix Coverity ID 2195: NO_EFFECTVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 2327: FORWARD_NULLVolker Lendecke1-0/+2
2011-03-24s3-rpc_server: remove two uneeded include registry/reg_parse_prs.hGünther Deschner2-2/+0
2011-03-24s3-epmapper: fix vars init and return errorsSimo Sorce1-11/+18
2011-03-24s3-epmapper: Fix allocation of data on the wrong contextSimo Sorce1-1/+1
2011-03-24s3-epmapper: Make sure we work on a description duplicate.Andreas Schneider1-1/+5
2011-03-24s3-epmapper: Refactor the cleanup of endpoints.Andreas Schneider1-11/+11
2011-03-24s3-epmapper: Use strcmp instead of strequal and check IPv6.Andreas Schneider1-1/+2
2011-03-24s3-epmapper: Increase debug levels.Andreas Schneider1-8/+8
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-2/+1
2011-03-23s3-epmapper: Log error if we can't register the endpoint.Andreas Schneider1-2/+3
2011-03-23s3-epmapper: Setup epm in smbd to forward np requests.Andreas Schneider1-0/+4
2011-03-23s3-epmapper: Remove unregister on shutdown.Andreas Schneider1-313/+13
2011-03-23s3-epmd: Cleanup endpoints on service pipe disconnect.Andreas Schneider1-1/+1
2011-03-23s3-epmapper: Added function to delete endpoint entries.Andreas Schneider2-0/+54
2011-03-23s3-rpc_server: Added disconnect callback function.Andreas Schneider4-15/+43
2011-03-23s3-rpc_server: Rename req to subreq.Andreas Schneider1-14/+14
2011-03-23s3-rpc_server: Implement an endpoint monitor loop.Andreas Schneider1-1/+113
2011-03-23s3-rpc_server: Added a memory context to the ep regsiter state.Andreas Schneider1-5/+17
2011-03-23s3-librpc: Leave the epm registration connection open.Andreas Schneider1-10/+22
2011-03-23s3-epmd: Cleanup endpoint mapper correctly.Andreas Schneider1-1/+15