summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-0912-24/+55
* CVE-2020-25717: s3:auth: don't let create_local_token depend on !winbind_ping()Stefan Metzmacher2021-11-091-6/+4
* CVE-2020-25717: s3:lib: add lp_allow_trusted_domains() logic to is_allowed_do...Stefan Metzmacher2021-11-091-1/+14
* CVE-2020-25717: s3:auth: remove fallbacks in smb_getpwnam()Ralph Boehme2021-11-091-35/+42
* CVE-2020-25717: s3:auth: no longer let check_account() autocreate local usersStefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:auth: we should not try to autocreate the guest accountStefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:auth: Check minimum domain uidSamuel Cabrero2021-11-091-0/+16
* CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() forward the lo...Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: loadparm: Add new parameter "min domain uid"Samuel Cabrero2021-11-091-0/+2
* CVE-2020-25717: s3:auth: start with authoritative = 1Stefan Metzmacher2021-11-092-2/+2
* CVE-2020-25717: s3:rpcclient: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:torture: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:ntlm_auth: start with authoritative = 1Stefan Metzmacher2021-11-092-7/+7
* CVE-2020-25717: s3:winbindd: make sure we default to r->out.authoritative = trueStefan Metzmacher2021-11-095-5/+40
* smbd: check lp_load_printers before reload via NetShareEnumDavid Disseldorp2021-11-081-1/+7
* CI: add a test for bug 14882Ralph Boehme2021-11-042-0/+83
* s3/libsmb: check for global parametric option "libsmb:client_guid"Stefan Metzmacher2021-11-041-1/+8
* s3: smbd: Ensure in the directory scanning loops inside rmdir_internals() we ...Jeremy Allison2021-11-041-6/+7
* s3: smbtorture3: Add test for setting delete on close on a directory, then cr...Jeremy Allison2021-11-044-0/+156
* smbd: early out in is_visible_fsp()Ralph Boehme2021-11-031-0/+8
* vfs_fruit: remove a fsp check from ad_fset()Ralph Boehme2021-11-031-7/+0
* s3: smbd: dirfsp is being used uninitialized inside rmdir_internals().Jeremy Allison2021-11-031-1/+2
* s3:librpc: Improve calling of krb5_kt_end_seq_get()Pavel Filipenský2021-11-031-51/+59
* debug: Add new smb.conf option "debug syslog format"Martin Schwenke2021-11-011-0/+1
* s3:modules:recycle - fix crash in recycle_unlink_internalAndrew Walker2021-10-301-12/+5
* fix undefined-shift in put_res_rec fuzz error: ../../source3/libsmb/nmblib.c:...eaglegai2021-10-291-1/+1
* s3: smbd: Fix logic in can_delete_directory_fsp() to cope with dangling symli...Jeremy Allison2021-10-291-6/+49
* s3: smbd: Fix logic in rmdir_internals() to cope with dangling symlinks.Jeremy Allison2021-10-291-5/+51
* s3: smbd: Fix rmdir_internals() to do an early return if lp_delete_veto_files...Jeremy Allison2021-10-291-14/+22
* s3: VFS: xattr_tdb. Allow unlinkat to cope with dangling symlinks.Jeremy Allison2021-10-291-0/+10
* s3: VFS: streams_depot. Allow unlinkat to cope with dangling symlinks.Jeremy Allison2021-10-291-0/+10
* s3: smbd: Add two tests showing the ability to delete a directory containing ...Jeremy Allison2021-10-292-0/+186
* s3: smbd: Fix recursive directory delete of a directory containing veto file ...Jeremy Allison2021-10-291-1/+1
* s3: smbd: Add two tests showing recursive directory delete of a directory con...Jeremy Allison2021-10-292-0/+220
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-201-5/+5
* s3: smbspool. Remove last use of 'extern char **environ;'.Jeremy Allison2021-10-141-4/+1
* mdssvc: add options to allow ignoring attribute and type mapping errorsRalph Boehme2021-10-141-18/+78
* mdssvc: prepare for ignore attribute and type mapping errorsRalph Boehme2021-10-142-4/+4
* selftest: add a test ignored spotlight/elasticsearch mapping failuresRalph Boehme2021-10-141-0/+54
* Fix detection of rpc/xdr.h on macOSAlex Richardson2021-10-131-1/+1
* vfs_preopen.c: Fix -Wformat error on macOSAlex Richardson2021-10-131-1/+1
* source3/smbd/statcache.c: Fix -Wformat build error on macOSAlex Richardson2021-10-131-1/+1
* sec_ctx.c: Fix -Wunused-function warning on macOSAlex Richardson2021-10-131-11/+9
* source3/printing/queue_process.c: fix build on macOSAlex Richardson2021-10-131-2/+0
* s3: VFS: zfsacl: Ensure we use a pathref fd, not an io fd, for getting/settin...Jeremy Allison2021-10-121-9/+8
* s3:winbindd: Fix winbindd child logfile name handlingPavel Filipenský2021-10-121-5/+6
* s3: smbd: Ensure when we change security context we delete any $cwd cache.Jeremy Allison2021-10-081-0/+8
* s3: selftest: Add regression test to show the $cwd cache is misbehaving when ...Jeremy Allison2021-10-082-0/+111
* vfs: add and use a few SMB_VFS_ODX definesRalph Boehme2021-10-082-3/+13
* vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme2021-10-0811-7/+61