* Added a 'SYSTEM.REALM_NAME' field to the database.
* Incremented the database version to 353.
* Added 'RDSystem::realmName()' and 'RDSystem::setREalmName()'
methods.
* Added a 'realm_name' member to the 'rd_system_settings' struct
in the RivWebCApi library.
* Added a 'Realm Name' control to the 'System-Wide Settings'
dialog in rdadmin(1).
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added 'RD_PostPodcast()', 'RDRemovePodcast()' and
'RD_SavePodcast()' calls to the rivwebcapi API.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed buffer overflow bugs in the rd_export(7) rivcwebapi call.
* Fixed buffer overflow bugs in the rd_listservices(7) rivcwebapi call.
* Fixed buffer overflow bugs in the rd_trimaudio(7) rivcwebapi call.
* Added an 'RD_ListCartCuts()' function to 'rivwebcapi'.
* Changed the length of the 'cut_name' member of the 'rd_cut' struct
from 11 to 41 in 'rivwebcapi'.
* Added a 'struct rd_cut *cart_cuts' member to the 'rd_cart' struct
in 'rivwebcapi'.
* Fixed buffer overflow vulnerabilities in the rivwebcapi test
harnesses.
* Modified rd_createticket(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_addcart(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_addcut(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_addlog(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_assignschedcode(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_audioinfo(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_audiostore(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_copyaudio(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_deletelog(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_editcart(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_editcut(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_export(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_exportpeaks(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcart(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcarts(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcartschedcodes(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcut(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcuts(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listgroup(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listgroups(7) in the rivwebcapi to process UTF-8
strings correctly.