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

15 Commits

Author SHA1 Message Date
Lars Müller
cd2c467cc4 r8431: Ensure to use dev_private and not private after Jeremy's CPP reserved
names rename.

Jerry: I'm not sure if we have to use the string 'dev_private' instead
of 'private' as second arg to PyDict_SetItemString().
2007-10-10 11:00:05 -05:00
Gerald Carter
f629bffb1a r6678: fix python python after talloc() shakeup 2007-10-10 10:56:50 -05:00
Tim Potter
5ea2edaadd Merge of argument check fixes from HEAD. -
Tim Potter
d3e88cb96f Merge. -
Tim Potter
7ce782c20c The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?) -
Tim Potter
3ce8f8c50c Bong! The devmode could be NULL. Don't crash if this is the case. -
Tim Potter
1ef99e7663 Honour return value of to_struct() when converting to Samba structures. -
Tim Potter
f8c198b748 Renamed 'printer_name' field in python printer info to 'name' to be
more consistent.
-
Tim Potter
f7fadfdd73 Moved PyDict_SetItemString for printer info level structures into conv functions. -
Tim Potter
d125f9f7df Implemented py_to_PRINTER_INFO_3() helper function. -
Tim Potter
38d2b1794a Started working on setprinter code. -
Tim Potter
8e0457f8aa Moved security descriptor routines into their own file. -
Tim Potter
703e0a6ce2 Made a comment clearer. -
Tim Potter
847e310921 Fixed dodgy looking prototypes for py_to_* functions. -
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.
-