summaryrefslogtreecommitdiffstats
path: root/source3/python/samba
Commit message (Collapse)AuthorAgeFilesLines
* r39: * importing .cvsignore filesGerald Carter2007-10-101-1/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* Fix for writable printerdata problem - bugzilla #1112.Tim Potter2004-02-261-6/+12
| | | | (This used to be commit a05b9f0cc55300e2a25c87849a4417afea0cd867)
* Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2002-09-191-11/+32
| | | | (This used to be commit 739ea89eb3ab49e5dccddfa767812811b413e67d)
* Ignore *.pycTim Potter2002-09-111-0/+1
| | | | (This used to be commit 9d639cd4156e6b8fcb84e20e0b8adaa3fc5dc5ba)
* Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool2002-09-091-0/+7
| | | | | | | | | | | write import samba.tdbutil samba.tdbutil.pack('f', ['hello']) You need 'cvs update -d' to get the new subdirectory for this to build properly. (This used to be commit 0d3276355e0511d6aff110a3943199629b3c00fd)
* Initial version of printerdata_ex browsing.Tim Potter2002-09-061-0/+15
| | | | (This used to be commit c201a61a52ffbaf1b1b70e25e0ef2b29a89f921c)
* Move printerdata dictionary object into it's own file.Tim Potter2002-09-061-0/+23
(This used to be commit c211d2deca1019d3ef9bd08f5a01e76ede2d0191)