PreviousNext

Generic Entry Routines

All data maintained by dced is managed as entries. Most of the services of dced have lists of entries traversed with a cursor that describe where the actual data is maintained.

dced_entry_add
Adds a keytab or hostdata entry

dced_entry_remove
Removes a hostdata or keytab data entry from dced

dced_initialize_cursor
Obtains a list of data entries from dced and sets a cursor at the beginning of the list

dced_entry_get_next
Obtains the next data entry from a list of entries

dced_release_cursor
Releases the resources associated with a cursor which traverses a service's list of entries

dced_list_get
Returns the list of data entries maintained by a DCE Host service

dced_list_release
Releases the resources of a list of entries

dced_inq_id
Obtains the UUID associated with an entry name

dced_inq_name
Obtains the name associated with an entry UUID