summaryrefslogtreecommitdiff
path: root/misc/cdda_server.c
AgeCommit message (Collapse)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
script execution time: 55"
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-08-21Two potential integer overflows in cdda_serverTielei
There are two potential integer overflow bugs in process_commands(). process_commands() reads some tainted data from socket to "cmd", but doesn't check cmd rightly. --HG-- extra : transplant_source : z%12%ABF%D9%EF%92%A1M%B2%FCx%82%26%82%EEaM%2A%C1
2007-11-10Add GPL2 or later copyright notice and license, as Miguel confirmed the license.Diego 'Flameeyes' Pettenò
2006-07-11Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to ↵Diego 'Flameeyes' Pettenò
Benjamin Reed. CVS patchset: 8109 CVS date: 2006/07/11 03:22:59
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-08-02disable unused functionMichael Roitzsch
CVS patchset: 6870 CVS date: 2004/08/02 12:34:05
2004-07-27from the docs of sprintf: "when the strings overlap, the behaviour is undefined"Michael Roitzsch
(actually it works with glibc and sprintf, but not with snprintf) CVS patchset: 6859 CVS date: 2004/07/27 18:06:45
2004-07-25do not fill up to the max when you intend to strcat() another character laterMichael Roitzsch
CVS patchset: 6845 CVS date: 2004/07/25 17:06:03
2003-05-06new version of cdda_server.c can handle both audio cds and dvds.Miguel Freitas
libdvdcss-network patch is provided (no css code included) CVS patchset: 4789 CVS date: 2003/05/06 22:19:40
2003-05-06initial version of audio cd serverMiguel Freitas
CVS patchset: 4783 CVS date: 2003/05/06 16:52:46