summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-0313-41/+41
* s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return.Jeremy Allison2020-11-031-0/+2
* s3-vfs_glusterfs: refuse connection when write-behind xlator is presentGünther Deschner2020-11-021-0/+89
* pam_winbind/ro.po: fix error from previous patch mergeBjörn Jacke2020-10-291-3/+0
* s3:rpc_server: Allow to use RC4 for setting passwordsAndreas Schneider2020-10-293-2/+81
* s3:smbd: Use defines to set 'srv_smb_encrypt'Andreas Schneider2020-10-291-1/+2
* s3:smbd: Add SMB3 connection information to session infoAndreas Schneider2020-10-293-1/+87
* s3: smbd: Ensure change notifies can't get set unless the directory handle is...Jeremy Allison2020-10-291-0/+8
* CVE-2020-14323 winbind: Fix invalid lookupsids DoSVolker Lendecke2020-10-291-1/+1
* s3:rpcclient fix NULL - deref caused by misuse of chgpasswd3Andrew Walker2020-10-291-1/+1
* s3: update Russian translation of pam_winbindMikhail Novosyolov2020-10-281-12/+15
* s3: Rerun genmsg to update pam_winbind after 10 yearsMikhail Novosyolov2020-10-2820-823/+837
* s3: update list of languages in genmsg of pam_winbindMikhail Novosyolov2020-10-281-1/+1
* s3: update paths in genmsg of pam_winbindMikhail Novosyolov2020-10-281-1/+1
* s3: fix running genmsg in pure gitMikhail Novosyolov2020-10-281-0/+2
* daemons: report status to systemd even when running in foregroundAlexander Bokovoy2020-10-263-3/+10
* test: Check that notifyd messages actually change the databaseVolker Lendecke2020-10-242-1/+86
* test: Add a first unit test for notifydVolker Lendecke2020-10-243-0/+279
* notifyd: Add fcn_wait_send()/recv()Volker Lendecke2020-10-243-0/+312
* notifyd: Factor out notify_walk() into its own fileVolker Lendecke2020-10-248-170/+196
* notifyd: Factor out notifyd_parse_entry() into its own fileVolker Lendecke2020-10-244-39/+102
* notifyd: Fix a typoVolker Lendecke2020-10-241-1/+1
* lib: Fix includes for messages.hVolker Lendecke2020-10-241-0/+3
* smbd: add and use SMB2_FILE_ALL_INFORMATIONRalph Boehme2020-10-233-3/+4
* smbd: add and use SMB2_FILE_FULL_EA_INFORMATIONRalph Boehme2020-10-233-6/+4
* s3: add and use MS-FSCC Codes from 2.4 and 2.5Ralph Boehme2020-10-231-57/+123
* smb: update comments on the NTCREATEX_FLAG_* flagsRalph Boehme2020-10-231-5/+4
* smb: rename NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPEN to NTCREATEX_FLAG_STREA...Ralph Boehme2020-10-233-3/+3
* smb: rename NTCREATEX_OPTIONS_PRIVATE_DELETE_ON_CLOSE to NTCREATEX_FLAG_DELET...Ralph Boehme2020-10-234-4/+4
* smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCBRalph Boehme2020-10-233-5/+5
* smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_DOS to NTCREATEX_FLAG_DENY_DOSRalph Boehme2020-10-234-7/+7
* librpc/dcesrv_core: move two rpcint_dispatch() copies into dcesrv_call_dispat...Stefan Metzmacher2020-10-232-128/+2
* s3:modules: Do not install vfs modules only used for testingAndreas Schneider2020-10-231-4/+8
* s3:script: Fix test_dfree_quota.shAndreas Schneider2020-10-231-1/+1
* smbd: split out POSIX info_levels from smbd_do_setfilepathinfo() into own fun...Ralph Boehme2020-10-231-109/+157
* smbd: mark UCF_UNIX_NAME_LOOKUP as unusedRalph Boehme2020-10-231-1/+1
* smbd: remove use of UCF_UNIX_NAME_LOOKUPRalph Boehme2020-10-232-21/+2
* smbd: use UCF_POSIX_PATHNAMES flag for path validation logic in filename_conv...Ralph Boehme2020-10-231-3/+4
* smbd: base POSIX semantics of call_trans2findfirst() on SMB_FILENAME_POSIX_PA...Ralph Boehme2020-10-231-1/+1
* smbd: let directory entries inherit the smb_fname->flags from the directoryRalph Boehme2020-10-231-0/+1
* smbd: base POSIX semantics in call_trans2findfirst() on req->posix_pathnamesRalph Boehme2020-10-231-3/+6
* vfs_default: allow dirfsps in the link VFS functionsRalph Boehme2020-10-231-9/+0
* selftest: remove POSIX test from planned tests for ad_dc_ntvfs environRalph Boehme2020-10-231-1/+0
* vfs_streams_depot: only assert AT_FDCWD for streamsRalph Boehme2020-10-231-5/+5
* vfs_streams_xattr: only assert AT_FDCWD for streamsRalph Boehme2020-10-231-5/+5
* smbd: fix order of smb_fname flags and twrp args in call_trans2findfirst()Ralph Boehme2020-10-231-2/+2
* smbd: fix order of smb_fname flags and twrp args in unlink_internals()Ralph Boehme2020-10-231-2/+2
* vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme2020-10-2315-17/+18
* wb_sids2xids: defer/skip wb_lookupsids* unless we get ID_TYPE_WB_REQUIRE_TYPEStefan Metzmacher2020-10-231-19/+158
* winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPEStefan Metzmacher2020-10-238-6/+114