summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Samba-VirusFilter: common headers and sources.Trever L. Adams2018-02-096-1/+2873
* waf: Fix NFS quota support with libtirpcAndreas Schneider2018-01-254-14/+34
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-252-5/+5
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-253-45/+24
* s3:waf: Move HAVE_NETGROUP to wscriptAndreas Schneider2018-01-252-4/+5
* Remove file system sharemode before calling unlinkChristof Schmitt2018-01-251-0/+16
* s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider2018-01-255-61/+92
* s3:winbind: Use a stackframe and cleanup when leavingAndreas Schneider2018-01-251-19/+20
* s3:winbind: Use a goto for cleaning up at the endAndreas Schneider2018-01-251-11/+9
* s3:winbindd: Improve logic so it is easier to understandAndreas Schneider2018-01-251-10/+12
* s3:test: Always validate the join after changing the secretAndreas Schneider2018-01-141-3/+4
* smbd: Fix channel sequence number checks for long-running requestsVolker Lendecke2018-01-143-2/+17
* smbd: Remove a "!" from an if-condition for easier readabilityVolker Lendecke2018-01-141-5/+5
* smbd: Fix a typoVolker Lendecke2018-01-141-1/+1
* winbindd: set routing_domain when enumerating trustsRalph Boehme2018-01-141-0/+26
* gpo: Add the winbind call to gpupdateDavid Mulder2018-01-135-1/+125
* winbindd: add "winbind scan trusted domains = no" to avoid trust enumerationStefan Metzmacher2018-01-132-0/+5
* winbindd: add more trust types to get_trust_type_stringRalph Boehme2018-01-131-26/+133
* winbindd: fix trust_is_oubound()Ralph Boehme2018-01-131-5/+4
* winbindd: fix trust_is_inbound()Ralph Boehme2018-01-131-5/+4
* winbindd: transitive trust logic in trust_is_transitive()Ralph Boehme2018-01-131-5/+27
* winbindd: use add_trusted_domain_from_authRalph Boehme2018-01-132-3/+36
* winbindd: add add_trusted_domain_from_authRalph Boehme2018-01-132-0/+58
* winbindd: add set_routing_domain()Ralph Boehme2018-01-133-0/+37
* winbindd: add find_default_route_domain()Ralph Boehme2018-01-132-0/+10
* winbindd: avoid automatic enumerating trusts on DCsStefan Metzmacher2018-01-131-1/+10
* winbindd: load the trusted domains on a DC already in init_domain_list()Stefan Metzmacher2018-01-131-0/+175
* pdb_samba_dsdb: set PDB_CAP_TRUSTED_DOMAINS_EXRalph Boehme2018-01-131-1/+1
* pdb_samba_dsdb: implement pdb_samba_dsdb_del_trusted_domainRalph Boehme2018-01-131-1/+118
* pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusted_domainRalph Boehme2018-01-131-1/+389
* pdb_samba_dsdb: implement PDB_CAP_TRUSTED_DOMAINS_EX related functionsStefan Metzmacher2018-01-131-0/+284
* pdb_samba_dsdb: implement pdb_samba_dsdb_enum_trusteddoms()Stefan Metzmacher2018-01-131-4/+82
* s3/torture/pdbtest: delete trusted domain at test endRalph Boehme2018-01-131-0/+7
* s3/torture/pdbtest: creating a trusted domain requires a valid SIDRalph Boehme2018-01-131-0/+6
* winbindd: use find_trust_from_name_noinit when we require a direct trustStefan Metzmacher2018-01-133-3/+3
* winbindd: add find_trust_from_{name,sid}_noinit()Stefan Metzmacher2018-01-132-0/+46
* winbindd: remember the secure_channel_type in winbindd_domainStefan Metzmacher2018-01-132-0/+25
* winbindd: rework add_trusted_domain(), replacing add_trusted_domain_from_tdc()Ralph Boehme2018-01-131-116/+198
* winbindd: initialize some stack pointers to NULLStefan Metzmacher2018-01-131-2/+3
* winbindd: rename alternative_name to dns_nameStefan Metzmacher2018-01-131-7/+7
* winbindd: only use NetBIOS name when searching domain list in add_trusted_dom...Ralph Boehme2018-01-131-9/+45
* winbindd: enforce valid SID in add_trusted_domain_from_tdc()Ralph Boehme2018-01-131-18/+5
* winbindd: set info6 data in append_info3_as_txtRalph Boehme2018-01-131-0/+8
* winbindd: pass validation in append_info3_as_txtRalph Boehme2018-01-131-6/+32
* winbindd: pass down validation to append_auth_data()Ralph Boehme2018-01-133-30/+101
* winbindd: simplify an if condition in winbindd_dual_pam_authRalph Boehme2018-01-131-4/+2
* winbindd: let winbind_dual_SamLogon return validationRalph Boehme2018-01-133-30/+92
* winbindd: remove a space in winbind_dual_SamLogonRalph Boehme2018-01-131-1/+1
* winbindd: let winbindd_dual_pam_auth_samlogon() return validation infoRalph Boehme2018-01-131-22/+66
* winbindd: let winbind_samlogon_retry_loop return validation infoRalph Boehme2018-01-131-13/+30