Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-29 | Merge of argument check fixes from HEAD. | Tim Potter | 1 | -16/+22 | |
(This used to be commit 5ea2edaadd87c24f63991678183c5d01225eabf7) | |||||
2002-10-21 | Merge. | Tim Potter | 1 | -19/+61 | |
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d) | |||||
2002-09-25 | The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?) | Tim Potter | 1 | -2/+6 | |
(This used to be commit 7ce782c20c6b9e515a2fa831315ae14c66d322ee) | |||||
2002-09-19 | Bong! The devmode could be NULL. Don't crash if this is the case. | Tim Potter | 1 | -2/+8 | |
(This used to be commit 3ce8f8c50c0adcedc38bf2812b7e9fae78942458) | |||||
2002-05-27 | Honour return value of to_struct() when converting to Samba structures. | Tim Potter | 1 | -4/+14 | |
(This used to be commit 1ef99e76632f6f6b866de491db8722c94f75a8c2) | |||||
2002-05-16 | Renamed 'printer_name' field in python printer info to 'name' to be | Tim Potter | 1 | -3/+3 | |
more consistent. (This used to be commit f8c198b74899d1be1725d0647c5f0cd7db870340) | |||||
2002-05-14 | Moved PyDict_SetItemString for printer info level structures into conv ↵ | Tim Potter | 1 | -0/+6 | |
functions. (This used to be commit f7fadfdd73d3ba12dbfc7bf18319ce72f79a0dcc) | |||||
2002-05-01 | Implemented py_to_PRINTER_INFO_3() helper function. | Tim Potter | 1 | -3/+14 | |
(This used to be commit d125f9f7dff357bf9eeffc430b5876080f3debeb) | |||||
2002-04-18 | Started working on setprinter code. | Tim Potter | 1 | -5/+22 | |
(This used to be commit 38d2b1794a0942ac4c2787f06bc5e546508c2515) | |||||
2002-04-14 | Moved security descriptor routines into their own file. | Tim Potter | 1 | -115/+0 | |
(This used to be commit 8e0457f8aa7b5ecababcdec4dfbc328d11513192) | |||||
2002-04-14 | Made a comment clearer. | Tim Potter | 1 | -1/+1 | |
(This used to be commit 703e0a6ce2d283349f64cba72b36c1bef6a0d806) | |||||
2002-04-05 | Fixed dodgy looking prototypes for py_to_* functions. | Tim Potter | 1 | -11/+11 | |
(This used to be commit 847e310921802f5793f6cd170e6baf939151be89) | |||||
2002-04-05 | New routines to convert between structures and python dictionaries. We now | Tim Potter | 1 | -0/+367 | |
hide to_struct() and from_struct() from the caller so we can add custom fields nicely. (This used to be commit 07d79f4aa8de8e7a08555a62faafd79573a95e74) |