1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Tim Potter
5ea2edaadd Merge of argument check fixes from HEAD. 0001-01-01 00:00:00 +00:00
Tim Potter
d3e88cb96f Merge. 0001-01-01 00:00:00 +00:00
Tim Potter
7ce782c20c The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?) 0001-01-01 00:00:00 +00:00
Tim Potter
3ce8f8c50c Bong! The devmode could be NULL. Don't crash if this is the case. 0001-01-01 00:00:00 +00:00
Tim Potter
1ef99e7663 Honour return value of to_struct() when converting to Samba structures. 0001-01-01 00:00:00 +00:00
Tim Potter
f8c198b748 Renamed 'printer_name' field in python printer info to 'name' to be
more consistent.
0001-01-01 00:00:00 +00:00
Tim Potter
f7fadfdd73 Moved PyDict_SetItemString for printer info level structures into conv functions. 0001-01-01 00:00:00 +00:00
Tim Potter
d125f9f7df Implemented py_to_PRINTER_INFO_3() helper function. 0001-01-01 00:00:00 +00:00
Tim Potter
38d2b1794a Started working on setprinter code. 0001-01-01 00:00:00 +00:00
Tim Potter
8e0457f8aa Moved security descriptor routines into their own file. 0001-01-01 00:00:00 +00:00
Tim Potter
703e0a6ce2 Made a comment clearer. 0001-01-01 00:00:00 +00:00
Tim Potter
847e310921 Fixed dodgy looking prototypes for py_to_* functions. 0001-01-01 00:00:00 +00:00
Tim Potter
07d79f4aa8 New routines to convert between structures and python dictionaries. We now
hide to_struct() and from_struct() from the caller so we can add custom
fields nicely.
0001-01-01 00:00:00 +00:00