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

15 Commits

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