summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftest: add a test for async_connect_send()Ralph Boehme2015-10-284-0/+148
* s3-torture: Remove (incorrect) samba3-specific behavior in samba3.raw.unlink ...Jeremy Allison2015-10-281-6/+1
* s3-torture: Add WILDDELETE test to smbtorture3 to test old wildcard delete wi...Jeremy Allison2015-10-282-1/+68
* s3-smbd: Fix old DOS client doing wildcard delete - gives a attribute type of...Jeremy Allison2015-10-281-0/+3
* smbd: Send SMB2 oplock breaks unencryptedVolker Lendecke2015-10-281-1/+1
* s4:lib/messaging: use correct path for names.tdbRalph Boehme2015-10-281-1/+7
* dcerpc.idl: accept invalid dcerpc_bind_nak pdusStefan Metzmacher2015-10-262-3/+52
* VERSION: Bump version up to 4.3.2...Karolin Seeger2015-10-201-2/+2
* VERSION: Disable git snapshot for the 4.3.1 release.samba-4.3.1Karolin Seeger2015-10-201-1/+1
* WHATSNEW: Add release notes for Samba 4.3.1.Karolin Seeger2015-10-201-1/+84
* s3:smbstatus: add stream name to share_entry_forall()Ralph Boehme2015-10-204-11/+30
* s3: lsa: lookup_name() logic for unqualified (no DOMAIN\ component) names is ...Jeremy Allison2015-10-201-1/+30
* s3:lib: validate domain name in lookup_wellknown_name()Ralph Boehme2015-10-201-3/+10
* s3:locking: initialize lease pointer in share_mode_traverse_fn()Ralph Boehme2015-10-201-3/+7
* s4: torture: Add SMB2 access-based enumeration test. Passes against Win2k12R2.Jeremy Allison2015-10-202-0/+231
* lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2015-10-202-0/+6
* s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Wind...Jeremy Allison2015-10-201-3/+61
* smbd: Fix file name buflen and padding in notify repsonseJeremy Allison2015-10-202-2/+16