summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-09-03s3-spoolss: Fix bug #8236 empty notify servername.Andreas Schneider1-0/+9
2011-09-01s3-rpc_server: Add missing rng_fault_state in epmapper.Andreas Schneider1-0/+2
2011-09-01s3-rpc_server: Handle services with multiple pipe names.Andreas Schneider1-2/+10
2011-08-31s3-rpc_server: Disable epmapper by default.Andreas Schneider1-2/+2
2011-08-31s3-lsa: Add _lsa_SetInformationTrustedDomain() and related callsSumit Bose1-21/+312
2011-08-31s3-lsa: Update _lsa_QueryTrustedDomainInfo()Sumit Bose1-8/+63
2011-08-31s3-lsa: Fix access mapping in_lsa_OpenTrustedDomain_base()Sumit Bose1-1/+1
2011-08-31s3-lsa: Fix typo and use right pdb interfaceSumit Bose1-1/+1
2011-08-30s3-rpc_server: Make sure we switch always the connecting user.Andreas Schneider1-13/+11
2011-08-29s3:rpc_server: fix two debug messages in svcctl_add_service()Michael Adam1-2/+2
2011-08-29s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider1-0/+16
2011-08-24s3: Fix an uninitialized variableVolker Lendecke1-1/+1
2011-08-23s3: Fix the build on FreeBSDVolker Lendecke1-0/+1
2011-08-21s3-passdb: Keep caches coherentAndreas Schneider1-0/+3
2011-08-21s3-lsasd: Listen on \PIPE\lsass.Andreas Schneider1-0/+16
2011-08-21s3-lsasd: Add missing ncalrpc listeners.Andreas Schneider1-0/+66
2011-08-21s3-rpc_server: Add create_dcerpc_ncalrpc_socket().Andreas Schneider2-12/+29
2011-08-21s3-rpc_server: Increase epm monitor wait time.Andreas Schneider1-1/+1
2011-08-21s3-lsasd: Remove useless checkSimo Sorce1-16/+3
2011-08-21s3-lsasd: Listen on parent messagesSimo Sorce1-0/+18
2011-08-21s3-lsasd: Send a message to the parent when we accept a connectionSimo Sorce1-0/+25
2011-08-21s3-lsasd: User new prefork helpers to simplify code.Simo Sorce1-27/+3
2011-08-21s3-prefork: Fix worker flags handling.Simo Sorce1-1/+1
2011-08-21s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce1-18/+5
2011-08-21rpc_server: Add forward declaration for dcerpc_transport_t.Andreas Schneider1-0/+1
2011-08-21s3-waf: Fix build with lsasd.Andreas Schneider1-0/+4
2011-08-21s3-lsasd: Use prefrok utils to manage childrenSimo Sorce1-117/+36
2011-08-21s3-winbind: We need to use internal rpc connections in winbind.Andreas Schneider2-1/+8
2011-08-21s3-lsasd: Import fixes from spoolssdSimo Sorce1-98/+36
2011-08-21s3-rpc_server: Use rpc_service_mode() in np_open()Simo Sorce1-19/+19
2011-08-21s3-rpc_server: Use rpc_service_mode() in rpc_pipe_open_interface()Simo Sorce1-10/+11
2011-08-21s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce3-10/+16
2011-08-21s3-rpc_server: Move config helpers in one place.Simo Sorce7-138/+193
2011-08-21s3-rpc_server: Add helper to define/retrieve daemons configurationSimo Sorce2-0/+65
2011-08-21s3-rpc_server: Reduce code duplicationSimo Sorce2-105/+38
2011-08-21s3-rpc_server: Correctly register lsa, samr and netlogon.Andreas Schneider2-3/+82
2011-08-21s3-lsasd: Create a lsa service daemon.Andreas Schneider1-0/+1034
2011-08-21s3-rpc_server: Make dcerpc_ncacn_accept() public.Andreas Schneider2-17/+17
2011-08-21s3-rpc_server: Check explicit for external and daemon server type.Andreas Schneider1-1/+2
2011-08-21s3-rpc_server: Fix include order in srv_pipe_hnd.c.Andreas Schneider1-1/+1
2011-08-11s3-messaging: Do not register to classes we are not going to use.Simo Sorce1-2/+2
2011-08-11s3-messaging: Remove obsolete class.Simo Sorce1-13/+0
2011-08-10s3-rpc_server: add termination functionSimo Sorce2-3/+23
2011-08-10s3-rpc: Expose some internal functionsSimo Sorce2-33/+44
2011-08-09s3-rpc_server: Fix sending of packets over named pipe proxy.Andreas Schneider1-22/+27
2011-08-09s3-rpc_server: Free the children of p->mem_ctx.Andreas Schneider1-1/+5
2011-08-03s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett1-1/+1
2011-08-03s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett1-1/+2
2011-08-03s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett1-2/+9
2011-08-03s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett1-7/+2