summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printers.c
AgeCommit message (Collapse)AuthorFilesLines
2002-05-14Moved PyDict_SetItemString for printer info level structures into conv ↵Tim Potter1-2/+0
functions. (This used to be commit f7fadfdd73d3ba12dbfc7bf18319ce72f79a0dcc)
2002-05-08Changed some error returns to return a werror tuple (status code and textTim Potter1-4/+2
message) instead of just the status code. (This used to be commit 39f58333fa84dc05cac8d13cabb1f203c5cf2c62)
2002-05-01Got setprinter level 3 working!Tim Potter1-9/+23
Replaced some DEBUG's with PyErr_SetString() calls. (This used to be commit 0f464fc79118161a97f45f428e4da1069a0be23d)
2002-04-20Return exception text if getprinter level not [0..3]Tim Potter1-1/+8
(This used to be commit c02a7a71d6ddae711c84094e410d1117efc031f0)
2002-04-18Started working on setprinter code.Tim Potter1-28/+14
(This used to be commit 38d2b1794a0942ac4c2787f06bc5e546508c2515)
2002-04-14Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter1-1/+1
(This used to be commit 4bf6a9830acde47994975dffd578454ebb75e45a)
2002-04-14Call PyErr_SetString instead of fprintf to stderr.Tim Potter1-7/+5
Don't clean up talloc and cli_state on close printer. They will be destroyed in the handle dealloc function. (This used to be commit 4114fe5996f84dfd14855ffdf666e065446607b4)
2002-04-05Removed unused label.Tim Potter1-1/+0
(This used to be commit e0a209bf291553ec85dbd56cffab2a97440cea28)
2002-04-05Throw a spoolss.werror exception when the rpc client routines returnTim Potter1-272/+80
errors. Move to new system of converting between structures and python dictionaries. Lots of stuff moved to py_spoolss_printers_conv.c Setprinter level 2 kind of works now. (This used to be commit abe39ebcc125362125f0f900102b0f8d6011324b)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-9/+7
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
2002-03-27Moved general printer related calls here.Tim Potter1-0/+558
(This used to be commit eb8cd68bc9c7c7c52a066479712c93e62f0ba5d5)