libvirt/src/secret
John Ferlan abd2272c02 secret: Alter virSecretGetSecretString
Rather than returning a "char *" indicating perhaps some sized set of
characters that is NUL terminated, alter the function to return 0 or -1
for success/failure and add two parameters to handle returning the
buffer and it's size.

The function no longer encodes the returned secret, rather it returns
the unencoded secret forcing callers to make the necessary adjustments.

Alter the callers to handle the adjusted model.

Signed-off-by: John Ferlan <jferlan@redhat.com>
2016-05-16 12:58:48 +02:00
..
secret_driver.c secret: Change virSecretDef variable names 2016-04-25 15:45:29 -04:00
secret_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
secret_util.c secret: Alter virSecretGetSecretString 2016-05-16 12:58:48 +02:00
secret_util.h secret: Alter virSecretGetSecretString 2016-05-16 12:58:48 +02:00