summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Collapse)AuthorAgeFilesLines
* First attempt to implement dcesrv_drsuapi_DsGetNCChangesAnatoliy Atanasov2009-09-031-1/+204
| | | | | | | So far it returns the ctr6 responce without proper linked attributes support and metadata. A couple of improvements are the filter in the search uses '(uSNChanged>=N)', added extended dn search support, non-replicated attributes are excluded from the result.
* s4-schannel: add ldb suffix to schannel functions.Günther Deschner2009-08-271-8/+8
| | | | Guenther
* s4-spoolss: add stubs for new idl opcodes in spoolss server.Günther Deschner2009-08-201-0/+140
| | | | Guenther
* s4:netlogon Fix warnings and segfault in GetDomainInfo callAndrew Bartlett2009-08-041-4/+5
| | | | | | | | | | | - Correctly use samdb_search_string to do a 'base' search (this needs a NULL, not a "" argument for the format string) - There is no need (and it caused a security hole) to use talloc_asprintf() with the only argument being the string to duplicate. Andrew Bartlett
* s4: Enhancements in the "netr_LogonGetDomainInformations" callMatthias Dieter Wallnöfer2009-08-031-65/+194
| | | | | | | | This addresses bug #4888 and #6596 in SAMBA 4 Bugzilla - It implements the call in the complete form as specified in the MSPP/WSPP docs and on the discussion on the "cifs-protocol" list - Therefore client informations (OS name, OS version, "servicePrincipalName"...) are now saved in the AD each time the client invokes the call
* s4: Correct renamed constantsMatthias Dieter Wallnöfer2009-07-311-4/+4
|
* [SAMBA 4 / NETLOGON] Modify type of SAM contextsMatthias Dieter Wallnöfer2009-07-231-9/+7
| | | | | | | | | | In the SAMBA 4 DCE/RPC NETLOGON server the SAM context references have generally the type "void *". But we know that those context objects are based on the "struct ldb_context" type. We've always to cast for using a SAM/LDB call. This I didn't find very appealing and so I assigned the right (detailed) type to each "sam_ctx". Therefore, the casts could disappear. Also this change is only cosmetic.
* Merge more ndr interfaces into libndr-standard.Jelmer Vernooij2009-07-191-2/+2
|
* Create libndr-standard, which includes the NDR marshalling code forJelmer Vernooij2009-07-191-4/+4
| | | | the "standard" set of DCE/RPC interfaces found on Windows.
* lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner2009-07-161-1/+1
| | | | Guenther
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-132-5/+5
| | | | Guenther
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-133-3/+3
| | | | Guenther
* Small patch for SPOOLSS pipeMatthias Dieter Wallnöfer2009-06-291-5/+5
| | | | | Prevents a crash of the SAMBA 4 daemon on the torture SPOOLSS test due to not initialised structures.
* NETLOGON pipe improvementsMatthias Dieter Wallnöfer2009-06-181-31/+79
| | | | | | | | | | | | | | | Patch for bug #4939 This refactors the NETLOGON code related to this bug: - Introduces a new "SYNCSTATE" enum required by the "DatabaseSync2" call (acc. to WSPP) - Make "DatabaseSync" dependant from "DatabaseSync2" (acc. to WSPP) - Let "DatabaseSync2" return NT_STATUS_NOT_IMPLEMENTED (I'm not sure if this is also true when a domain is running in mixed mode) - Make "LogonControl" and "LogonControl2" dependant form "LogonControl2Ex" (acc. to WSPP) - Let "LogonControl2Ex" return WERR_NOT_SUPPORTED for now
* Move a comment where it belongsVolker Lendecke2009-05-301-3/+6
|
* libwbclient: Add async call framework.Kai Blin2009-05-301-1/+1
|
* Win2k3 don't allow creating of domain trust accounts over SAMRAndrew Bartlett2009-05-291-5/+5
|
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-264-203/+79
| | | | | | | | A single AD server can only host a single domain, so don't stuff about with looking up our crossRef record in the cn=Partitions container. We instead trust that lp_realm() and lp_workgroup() works correctly. Andrew Bartlett
* cope with lanman auth being disabled in old password change codeAndrew Tridgell2009-05-251-8/+15
| | | | | When lanman auth is disabled and a user calls a password change method that requires it we should give NT_STATUS_NOT_SUPPORTED
* s4:rpc_server: convert the socket based part to use the tstream interfaceStefan Metzmacher2009-05-012-67/+335
| | | | metze
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2009-04-231-1/+1
|\
| * Fix Coverity ID 628, Andrew B., please check!Volker Lendecke2009-04-231-1/+1
| |
* | s4:samr Use ldb_context * rather than void *Andrew Bartlett2009-04-231-1/+1
|/
* Rework to use new API for common netlogon credential chainingAndrew Bartlett2009-04-141-12/+18
|
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-105/+85
| | | | | | | In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett
* s4:rpc_server: split out the parsing of the ncacn_packet from analyzing of ↵Stefan Metzmacher2009-04-101-34/+55
| | | | | | the content metze
* s4:rpc_server: report available output for all repliesStefan Metzmacher2009-04-101-0/+24
| | | | metze
* s4-spoolss: use winreg_Type for GetPrinterData implementation.Günther Deschner2009-03-171-2/+2
| | | | Guenther
* s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes.Günther Deschner2009-03-171-1/+7
| | | | Guenther
* s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now.Günther Deschner2009-03-071-1/+1
| | | | Guenther
* s4-spoolss: fix spoolss server enum calls after pointer changes.Günther Deschner2009-03-061-10/+10
| | | | Guenther
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-8/+7
|
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-3/+3
| | | | consistency with Samba 3.
* A simple hack to avoid the segfault in #6138Andrew Bartlett2009-02-261-1/+1
| | | | | | | | Thanks to Andrew Kroeger <andrew@id10ts.net> for reporting this. This fix just for the release. A better fix will make it into the master branch soon. Andrew Bartlett
* s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy.Günther Deschner2009-02-251-1/+5
| | | | Guenther
* s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory.Günther Deschner2009-02-251-1/+13
| | | | Guenther
* Fix some C++ warningsVolker Lendecke2009-02-241-11/+22
|
* s4:netlogon: don't mix in and out negotiate_flags in ↵Stefan Metzmacher2009-02-181-3/+4
| | | | | | dcesrv_netr_ServerAuthenticate() metze
* s4-spoolss: fix spoolss server after out,ref count pointer changes.Günther Deschner2009-02-171-10/+10
| | | | Guenther
* s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server.Günther Deschner2009-02-171-5/+6
| | | | Guenther
* s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTEDStefan Metzmacher2009-02-161-4/+5
| | | | | | This hopefully fixes bug #6109. metze
* s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]()Stefan Metzmacher2009-02-161-1/+31
| | | | metze
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-132-10/+8
| | | | | | | | | | | When starting GENSEC on the server, the auth subsystem context must be passed in, which now includes function pointers to the key elements. This should (when the other dependencies are fixed up) allow GENSEC to exist as a client or server library without bundling in too much of our server code. Andrew Bartlett
* s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43.Günther Deschner2009-02-111-6/+6
| | | | Guenther
* s4-spoolss: fix dcerpc_spoolss_ReplyOpenPrinter caller.Günther Deschner2009-02-101-2/+2
| | | | Guenther
* fixed two problems with the DsRGetDCNameEx2 call, as used byAndrew Tridgell2009-02-101-3/+9
| | | | | | | | | | | | Win7-beta. The first problem is that we removed the dnsDomain attribute a while back, so we were returning NULL for two fields. We now return the realm. The second problem is that Win7-beta sends the domain in the form the user typed it, so it may be in either the short or long form. We check for the short form and convert if needed.
* s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData.Günther Deschner2009-02-071-0/+3
| | | | Guenther
* s4-spoolss: fix dcesrv_spoolss_GetPrinterData.Günther Deschner2009-02-061-2/+2
| | | | Guenther
* s4-spoolss: fix spoolss server w.r.t. needed out pointers (+ remove tmp macro).Günther Deschner2009-02-061-13/+11
| | | | Guenther
* s4-spoolss: fix s4 spoolss server build (using a temp macro).Günther Deschner2009-02-061-6/+8
| | | | Guenther