From: Andre Noll Date: Sat, 8 Nov 2008 22:05:54 +0000 (+0100) Subject: User handling improvments. X-Git-Tag: v0.0.5~1^2~22 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=e584cd6d5a3782ddeb6640f69534ab1664da2605;hp=e584cd6d5a3782ddeb6640f69534ab1664da2605 User handling improvments. - move global variable num_uids to user.c. - logging improvements. - replace search_uid() by create_user_table(). search_uid() had a horrible interface. - in user.c, use FOR_EACH_USER() to loop over all users rather than for_each_admissible_user(). ---