summaryrefslogtreecommitdiff
path: root/src/util/authtok.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Correct format security for talloc_named of auth tokensStephen Gallagher1-1/+1
2013-01-10Add authtok utility functions.Simo Sorce1-0/+202
These functions allow handling of auth tokens in a completely opaque way, with clear semantics and accessor fucntions that guarantee consistency, proper access to data and error conditions.