implemented getgrouplist() for systems that don't have it and use it
authorAndrew Tridgell <tridge@samba.org>
Tue, 23 Jul 2002 09:22:29 +0000 (09:22 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 23 Jul 2002 09:22:29 +0000 (09:22 +0000)
commit44e92b6523ca2c119c2562df22eb71138dca9d9d
tree59b6ea1c77ece38493feb034d9e1203bf79b6889
parent88f0e68bc631f1a0032056bc6c7b9213e8a15be8
implemented getgrouplist() for systems that don't have it and use it
in get_alias_user_groups(). The old method used getgrent() which is
extremely slow when the number of groups is large
source/configure.in
source/lib/replace.c
source/lib/util_getent.c
source/rpc_server/srv_util.c