1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Tim Potter
acecee6f2b Moved function to parse a list of unicode strings into util file.
It's now used in parsing printer driver structures and the response
from the enumprinterkey rpc.
-
Tim Potter
35413be0ac Fixed DRIVER_INFO_3 conversion function to check for dependent_files
key.
-
Tim Potter
95831c8266 Remove todo comment. -
Tim Potter
aae48211ff Decode list of dependent files in printer driver info3 and info6.
It's a null terminated list of null terminated unicode strings.  What
a mess!
-
Tim Potter
274679d8ce py_to_DRIVER_INFO_3: remove level key on copy of dictionary before calling
to_struct().
-
Tim Potter
0caf7610dc Set level key in driver info structures. -
Tim Potter
8d2f77ce95 Removed unused variable. -
Tim Potter
ced14ea913 Implement py_to_DRIVER_INFO_3() -
Tim Potter
ed0a6480f7 Converted drivers, forms and ports functions to use new conversion routines
and exception throwing.
-