summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tevent: bump the version number to 0.11.0tevent-0.11.0Pavel Březina2021-07-073-21/+147
* tevent: add event trace apiPavel Březina2021-07-0711-10/+1461
* tevent: add custom tag to eventsPavel Březina2021-07-079-1/+370
* tevent: add support for cmocka unit testsPavel Březina2021-07-071-3/+26
* third_party:cmocka: Fix build when used in lib/teventAndreas Schneider2021-07-071-0/+2
* smbXsrv_{open,session,tcon}: protect smbXsrv_{open,session,tcon}_global_trave...Stefan Metzmacher2021-07-063-0/+23
* testprogs: Consistantly use kinit -c $KRB5CCNAMEStefan Metzmacher2021-07-0514-45/+37
* gensec_krb5: restore ipv6 support for kpasswdStefan Metzmacher2021-07-051-2/+4
* printing: avoid crash in LPRng_timeDouglas Bagnall2021-07-051-0/+6
* fuzz: add fuzz_parse_lpq_entryDouglas Bagnall2021-07-052-0/+70
* fuzz: fix multiple comment headersDouglas Bagnall2021-07-056-6/+6
* dns update: zero flags and reservedDouglas Bagnall2021-07-052-2/+2
* dns_common_replace: do not leakDouglas Bagnall2021-07-051-0/+1
* samba-tool: dns update rejects malformed addressesDouglas Bagnall2021-07-052-3/+11
* pydns: fix a comment in replace_by_dn()Douglas Bagnall2021-07-051-1/+1
* ldb-samba: dns tombstone matching: constrict value lengthDouglas Bagnall2021-07-051-4/+6
* dns_server: free old zones when reloadingDouglas Bagnall2021-07-051-1/+1
* s4/dns_common_replace: add comments about tombstonesDouglas Bagnall2021-07-051-0/+23
* dns_common_replace: comment in needs_add caseDouglas Bagnall2021-07-051-0/+5
* dns_common_replace: do logging in needs_add caseDouglas Bagnall2021-07-051-1/+1
* dnsserver_common: comments about record sortingDouglas Bagnall2021-07-051-3/+6
* py/dnsserver: TXTRecord copes with single stringsDouglas Bagnall2021-07-051-0/+2
* dnsserver/update: add a few commentsDouglas Bagnall2021-07-051-2/+8
* dns update: emit warnings upon unexpected occurrancesDouglas Bagnall2021-07-051-2/+21
* dlz_bind9: insert missing words into error messageDouglas Bagnall2021-07-051-1/+3
* dlz_bind9: fix a copy-pasted commentDouglas Bagnall2021-07-051-1/+1
* s3: VFS: Update status of SMB_VFS_GETXATTR.Jeremy Allison2021-07-042-2/+2
* vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison2021-07-049-118/+1
* s3: VFS: xattr_tdb: Remove xattr_tdb_getxattr.Jeremy Allison2021-07-041-48/+0
* s3: VFS: vxfs: Remove vxfs_get_xattr.Jeremy Allison2021-07-041-30/+0
* s3: VFS: unityed_media: Remove um_getxattr.Jeremy Allison2021-07-041-32/+0
* s3: VFS: snapper: Remove snapper_gmt_getxattr.Jeremy Allison2021-07-041-53/+0
* s3: VFS: shadow_copy2: Remove shadow_copy2_getxattr.Jeremy Allison2021-07-041-54/+0
* s3: VFS: posix_eadb: Remove posix_eadb_getxattr.Jeremy Allison2021-07-041-15/+0
* s3: VFS: media_harmony: Remove mh_getxattr.Jeremy Allison2021-07-041-38/+0
* s3: VFS: glusterfs: Remove vfs_gluster_getxattr.Jeremy Allison2021-07-041-11/+0
* s3: VFS: ceph_snapshots: Remove ceph_snap_gmt_getxattr.Jeremy Allison2021-07-041-45/+0
* s3: VFS: ceph: Remove cephwrap_getxattr.Jeremy Allison2021-07-041-19/+0
* s3: VFS: catia: Remove catia_getxattr.Jeremy Allison2021-07-041-60/+0
* s3: VFS: cap: Remove cap_getxattr.Jeremy Allison2021-07-041-43/+0
* s3: lib: adouble.c: In ad_read_meta() we can now guarantee a valid fsp.Jeremy Allison2021-07-041-19/+9
* s3: VFS: fruit: In fruit_streaminfo_meta_netatalk(), ad_get() -> ad_get_meta_...Jeremy Allison2021-07-041-1/+1
* s3: VFS: fruit: In fruit_stat_meta_netatalk(), ad_get() -> ad_get_meta_fsp().Jeremy Allison2021-07-041-1/+1
* s3: VFS: fruit: In readdir_attr_meta_finderi_netatalk(), ad_get() -> ad_get_m...Jeremy Allison2021-07-041-1/+1
* s3: VFS: fruit: In update_btime(), ad_get() -> ad_get_meta_fsp().Jeremy Allison2021-07-041-3/+1
* s3: VFS: fruit: Add helper function ad_get_meta_fsp().Jeremy Allison2021-07-041-0/+43
* s3: VFS: fruit: In the fruit handle->fruit_config_data, add a recursion guard...Jeremy Allison2021-07-041-0/+2
* s3: VFS: fruit: In fruit_stat_meta_netatalk(), move the call to fruit_stat_ba...Jeremy Allison2021-07-041-4/+5
* s3: VFS: fruit: Inside fruit_open_meta_netatalk() change to use fsp->base_fsp...Jeremy Allison2021-07-041-1/+1
* s3: lib: In ad_read_meta(), allow use of SMB_VFS_FGETXATTR() as well as SMB_V...Jeremy Allison2021-07-041-5/+20