summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-10-191-18/+10
* smb2_server: set req->do_encryption = true earlierStefan Metzmacher2018-10-101-5/+10
* s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test.Jeremy Allison2018-10-091-0/+4
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-1/+2
* vfs_fruit: Don't unlink the main fileVolker Lendecke2018-09-051-1/+5
* s3:smbd: add a comment stating that file_close_user() is redundant for SMB2Ralph Boehme2018-09-051-0/+6
* s3:smbd: let session logoff close files and tcons before deleting the sessionRalph Boehme2018-09-051-23/+23
* s3:smbd: reorder tcon global record deletion and closing files of a tconRalph Boehme2018-09-051-19/+19
* selftest: add a durable handle test with delayed disconnectRalph Boehme2018-09-052-1/+25
* vfs_delay_inject: adding delay to VFS callsRalph Boehme2018-09-053-0/+66
* smbd: Fix a memleak in async search ask sharemodeVolker Lendecke2018-09-051-8/+5
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-291-0/+5
* vfs_fruit: Fix a leak of "br_lck"Volker Lendecke2018-08-231-8/+16
* s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_rea...Ralph Wuerthner2018-08-231-9/+3
* g_lock: Fix lock upgradesVolker Lendecke2018-08-231-0/+4
* torture3: Extend the g_lock6 test to also cover upgradesVolker Lendecke2018-08-231-0/+16
* torture3: add LOCAL-G-LOCK6 testStefan Metzmacher2018-08-234-0/+155
* Merge tag 'samba-4.7.9' into v4-7-testKarolin Seeger2018-08-144-12/+62
|\
| * CVE-2018-1139 selftest: verify whether ntlmv1 can be used via SMB1 when it is...Günther Deschner2018-08-111-1/+1
| * CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner2018-08-111-2/+4
| * CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from m...Jeremy Allison2018-08-112-8/+51
| * CVE-2018-10858: libsmb: Ensure smbc_urlencode() can't overwrite passed in buf...Jeremy Allison2018-08-111-2/+7
* | s3: smbd: Fix AIX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-5/+44
* | s3: smbd: Fix FreeBSD sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-4/+44
* | s3: smbd: Fix HPUX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-6/+50
* | s3: smbd: Fix Solaris sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-6/+50
* | s3: smbd: Fix Linux sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-7/+77
* | s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-07-281-1/+15
* | s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete...Jeremy Allison2018-07-281-1/+3
* | s3: torture: Test SMB1 cli_splice() fallback path when doing a non-full file ...Jeremy Allison2018-07-282-1/+157
* | vfs_ceph: don't lie about flock supportDavid Disseldorp2018-07-281-6/+5
* | s3:selftest: run rpc.lsa.lookupsids also with explicit [smb1] and [smb2]Stefan Metzmacher2018-07-281-1/+1
* | s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-07-261-0/+2
* | s3: smbd/durable: remove dev and inode check from vfs_default_durable_reconne...Ralph Boehme2018-07-121-24/+0
* | libsmbclient: Initialize written in cli_splice_fallback()Bailey Berro2018-07-121-0/+2
* | libsmbclient: Initialize written value before use.Jeremy Allison2018-07-121-1/+1
* | python: pysmbd: Additional error path leak fix.Jeremy Allison2018-07-121-0/+1
* | s3:smbd: don't allow renaming basefile if streams are openRalph Boehme2018-07-121-0/+4
* | s3:locking: add file_has_open_streams()Ralph Boehme2018-07-122-0/+32
* | s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPENRalph Boehme2018-07-122-1/+9
* | selftest: run smb2.streams tests against a share with vfs_streams_xattrRalph Boehme2018-07-121-0/+4
* | vfs_fruit: delete 0 byte size streams if AAPL is enabledRalph Boehme2018-07-121-0/+3
* | s3/notifyd.c: Rename CTDB_BROADCAST_VNNMAP to CTDB_BROADCAST_ACTIVE.Karolin Seeger2018-07-091-2/+2
* | s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-271-1/+1
* | s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-271-7/+5
* | s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-06-272-21/+0
* | s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-06-275-17/+46
* | s3:libnet: Fix format-truncation warning in samsync_ldifAndreas Schneider2018-06-271-1/+2
* | s3:passdb: Fix size of ascii_p16Andreas Schneider2018-06-271-1/+1
* | s3:lib: Use memcpy() in escape_ldap_string()Andreas Schneider2018-06-271-1/+1