summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* backupkey: replace heimdal rsa key generation with GnuTLSGarming Sam2015-02-251-44/+82
* backupkey: Better handling for different wrap version headersAndrew Bartlett2015-02-251-12/+19
* backupkey: Change expected error codes to match Windows 2008R2 and Windows 20...Andrew Bartlett2015-02-251-2/+2
* backupkey: Implement ServerWrap DecryptAndrew Bartlett2015-02-251-51/+186
* backupkey: Handle more clearly the case where we find the secret, but it has ...Andrew Bartlett2015-02-251-45/+33
* backupkey: Improve variable names to make clear this is client-provided dataAndrew Bartlett2015-02-251-13/+13
* backupkey: Use the name lsa_secret rather than just secretAndrew Bartlett2015-02-251-20/+20
* backupkey: Implement ServerWrap Encrypt protocolAndrew Bartlett2015-02-251-13/+299
* backupkey: Improve function names and comments for clarityAndrew Bartlett2015-02-251-8/+34
* backupkey: Move SID comparison to inside get_and_verify_access_check()Andrew Bartlett2015-02-251-29/+26
* backupkey: begin by factoring out the server wrap functionsGarming Sam2015-02-251-3/+15
* s4-backupkey: consistent naming of werr variableArvid Requate2015-02-251-10/+10
* s4-backupkey: improve variable nameArvid Requate2015-02-251-2/+2
* s4-backupkey: typo fixArvid Requate2015-02-251-2/+2
* s4-backupkey: IDL for ServerWrap subprotocolArvid Requate2015-02-251-0/+12
* s4-backupkey: Comply with [MS-BKRP] 2.2.1Arvid Requate2015-02-251-2/+1
* s4-backupkey: Set defined cert serialnumberArvid Requate2015-02-251-1/+22
* s4-backupkey: de-duplicate error handlingArvid Requate2015-02-251-39/+20
* s4-backupkey: check for talloc failureArvid Requate2015-02-251-0/+3
* s4-backupkey: Cert lifetime of 365 days, not secsArvid Requate2015-02-251-1/+1
* s4-backupkey: Ensure RSA modulus is 2048 bitsArvid Requate2015-02-251-5/+10
* s4:rpc_server: add support for DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEMStefan Metzmacher2015-01-262-0/+39
* s4:rpc_server: pass the remote address to gensec_set_remote_address()Stefan Metzmacher2015-01-261-1/+15
* s4:rpc_server/lsa: add dcesrv_lsa_OpenTrustedDomain_common()Stefan Metzmacher2015-01-261-75/+101
* s4:rpc_server/netlogon: fix bugs in dcesrv_netr_DsRGetDCNameEx2()Stefan Metzmacher2015-01-261-8/+14
* CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow c...Andrew Bartlett2015-01-151-1/+14
* s4:rpc_server/lsa: remove msDS-TrustForestTrustInfo if FOREST_TRANSITIVE is c...Stefan Metzmacher2015-01-061-1/+24
* s4:rpc_server/lsa: allow LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE to be changed.Stefan Metzmacher2015-01-061-5/+15
* s4:rpc_server/lsa: fix segfault in check_ft_info()Stefan Metzmacher2014-12-191-0/+2
* s4:rpc_server/lsa: remove unused allow_warnings=TrueStefan Metzmacher2014-12-191-1/+0
* s4:rpc_server/lsa: remove trustAuthIncoming/trustAuthOutgoing when the relate...Stefan Metzmacher2014-12-191-12/+20
* s4:rpc_server/lsa: pass the correct variable to setInfoTrustedDomain_base()Stefan Metzmacher2014-12-191-4/+3
* s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addressesGuenter Kukkukk2014-11-264-38/+151
* Initialize dwFlags field of DNS_RPC_NODE structureSamuel Cabrero2014-10-211-0/+1
* idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett2014-09-272-4/+5
* s4:rpc_server: ignore ncacn_http endpoints for nowStefan Metzmacher2014-09-221-0/+10
* s4-rpc: dnsserver: return DNS_RANK_NS_GLUE recors when explicitly asked forStefan Metzmacher2014-09-041-0/+9
* s4-rpc: dnsserver: handle updates of tombstoned dnsNode objectsStefan Metzmacher2014-09-041-2/+15
* s4-rpc: dnsserver: Do not search for deleted DNS entriesAmitay Isaacs2014-09-041-7/+11
* s4-netlogond: Give a better error if we do not have a flatname attributeAndrew Bartlett2014-09-011-0/+2
* s4-rpc: dnsserver: Do not return NS_GLUE records with VIEW_GLUE_DATA filterAmitay Isaacs2014-08-211-1/+1
* s4-rpc: dnsserver: Correctly set rank for glue NS recordsAmitay Isaacs2014-08-211-3/+6
* s4-rpc: dnsserver: Allow . to be specified for @ recordAmitay Isaacs2014-07-291-1/+3
* s4:rpc_server/netlogon: keep a global challenge tableStefan Metzmacher2014-07-191-4/+87
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-091-4/+13
* Use GUID_equal in a few placesVolker Lendecke2014-06-101-3/+4
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-071-1/+7
* s4:rpc_server/netlogon: explicitly use dcerpc_binding_handle_set_sync_ev() fo...Andrew Bartlett2014-05-131-0/+6
* s4:samr: allow builtin groups for samr_OpenGroup.Michael Adam2014-05-031-7/+16
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+0