summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-07-22s3-rpc_server: Do not set msg_ctx twiceSimo Sorce1-1/+0
2011-07-21s3-rpc_server: Pass msg_ctx to make_base_pipes_struct().Andreas Schneider1-1/+1
2011-07-21s3-rpc_server: Create common function to allocate pipes_structSimo Sorce4-68/+76
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce5-88/+279
2011-07-21s3-rpc_server: Fixed header define.Andreas Schneider1-3/+3
2011-07-21s3-rpc_server: Remove unused endpoint information.Andreas Schneider1-18/+1
2011-07-21s3-rpc_server: We need to copy the session_info for external pipes.Andreas Schneider1-1/+6
2011-07-21s3-rpc_server: Duplicate the pipe name.Andreas Schneider1-1/+8
2011-07-21s3-rpc_server: Free the np dir.Andreas Schneider1-0/+1
2011-07-21s3-rpc_server: Fix messaging context in the pipes struct.Andreas Schneider1-1/+4
2011-07-21s3-rpc_server: Add my copyright.Andreas Schneider1-0/+1
2011-07-20s3-auth Remove seperate guest booleanAndrew Bartlett2-2/+3
2011-07-20s3-rpc_server remove per-element copies of auth_session_infoAndrew Bartlett2-44/+4
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett16-95/+95
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett5-67/+37
2011-07-20s3-rpc_server read and write the unix_token and unix_info across named_pipe_authAndrew Bartlett2-27/+42
2011-07-20s3-auth Use system boolean in auth_user_info_unixAndrew Bartlett1-1/+1
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2-2/+2
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-1/+1
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett6-42/+42
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett16-98/+98
2011-07-20Add my copyrightAndrew Bartlett2-0/+2
2011-07-18s3-rpc_server: Fixed segfaults in rpc daemons.Andreas Schneider3-3/+8
2011-07-15lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, notGünther Deschner1-1/+4
2011-07-15lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner1-5/+5
2011-07-14s3-rpc_server: Pass event and messaging context to accept function.Andreas Schneider1-5/+14
2011-07-14s3-librpc: Pass messaging context to dcerpc register functions.Andreas Schneider1-0/+1
2011-07-13s3-epmapper: Fix adding tcpip endpoints.Andreas Schneider1-0/+8
2011-07-08s3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINREG was pulling in rpc ...Günther Deschner1-3/+3
2011-07-07s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner1-148/+191
2011-07-07s3-printing: use winreg_internal functions.Günther Deschner1-73/+73
2011-07-07s3-printing: add winreg_internal functions.Günther Deschner3-1/+540
2011-07-07s3-printing: add winreg_printer_binding_handle and remove most of srv_spoolss...Günther Deschner2-4772/+12
2011-07-07s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner1-0/+1
2011-07-07s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner1-0/+1
2011-07-07s3-waf: Fix linking bugs causing segfaults.Andreas Schneider1-1/+1
2011-07-05s3: Remove some unused variablesVolker Lendecke1-4/+0
2011-07-05s3: Return "granted" from share_access_checkVolker Lendecke1-2/+2
2011-07-04s3: Fix an enum/int mixupVolker Lendecke1-9/+10
2011-07-04s3-samr Send IP address only to PAM remote hostname hook on password setAndrew Bartlett1-44/+12
2011-07-04s3-rpc_server: Remove client_id and server_id from pipes struct.Andreas Schneider2-60/+0
2011-07-04s3-epmapper: Replace server_id in the epmapper.Andreas Schneider1-4/+17
2011-07-04s3-spoolss: Replace client_id in the spoolss server.Andreas Schneider1-8/+63
2011-07-04s3-samr: Replace client_id in samr server.Andreas Schneider1-7/+72
2011-07-04s3-rpc_server: Replace client_id in dcerpc gssapi server.Andreas Schneider3-8/+27
2011-07-04s3-rpc_server: Remove unused client_id in srv_pipe.c.Andreas Schneider1-3/+0
2011-07-04s3-auth: Pass the remote_address down to user_info.Andreas Schneider1-0/+2
2011-07-04s3-auth: Added remote_address to ntlmssp server.Andreas Schneider5-2/+21
2011-07-04s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider7-40/+93
2011-07-04s3-rpc_server: Add local and remote address to pipes struct.Andreas Schneider1-30/+43