summaryrefslogtreecommitdiffstats
path: root/source/python
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix for new arguments of cli_nt_session_open()Tim Potter2002-10-171-4/+3
| |
* | Merge.Tim Potter2002-10-213-20/+68
| |
* | Merge of validiation cleanups from head.Tim Potter2002-10-213-13/+46
| |
* | Add extra parm to cli_full_connection. Tim, you should probably take a look ↵Jim McDonough2002-10-181-1/+1
|/ | | | at this.
* The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter2002-09-251-2/+6
|
* Remove hardcoded -I stuff. Hooray!Tim Potter2002-09-191-9/+9
|
* Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter2002-09-191-2/+8
|
* Fixed bug in keyword args for enumprinterdataexTim Potter2002-09-191-1/+1
|
* Moving to subdirectory.Tim Potter2002-09-191-59/+0
|
* Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2002-09-192-22/+64
|
* Display the repr() of non-string dictionary values.Tim Potter2002-09-181-7/+18
|
* Implemented getpw{nam,uid} functions.Tim Potter2002-09-113-0/+109
|
* Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2002-09-112-1/+26
|
* Fix some dodgy stuff that accidentally was committed.Tim Potter2002-09-111-8/+0
|
* Fix imports for printerdata browser.Tim Potter2002-09-111-1/+1
|
* Ignore *.pycTim Potter2002-09-111-0/+1
|
* Change 'import spoolss' to 'from samba import spoolss'.Tim Potter2002-09-111-1/+1
|
* Check in examples for tdb packerMartin Pool2002-09-102-0/+207
|
* Updated examples for new top level module layout.Tim Potter2002-09-103-8/+25
| | | | Fixed some bugs also.
* 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.
* Build py_tdbpack as well.Martin Pool2002-09-091-0/+5
|
* 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.
* Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool2002-09-091-0/+662
|
* Update documentation for newly merged modulesMartin Pool2002-09-091-35/+9
|
* This patch has now been applied and no longer needs to exist separatelyMartin Pool2002-09-091-69/+0
|
* Add little meta noteMartin Pool2002-09-091-0/+6
|
* 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.
* Pass level keyword down to cli_spoolss_getform()Tim Potter2002-09-091-1/+1
|
* Formatting tidyup.Tim Potter2002-09-091-1/+1
|
* Remove todo comment.Tim Potter2002-09-091-1/+0
|
* Check no extra fields are present when parsing credentials.Tim Potter2002-09-091-2/+17
|
* Update patch.Tim Potter2002-09-081-15/+15
|
* Initial version of printerdata_ex browsing.Tim Potter2002-09-063-5/+38
|
* Move printerdata dictionary object into it's own file.Tim Potter2002-09-063-12/+49
|
* 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!
* level keys are inserted by conv routines.Tim Potter2002-09-061-14/+0
|
* Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter2002-09-031-51/+61
|
* Fixed enumjobs command to use new JOB_INFO_CTR structure.Tim Potter2002-09-031-2/+2
|
* Display printerdata values in hex.Tim Potter2002-09-031-1/+2
|
* Added utility function to convert python strings to hex dump + ascii.Tim Potter2002-09-031-0/+73
|
* A printerdata browser I whipped up in about 5 minutes. (-:Tim Potter2002-09-031-0/+44
| | | | Usage: gprinterdata //win2kdc1/fooprinter
* Rewrote to use gtkdictbrowser.Tim Potter2002-09-031-253/+10
|
* Ignore *.pyc files.Tim Potter2002-09-031-0/+1
|
* Implement deleteprinterdataexTim Potter2002-09-031-2/+22
|
* Return dictionary of printerdata in enumprinterdataex.Tim Potter2002-09-031-5/+18
|
* Add a 'key' field to printer data dictionary.Tim Potter2002-09-021-18/+134
| | | | | Implemented getprinterdataex, setprinterdataex and enumprinterdataex (doesn't quite work yet).
* make protoTim Potter2002-09-021-0/+3
|
* Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter2002-09-021-0/+12
|
* Fix transposed args in open_pipe_creds() function.Tim Potter2002-09-021-1/+1
|
* Forgot to check in some of the libsmb stuff.Tim Potter2002-08-303-11/+85
|