summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nsswitch: cppcheck: Fix memleakOnRealloc errorsNoel Power2019-06-041-0/+6
* s4/smdb: cppcheck: fix nullPointer: Possible null pointer dereference warning.Noel Power2019-06-041-2/+69
* s4/smb_server/smb: cppcheck: Fix uninitvar & uninitStructMember errorsNoel Power2019-06-041-1/+1
* s4/rpc_server/dnsserver: clang: fix Value stored to 'status' is never readNoel Power2019-06-041-0/+8
* s4/rpc_server/dnsserver: cppcheck: Fix Uninitialized variable error.Noel Power2019-06-041-1/+2
* s4/ntvfs/cifs: cppcheck: squash nullPointer: Possible null pointer dereferenceNoel Power2019-06-041-0/+9
* s3:rpc_server:netlogon: simplify AUTH_TYPE_SCHANNEL check in netr_creds_serve...Stefan Metzmacher2019-06-041-35/+4
* s3:rpc_server:netlogon: don't require NEG_AUTHENTICATED_RPC in netr_ServerAut...Stefan Metzmacher2019-06-041-12/+1
* s4:rpc_server:netlogon: don't require NEG_AUTHENTICATED_RPC in netr_ServerAut...Stefan Metzmacher2019-06-041-15/+0
* s3-smbcontrol: Replace && with || to declare variables in do_sleep()Anoop C S2019-05-311-1/+1
* .gitlab-ci.yml: avoid using != to compare variables to support old versionsJoe Guo2019-05-311-1/+1
* selftest: Don't use global dirs when parsing customdc realmTim Beale2019-05-311-2/+7
* selftest: Add check customdc has valid realm/domainTim Beale2019-05-311-0/+4
* provision: Fallback to assumption root-UID==zeroTim Beale2019-05-311-1/+11
* selftest: Add more notes on using selftest with namespacesTim Beale2019-05-311-0/+97
* selftest: Add helper scripts for accessing the testenv namespaceTim Beale2019-05-313-3/+71
* selftest: Add linux namespace support (USE_NAMESPACES=1)Tim Beale2019-05-314-4/+130
* selftest: Add TESTENV_DIR "env" variableTim Beale2019-05-312-1/+3
* selftest: Add helper scripts to run selftest in namespacesTim Beale2019-05-314-0/+162
* selftest: Allow for wider range of terminals (besides xterm)Tim Beale2019-05-311-0/+4
* vfs_fruit: remove a now unnecessary includeRalph Boehme2019-05-301-1/+0
* vfs_fruit: use VFS functions in ad_read_rsrc_adouble()Ralph Boehme2019-05-301-7/+6
* vfs_fruit: use fsp and remove syscalls from ad_convert_blank_rfork()Ralph Boehme2019-05-301-24/+12
* vfs_fruit: use VFS function in ad_convert_truncate()Ralph Boehme2019-05-301-6/+4
* vfs_fruit: add VFS handle to ad_convert_truncate()Ralph Boehme2019-05-301-2/+3
* vfs_fruit: use fsp and remove mmap in ad_convert_xattr()Ralph Boehme2019-05-301-24/+5
* vfs_fruit: remove use of mmap() from ad_convert_move_reso()Ralph Boehme2019-05-301-23/+33
* vfs_fruit: convert ad_open_rsrc() to open a proper fsp with SMB_VFS_CREATE_FI...Ralph Boehme2019-05-301-26/+77
* vfs_fruit: only do cross protocol locking on non-internal opensRalph Boehme2019-05-301-1/+3
* vfs_fruit: remove a layer of indirectionRalph Boehme2019-05-301-11/+4
* vfs_fruit: pass VFS handle to ad_convert_move_reso()Ralph Boehme2019-05-301-2/+3
* vfs_fruit: remove xattr code from the AppleDouble subsystemRalph Boehme2019-05-301-27/+8
* vfs_fruit: remove now unused AppleDouble code for resource fork in xattrRalph Boehme2019-05-301-67/+3
* vfs_fruit: use stream code for resource fork size calculation in readdir_attr...Ralph Boehme2019-05-301-1/+1
* vfs_fruit: use correct case FRUIT_RSRC_STREAM in readdir_attr_rfork_size()Ralph Boehme2019-05-301-1/+1
* vfs_fruit: ignore AppleDouble files in fruit_unlink()Ralph Boehme2019-05-301-0/+2
* vfs_fruit: add a missing elseRalph Boehme2019-05-301-1/+1
* vfs_fruit: add and use is_adouble_file()Ralph Boehme2019-05-301-5/+22
* vfs_fruit: finally, remove ad_handle from struct adoubleRalph Boehme2019-05-301-2/+0
* vfs_fruit: pass handle to ad_convert_delete_adfile()Ralph Boehme2019-05-301-4/+5
* vfs_fruit: pass handle to ad_convert_finderinfo()Ralph Boehme2019-05-301-3/+4
* vfs_fruit: pass handle to ad_convert_blank_rfork()Ralph Boehme2019-05-301-3/+4
* vfs_fruit: pass handle to ad_convert_xattr()Ralph Boehme2019-05-301-4/+5
* vfs_fruit: indentation fixRalph Boehme2019-05-301-2/+2
* vfs_fruit: pass handle to ad_read_rsrc() and all the way downRalph Boehme2019-05-301-9/+12
* vfs_fruit: use proper VFS function in ad_read_meta()Ralph Boehme2019-05-301-1/+3
* vfs_fruit: indentation fixRalph Boehme2019-05-301-1/+1
* vfs_fruit: pass handle to ad_read_meta()Ralph Boehme2019-05-301-3/+4
* vfs_fruit: pass handle to ad_read()Ralph Boehme2019-05-301-2/+4
* vfs_fruit: pass handle to ad_set()Ralph Boehme2019-05-301-4/+8