summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* libcli:smb: Return NTSTATUS for smb_key_derivation()Andreas Schneider2019-05-211-3/+10
* s3: torture: Fix return valuesRikard Falkeborn2019-05-191-5/+5
* s3: libsmbclient: Fix return value if cli_open() failsRikard Falkeborn2019-05-191-1/+1
* vfs_gpfs: Fix return value if getting data failsRikard Falkeborn2019-05-191-1/+1
* vfs_catia: Fix return value in lock functionsRikard Falkeborn2019-05-191-3/+3
* Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine2019-05-191-0/+1
* smbd: Send "share_file_id" with the rename msgVolker Lendecke2019-05-183-48/+55
* smbd: Add file_rename_message in idlVolker Lendecke2019-05-184-115/+81
* smbd: Do oplock break messages in ndrVolker Lendecke2019-05-163-34/+57
* smbd: Use send_break_message() in send_break_to_none()Volker Lendecke2019-05-161-8/+6
* smbd: Remove a pointless "continue" statementVolker Lendecke2019-05-161-1/+0
* smbd: Remove an obsolete comment from share_conflict()Volker Lendecke2019-05-161-4/+0
* s3: smbd: Don't log at WARNING level when exiting the server on error.Richard Sharpe2019-05-161-1/+1
* s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundaryShyamsunder Rathi2019-05-161-3/+35
* s3: squash 'cast between incompatible function types' warningNoel Power2019-05-162-11/+16
* s3/smbd: squash 'cast between incompatible function types' warningNoel Power2019-05-161-10/+21
* smbd: Slightly simplify delay_for_oplock()Volker Lendecke2019-05-161-12/+12
* smbd: Fix a typoVolker Lendecke2019-05-161-1/+1
* smbd: Use a direct struct assignment in reply_setatr()Volker Lendecke2019-05-161-3/+4
* s3: net: Test of fuzzer problems with net rpc registry import.Jeremy Allison2019-05-152-0/+193
* s3: net: Rewrite of reg_parse_fd() to harden against buffer overwrites.Jeremy Allison2019-05-151-99/+203
* s3: net: Harden srprs_str() against memcmp overread.Jeremy Allison2019-05-151-0/+8
* s3: net: Harden act_val_hex() act_val_sz() against errors.Jeremy Allison2019-05-151-0/+2
* s3: net: Harden guess_charset() against overflow errors.Jeremy Allison2019-05-151-1/+9
* test_regfio.c: include stdint.h before cmoka.hFabrice Fontaine2019-05-151-0/+1
* s3:libsmb: Add missing OOM check in fill_quota_buffer()Andreas Schneider2019-05-151-1/+7
* vfs: add ceph_snapshots moduleDavid Disseldorp2019-05-143-0/+1848
* vfs_ceph: drop fdopendir handlerDavid Disseldorp2019-05-141-12/+3
* vfs_ceph: fix cephwrap_flistxattr() debug messageDavid Disseldorp2019-05-101-1/+2
* s3 rpc_client: Fix Asan stack use after scopeGary Lockyer2019-05-101-6/+7
* s3/rpcclient: Fix bad (and illegal) func castNoel Power2019-05-101-2/+1
* s3/registry: fix various 'cast between incompatible function' warningsNoel Power2019-05-101-16/+45
* s3/registry: Fix incompatible func castsNoel Power2019-05-101-5/+22
* s3/registry: Fix func cast error (diff in params size_t vs uint32)Noel Power2019-05-101-1/+1
* read_smb_length: Use correct function name in debug messageMichael Hanselmann2019-05-101-1/+1
* s3: SMB1: Don't allow recvfile on stream fsp's.Jeremy Allison2019-05-101-0/+4
* s3:smbd: don't use recvfile on streamsRalph Boehme2019-05-091-0/+3
* s3:smbspool: Fix regression printing with Kerberos credentialsAndreas Schneider2019-05-091-1/+1
* g_lock: Fix a typoVolker Lendecke2019-05-081-1/+1
* g_lock: Apply some constVolker Lendecke2019-05-081-1/+2
* s3:utils: If share is NULL in smbcacls, don't print itAndreas Schneider2019-05-081-2/+2
* s3:utils: If share is NULL in smbcquotas, don't print itAndreas Schneider2019-05-081-2/+2
* s3:winbindd: Do not free db_path in idmap_tdb2 before we printed itAndreas Schneider2019-05-081-2/+2
* s3:rpc_server: Do not free the tdbname before we printed itAndreas Schneider2019-05-081-2/+2
* s3:smbd: Use GnuTLS SHA512 in smb2 session setupAndreas Schneider2019-05-071-17/+46
* s3:smbd: Use GnuTLS SHA512 in smb2 serverAndreas Schneider2019-05-071-17/+45
* build: Remove build of replacetortAndrew Bartlett2019-05-062-6/+1
* smbd: Use "ISDOT" in reply_setatrVolker Lendecke2019-05-031-2/+1
* smbd: Use a struct initializerVolker Lendecke2019-05-031-2/+1
* smbd: Make "check_access()" static to trans2.cVolker Lendecke2019-05-032-8/+4