summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.1.22 release.samba-4.1.22Karolin Seeger2015-12-101-1/+1
* WHATSNEW: Add release notes for Samba 4.1.22.Karolin Seeger2015-12-101-3/+159
* CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-101-2/+22
* CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-101-0/+11
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in SMBC_ser...Stefan Metzmacher2015-12-101-3/+12
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher2015-12-101-1/+6
* CVE-2015-5299: s3-shadow-copy2: fix missing access check on snapdirJeremy Allison2015-12-101-0/+45
* CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-101-3/+10
* CVE-2015-7540: lib: util: Check *every* asn1 return call and early return.Jeremy Allison2015-12-101-61/+45
* CVE-2015-7540: s4: libcli: ldap message - Ensure all asn1_XX returns are chec...Jeremy Allison2015-12-103-395/+401
* ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-092-3/+4
* CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
* CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
* CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
* CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
* CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* VERSION: Bump version up to 4.1.22...Karolin Seeger2015-10-131-2/+2
* VERSION: Disable git snapshots for the 4.1.21 release.samba-4.1.21Karolin Seeger2015-10-131-1/+1
* WHATSNEW: Add release notes for Samba 4.1.21.Karolin Seeger2015-10-131-3/+43
* samr4: Use <SID=%s> in GetGroupsForUserVolker Lendecke2015-09-081-2/+8
* VERSION: Bump version up to 4.1.21...Karolin Seeger2015-09-011-2/+2
* VERSION: Disable git snapshots for the 4.1.20 release.samba-4.1.20Karolin Seeger2015-09-011-1/+1
* WHATSNEW: Add release notes for Samba 4.1.20.Karolin Seeger2015-09-011-3/+89
* s3: winbindd: Fix TALLOC_FREE of uninitialized groups variable.Jeremy Allison2015-08-311-1/+1
* s3-util: Compare the maximum allowed length of a NetBIOS nameRoel van Meer2015-08-311-1/+1
* s3-net: use talloc array in share allowedusersRalph Boehme2015-08-171-4/+20
* s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.Justin Maggard2015-08-032-3/+3
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-08-033-2/+27
* s3-auth: Fix a possible null pointer dereferenceAndreas Schneider2015-07-211-1/+3
* s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider2015-07-211-16/+13
* s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.Günther Deschner2015-07-191-1/+6
* s3:libsmb: Fix a bug in conversion of ea list to ea array.Anubhav Rakshit2015-07-191-1/+1
* smbd:trans2: treat new SMB_SIGNING_DESIRED in caseMichael Adam2015-07-191-0/+1
* docs:smb.conf: explain effect of new setting 'desired' of smb encryptMichael Adam2015-07-191-19/+47
* smbd:smb2: use encryption_desired in send_breakMichael Adam2015-07-191-2/+2
* smbd:smb2: only enable encryption in tcon if desiredMichael Adam2015-07-191-3/+6
* smbd:smb2: only enable encryption in session if desiredMichael Adam2015-07-191-3/+4
* smbd:smb2: separate between encryption required and enc desiredMichael Adam2015-07-192-4/+17
* smbXsrv: add bools encryption_desired to session and tconMichael Adam2015-07-191-0/+2
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-194-0/+9
* smbd: Make SMB3 clients use encryption with "smb encrypt = auto"Volker Lendecke2015-07-192-0/+10
* s4:selftest: also run rpc.winreg with kerberos and all possible auth optionsStefan Metzmacher2015-07-121-0/+7
* s4:selftest: run rpc.echo tests also with krb5 krb5,sign krb5,sealStefan Metzmacher2015-07-111-1/+1
* s4:rpc_server: fix padding caclucation in dcesrv_auth_response()Stefan Metzmacher2015-07-111-1/+1
* s4:rpc_server: let dcesrv_auth_response() handle sig_size == 0 with auth_info...Stefan Metzmacher2015-07-111-1/+5
* s4:rpc_server: let dcesrv_reply() use a sig_size for a padded payloadStefan Metzmacher2015-07-111-1/+6
* s4:rpc_server: let dcesrv_reply() use DCERPC_AUTH_PAD_ALIGNMENT defineStefan Metzmacher2015-07-111-1/+1