summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* CVE-2013-4496:Revert remainder of ce895609b04380bfc41e4f8fddc84bd2f9324340Andrew Bartlett2014-03-111-34/+35
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-112-139/+12
* kdc: Add belts-and-braces check that we fail if the hdb version changesAndrew Bartlett2014-02-142-0/+11
* Support for Heimdal's unified krb5 and hdb plugin system.Jeffrey Clark2014-02-141-0/+16
* Cope with first element in hdb_method having a different name in different he...Jelmer Vernooij2014-02-141-1/+1
* smbtorture: New torture test for bug #9870.Jeremy Allison2013-12-101-0/+95
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-059-29/+68
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-052-2/+27
* CVE-2013-4408:s4:dcerpc_sock: check for invalid frag_len within sock_complete...Stefan Metzmacher2013-12-051-0/+6
* CVE-2013-4408:s4:dcerpc_smb2: check for invalid frag_len in send_read_request...Stefan Metzmacher2013-12-051-0/+6
* CVE-2013-4408:s4:dcerpc_smb: check for invalid frag_len in send_read_request_...Stefan Metzmacher2013-12-051-0/+6
* CVE-2013-4408:s4:dcerpc: check for invalid frag_len in ncacn_pull()Stefan Metzmacher2013-12-051-0/+4
* Merge tag 'samba-4.0.11' into v4-0-testKarolin Seeger2013-11-114-1/+215
|\
| * CVE-2013-4476: s4:libtls: check for safe permissions of tls private key file ...Björn Baumbach2013-11-082-0/+33
| * CVE-2013-4476: s4:libtls: Create tls private key file (key.pem) with mode 0600Björn Baumbach2013-11-081-1/+1
| * Add regression test for bug #10229 - No access check verification on stream f...Jeremy Allison2013-11-081-0/+181
* | s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'Stefan Metzmacher2013-10-151-1/+1
* | dsdb/tests/ldap: fix test_ldapServiceName against w2k8r2Stefan Metzmacher2013-10-151-4/+8
* | s4:smb_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher2013-10-141-0/+1
* | s4:rpc_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher2013-10-141-0/+1
* | s4:ldap_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher2013-10-141-0/+3
|/
* dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLsAndrew Bartlett2013-09-301-1/+1
* libcli: continue to read from the socket even if the size is 0Matthieu Patou2013-09-201-1/+1
* torture: Ensure that GSSAPI and SPNEGO packets are accepted by dlz_bind9Andrew Bartlett2013-09-063-1/+80
* selftest: Add a basic test of samba_upgradednsAndrew Bartlett2013-09-061-0/+1
* scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett2013-09-061-9/+10
* scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett2013-09-062-2/+11
* s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()Stefan Metzmacher2013-09-021-1/+1
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-08-301-3/+10
* waf: replace dependency to libintl with samba_intlChristian Ambach2013-08-201-2/+2
* waf: consolidate libintl related checksChristian Ambach2013-08-201-3/+1
* Add torture tests to raw.eas to check sending Windows invalid names in the mi...Jeremy Allison2013-08-071-0/+114
* Merge tag 'samba-4.0.8' into v4-0-testKarolin Seeger2013-08-051-2/+5
|\
| * Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-021-2/+5
* | s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Stefan Metzmacher2013-08-051-2/+2
* | s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Andrew Bartlett2013-07-291-2/+2
* | s4:server: avoid calling into nss_winbind from within 'samba'Stefan Metzmacher2013-07-291-0/+7
* | s4:rpc_server: make sure we don't terminate a connection with pending request...Stefan Metzmacher2013-07-292-3/+60
* | s4-winbindd: Do not terminate a connection that is still pending (bug #9820)Andrew Bartlett2013-07-293-2/+64
* | service_stream: Log if the connection termination is deferred or not (bug #9820)Andrew Bartlett2013-07-291-1/+5
* | s4-winbind: Add special case for BUILTIN domainAndrew Bartlett2013-07-293-20/+37
* | dsdb-ridalloc: Fix RID pools - RID numbers increase too quicklyAndrew Bartlett2013-07-151-1/+2
|/
* torture: Add tests for LDAP substring search with no strings providedAndrew Bartlett2013-06-251-0/+110
* heimdal_build: Add missing dep on samba4kgetcredAndrew Bartlett2013-06-251-1/+1
* dns: Support larger queries when asking forwarderKai Blin2013-06-114-0/+40
* s4:winbind: don't leak libnet_context into the main event context (bug #9929)Stefan Metzmacher2013-06-051-0/+2
* dns: Delete dnsNode objects when they are emptyKai Blin2013-06-031-1/+7
* winbind4: Fix bug 9832 -- talloc use after freeVolker Lendecke2013-06-031-1/+1
* dns: Add support for MX queriesKai Blin2013-05-271-0/+8
* Tests processing an oplock break within a compound SMB2 request.Richard Sharpe2013-05-081-0/+163