Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-25 | Fix some argument checking bugs found by testsuite. | Tim Potter | 1 | -16/+22 | |
(This used to be commit 93306f581e3fa37d1aea67e93dc83d5a6d2fcb3f) | |||||
2002-10-21 | More cleanups of validation functions. | Tim Potter | 1 | -19/+61 | |
(This used to be commit a4790ba42cc6ee4086dafbc64b1dba790a6c3583) | |||||
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) |