summaryrefslogtreecommitdiff
path: root/source3/python
AgeCommit message (Expand)AuthorFilesLines
2002-09-19Remove hardcoded -I stuff. Hooray!Tim Potter1-9/+9
2002-09-19Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter1-2/+8
2002-09-19Fixed bug in keyword args for enumprinterdataexTim Potter1-1/+1
2002-09-19Moving to subdirectory.Tim Potter1-59/+0
2002-09-19Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2-22/+64
2002-09-18Display the repr() of non-string dictionary values.Tim Potter1-7/+18
2002-09-11Implemented getpw{nam,uid} functions.Tim Potter3-0/+109
2002-09-11Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2-1/+26
2002-09-11Fix some dodgy stuff that accidentally was committed.Tim Potter1-8/+0
2002-09-11Fix imports for printerdata browser.Tim Potter1-1/+1
2002-09-11Ignore *.pycTim Potter1-0/+1
2002-09-11Change 'import spoolss' to 'from samba import spoolss'.Tim Potter1-1/+1
2002-09-10Check in examples for tdb packerMartin Pool2-0/+207
2002-09-10Updated examples for new top level module layout.Tim Potter3-8/+25
2002-09-09Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool2-1/+16
2002-09-09Build py_tdbpack as well.Martin Pool1-0/+5
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool2-11/+4
2002-09-09Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool1-0/+662
2002-09-09Update documentation for newly merged modulesMartin Pool1-35/+9
2002-09-09This patch has now been applied and no longer needs to exist separatelyMartin Pool1-69/+0
2002-09-09Add little meta noteMartin Pool1-0/+6
2002-09-09Fix crash bugs in getprinter info level code (yay unit tests).Tim Potter1-8/+3
2002-09-09Pass level keyword down to cli_spoolss_getform()Tim Potter1-1/+1
2002-09-09Formatting tidyup.Tim Potter1-1/+1
2002-09-09Remove todo comment.Tim Potter1-1/+0
2002-09-09Check no extra fields are present when parsing credentials.Tim Potter1-2/+17
2002-09-08Update patch.Tim Potter1-15/+15
2002-09-06Initial version of printerdata_ex browsing.Tim Potter3-5/+38
2002-09-06Move printerdata dictionary object into it's own file.Tim Potter3-12/+49
2002-09-06Decode list of dependent files in printer driver info3 and info6.Tim Potter1-1/+31
2002-09-06level keys are inserted by conv routines.Tim Potter1-14/+0
2002-09-03Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter1-51/+61
2002-09-03Fixed enumjobs command to use new JOB_INFO_CTR structure.Tim Potter1-2/+2
2002-09-03Display printerdata values in hex.Tim Potter1-1/+2
2002-09-03Added utility function to convert python strings to hex dump + ascii.Tim Potter1-0/+73
2002-09-03A printerdata browser I whipped up in about 5 minutes. (-:Tim Potter1-0/+44
2002-09-03Rewrote to use gtkdictbrowser.Tim Potter1-253/+10
2002-09-03Ignore *.pyc files.Tim Potter1-0/+1
2002-09-03Implement deleteprinterdataexTim Potter1-2/+22
2002-09-03Return dictionary of printerdata in enumprinterdataex.Tim Potter1-5/+18
2002-09-02Add a 'key' field to printer data dictionary.Tim Potter1-18/+134
2002-09-02make protoTim Potter1-0/+3
2002-09-02Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter1-0/+12
2002-09-02Fix transposed args in open_pipe_creds() function.Tim Potter1-1/+1
2002-08-30Forgot to check in some of the libsmb stuff.Tim Potter3-11/+85
2002-08-30Abstract out the functionality of gtdbtool into a dictionary browserTim Potter1-0/+188
2002-08-27Implemented enum_domain_groups function.Tim Potter3-1/+102
2002-08-27New arguments to cli_spoolss_enum_printers()Tim Potter1-3/+3
2002-08-21Added README written by Jelmer - thanks!Tim Potter1-0/+48
2002-08-06Compile fix for new cli_lsa_enum_trust_dom() argument list.Tim Potter1-2/+2