summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2008-11-25s3-samr: fix _samr_LookupNames return code.Günther Deschner1-1/+10
2008-11-24Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke12-181/+129
2008-11-24Convert delete_driver_files to use create_conn_structVolker Lendecke1-4/+6
2008-11-24Convert get_correct_cversion to use create_conn_structVolker Lendecke1-1/+1
2008-11-24Convert move_driver_to_download_area to use create_conn_structVolker Lendecke1-1/+2
2008-11-23Add auth_serversupplied_info to create_conn_structVolker Lendecke1-6/+4
2008-11-20Second part of fix for bug #5891 - smbd crashed when viewing the eventlog exp...Jeremy Allison1-5/+3
2008-11-20s3-eventlog: remove trailing whitespace.Günther Deschner1-44/+44
2008-11-20s3-eventlog: avoid passing down full prs_struct in eventlog server.Günther Deschner1-10/+10
2008-11-20eventlog: don't crash in sync_eventlog_params().Michael Adam1-1/+1
2008-11-19This code mixes up int and uint32 when pulling out of a TDB. This is very bad...Jeremy Allison2-24/+26
2008-11-19s3-ntsvcs: use pidl for _PNP_GetDeviceRegProp.Günther Deschner2-38/+23
2008-11-17Fix build warning introduced by making SERVICE_CONTROL an enumTim Prouty1-4/+2
2008-11-15s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate).Günther Deschner1-3/+3
2008-11-13s3-svctl-server: fix remote rpc service management (bug #5888).Günther Deschner1-1/+1
2008-11-11Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ...Jeremy Allison1-1/+1
2008-11-10s3-samr-idl: cleanup.Günther Deschner1-0/+3
2008-11-06For proxied named pipes, connect to np/<pipe_name> and send auth infoVolker Lendecke1-2/+107
2008-11-06s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher1-1/+1
2008-11-01Apply some const to np_write()Volker Lendecke1-1/+1
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij3-16/+16
2008-10-31s3-samr: remove duplicate copies of Alias Object specific access rights.Günther Deschner1-5/+5
2008-10-31s3-samr: remove duplicate copies of Group Object specific access rights.Günther Deschner1-5/+5
2008-10-31s3-samr: remove duplicate copies of Domain Object specific access rights.Günther Deschner1-18/+18
2008-10-31s3-samr: remove duplicate copies of SAM user specific access rights.Günther Deschner1-13/+13
2008-10-31s3-samr: remove duplicate copies of SAM server specific access rights.Günther Deschner1-7/+7
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison4-14/+13
2008-10-28s3-netlogon: kill an fstring in rpc_server.Günther Deschner1-6/+3
2008-10-27s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner1-3/+5
2008-10-25Add proxied named pipe supportVolker Lendecke1-28/+144
2008-10-25Move the is_known_pipename check into np_openVolker Lendecke1-0/+6
2008-10-25Remove "pipe_handle_offset" -- pipes now use "struct files_struct"Volker Lendecke1-16/+0
2008-10-24s3-samr-server: return NT_STATUS_NOT_SUPPORTED for group rename.Günther Deschner1-0/+3
2008-10-24s3-samr-server: remove unused historic code.Günther Deschner1-60/+0
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-2/+2
2008-10-23Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2-2/+2
2008-10-23Use common error definitions.Jelmer Vernooij1-1/+0
2008-10-23s3-samr-server: unify callback convention: _samr_UserSetInfo.Günther Deschner1-34/+19
2008-10-23s3-samr-server: unify callback convention: _samr_QueryDomainInfo.Günther Deschner1-32/+18
2008-10-23s3-samr-server: fix return code in _samr_QueryDisplayInformation.Günther Deschner1-1/+1
2008-10-23s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success.Günther Deschner1-0/+2
2008-10-22s3-samr-server: fix access check in _samr_QuerySecurity().Günther Deschner1-1/+1
2008-10-22s3: use shared asn1 code.Günther Deschner1-1/+1
2008-10-21Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison1-5/+59
2008-10-21s3-build: fix the build.Günther Deschner1-2/+2
2008-10-21s3-lsa-server: fix _lsa_GetUserName.Günther Deschner1-8/+21
2008-10-20Remove the requirement for ldap call made as root. Add in securityJeremy Allison1-4/+63
2008-10-20s3-samr-server: be consistent when reporting we do password complexity.Günther Deschner1-0/+4
2008-10-20s3-build: no need to duplicate generated srv_ prototypes.Günther Deschner3-0/+3
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1