summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_drivers_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-07Sync up python stuff from HEAD.Tim Potter1-26/+2
(This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
2002-10-21Merge of validiation cleanups from head.Tim Potter1-3/+29
(This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
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)