summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2019-11-17ndrdump: Use human-readable strings for NDR decode errorsAndrew Bartlett1-1/+1
2019-11-17selftest: Test fix for ndrdump of structures by numberAndrew Bartlett1-0/+1
2019-11-14s4/rpc/dcerpc_connect: no crash on NULL dest_hostDouglas Bagnall1-1/+1
2019-11-14s4:librpc: Check return code of netlogon_creds_client_authenticator()Andreas Schneider1-1/+7
2019-11-14s4:torture: Remove calls to gnutls_global_(de)init() in backupkey testAndreas Schneider1-48/+0
2019-11-14s4:lib: Remove gnutls_global_(de)init() from libtlsAndreas Schneider2-15/+0
2019-11-14s4:rpc_server: Remove gnutls_global_(de)init()Andreas Schneider1-3/+0
2019-11-13heimdal_build: Recurse to bld.SAMBA_BINARY()Andrew Bartlett1-40/+12
2019-11-13build: Only link against libcrypt where neededAndrew Bartlett1-1/+1
2019-11-13build: Prepare for pidl to generate ndr_table entries for more IDLAndrew Bartlett1-0/+12
2019-11-13selftest: Add expected-output tests for the ndrdump struct modeAndrew Bartlett2-0/+35
2019-11-13librpc: Match interface name and file name for winsrepl.idlAndrew Bartlett1-1/+1
2019-11-10s4-libcli: Remove unused header from composite/composite.cAndrew Bartlett1-1/+0
2019-11-08dns: Always return SOA record for records we should knowSamuel Cabrero1-8/+25
2019-11-06auth: Simplify session generationVolker Lendecke1-12/+3
2019-10-31CVE-2019-14847 dsdb: Correct behaviour of ranged_results when combined with d...Andrew Bartlett2-7/+27
2019-10-31CVE-2019-14847 dsdb: Demonstrate the correct interaction of ranged_results st...Andrew Bartlett1-0/+26
2019-10-31s4-torture: Reduce flapping in SambaToolDrsTests.test_samba_tool_replicate_localAndrew Bartlett1-1/+2
2019-10-31source4/scripting/bin/samba_upgradeprovision: typo fixesBjörn Jacke1-5/+5
2019-10-31source4/rpc_server/lsa/lsa_lookup.c: typo fixesBjörn Jacke1-4/+4
2019-10-31source4/libcli/libcli.h: typo fixesBjörn Jacke1-1/+1
2019-10-31source4/libcli/clireadwrite.c: typo fixesBjörn Jacke1-1/+1
2019-10-31source4/dsdb/schema/schema_description.c: typo fixesBjörn Jacke1-27/+27
2019-10-30s4: torture: Add additional smbc_readdirplus2() tests into readdirplus_seek().Jeremy Allison1-11/+104
2019-10-30s4: torture Add a test for smbc_readdirplus2()Jeremy Allison1-0/+138
2019-10-30torture: expand test "vfs.fruit.resource fork IO" to check sizeRalph Boehme1-0/+29
2019-10-29CVE-2019-14833 dsdb: send full password to check password scriptBjörn Baumbach1-6/+24
2019-10-24s4:dirsync: fix interaction of dirsync and extended_dn controlsStefan Metzmacher1-3/+18
2019-10-24s4:tests/dirsync: add tests for dirsync with extended_dnStefan Metzmacher1-0/+31
2019-10-21s4:kdc: fix the principal names in samba_kdc_update_delegation_info_blobStefan Metzmacher1-3/+3
2019-10-21selftest: add a test for PAC delegation-info blob in S4U2ProxyIsaac Boukris1-0/+233
2019-10-21selftest/remote_pac: split test_PACVerify() in twoIsaac Boukris1-37/+60
2019-10-18librpc:core: Allocate struct dcesrv_interface with tallocSamuel Cabrero2-6/+7
2019-10-18s4:rpc_server: Move core functions to core librarySamuel Cabrero5-3829/+2
2019-10-18s4:rpc_server: Move core structures and prototypes to core librarySamuel Cabrero1-577/+1
2019-10-18librpc: Add new dcerpc server core librarySamuel Cabrero1-1/+1
2019-10-18s4:rpc_server: Make functions publicSamuel Cabrero2-11/+27
2019-10-18s4:rpc_server: Add public function dcesrv_connection_loop_startSamuel Cabrero2-16/+21
2019-10-18s4:rpc_server: Add transport termination function pointerSamuel Cabrero2-4/+14
2019-10-18s4:rpc_server: Find association groups through context callbacksSamuel Cabrero4-36/+55
2019-10-18s4:rpc_server: inline the dcesrv_assoc_group_find functionSamuel Cabrero1-17/+6
2019-10-18s4:rpc_server: Hide gensec prepare behind function pointerSamuel Cabrero5-25/+47
2019-10-18s4:rpc_server: Add dcesrv_context_callbacks to dcesrv_contextSamuel Cabrero5-39/+72
2019-10-18s4:rpc_server: Do not include s4 librpc headers in dcerpc coreSamuel Cabrero5-3/+3
2019-10-18librpc: Move dcerpc_log_packet from s4 librpc to common librpcSamuel Cabrero1-39/+0
2019-10-18librpc: Move dcerpc_ncacn_push_auth from s4 librpc to common librpcSamuel Cabrero1-56/+0
2019-10-18s4:librpc: Rename ncacn_push_auth to dcerpc_ncacn_push_authSamuel Cabrero4-13/+22
2019-10-18s4:rpc_server: Split dcerpc_generic_session_key for server and clientSamuel Cabrero4-10/+5
2019-10-18s4:rpc_server: Remove server_id from dcerpc core structsSamuel Cabrero3-8/+11
2019-10-18s4:rpc_server: Remove imessaging_context from dcerpc core structsSamuel Cabrero11-44/+98