]> git.tuebingen.mpg.de Git - adu.git/commit - create.c
User handling improvments.
authorAndre Noll <maan@systemlinux.org>
Sat, 8 Nov 2008 22:05:54 +0000 (23:05 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 8 Nov 2008 22:05:54 +0000 (23:05 +0100)
commite584cd6d5a3782ddeb6640f69534ab1664da2605
tree8593d3d4243a998badcdfc187a0baff55e1e9b2f
parentd2766d0ff7604df7308a10e4fa4272f4d8a06e87
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().
adu.c
adu.h
create.c
user.c
user.h