summaryrefslogtreecommitdiffstats
path: root/source3/python
Commit message (Collapse)AuthorAgeFilesLines
* The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter2002-09-251-2/+6
| | | | (This used to be commit 7ce782c20c6b9e515a2fa831315ae14c66d322ee)
* Remove hardcoded -I stuff. Hooray!Tim Potter2002-09-191-9/+9
| | | | (This used to be commit 105ff7c5400a6b79613b6a3b72808124b17ddc60)
* Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter2002-09-191-2/+8
| | | | (This used to be commit 3ce8f8c50c0adcedc38bf2812b7e9fae78942458)
* Fixed bug in keyword args for enumprinterdataexTim Potter2002-09-191-1/+1
| | | | (This used to be commit c7845b3c43f7167f2c695722bc9923ff666ade76)
* Moving to subdirectory.Tim Potter2002-09-191-59/+0
| | | | (This used to be commit 154c59c8f92b9f735f4e1e7c8c42692c959996f1)
* Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2002-09-192-22/+64
| | | | (This used to be commit 739ea89eb3ab49e5dccddfa767812811b413e67d)
* Display the repr() of non-string dictionary values.Tim Potter2002-09-181-7/+18
| | | | (This used to be commit 3c6975c711d87755f0532147f9aaecb224159f43)
* Implemented getpw{nam,uid} functions.Tim Potter2002-09-113-0/+109
| | | | (This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
* Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2002-09-112-1/+26
| | | | (This used to be commit a938863914cbfec247586c92fd06203fec7febde)
* Fix some dodgy stuff that accidentally was committed.Tim Potter2002-09-111-8/+0
| | | | (This used to be commit d6d0f121d95b79d4acc68354b35fb0fb3e42e1c0)
* Fix imports for printerdata browser.Tim Potter2002-09-111-1/+1
| | | | (This used to be commit d36fd6651726ffee059f4b39211da66b5b6d7ec1)
* Ignore *.pycTim Potter2002-09-111-0/+1
| | | | (This used to be commit 9d639cd4156e6b8fcb84e20e0b8adaa3fc5dc5ba)
* Change 'import spoolss' to 'from samba import spoolss'.Tim Potter2002-09-111-1/+1
| | | | (This used to be commit 06f6e7110029d5d60c4f34123f470bfb4c96364a)
* Check in examples for tdb packerMartin Pool2002-09-102-0/+207
| | | | (This used to be commit e8f9fbd32b73f60db3683d23a979dc09e7204258)
* Updated examples for new top level module layout.Tim Potter2002-09-103-8/+25
| | | | | Fixed some bugs also. (This used to be commit 3e19e3afdb6fd1f63dee9ca52a5d33090670832e)
* Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool2002-09-092-1/+16
| | | | | | | | | | | 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)
* Build py_tdbpack as well.Martin Pool2002-09-091-0/+5
| | | | (This used to be commit fc5e8b8f672d461809f113fe14435841608b046f)
* Python's setup.py does not need to be munged by configure.in -- it isMartin Pool2002-09-092-11/+4
| | | | | | sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)
* Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool2002-09-091-0/+662
| | | | (This used to be commit 1f7ed8bb863fdacd0b9f3bc2e1e5d72ec7051feb)
* Update documentation for newly merged modulesMartin Pool2002-09-091-35/+9
| | | | (This used to be commit a0e58fd2cef5891e874a08f71d5d7a3f10ec6454)
* This patch has now been applied and no longer needs to exist separatelyMartin Pool2002-09-091-69/+0
| | | | (This used to be commit 5b2fa5260e22c0d8bc9fb0973a6247ad99d2ed4b)
* Add little meta noteMartin Pool2002-09-091-0/+6
| | | | (This used to be commit c651720633e3affb192eef9e676fad37a0ad4fae)
* Fix crash bugs in getprinter info level code (yay unit tests).Tim Potter2002-09-091-8/+3
| | | | | | Let the cli_spoolss function return invalid info level error rather than checking for it ourselves. (This used to be commit fc5e186821abc429ea8314d0785b76cbe1ec5f74)
* Pass level keyword down to cli_spoolss_getform()Tim Potter2002-09-091-1/+1
| | | | (This used to be commit 69bb58b92e92113b3ce2c72a3bfa46ed3056c261)
* Formatting tidyup.Tim Potter2002-09-091-1/+1
| | | | (This used to be commit 4132d9680a0b6ed829663399bba209a49ca41d56)
* Remove todo comment.Tim Potter2002-09-091-1/+0
| | | | (This used to be commit 95831c8266119284264f7f42b08fb4d8e21e9deb)
* Check no extra fields are present when parsing credentials.Tim Potter2002-09-091-2/+17
| | | | (This used to be commit fff081d3440373071d8859b7a7d71cf6489126a4)
* Update patch.Tim Potter2002-09-081-15/+15
| | | | (This used to be commit 31feae9e8f0c9831284cfa85f9b771113549ed2f)
* Initial version of printerdata_ex browsing.Tim Potter2002-09-063-5/+38
| | | | (This used to be commit c201a61a52ffbaf1b1b70e25e0ef2b29a89f921c)
* Move printerdata dictionary object into it's own file.Tim Potter2002-09-063-12/+49
| | | | (This used to be commit c211d2deca1019d3ef9bd08f5a01e76ede2d0191)
* Decode list of dependent files in printer driver info3 and info6.Tim Potter2002-09-061-1/+31
| | | | | | It's a null terminated list of null terminated unicode strings. What a mess! (This used to be commit aae48211ff4f22e0c2e2fe57c370f465df4332bc)
* level keys are inserted by conv routines.Tim Potter2002-09-061-14/+0
| | | | (This used to be commit b5068bb9fe28cfdd7a00dbc50196eb60e3a46af1)
* Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter2002-09-031-51/+61
| | | | (This used to be commit 100aa8c893464d65f1b2225dab9dc5b58bbcff91)
* Fixed enumjobs command to use new JOB_INFO_CTR structure.Tim Potter2002-09-031-2/+2
| | | | (This used to be commit 9db5be03617740e705bce51784fdb80784779acb)
* Display printerdata values in hex.Tim Potter2002-09-031-1/+2
| | | | (This used to be commit cdd64e0860bf05b115e0d107f6cb2b9e1f6d0e9b)
* Added utility function to convert python strings to hex dump + ascii.Tim Potter2002-09-031-0/+73
| | | | (This used to be commit 7a6b6a8b4871065e3178223a7da5fafd8792b0bc)
* A printerdata browser I whipped up in about 5 minutes. (-:Tim Potter2002-09-031-0/+44
| | | | | Usage: gprinterdata //win2kdc1/fooprinter (This used to be commit a3e52367c961070ce80ac3d4bba763ad9ec1007c)
* Rewrote to use gtkdictbrowser.Tim Potter2002-09-031-253/+10
| | | | (This used to be commit 6f78c4181449a995b9d5b2955981a20e4fdcc829)
* Ignore *.pyc files.Tim Potter2002-09-031-0/+1
| | | | (This used to be commit 519d1589a9358d8c2de01bd23159e3d552554131)
* Implement deleteprinterdataexTim Potter2002-09-031-2/+22
| | | | (This used to be commit a89fe79e222b36eda123ccdbca96badb7714776e)
* Return dictionary of printerdata in enumprinterdataex.Tim Potter2002-09-031-5/+18
| | | | (This used to be commit 348b6778d8b9e42f27da51652c7198cc42048059)
* Add a 'key' field to printer data dictionary.Tim Potter2002-09-021-18/+134
| | | | | | Implemented getprinterdataex, setprinterdataex and enumprinterdataex (doesn't quite work yet). (This used to be commit fb0f4f7bfe81923adfe71549973da2be57f0e71f)
* make protoTim Potter2002-09-021-0/+3
| | | | (This used to be commit 88a97d2174eee884de52e848d30bc2c459bf28bb)
* Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter2002-09-021-0/+12
| | | | (This used to be commit ac84b220aa2910abec309f2dc048adb84f609786)
* Fix transposed args in open_pipe_creds() function.Tim Potter2002-09-021-1/+1
| | | | (This used to be commit 63e59b0b737a1cd4ccc588b27e86be8262296052)
* Forgot to check in some of the libsmb stuff.Tim Potter2002-08-303-11/+85
| | | | (This used to be commit 0a2f6049c0b49810abf1c3e909d712f53c7fc8c1)
* Abstract out the functionality of gtdbtool into a dictionary browserTim Potter2002-08-301-0/+188
| | | | | | | | | | class. This should provide a nice framework for browsing any kind of data presented as a python dictionary: - windows registry - printer data - tdb files (This used to be commit 8af86f68354f7c803bb66886560b358d6e48681d)
* Implemented enum_domain_groups function.Tim Potter2002-08-273-1/+102
| | | | (This used to be commit 9e36824d47f7d1aac14bb5aeded8da54962c90a8)
* New arguments to cli_spoolss_enum_printers()Tim Potter2002-08-271-3/+3
| | | | (This used to be commit 55f891016c005c1552f1c1d95dd067bbf9de8869)
* Added README written by Jelmer - thanks!Tim Potter2002-08-211-0/+48
| | | | (This used to be commit f639eb3817b9edf421dc103394428d607857a0bb)