* amd/info_file.c: add key to sun_entry2amd()'s parameters
authorDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Sun, 14 Aug 2005 04:46:10 +0000 (04:46 +0000)
committerDaniel Ottavio <ottavio@fsl.cs.sunysb.edu>
Sun, 14 Aug 2005 04:46:10 +0000 (04:46 +0000)
commit898fc8904c2bbe6fb509981c12cab41c1293e422
tree22c1f7022efa308607d2af3178ccc0e88320f779
parent3ec4fd29ffb815365c09f74e6b727f0541cfef4f
* amd/info_file.c: add key to sun_entry2amd()'s parameters

* amd/info_hesiod.c: add key to sun_entry2amd()'s parameters

* amd/info_ldap.c: add key to sun_entry2amd()'s parameters

* amd/info_ndbm.c: add key to sun_entry2amd()'s parameters

* amd/info_nis.c: add key to sun_entry2amd()'s parameters

* amd/info_nisplus.c: add key to sun_entry2amd()'s parameters

* amd/sun_map.c: New functions to support sun translation to amd.
The function sun_entry2amd's parameters where expanded to include
the key value.  sun_entry_2amd() now returns NULL on error.

* amd/sun_map.h: Expand sun_entry2amd's parameters to include key
value.

* amd/sun_map_parse.y: Change how file system types are parsed out
of the list of options for each entry.  The previous way was not
working properly so now we just look for the 'fstype' keyword in
each option.  If it exists we copy its key value.
ChangeLog
amd/info_exec.c
amd/info_file.c
amd/info_hesiod.c
amd/info_ldap.c
amd/info_ndbm.c
amd/info_nis.c
amd/info_nisplus.c
amd/sun_map.c
amd/sun_map.h
amd/sun_map_parse.y