summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.3.3 release.samba-4.3.3Karolin Seeger2015-12-101-1/+1
* WHATSNEW: Add release notes for Samba 4.3.3.Karolin Seeger2015-12-101-2/+149
* CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-102-11/+76
* 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
* ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-102-3/+4
* CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-101-2/+7
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-101-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-101-1/+2
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-104-14/+25
* CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-101-4/+8
* CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-101-28/+18
* CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-101-4/+13
* CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-101-1/+15
* VERSION: Bump version up to 4.3.3...Karolin Seeger2015-11-301-2/+2
* VERSION: Disable git snapshot for the 4.3.2 release.samba-4.3.2Karolin Seeger2015-11-301-1/+1
* WHATSNEW: Add release notes for Samba 4.3.2.Karolin Seeger2015-11-301-2/+87
* s3: smbd: have_file_open_below() fails to enumerate open files below an open ...Jeremy Allison2015-11-251-4/+9
* selftest: add test for force user and well-known primary groupUri Simchoni2015-11-232-1/+18
* auth: consistent handling of well-known alias as primary gidUri Simchoni2015-11-231-6/+17
* auth: remove a line that has no effectUri Simchoni2015-11-231-2/+0
* winbind: Don't crash on invalid idmap configsVolker Lendecke2015-11-231-0/+1
* fix writev(vector[...]) points to uninitialised bytes in call_trans2findfirstNoel Power2015-11-201-1/+5
* fix 'Invalid read of size 1' in reply_searchNoel Power2015-11-201-4/+5
* fix writev(vector[...]) points to uninitialised bytes in call_trans2findnextNoel Power2015-11-201-0/+5
* fix uninitialised read in process_host_announceNoel Power2015-11-201-0/+2
* remove many valgrind errors for base.lock testNoel Power2015-11-201-0/+2
* nss_wins: Use lp_global_no_reinit()Andreas Schneider2015-11-171-1/+1
* s3: winbind: Prevent null ptr access by returning error if no creds availableNoel Power2015-11-161-2/+5
* s3: rpcclient: Prevent null ptr access by returning error if no creds availableNoel Power2015-11-161-0/+5
* s3: smbd: If EA's are turned off on a share don't allow an SMB2 create contai...Jeremy Allison2015-11-161-0/+6
* vfs_gpfs: Re-enable share modesVolker Lendecke2015-11-161-1/+2
* texpect: undefined symbol rep_fprintfTom Schulz2015-11-161-1/+1
* Changing log level of two entries to DBG_NOTICEMarc Muehlfeld2015-11-062-4/+4
* lib: util: Make non-critical message a warning.Jeremy Allison2015-11-061-2/+2
* s3:smb2_server: make the logic of SMB2_CANCEL DLIST_REMOVE() clearerStefan Metzmacher2015-11-051-1/+11
* s3-smbd: Fix use after issue in smbd_smb2_request_dispatch()Andreas Schneider2015-11-051-7/+8
* manpage: corrected small typo errorYvanM2015-11-051-1/+1
* s4: fix linking smbtorture on Solaris.Tom Schulz2015-11-051-0/+4
* script/release.sh: make it possible to create stable .x releases (x >= 1)Stefan Metzmacher2015-11-041-131/+352
* script/release.sh: make it possible to create stable .0 releasesStefan Metzmacher2015-11-041-6/+398
* ctdb: open the RO tracking db with perms 0600 instead of 0000Michael Adam2015-10-291-1/+1
* selftest: Avoid system krb5.conf in "none" test envUri Simchoni2015-10-282-5/+17
* selftest: Avoid system krb5.conf in some test envs that don't use kerberosUri Simchoni2015-10-281-0/+14
* selftest: Avoid system krb5.conf in testenv provisioningUri Simchoni2015-10-281-4/+13
* auth: gensec: Parameters out_mem_ctx and ev are passed in the wrong order to ...Jeremy Allison2015-10-281-1/+1
* async_req: fix non-blocking connect()Ralph Boehme2015-10-281-29/+27