summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_drivers_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-06Moved function to parse a list of unicode strings into util file.Tim Potter1-26/+2
It's now used in parsing printer driver structures and the response from the enumprinterkey rpc. (This used to be commit acecee6f2bb92c4992078f4fe2dfae4414f43482)
2002-10-21Fixed DRIVER_INFO_3 conversion function to check for dependent_filesTim Potter1-3/+29
key. (This used to be commit 35413be0ac39ce52f009f7750f23b41728d8a35c)
2002-09-09Remove todo comment.Tim Potter1-1/+0
(This used to be commit 95831c8266119284264f7f42b08fb4d8e21e9deb)
2002-09-06Decode list of dependent files in printer driver info3 and info6.Tim Potter1-1/+31
It's a null terminated list of null terminated unicode strings. What a mess! (This used to be commit aae48211ff4f22e0c2e2fe57c370f465df4332bc)
2002-05-20py_to_DRIVER_INFO_3: remove level key on copy of dictionary before callingTim Potter1-2/+7
to_struct(). (This used to be commit 274679d8ce33aaf664ffaaa6834d506f7b196fc6)
2002-05-20Set level key in driver info structures.Tim Potter1-1/+5
(This used to be commit 0caf7610dcf698d2c649e42f0630de4337cfcea2)
2002-05-16Removed unused variable.Tim Potter1-2/+0
(This used to be commit 8d2f77ce956711f2afbadbeee50d82fbec9047dc)
2002-05-15Implement py_to_DRIVER_INFO_3()Tim Potter1-1/+5
(This used to be commit ced14ea913b55c87a8dd177080e711cfc16935c3)
2002-04-05Converted drivers, forms and ports functions to use new conversion routinesTim Potter1-0/+137
and exception throwing. (This used to be commit ed0a6480f75b3eefc52bc3311d8c3816abefcff2)