summaryrefslogtreecommitdiff
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* getncchanges: Compute the partial attribute set from the remote schemaGarming Sam2016-08-291-29/+164
* getncchanges: Fix some whitespaceBob Campbell2016-08-291-2/+2
* rpc_server/drsuapi: Don't set msDS_IntId as attid for linked attributes if sc...Garming Sam2016-07-281-4/+8
* getncchanges: Set is_schema_nc when EXOP_OBJGarming Sam2016-07-281-2/+3
* rpc_server/drsuapi: Set msDS_IntId as attid for linked attributes if existsEvgeny Sinelnikov2016-07-281-1/+1
* kcc: Make debug more scarceGarming Sam2016-07-211-1/+1
* Remove unused and untested source4 ntptr and spoolss systemsAndrew Bartlett2016-07-192-1782/+0
* build: Always build eventlog6. This is not a duplicate of eventlogAndrew Bartlett2016-07-191-2/+1
* check-password-script: Allow AD to execute these scriptsGarming Sam2016-07-051-2/+6
* s4:rpc_server/netlogon: make use of auth_convert_user_info_dc_saminfo{2,6}()Stefan Metzmacher2016-06-301-32/+8
* s4:rpc_server/netlogon: initialize pointer to NULL in dcesrv_netr_LogonSamLog...Stefan Metzmacher2016-06-301-7/+7
* s4:rpc_server/samr: use "msDS-UserPasswordExpiryTimeComputed" instead of samd...Stefan Metzmacher2016-06-301-5/+6
* s4:rpc_server/samr: only set pwdLastSet to "0" or "-1"Stefan Metzmacher2016-06-271-16/+12
* s4:rpc_server: generate the correct error when we got an invalid auth_pad_len...Stefan Metzmacher2016-06-242-3/+28
* s4:rpc_server: parse auth data only for BIND,ALTER_REQ,AUTH3Stefan Metzmacher2016-06-241-6/+3
* s4:rpc_server: remove unused dcesrv_connection_context->assoc_groupStefan Metzmacher2016-06-242-7/+0
* s4:rpc_server: remove unused '_unused_auth_state'Stefan Metzmacher2016-06-241-10/+0
* s4:rpc_server: context_id fields of presentation contexts are just 16bitStefan Metzmacher2016-06-242-4/+4
* s4:rpc_server: use a variable for the max total reassembled request payloadStefan Metzmacher2016-06-232-2/+6
* repl: Avoid excessive stack use and instead sort the links in the heapAndrew Bartlett2016-06-171-34/+40
* getncchanges: Match Windows on linked attribute sortGarming Sam2016-06-171-8/+22
* getncchanges: sort with precalculated target guid arrayGarming Sam2016-06-171-56/+63
* getncchanges: remove some whitespaceGarming Sam2016-06-171-15/+15
* s4-samr: Rework GetGroupsForUser to use memberOfAndrew Bartlett2016-06-161-23/+86
* s4-samr: Fix samr.QueryUserInfo level 1 primary groupAndrew Bartlett2016-06-161-1/+1
* rpc_server: Fix CID 1362565 Improper use of negative valueVolker Lendecke2016-06-071-1/+9
* build: Build less of Samba when building --without-ntvfs-fileserverAndrew Bartlett2016-06-023-9/+11
* getncchanges: Fill in ctr6.linked_attributes with a pointer to a zero-length ...Andrew Bartlett2016-06-011-2/+5
* getncchanges: Use the talloc_stackframe() for tempory memoryAndrew Bartlett2016-06-011-4/+4
* getncchanges: Give the correct error when RID_ALLOC fails on an invalid desti...Andrew Bartlett2016-06-011-1/+22
* rpc_server/drsuapi: Return the correct 3 objects for DRSUAPI_EXOP_FSMO_RID_ALLOCAndrew Bartlett2016-06-011-33/+182
* Extend DsBind and DsGetDomainControllerInfo to work with w2k8.Dirk Godau2016-05-262-60/+210
* drsuapi: Improve debug in DsWriteAccountSpnVolker Lendecke2016-05-251-0/+3
* samr4: Remove talloc_asprintf leak onto mem_ctxGarming Sam2016-05-111-3/+3
* samr4: Use <SID=%s> in GetAliasMembershipMantas Mikulėnas2016-05-111-12/+5
* dcesrv_backupkey_heimdal: Fix CID 1321647 - Unchecked return valueRobin Hack2016-04-261-1/+5
* CVE-2015-5370: s4:rpc_server: reject DCERPC_PFC_FLAG_PENDING_CANCEL with DCER...Stefan Metzmacher2016-04-121-0/+4
* CVE-2015-5370: s4:rpc_server: the assoc_group is relative to the connection (...Stefan Metzmacher2016-04-124-67/+29
* CVE-2015-5370: s4:rpc_server: only allow one fragmented call_id at a timeStefan Metzmacher2016-04-121-62/+80
* CVE-2015-5370: s4:rpc_server: limit allocation and alloc_hint to 4 MByteStefan Metzmacher2016-04-121-5/+40
* CVE-2015-5370: s4:rpc_server: check frag_length for requestsStefan Metzmacher2016-04-121-0/+15
* CVE-2015-5370: s4:rpc_server: give the correct reject reasons for invalid aut...Stefan Metzmacher2016-04-122-3/+38
* CVE-2015-5370: s4:rpc_server: disconnect after a failing dcesrv_auth_request()Stefan Metzmacher2016-04-121-0/+7
* CVE-2015-5370: s4:rpc_server: let a failing auth3 mark the authentication as ...Stefan Metzmacher2016-04-123-1/+13
* CVE-2015-5370: s4:rpc_server: failing authentication should generate a SEC_PK...Stefan Metzmacher2016-04-121-7/+1
* CVE-2015-5370: s4:rpc_server: fix the order of error checking in dcesrv_alter()Stefan Metzmacher2016-04-121-6/+18
* CVE-2015-5370: s4:rpc_server: changing an existing presentation context via a...Stefan Metzmacher2016-04-121-0/+21
* CVE-2015-5370: s4:rpc_server: don't derefence an empty ctx_list array in dces...Stefan Metzmacher2016-04-121-4/+10
* CVE-2015-5370: s4:rpc_server: remove pointless dcesrv_find_context() from dce...Stefan Metzmacher2016-04-121-6/+0
* CVE-2015-5370: s4:rpc_server: let invalid request fragments disconnect the co...Stefan Metzmacher2016-04-121-11/+12