Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v3.10.12 in light of recent bugfix release | Nima Talebi | 2010-03-12 | 4 | -2/+14 |
| | | | | Also, switch to dpkg-source 3.0 (quilt) format. | ||||
* | Merge branch 'master' of git.autonomy.net.au:python-dmidecode | Nima Talebi | 2010-04-20 | 0 | -0/+0 |
|\ | |||||
| * | Small fix to sample file based on report on mailing list | Nima Talebi | 2010-03-04 | 1 | -0/+6 |
| | | |||||
* | | Small fix to sample file based on report on mailing list | Nima Talebi | 2010-04-20 | 1 | -0/+6 |
| | | |||||
* | | Allow format strings to be NULL in dmixml_Add*() functions | David Sommerseth | 2010-04-20 | 1 | -5/+19 |
| | | | | | | | | | | | | | | | | | | | | | | This bug was reported by Jan HutaĆ <jhutar@redhat.com> [1] The implemented fix avoids assertions if the format strings to dmixml_AddAttribute(), dmixml_AddTextChild() and dmixml_AddTextContent() functions are NULL. In these cases, it will result in an empty value instead of returning NULL from these functions. [1] <https://bugzilla.redhat.com/show_bug.cgi?id=583867> | ||||
* | | Add a little hint where decoding got aborted | David Sommerseth | 2010-04-20 | 1 | -2/+2 |
| | | |||||
* | | Removed not needed duplication | David Sommerseth | 2010-03-04 | 1 | -4/+0 |
| | | |||||
* | | Clarify one comment, where API presence is tested. | David Sommerseth | 2010-03-04 | 1 | -1/+5 |
| | | |||||
* | | Use %{_prefix} instead of hard coding /usr in setup.py --prefix | David Sommerseth | 2010-03-04 | 1 | -1/+1 |
| | | |||||
* | | RPM spec: Install into /usr instead of /usr/local | Michael Brown | 2010-03-04 | 1 | -1/+1 |
|/ | | | | | | On OpenSuSE, the default 'setup.py install' installs to /usr/local Added --prefix=/usr to setup.py install command in the RPM spec so rpmbuild picks up the correct files. | ||||
* | Updated examples/dmidump.py to be more up-to-date against a lot of new features | David Sommerseth | 2010-03-02 | 1 | -39/+164 |
| | | | | | | | | Rewrote bigger parts to be more intelligent, checking for warnings on the way. Added more warnings if script is run as a non-root user, and made it work as non-root user if a dmidata.dump file exists (created when run as root). Added examples with the XML API as well. | ||||
* | Fix licensing problem, all now on GPLv2+ | Nima Talebi | 2010-02-26 | 2 | -5/+37 |
| | |||||
* | Preparing Debian release | Nima Talebi | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | New feature release (log handling)v3.10.11 | Nima Talebi | 2010-02-16 | 3 | -2/+13 |
| | |||||
* | Merge branch 'master' of git.autonomy.net.au:python-dmidecode | Nima Talebi | 2010-02-16 | 0 | -0/+0 |
|\ | |||||
| * | New upstream release (v3.10.10)v3.10.10 | Nima Talebi | 2010-01-12 | 3 | -6/+16 |
| | | |||||
* | | New upstream release (v3.10.10) | Nima Talebi | 2010-02-16 | 3 | -6/+16 |
| | | |||||
* | | Improved DMIerror message tag when decoding is not possible | David Sommerseth | 2010-02-05 | 1 | -6/+16 |
| | | | | | | | | Plus some minor code style clean up | ||||
* | | Removed not needed \n from log_append() entries | David Sommerseth | 2010-02-05 | 6 | -14/+14 |
| | | |||||
* | | Added logging flag to log_append() to change log behaviour | David Sommerseth | 2010-02-05 | 8 | -65/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Valid flags are: * LOGFL_NORMAL Log all messages to the log context, and send log message to stderr on errors * LOGFL_NODUPS Log only unique messages. Duplicated messages will be removed * LOGFL_NOSTDERR Don't write to stderr, even if errors occur | ||||
* | | Ported fprintf() -> log_append() on XML functions | David Sommerseth | 2010-01-08 | 5 | -63/+74 |
| | | |||||
* | | Update Python build rules | David Sommerseth | 2010-01-08 | 2 | -0/+2 |
| | | |||||
* | | Port dmidump to use the new log API | David Sommerseth | 2010-01-08 | 2 | -6/+6 |
| | | | | | | | | | | | | This port will not create a new log buffer (Log_t), but log_append() will print errors to stderr in this case, as the log buffer pointer is NULL. | ||||
* | | More fprintf() -> log_append() porting | David Sommerseth | 2010-01-08 | 7 | -34/+36 |
| | | |||||
* | | Implement a global log buffer and start porting fprint() -> log_append() | David Sommerseth | 2010-01-08 | 2 | -24/+75 |
| | | |||||
* | | Don't print false error warning if logp == NULL | David Sommerseth | 2010-01-08 | 1 | -1/+7 |
| | | |||||
* | | Added a new log API | David Sommerseth | 2010-01-08 | 2 | -0/+266 |
|/ | |||||
* | Moved write_dump() over to dmidump.c, as this is the only user of this function | David Sommerseth | 2010-01-08 | 2 | -36/+38 |
| | |||||
* | Removed struct dmi_minor. It was not used anywhere. | David Sommerseth | 2010-01-08 | 1 | -8/+0 |
| | |||||
* | Make sure const char *filename is not a wild pointer | David Sommerseth | 2010-01-07 | 1 | -1/+1 |
| | |||||
* | Removed not needed information | David Sommerseth | 2010-01-07 | 1 | -1/+0 |
| | |||||
* | Forgot to update versioning informationv3.10.9 | Nima Talebi | 2010-01-07 | 2 | -2/+5 |
| | | | | | (Despite dazo automating the process with a script, it was obviously still too difficult). | ||||
* | Added bug id | Nima Talebi | 2010-01-06 | 1 | -1/+1 |
| | |||||
* | New upstream release | Nima Talebi | 2010-01-06 | 1 | -0/+1 |
| | |||||
* | Applied patch from Scott Kitterman | Nima Talebi | 2010-01-06 | 3 | -3/+14 |
| | |||||
* | Closes Bug#561904 | Nima Talebi | 2010-01-06 | 2 | -1/+8 |
| | |||||
* | Changes necessary to keep Debian packages sane | Nima Talebi | 2010-01-06 | 2 | -2/+8 |
| | | | | | | | | Both setup.py and setup-dbg.py install the same file, namely: /usr/share/pyshared/dmidecode.py This generated Bug#561904. This commit closes this bug. | ||||
* | Updated for 3.10.8v3.10.8 | Nima Talebi | 2010-01-06 | 1 | -0/+9 |
| | |||||
* | Improved set_dev() function | David Sommerseth | 2009-12-17 | 1 | -5/+17 |
| | | | | | | | | | This function would often fail during the unit test. Most probably because the complete error checking was a bit odd. Rewritten the error checks to be a bit more sane. Also improved error situations, where it will now throw an exception with an error message instead of just returning False. | ||||
* | Endian-aware code | Nima Talebi | 2009-12-15 | 1 | -1/+2 |
| | |||||
* | Improved some log lines | David Sommerseth | 2009-12-15 | 1 | -5/+5 |
| | |||||
* | Removed yet another dmidecode.dump() test when running as non-root | David Sommerseth | 2009-12-15 | 1 | -3/+4 |
| | |||||
* | Updated utils/set_version to be more intelligent with the .spec file | David Sommerseth | 2009-12-14 | 1 | -6/+33 |
| | | | | | - Reset the Release variable in the .spec file to 1 - Add a changelog entry with the new version | ||||
* | Fixed errornous log line | David Sommerseth | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Do not try to dump DMI data if test hardware do not support it | David Sommerseth | 2009-12-14 | 1 | -7/+14 |
| | |||||
* | Take endinanness into consideration when compiling | David Sommerseth | 2009-12-14 | 3 | -2/+14 |
| | |||||
* | Added WARN as an alternative to soft failures | Nima Talebi | 2009-12-14 | 1 | -4/+17 |
| | |||||
* | Run unit tests with more verbose info | David Sommerseth | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Fixed missing quotes, which lead all tests to fail | David Sommerseth | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Now takes flags for color and verbosity | Nima Talebi | 2009-12-14 | 1 | -230/+303 |
| | | | | | Default is no color, and no verbosity, exiting with a 0 on no failures, and 1 otherwise. |