Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-08 | s3:drsuapi: add a simple DsRemoveDSServer() implementation | Stefan Metzmacher | 1 | -1/+42 | |
metze | |||||
2009-09-08 | s4:drsuapi: add an incomplete DsAddEntry implementation | Stefan Metzmacher | 1 | -2/+37 | |
metze | |||||
2009-09-08 | Return a correct value for Supported Encryption Type | Matthieu Patou | 1 | -1/+6 | |
Vista and upper version use this value to check wether they should ask the DC to change the msDS-SupportedEncryptionTypes attribute or not. Declare the different value as a bitmap in Netlogon idl | |||||
2009-09-07 | s4:templates - Remove the latest relics (in "dcesrv_lsa_CreateSecret") | Matthias Dieter Wallnöfer | 1 | -10/+0 | |
2009-09-08 | s4: implemented server side of DSUpdateRefs call | Andrew Tridgell | 5 | -11/+340 | |
This call is made by DCs to tell us we should notify them of directory changes | |||||
2009-09-08 | s4: fixed a unsigned printf warnings | Andrew Tridgell | 1 | -3/+3 | |
2009-09-08 | s4: removed an unused variable | Andrew Tridgell | 1 | -2/+0 | |
2009-09-08 | Fill the meta data vector in the responce struct. | Anatoliy Atanasov | 1 | -4/+32 | |
2009-09-07 | s4:LogonGetDomainInfo - add a basic check for the hostname | Matthias Dieter Wallnöfer | 1 | -2/+17 | |
This check is specified in Windows Server after release 2003. The parameter "hostname" should match as prefix of the dns hostname given as parameter in the "workstation" structure. | |||||
2009-09-07 | s4:samr - Fix up the SAMR server to support the primary group of a user in ↵ | Matthias Dieter Wallnöfer | 1 | -128/+189 | |
the right way When doing some tests with the NT User Manager for Domains on s4 I noticed that the handling of the primary group for a user wasn't correct. So I fixed this. Also some cosmetic changes (tab indent corrections). | |||||
2009-09-03 | First attempt to implement dcesrv_drsuapi_DsGetNCChanges | Anatoliy Atanasov | 1 | -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. | |||||
2009-08-27 | s4-schannel: add ldb suffix to schannel functions. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2009-08-20 | s4-spoolss: add stubs for new idl opcodes in spoolss server. | Günther Deschner | 1 | -0/+140 | |
Guenther | |||||
2009-08-04 | s4:netlogon Fix warnings and segfault in GetDomainInfo call | Andrew Bartlett | 1 | -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 | |||||
2009-08-03 | s4: Enhancements in the "netr_LogonGetDomainInformations" call | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2009-07-31 | s4: Correct renamed constants | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
2009-07-23 | [SAMBA 4 / NETLOGON] Modify type of SAM contexts | Matthias Dieter Wallnöfer | 1 | -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. | |||||
2009-07-19 | Merge more ndr interfaces into libndr-standard. | Jelmer Vernooij | 1 | -2/+2 | |
2009-07-19 | Create libndr-standard, which includes the NDR marshalling code for | Jelmer Vernooij | 1 | -4/+4 | |
the "standard" set of DCE/RPC interfaces found on Windows. | |||||
2009-07-16 | lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-07-13 | libds: merge the UF<->ACB flag mapping functions. | Günther Deschner | 2 | -5/+5 | |
Guenther | |||||
2009-07-13 | libds: share UF_ flags between samba3 and 4. | Günther Deschner | 3 | -3/+3 | |
Guenther | |||||
2009-06-29 | Small patch for SPOOLSS pipe | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
Prevents a crash of the SAMBA 4 daemon on the torture SPOOLSS test due to not initialised structures. | |||||
2009-06-18 | NETLOGON pipe improvements | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2009-05-30 | Move a comment where it belongs | Volker Lendecke | 1 | -3/+6 | |
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 1 | -1/+1 | |
2009-05-29 | Win2k3 don't allow creating of domain trust accounts over SAMR | Andrew Bartlett | 1 | -5/+5 | |
2009-05-26 | Don't use crossRef records to find our own domain | Andrew Bartlett | 4 | -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 | |||||
2009-05-25 | cope with lanman auth being disabled in old password change code | Andrew Tridgell | 1 | -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 | |||||
2009-05-01 | s4:rpc_server: convert the socket based part to use the tstream interface | Stefan Metzmacher | 2 | -67/+335 | |
metze | |||||
2009-04-23 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel | Andrew Bartlett | 1 | -1/+1 | |
2009-04-23 | s4:samr Use ldb_context * rather than void * | Andrew Bartlett | 1 | -1/+1 | |
2009-04-23 | Fix Coverity ID 628, Andrew B., please check! | Volker Lendecke | 1 | -1/+1 | |
2009-04-14 | Rework to use new API for common netlogon credential chaining | Andrew Bartlett | 1 | -12/+18 | |
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 1 | -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 | |||||
2009-04-10 | s4:rpc_server: split out the parsing of the ncacn_packet from analyzing of ↵ | Stefan Metzmacher | 1 | -34/+55 | |
the content metze | |||||
2009-04-10 | s4:rpc_server: report available output for all replies | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2009-03-17 | s4-spoolss: use winreg_Type for GetPrinterData implementation. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-03-17 | s4-spoolss: fix spoolss_GetPrinterData w.r.t. out pointer changes. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-03-07 | s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-06 | s4-spoolss: fix spoolss server enum calls after pointer changes. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -8/+7 | |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -3/+3 | |
consistency with Samba 3. | |||||
2009-02-26 | A simple hack to avoid the segfault in #6138 | Andrew Bartlett | 1 | -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 | |||||
2009-02-25 | s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2009-02-25 | s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory. | Günther Deschner | 1 | -1/+13 | |
Guenther | |||||
2009-02-24 | Fix some C++ warnings | Volker Lendecke | 1 | -11/+22 | |
2009-02-18 | s4:netlogon: don't mix in and out negotiate_flags in ↵ | Stefan Metzmacher | 1 | -3/+4 | |
dcesrv_netr_ServerAuthenticate() metze | |||||
2009-02-17 | s4-spoolss: fix spoolss server after out,ref count pointer changes. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2009-02-17 | s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server. | Günther Deschner | 1 | -5/+6 | |
Guenther |