summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-0856-8/+90
* libsmb: Use hex_byte() in urldecode_talloc()Volker Lendecke2021-01-081-34/+15
* ctdb: Use hex_byte() in hex_to_data()Volker Lendecke2021-01-081-12/+5
* lib: Use hex_byte() in ucs2hex_pull()Volker Lendecke2021-01-081-8/+7
* lib: Use hex_byte() in rfc1738_unescape()Volker Lendecke2021-01-081-7/+7
* ldb: Use hex_byte() in ldb_binary_decode()Volker Lendecke2021-01-081-23/+4
* tdb: Use hex_byte() in parse_hex()Volker Lendecke2021-01-081-22/+2
* tdb: Use hex_byte() in read_data()Volker Lendecke2021-01-081-31/+10
* lib: Add "hex_byte()" to replace.hVolker Lendecke2021-01-081-0/+16
* dsdb: Fix a typoVolker Lendecke2021-01-081-1/+1
* dsdb: Fix comment wordingVolker Lendecke2021-01-081-1/+1
* auth: Fix a typoVolker Lendecke2021-01-081-1/+1
* auth: Reformat a commentVolker Lendecke2021-01-081-4/+5
* vfs_virusfilter: Allocate separate memory for config char*Arne Kreddig2021-01-071-9/+57
* s3:lib: Create the cache path of user gencache recursivelyAndreas Schneider2021-01-061-1/+1
* lib:util: Add directory_create_or_exists_recursive()Andreas Schneider2021-01-063-5/+165
* s3:utils - explicitly free cmdline_messaging_contextAndrew Walker2021-01-054-0/+4
* Fix small typo in manpageYvan Masson2021-01-041-1/+1
* WHATSNEW: printing changesBjörn Jacke2021-01-041-0/+9
* script/release.sh: Use new GPG key.Karolin Seeger2021-01-041-3/+3
* lib: Avoid declaring zero-length VLAs in various messaging functionsDimitry Andric2021-01-041-3/+3
* Happy New Year 2021!Stefan Metzmacher2021-01-012-2/+2
* vfs_gpfs:Logging filename for smbd_gpfs_set_times_path()Archana2020-12-301-2/+3
* net: remove obsolete net ads dns gethostbyname commandBjörn Jacke2020-12-234-88/+0
* dnsupdates: clean up all RRSets and not only type ABjörn Jacke2020-12-232-3/+2
* tests: also test net ads dns (un)register with IPv6Björn Jacke2020-12-232-15/+12
* tests: also test v6 for async dns test by using digBjörn Jacke2020-12-231-5/+14
* tests python krb5: PEP8 cleanupsGary Lockyer2020-12-2110-263/+413
* tests python krb5: use key usage constantsGary Lockyer2020-12-217-34/+42
* tests python krb5: Add key usage constantsGary Lockyer2020-12-211-0/+50
* dns_update.c: handle DNS_QTYPE_ALLBjörn Jacke2020-12-191-0/+1
* gpo: Apply Group Policy Sudo Rights from VGPDavid Mulder2020-12-193-2/+82
* gpo: Test Group Policy VGP Sudo RightsDavid Mulder2020-12-193-0/+91
* gpo: Add gp_xml_ext parser for group policyDavid Mulder2020-12-191-0/+9
* smbd: close_file() should never see an internal dirfsp.Jeremy Allison2020-12-181-7/+5
* vfs_acl_tdb: avoid deleting the NT ACL from the tdbRalph Boehme2020-12-171-0/+6
* vfs_acl_xattr: avoid removing the ACL xattrRalph Boehme2020-12-171-1/+7
* vfs_acl_common: add an fsp extension when setting ACLRalph Boehme2020-12-172-0/+12
* vfs_acl_common: add and use a function exit labelRalph Boehme2020-12-171-17/+9
* vfs_acl_xattr: reformattingRalph Boehme2020-12-171-7/+9
* vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2020-12-1729-626/+12
* posix_acls: use pathref fsp in copy_access_posix_acl()Ralph Boehme2020-12-171-1/+1
* smbd: use pathref fsp in change_dir_owner_to_parent()Ralph Boehme2020-12-171-84/+17
* smbd: use a real dirfsp/atname in mkdir_internal() with SMB_VFS_MKDIRAT()Ralph Boehme2020-12-171-2/+2
* smbd: after creating a directory, open the fsp as pathref fspRalph Boehme2020-12-171-3/+15
* smbd: pass fsp to mkdir_internal()Ralph Boehme2020-12-171-3/+6
* smbd: open a pathref fsp on the parent directoryRalph Boehme2020-12-171-1/+13
* vfs_time_audit: support real dirfsps in smb_time_audit_mkdirat()Ralph Boehme2020-12-171-1/+12
* vfs_full_audit: support real dirfsps in smb_full_audit_mkdirat()Ralph Boehme2020-12-171-1/+12
* vfs_shadow_copy2: support real dirfsps in shadow_copy2_mkdirat()Ralph Boehme2020-12-171-1/+11