1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
a8d28cf0cf r3504: Fix incorrectly applied patch. My fault - sorry!
(This used to be commit 43a7f7db3d)
2007-10-10 10:53:08 -05:00
8ffb8bf944 r2736: Fix bug in Python printerdata wraper found by Daniel Jarboe.
(This used to be commit 8ec28d613d)
2007-10-10 10:52:50 -05:00
931df5850e r39: * importing .cvsignore files
* updateing WHATSNEW with vl's change
(This used to be commit a7e2730ec4)
2007-10-10 10:51:05 -05:00
9d3529105e Fix for writable printerdata problem - bugzilla #1112.
(This used to be commit a05b9f0cc5)
2004-02-26 23:04:11 +00:00
15fdb18dd7 Implement printerdata_ex as Python dictionary. Read only at the moment.
(This used to be commit 739ea89eb3)
2002-09-19 00:14:01 +00:00
1d3bef09b6 Ignore *.pyc
(This used to be commit 9d639cd415)
2002-09-11 02:26:47 +00:00
0ad8d0c768 Put all Python modules into the 'samba' subpackage. Now you need to
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 0d3276355e)
2002-09-09 08:34:35 +00:00
c9101c3b01 Initial version of printerdata_ex browsing.
(This used to be commit c201a61a52)
2002-09-06 07:44:21 +00:00
a2327b8485 Move printerdata dictionary object into it's own file.
(This used to be commit c211d2deca)
2002-09-06 07:34:57 +00:00