summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4/policy/gp_filesys: avoid SIZE_MAX smbcli write (CID 1034779)Douglas Bagnall2019-05-101-0/+6
* s4/messaging: do not deref NULL state (CID 1437973)Douglas Bagnall2019-05-101-4/+4
* s4/ldap_bind: notice backend init failureDouglas Bagnall2019-05-101-0/+1
* dsdb/mod/count_attrs: set ldb var before using it (CID 1444979)Douglas Bagnall2019-05-091-1/+3
* s4/dsdb/util_samr: check some return codes (CID 1444977)Douglas Bagnall2019-05-091-5/+19
* s4/dnsserver: delay return when trying to log (CID 1444976)Douglas Bagnall2019-05-091-2/+1
* s4/dnsserver: handle broken zone values in sort (CID 1414763, 1414769)Douglas Bagnall2019-05-091-1/+9
* pyrpc: remove crutch for python <= 2.5Douglas Bagnall2019-05-091-4/+0
* pyrpc: ndr PY_CHECK_TYPE checks for NULL as well as typeDouglas Bagnall2019-05-091-4/+13
* dsdb/modules/linked_attrs: remove pointless check (CID 240768)Douglas Bagnall2019-05-091-1/+1
* dsdb/modules/dirsync: ensure attrs exist (CID 1107212)Douglas Bagnall2019-05-091-0/+4
* dsdb/modules/dirsync: remove useless function callDouglas Bagnall2019-05-091-1/+0
* dsdb/modules/dirsync: avoid possible NULL dereference (CID 1034800)Douglas Bagnall2019-05-091-0/+3
* dsdb/modules/acl: avoid deref of missing data (CID 1107200)Douglas Bagnall2019-05-091-2/+4
* s4/auth/sam: silence CID 1435849Douglas Bagnall2019-05-091-2/+4
* s4/rpc/dcerpc_roh_channel_out: check ndr_init (CID 1273062)Douglas Bagnall2019-05-091-0/+3
* s4/rpc/dcerpc_roh_channel_out: check ndr_init (CID 1273065)Douglas Bagnall2019-05-091-0/+3
* s4/rpc/drsuapi/writespn: check the actual error code (CID 1034691)Douglas Bagnall2019-05-091-2/+2
* s4/rpc/dns: check for IP address errors at startupDouglas Bagnall2019-05-091-4/+10
* rpc/dns: reduce the CID count on temporary variablesDouglas Bagnall2019-05-091-0/+2
* rpc/dns: leak less on memory failure (CID 1363191)Douglas Bagnall2019-05-091-0/+1
* rpc/dnsdata: avoid crash on missing attr (CID: 1414757)Douglas Bagnall2019-05-091-0/+6
* rpc/dnsdata: do not crash if message attr missing (CID: 1414773)Douglas Bagnall2019-05-091-0/+5
* s4 lib socket: Ensure address string owned by parent structGary Lockyer2019-05-081-1/+1
* s4:torture: Do not free full_name before we printed itAndreas Schneider2019-05-081-1/+1
* s4:torture: Do not print NULL strings we just checked beforeAndreas Schneider2019-05-081-4/+4
* s4:ntvfs: Do not free eadb before we printed an errorAndreas Schneider2019-05-081-1/+1
* s4:auth: Fix debug statement in gensec_gssapiAndreas Schneider2019-05-081-4/+5
* CID 1363286: Resource leak by failing to free tmp_ctxGarming Sam2019-05-081-9/+18
* CID 1363287: Resource leak using str_list_appendGarming Sam2019-05-071-0/+4
* s4 dns_server Bind9: Log opertion durationsGary Lockyer2019-05-073-108/+366
* waf: Also check for gnutls_privkey_export_x509()Andreas Schneider2019-05-072-2/+4
* s4 heimdal_build: disable leak checks for asn1 compilerGary Lockyer2019-05-061-1/+10
* s4/scripting/bin Remove unecessary scriptsNoel Power2019-05-062-753/+0
* libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2019-05-069-602/+1
* libnet: Remove unused source4/libnet/libnet_samsync_ldb.cAndrew Bartlett2019-05-063-1301/+1
* torture: Remove unused dsdb_attribute_ldb_to_drsuapi()Andrew Bartlett2019-05-061-21/+0
* torture: Remove unused torture_join_server_dn_str()Andrew Bartlett2019-05-061-9/+0
* torture: Remove unused torture_ldap_connection2()Andrew Bartlett2019-05-061-17/+0
* lib/tls: Remove unused source4/lib/tls/tls.c (tls socket wrapper)Andrew Bartlett2019-05-062-611/+0
* s4-winbindd: Removed unused wb_utils.cAndrew Bartlett2019-05-063-59/+0
* build: Remove ndr_PyLong_FromUnsignedLongLong wrapper from NT_STATUS and W_ER...Andrew Bartlett2019-05-062-18/+2
* selftest: correcting empty attribute usage in requestsAaron Haslett2019-05-061-1/+1
* ldap: test for empty attributes listAaron Haslett2019-05-061-0/+17
* libcli: Align integer typesVolker Lendecke2019-05-031-1/+1
* libcli: Remove an unnecessary #includeVolker Lendecke2019-05-031-1/+0
* s4:torture/smb2: add smb2.getinfo.normalized testStefan Metzmacher2019-05-011-0/+311
* s4:libcli/raw: add RAW_FILEINFO_NORMALIZED_NAME_INFORMATION supportStefan Metzmacher2019-05-016-12/+24
* s4:torture/smb2: add smb2.stream.names3 testStefan Metzmacher2019-05-011-0/+115
* dsdb/modules: a module to count attribute searches and resultsDouglas Bagnall2019-05-012-0/+650