Added close and unlink functions.
[samba.git] / source / python / py_spoolss_printers_conv.c
2002-10-21 Tim PotterMore cleanups of validation functions.
2002-09-25 Tim PotterThe security descriptor in a PRINTER_INFO_2 could be...
2002-09-19 Tim PotterBong! The devmode could be NULL. Don't crash if this...
2002-05-27 Tim PotterHonour return value of to_struct() when converting...
2002-05-16 Tim PotterRenamed 'printer_name' field in python printer info...
2002-05-14 Tim PotterMoved PyDict_SetItemString for printer info level struc...
2002-05-01 Tim PotterImplemented py_to_PRINTER_INFO_3() helper function.
2002-04-18 Tim PotterStarted working on setprinter code.
2002-04-14 Tim PotterMoved security descriptor routines into their own file.
2002-04-14 Tim PotterMade a comment clearer.
2002-04-05 Tim PotterFixed dodgy looking prototypes for py_to_* functions.
2002-04-05 Tim PotterNew routines to convert between structures and python...