This removes the StrCaseCmp() stuff from 'net idmap' and 'net
commit477f2d9e390bb18d4f08d1cac9c981b73d628c4f
authorAndrew Bartlett <abartlet@samba.org>
Sat, 21 Jun 2003 08:35:30 +0000 (21 08:35 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 21 Jun 2003 08:35:30 +0000 (21 08:35 +0000)
tree7889879a2d8c0e24964bb2fc2308ed44d80661a6
parent74709e159cdcd4dbcf138428a85067b38c4ebe64
This removes the StrCaseCmp() stuff from 'net idmap' and 'net
groupmap'.  The correct way to implement this stuff is via a function
table, as exampled in all the other parts of 'net'.

This also moves the idmap code into a new file.  Volker, is this your
code?  You might want to put your name on it.

Andrew Bartlett
source/Makefile.in
source/utils/net.c
source/utils/net_groupmap.c
source/utils/net_help.c
source/utils/net_idmap.c [new file with mode: 0644]