summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed wrong string handling of DMI data, which caused SEGVDavid Sommerseth2009-04-291-4/+4
|
* Added more XML functionsDavid Sommerseth2009-04-292-0/+58
|
* Added missing copyright detailsDavid Sommerseth2009-04-292-2/+8
|
* Removed all Python dependencies in dmidecode.[ch]David Sommerseth2009-04-294-35/+34
|
* Made it compileDavid Sommerseth2009-04-292-18/+18
|
* Ported most functions to XML interfaceDavid Sommerseth2009-04-293-1282/+1321
| | | | Still do not compile
* Checked in a work in progress - Python dict -> XMLDavid Sommerseth2009-04-292-1124/+1248
| | | | Does not compile yet
* Fixed wrong xmlAttrNode type to xmlAttrDavid Sommerseth2009-04-291-1/+2
|
* Modified setup.py to compile in dmixml.c and link against libxml2David Sommerseth2009-04-291-2/+4
|
* Added dmixml.[ch] - helper function for generating XML nodesDavid Sommerseth2009-04-292-0/+172
|
* Added indenting tool for C code and reindented *.[ch] filesDavid Sommerseth2009-04-2912-4776/+5433
|
* Reverting recent (pointless) change.nima2009-03-3115-0/+5952
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@180 abc39116-655e-4be6-ad55-d661dc543056
* Preparing to migrate to GIT.nima2009-03-3115-5952/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056
* Fixed bug reported by Ralf Treinen.nima2009-02-222-2/+27
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@174 abc39116-655e-4be6-ad55-d661dc543056
* Upped sub-version.nima2009-02-131-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@172 abc39116-655e-4be6-ad55-d661dc543056
* Versioning now chagned to reflect the version of the upstream (dmidecode)nima2009-02-131-1/+1
| | | | | | | version with which python-dmidecode is in sync with. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@170 abc39116-655e-4be6-ad55-d661dc543056
* Cleaned up the fix for type(127).nima2008-12-223-25/+57
| | | | | | | | | Added the second type of stuffed bios (upstream). Integrated dmidecode the binary into the test case for a more objective result. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@163 abc39116-655e-4be6-ad55-d661dc543056
* Fixed the type(127) problem (at least on this machine) - again.nima2008-12-221-9/+2
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@162 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user does not have appropriate permission to access thenima2008-12-211-6/+15
| | | | | | | memory file or device. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@155 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-202-6/+6
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@137 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user asks for invalid types.nima2008-12-201-3/+6
| | | | | | | Updated test cases to test for this too. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@136 abc39116-655e-4be6-ad55-d661dc543056
* Version information now set once during init().nima2008-12-204-180/+150
| | | | | | | | | Bettered test cases. Case 127 magically fixed. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@135 abc39116-655e-4be6-ad55-d661dc543056
* Removed "detected" from appearing in every single function call. TODO: An ivarnima2008-12-205-27/+48
| | | | | | | | | | | | should be implemented to return this string, so further cleanup is still required; as it stands, there is no access to this information anymore! Updated test case. Further general cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@133 abc39116-655e-4be6-ad55-d661dc543056
* Oops - fixed.nima2008-12-191-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@131 abc39116-655e-4be6-ad55-d661dc543056
* More work on test case.nima2008-12-191-3/+3
| | | | | | | Updated setup.py to reflect new version. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@128 abc39116-655e-4be6-ad55-d661dc543056
* More testing and fixes.nima2008-12-191-3/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@127 abc39116-655e-4be6-ad55-d661dc543056
* Removed a printf() comment.nima2008-12-191-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@125 abc39116-655e-4be6-ad55-d661dc543056
* Check that the path given with set_dev() is writeable.nima2008-12-192-9/+25
| | | | | | | | | Don't crash when writing to a read-only file, return False instead. Missing an INCREF in get_dev() fixed. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@124 abc39116-655e-4be6-ad55-d661dc543056
* Test for write permission prior to write attempts.nima2008-12-191-8/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@123 abc39116-655e-4be6-ad55-d661dc543056
* The dmidecode.type() call not takes ints, not strings.nima2008-12-181-2/+5
| | | | | | | Adding an example directory. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@115 abc39116-655e-4be6-ad55-d661dc543056
* More upstream changes implemented, see CHANGELOG by Jean Delvare from thenima2008-12-181-24/+187
| | | | | | | | | period 2008-02-16 to 2008-11-23. These changes have been made, but not yet fully tested. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@114 abc39116-655e-4be6-ad55-d661dc543056
* Claim to support revision 32 of Intel AP-485 (CPUID). No relevant change sincenima2008-12-171-20/+48
| | | | | | | | | revision 31. Update reference to AMD CPUID document. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@113 abc39116-655e-4be6-ad55-d661dc543056
* Handle chassis information records of size 19 (DMI type 3).nima2008-12-171-1/+2
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@112 abc39116-655e-4be6-ad55-d661dc543056
* Cleaning up source area, ready for debianizing, and rpm after that.nima2008-12-1714-0/+5685
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@108 abc39116-655e-4be6-ad55-d661dc543056