1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

13 Commits

Author SHA1 Message Date
Tim Potter
9fe17afefe Merge of argument check fixes from HEAD.
(This used to be commit 5ea2edaadd87c24f63991678183c5d01225eabf7)
2002-11-29 01:11:08 +00:00
Tim Potter
43b0404154 Merge.
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
2002-10-21 04:50:32 +00:00
Tim Potter
5b71a0055f The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)
(This used to be commit 7ce782c20c6b9e515a2fa831315ae14c66d322ee)
2002-09-25 06:25:02 +00:00
Tim Potter
86c7c460ca Bong! The devmode could be NULL. Don't crash if this is the case.
(This used to be commit 3ce8f8c50c0adcedc38bf2812b7e9fae78942458)
2002-09-19 05:39:03 +00:00
Tim Potter
bf7ca61cb4 Honour return value of to_struct() when converting to Samba structures.
(This used to be commit 1ef99e76632f6f6b866de491db8722c94f75a8c2)
2002-05-27 06:29:58 +00:00
Tim Potter
c2f5c02e28 Renamed 'printer_name' field in python printer info to 'name' to be
more consistent.
(This used to be commit f8c198b74899d1be1725d0647c5f0cd7db870340)
2002-05-16 05:25:53 +00:00
Tim Potter
ceb338a35c Moved PyDict_SetItemString for printer info level structures into conv functions.
(This used to be commit f7fadfdd73d3ba12dbfc7bf18319ce72f79a0dcc)
2002-05-14 07:09:54 +00:00
Tim Potter
77922d18a8 Implemented py_to_PRINTER_INFO_3() helper function.
(This used to be commit d125f9f7dff357bf9eeffc430b5876080f3debeb)
2002-05-01 04:22:20 +00:00
Tim Potter
b0fbd72b41 Started working on setprinter code.
(This used to be commit 38d2b1794a0942ac4c2787f06bc5e546508c2515)
2002-04-18 03:35:05 +00:00
Tim Potter
562393fc85 Moved security descriptor routines into their own file.
(This used to be commit 8e0457f8aa7b5ecababcdec4dfbc328d11513192)
2002-04-14 09:04:12 +00:00
Tim Potter
db32b9ceb7 Made a comment clearer.
(This used to be commit 703e0a6ce2d283349f64cba72b36c1bef6a0d806)
2002-04-14 04:55:18 +00:00
Tim Potter
2aa9e1c22e Fixed dodgy looking prototypes for py_to_* functions.
(This used to be commit 847e310921802f5793f6cd170e6baf939151be89)
2002-04-05 05:52:20 +00:00
Tim Potter
14c9883541 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.
(This used to be commit 07d79f4aa8de8e7a08555a62faafd79573a95e74)
2002-04-05 04:54:48 +00:00