Make KeyFileExt comment match reality
[openafs.git] / src / auth / keys.c
2013-07-12 Ben KadukMake KeyFileExt comment match reality
2013-02-21 Simon Wilkinsonauth: Avoid double free in key parsing
2013-02-20 Simon Wilkinsonauth: Handle memory errors when parsing key file
2013-02-20 Simon Wilkinsonauth: Remove unecessary assignment
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-04-09 Simon Wilkinsonauth: Don't leak key on file parse error
2012-04-09 Simon Wilkinsonauth: Handle empty lists of keys
2011-03-03 Simon Wilkinsonauth: Add GetAllKeys function
2011-02-26 Simon Wilkinsonauth: Correctly write empty keyfiles
2011-02-26 Simon Wilkinsonauth: GetLatestKey should allow NULL return values
2011-02-13 Simon Wilkinsonauth: Rewrite KeyFile handling code
2011-01-02 Simon Wilkinsonauth: Move key related code to its own file