summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Collapse)AuthorAgeFilesLines
* s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2009-09-021-60/+20
| | | | Guenther
* s3-netlogon: implement _netr_ServerPasswordSet2.Günther Deschner2009-09-021-11/+55
| | | | Guenther
* s3-netlogon: rework _netr_ServerPasswordSet.Günther Deschner2009-09-021-62/+123
| | | | Guenther
* s3-netlogon: implement _netr_LogonSamLogonWithFlags().Günther Deschner2009-09-021-18/+40
| | | | Guenther
* s3-netlogon: use shared credential and schannel storage infrastructure for ↵Günther Deschner2009-08-272-196/+143
| | | | | | netlogon server. Guenther
* s3-netlogon: add netr_creds_server_step_check() convenience wrapper.Günther Deschner2009-08-271-0/+34
| | | | Guenther
* s3-netlogon: let get_md4pw() return a struct dom_sid.Günther Deschner2009-08-261-7/+5
| | | | Guenther
* s3-netlogon: fix default case when _netr_LogonSamLogon is called from other ↵Günther Deschner2009-08-261-1/+3
| | | | | | opcodes. Guenther
* Revert "s3: Fix uninitialized const char *"Günther Deschner2009-08-261-1/+0
| | | | | | | Tim, I am reverting this as this eliminates "_netr_LogonSamLogonEx" from the debug messages completely. Followup fix to come immediately. This reverts commit add9b4afb14d3426d1f3bf5b8e7c86926f462578.
* s3-netlogon: get rid of init_net_r_req_chal().Günther Deschner2009-08-261-13/+1
| | | | Guenther
* s3-netlogon: let get_md4pw() return a struct samr_Password.Günther Deschner2009-08-261-5/+6
| | | | | | (in preparation of credential merge). Guenther
* s3-netlogon: make _netr_ServerAuthenticate a callback to ↵Günther Deschner2009-08-261-46/+16
| | | | | | _netr_ServerAuthenticate3. Guenther
* s3-netlogon: Only hand out rid when netlogon credential chain has been setup ↵Günther Deschner2009-08-241-1/+5
| | | | | | sucessfully. Guenther
* Fix bug 6638 - ADS Domain Member: Computer Mgr can not set share ACLsJeremy Allison2009-08-201-3/+19
| | | | | Add good error message for share modification denial. Jeremy.
* s3-spoolss: add stubs for new idl opcodes in spoolss server.Günther Deschner2009-08-201-0/+153
| | | | Guenther
* s3-spoolss: remove another duplicate copy of print_architecture_table.Günther Deschner2009-08-171-23/+12
| | | | Guenther
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-071-4/+4
| | | | metze
* s3-wkssvcs: fix check for BUILTIN\Administrators membership in ↵Günther Deschner2009-08-071-2/+2
| | | | | | wkssvc_Netr{Join,Unjoin}Domain2. Guenther
* s3-spoolss: Fix Bug #6568: _spoolss_GetPrintProcessorDirectory() implementation.Günther Deschner2009-08-041-1/+5
| | | | | | | We should always return a local path so that users are not forced to setup a [prnproc$] share on the server. This restores pre-3.4.0 spoolss behaviour. Guenther
* s3-spoolss: fix crash bug in spoolss_addprinterex_level_2.Günther Deschner2009-08-041-1/+1
| | | | Guenther
* Fix some nonempty blank linesVolker Lendecke2009-08-031-3/+3
|
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
| | | | | | | | | | W2K3 DC's can have IPv6 addresses but won't serve krb5/ldap or cldap on those addresses. Make sure when we're asking for DC's we prefer IPv4. If you have an IPv6-only network this prioritizing code will be a no-op. And if you have a mixed network then you need to prioritize IPv4 due to W2K3 DC's. Jeremy.
* Fix valgrind errors in DeleteDomainGroup and DeleteDomAliasVolker Lendecke2009-07-261-4/+4
|
* Fix a valgrind error in _samr_DeleteUserVolker Lendecke2009-07-261-2/+2
| | | | The close_handle invalidates uinfo
* Fix a 32/64bit stack corruption bugVolker Lendecke2009-07-251-1/+1
|
* s3: Allow filename_convert() to pass through unix_convert_flags and let the ↵Tim Prouty2009-07-241-0/+4
| | | | | | caller know if the path has a wildcard This also eliminates the need for resolve_dfspath().
* s3: Remove the now unused fname parameter from filename_convert()Tim Prouty2009-07-211-4/+2
|
* Fix bug #6564 - SetPrinter fails (panics) as non root.Jeremy Allison2009-07-171-0/+4
| | | | | Missing become_root()/unbecome_root() around reload_services. Jeremy.
* s3-lsa: let _lsa_Delete return NT_STATUS_NOT_SUPPORTED as w2k3 does.Günther Deschner2009-07-171-6/+10
| | | | Guenther
* s3-lsa: Fix access_mask calculation for new handle in _lsa_CreateAccount().Günther Deschner2009-07-171-6/+24
| | | | Guenther
* s3-lsa: add (not yet activate) level specific access checks for ↵Günther Deschner2009-07-171-0/+42
| | | | | | _lsa_QueryInfoPolicy. Guenther
* s3-lsa: also implement level 13 in lsa_QueryInfoPolicy.Günther Deschner2009-07-171-19/+24
| | | | Guenther
* s3-lsa: Fix policy handle memleak and handle type check in _lsa_DeleteObject().Günther Deschner2009-07-171-4/+14
| | | | Guenther
* s3-lsa: Fix pointless check for sec_info flags in _lsa_QuerySecurity().Günther Deschner2009-07-171-13/+3
| | | | Guenther
* s3-lsa: implement _lsa_LookupPrivName().Günther Deschner2009-07-171-6/+45
| | | | Guenther
* s3-lsa: implement _lsa_EnumAccountsWithUserRight().Günther Deschner2009-07-171-6/+57
| | | | Guenther
* s3-spoolss: make some of the command hooks static.Günther Deschner2009-07-161-3/+3
| | | | Guenther
* S3: Small fix to get rid of annoying log message.Bo Yang2009-07-151-2/+4
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-142-32/+32
| | | | Guenther
* s3-rpc_server: pass down full unix token to map_max_allowed_access().Günther Deschner2009-07-132-16/+34
| | | | | | | Also use unix_token->uid instead of geteuid() when checking for mapping of the SEC_FLAG_MAXIMUM_ALLOWED flag. Guenther
* s3: Change some filename_convert to pass in NULL for char **fname argumentTim Prouty2009-07-061-4/+2
|
* Use null_ndr_syntax_id instead of zeroing null_interface manuallyVolker Lendecke2009-07-051-6/+2
|
* Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke2009-07-051-4/+6
|
* Make check_bind_req static to rpc_server/srv_pipe.cVolker Lendecke2009-07-051-2/+2
|
* Handle LSA_POLICY_INFO_DNSVolker Lendecke2009-07-041-0/+26
|
* Implement QueryInfoPolicy2 similar to s4: Make it the same as QueryInfoPolicyVolker Lendecke2009-07-041-3/+15
| | | | Don't reply to it for non-pdb-ads to keep up our old behaviour
* Attempt to fix the buildVolker Lendecke2009-07-031-2/+2
|
* s3-spoolss: implement _spoolss_AddPrinter.Günther Deschner2009-07-031-11/+24
| | | | Guenther
* s3-netlogon: remove unneeded fstrings from netlogon server.Günther Deschner2009-06-301-22/+12
| | | | Guenther
* s3-spoolss: Bug #6512. Fix support for enumerating user forms.Günther Deschner2009-06-301-5/+5
| | | | | | | Found while testing Xerox WorkCentre 133 PCL driver, now also tested with torture test. Guenther