summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printers_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2002-05-27Honour return value of to_struct() when converting to Samba structures.Tim Potter1-4/+14
(This used to be commit 1ef99e76632f6f6b866de491db8722c94f75a8c2)
2002-05-16Renamed 'printer_name' field in python printer info to 'name' to beTim Potter1-3/+3
more consistent. (This used to be commit f8c198b74899d1be1725d0647c5f0cd7db870340)
2002-05-14Moved PyDict_SetItemString for printer info level structures into conv ↵Tim Potter1-0/+6
functions. (This used to be commit f7fadfdd73d3ba12dbfc7bf18319ce72f79a0dcc)
2002-05-01Implemented py_to_PRINTER_INFO_3() helper function.Tim Potter1-3/+14
(This used to be commit d125f9f7dff357bf9eeffc430b5876080f3debeb)
2002-04-18Started working on setprinter code.Tim Potter1-5/+22
(This used to be commit 38d2b1794a0942ac4c2787f06bc5e546508c2515)
2002-04-14Moved security descriptor routines into their own file.Tim Potter1-115/+0
(This used to be commit 8e0457f8aa7b5ecababcdec4dfbc328d11513192)
2002-04-14Made a comment clearer.Tim Potter1-1/+1
(This used to be commit 703e0a6ce2d283349f64cba72b36c1bef6a0d806)
2002-04-05Fixed dodgy looking prototypes for py_to_* functions.Tim Potter1-11/+11
(This used to be commit 847e310921802f5793f6cd170e6baf939151be89)
2002-04-05New routines to convert between structures and python dictionaries. We nowTim Potter1-0/+367
hide to_struct() and from_struct() from the caller so we can add custom fields nicely. (This used to be commit 07d79f4aa8de8e7a08555a62faafd79573a95e74)