This removes the StrCaseCmp() stuff from 'net idmap' and 'net
authorAndrew Bartlett <abartlet@samba.org>
Sat, 21 Jun 2003 08:35:30 +0000 (08:35 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 21 Jun 2003 08:35:30 +0000 (08:35 +0000)
commit668a9af94eebd7cc875a1f0c7d9fbcb135fb5c61
tree39f2ce1726b96d0fa4cd70fc007962add2bbc8ed
parent68f1ca6247f1242e836d989ebdfc139fed866bee
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
(This used to be commit 477f2d9e390bb18d4f08d1cac9c981b73d628c4f)
source3/Makefile.in
source3/utils/net.c
source3/utils/net_groupmap.c
source3/utils/net_help.c
source3/utils/net_idmap.c [new file with mode: 0644]