summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmbclient: Finish unifing bad iconv behavior across CORE NT1 SMB2 prot...Jeremy Allison2020-06-041-2/+3
* s3: libsmb: In SMB2 return NT_STATUS_INVALID_NETWORK_RESPONSE if name convers...Jeremy Allison2020-06-041-0/+6
* s3: libsmb: In SMB1 old protocol - return NT_STATUS_INVALID_NETWORK_RESPONSE ...Jeremy Allison2020-06-041-1/+4
* s3: selftest: Add test_smbclient_iconv.sh to check client behavior on bad nam...Jeremy Allison2020-06-042-0/+60
* winbindd: Fix a use-after-free when winbind clients exitVolker Lendecke2020-05-221-1/+27
* s3:gencache: Allow to open gencache as read-onlyAndreas Schneider2020-05-221-3/+60
* libsmb: Protect cli_oem_change_password() from rprcnt<2Volker Lendecke2020-05-141-0/+6
* libsmb: Protect cli_RNetServerEnum against rprcnt<6Volker Lendecke2020-05-141-0/+7
* libsmb: Protect cli_RNetShareEnum() against rprcnt<6Volker Lendecke2020-05-141-0/+5
* libsmb: Fix indentation in cli_RNetShareEnum()Volker Lendecke2020-05-141-64/+69
* vfs_shadow_copy2: implement case canonicalisation in shadow_copy2_get_real_fi...Ralph Boehme2020-05-131-8/+83
* s3/lib: add is_gmt_token()Ralph Boehme2020-05-132-0/+20
* smbd: make get_real_filename_full_scan() publicRalph Boehme2020-05-132-4/+12
* CI: add two tests for shadow_copy2 VFS moduleRalph Boehme2020-05-131-0/+12
* s3: pass DCE RPC handle type to create_policy_hndAlexander Bokovoy2020-05-0410-48/+108
* libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke2020-05-043-30/+0
* Merge tag 'samba-4.11.8' into v4-11-testKarolin Seeger2020-04-285-7/+11
|\
| * CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-04-211-0/+1
| * CVE-2020-10704: smb.conf: Add max ldap request sizesGary Lockyer2020-04-211-0/+3
| * CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-04-214-7/+7
* | s3/librpc/crypto: Fix double free with unresolved credential cacheNoel Power2020-04-151-4/+0
* | s3:libads: Fix ads_get_upn()Andreas Schneider2020-04-071-0/+1
* | smbd: let delayed update handler also update on-disk timestampsRalph Boehme2020-04-071-9/+1
* | smbd: let mark_file_modified() always call trigger_write_time_update()Ralph Boehme2020-04-071-2/+2
* | smbd: remove stat call from mark_file_modified()Ralph Boehme2020-04-071-3/+0
* | smbd: avoid double chdir() in chdir_current_service()Ralph Boehme2020-04-071-11/+14
* | smbd: flush pending writetime update when setting timestamps fileRalph Boehme2020-04-072-7/+22
* | smbd: flush pending writetime update when flushing fileRalph Boehme2020-04-072-0/+14
* | smbd: always flush pending write time update when setting filesizeRalph Boehme2020-04-071-0/+7
* | nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall2020-03-181-0/+3
* | vfs_recycle: prevent flooding the log if we're called on non-existant pathsRalph Boehme2020-03-181-2/+2
* | VFS: default: add support for FILE_ATTRIBUTE_OFFLINE to async dosmodeRalph Boehme2020-03-181-0/+29
* | VFS: default: use correct type for pathlen in vfswrap_getxattrat_do_sync()Ralph Boehme2020-03-181-1/+1
* | VFS: default: avoid a crash in vfswrap_getxattrat_do_sync()Ralph Boehme2020-03-181-1/+1
* | VFS: default: remove unused arg from vfswrap_is_offline()Ralph Boehme2020-03-181-8/+4
* | VFS: default: let vfswrap_is_offline() take conn, not handleRalph Boehme2020-03-181-5/+7
* | smbd: ignore set NTACL requests which contain S-1-5-88 NFS ACEsRalph Boehme2020-03-181-0/+4
* | vfs_fruit: tmsize prevent overflow Force the type during arithmetic in order ...Art M. Gallagher2020-03-181-3/+9
* | smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not validRalph Boehme2020-03-181-1/+9
|/
* smbd: Separate aio_pthread indicator from normal EINTRVolker Lendecke2020-02-252-12/+28
* lib: Map EINPROGRESS->NT_STATUS_MORE_PROCESSING_REQUIREDVolker Lendecke2020-02-251-0/+1
* test: Show that smbd does not handle EINTR from open() correctlyVolker Lendecke2020-02-252-0/+75
* test: Intercept open in vfs_error_injectVolker Lendecke2020-02-251-0/+17
* s3: VFS: full_audit. Use system session_info if called from a temporary share...Jeremy Allison2020-02-211-4/+16
* auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-191-1/+2
* auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-191-1/+2
* winbindd: handling missing idmap in getgrgid()Stefan Metzmacher2020-02-111-0/+4
* s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher2020-02-111-0/+38
* s3:selftest: test authentication with an empty userdomain and upn namesStefan Metzmacher2020-02-111-0/+8
* s3:auth_sam: introduce effective_domain helper variablesStefan Metzmacher2020-02-111-7/+9