bloom.c: Remove some unneccessary includes.
[adu.git] / user.c
2008-12-17 Andre NollFix a design bug concerning struct user_info.
2008-11-10 Andre NollMerge commit 'fml/master'
2008-11-10 Andre NollAdd missing source code documentation of user.c.
2008-11-10 Andre NollMerge commit 'meins/master'
2008-11-10 Andre NollAdd \brief command to file header to make doxygen happy.
2008-11-10 Andre Nolluser.c: Add some more source code documentation.
2008-11-09 Andre NollCosmetic cleanups.
2008-11-09 Andre NollFix sorting of the uid hash table.
2008-11-09 Andre NollDo not close tables on each query.
2008-11-08 Andre NollFix segfault in select mode if --uid was given.
2008-11-08 Andre NollUser handling improvments.
2008-11-08 Andre NollSimplify user table closing.
2008-11-07 Andre NollMerge commit 'meins/master'
2008-11-06 Andre NollAdd new select option to specify users by name.
2008-11-06 Andre NollMove user and user ID related functions to separate...