]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_snapper: encode and decode Snapper DBus strings
authorDavid Disseldorp <ddiss@samba.org>
Wed, 21 Jan 2015 17:16:57 +0000 (18:16 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sat, 24 Jan 2015 21:16:11 +0000 (22:16 +0100)
commit69dd55806f2487821b98faa8782cd9a562ca730b
treec4b7a4059b92cf7f9bda5f6b41ef1412e81ec546
parent428c5826d0dd4421f01be02d906be34a9925990b
vfs_snapper: encode and decode Snapper DBus strings

Snapper uses a special character encoding for strings used in DBus
requests and responses. This change ensures that Samba packs and unpacks
strings in the corresponding format, using the previously added
encode/decode helper functions.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11055

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 32e9d7fa220d05f5ca95ed61cf6c7aa7d0261c03)
source3/modules/vfs_snapper.c