summaryrefslogtreecommitdiff
path: root/server/util/find_uid.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-08dhash: Add private pointer for delete callbackSimo Sorce1-1/+2
Also pass a flag to the delete callback to tell it if this is a normal entry removal or we are cleaning up the tbale definitively.
2009-12-08Change dhash API to be talloc-friendlySimo Sorce1-16/+4
2009-12-07Do not treat missing proc files as errors.Sumit Bose1-0/+10
2009-11-20Improve handling of ccache filesSumit Bose1-0/+297
- save current ccache file to sysdb - use the saved ccache file if the user has running processes - create an empty ccache if offline - return enviroment variables if offline