summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * CVE-2018-10858: libsmb: Ensure smbc_urlencode() can't overwrite passed in buf...Jeremy Allison2018-08-111-2/+7
| * VERSION: Bump version up to 4.8.4...Karolin Seeger2018-08-111-2/+2
* | s3/smbd: Ensure quota code is only called when quota support detectedNoel Power2018-08-132-0/+10
* | systemd: Only start smb when network interfaces are upOleksandr Natalenko2018-08-131-1/+2
* | s3/utils: fix regression where specifying -Unetbios/root worksNoel Power2018-08-131-1/+2
* | s3/smbd: allow set quota for non root user (when built with --enable-selftest)Noel Power2018-08-131-1/+1
* | s3/script/tests: Add simple (smb1 & smb2) get/set/list tests for smbcquotasNoel Power2018-08-135-0/+454
* | s3/script/test: modify existing smbcquota test to use SMB2 in addition to SMB1.Noel Power2018-08-131-2/+12
* | s3/smbd: smb2 server implementation for query get/set info.Noel Power2018-08-133-3/+120
* | s3/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcsNoel Power2018-08-133-290/+402
* | s3/libsmb: adjust smb2 code for new idl structs & generated ndr push/pull funcs.Noel Power2018-08-131-28/+58
* | s3/libsmb: adjust smb1 cli code to use idl structs and ndr push/pull funcs.Noel Power2018-08-133-180/+224
* | librpc/idl Add some query [getset]info quota related structuresNoel Power2018-08-133-0/+60
* | s3/smbd: Don't stat when doing a quota operation (as it's a fake file)Noel Power2018-08-131-1/+2
* | s3/libsmb: Avoid potential smbpanic calling parse_user_quota_list.Noel Power2018-08-131-0/+8
* | s3/lib: Fix misleading typo in debug messageNoel Power2018-08-131-1/+1
* | s3: smbd: Fix AIX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-5/+44
* | s3: smbd: Fix FreeBSD sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-4/+44
* | s3: smbd: Fix HPUX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-6/+50
* | s3: smbd: Fix Solaris sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-6/+50
* | s3: smbd: Fix Linux sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-7/+77
* | dns wildcards: fix BUG 13536Gary Lockyer2018-08-132-5/+1
* | dns wildcards: tests to confirm BUG 13536Gary Lockyer2018-08-132-0/+53
* | s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-08-132-2/+15
* | s4: torture: run test_durable_v2_open_reopen2_lease() in a subdirectoryRalph Boehme2018-08-132-2/+10
* | s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete...Jeremy Allison2018-08-132-3/+3
* | s3: torture: Test SMB1 cli_splice() fallback path when doing a non-full file ...Jeremy Allison2018-08-133-1/+159
* | docs/vfs_ceph: add CTDB_SAMBA_SKIP_SHARE_CHECK=yes caveatDavid Disseldorp2018-08-131-0/+11
* | vfs_ceph: don't lie about flock supportDavid Disseldorp2018-08-132-6/+13
* | ldb: Refuse to build Samba against a newer minor version of ldbAndrew Bartlett2018-08-131-10/+22
* | samba-tool trust: support discovery via netr_GetDcNameAlexander Bokovoy2018-08-131-8/+18
* | s3:selftest: run rpc.lsa.lookupsids also with explicit [smb1] and [smb2]Stefan Metzmacher2018-08-131-1/+1
* | s4:librpc: autonegotiate SMB1/2/3Stefan Metzmacher2018-08-131-139/+120
* | python/tests: use explicit "client ipc max protocol = NT1" for samba.tests.ne...Stefan Metzmacher2018-08-131-0/+2
* | tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy2018-08-131-9/+19
* | s4:libcli: add smb_connect_nego_{send,recv}()Stefan Metzmacher2018-08-133-5/+246
* | s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher2018-08-131-5/+30
* | s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-08-132-0/+33
* | s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-08-132-0/+22
* | s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher2018-08-131-4/+12
* | s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher2018-08-131-0/+35
* | s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher2018-08-134-10/+41
* | s4:libcli: use talloc_zero() for struct smb_composite_connect in fetchfile.cStefan Metzmacher2018-08-131-1/+1
* | s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher2018-08-131-0/+44
* | s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-08-131-30/+44
* | librpc: add binding handle support for [smb1]Stefan Metzmacher2018-08-132-0/+3
* | s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-08-131-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