Assorted typo fixes in comments.
[adu.git] / user.c
2015-01-03 Andre NollAssorted typo fixes in comments.
2014-09-13 Andre NollReplace systemlinux.org URL and email address.
2009-04-24 Andre NollMerge commit 'athcx/bloom'
2009-02-10 Andre NollMerge commit 'fml/master'
2009-02-04 Sebastian Starknew option database-root
2008-12-25 Andre NollMerge branch 'master' into bloom
2008-12-25 Andre NollMake user.c independent of command line options.
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...