summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-10-13libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2-8/+60
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2-15/+53
2011-10-11s3:rpc_server: convert srvsvc to only use dbwrap wrapper functionsMichael Adam1-2/+5
2011-10-07Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.Jeremy Allison1-3/+8
2011-09-26s3-samr: Remove fstring in samr.Andreas Schneider1-5/+14
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-15/+37
2011-09-26s3: Remove the smbd_server_conn ref from create_junctionVolker Lendecke1-1/+2
2011-09-26s3: Remove the smbd_server_conn ref from get_referred_pathVolker Lendecke1-6/+10
2011-09-26s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke1-6/+6
2011-09-21s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin.Günther Deschner1-0/+5
2011-09-15rpc_server: Improve debug message for sys_getpeereid().Andreas Schneider1-1/+2
2011-09-14s3:rpc_server: let rpcint handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher1-2/+2
2011-09-12s3-lsa: Add conversion for auth info structsSumit Bose1-33/+14
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