summaryrefslogtreecommitdiff
path: root/source3/python
AgeCommit message (Expand)AuthorFilesLines
2002-11-11Sync with HEAD.Tim Potter1-174/+274
2002-11-07Sync up python stuff from HEAD.Tim Potter7-303/+463
2002-11-04Sync with HEAD.Tim Potter11-68/+265
2002-10-21This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+144
2002-10-21Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool1-29/+37
2002-10-21Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool1-0/+144
2002-10-21The libsmb module uses py_ntsec.oTim Potter1-1/+2
2002-10-21Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter1-12/+121
2002-10-21Whoops - this should be in py_smb.cTim Potter1-52/+0
2002-10-21Give better error messages for TypeError, which will arise if e.g. youMartin Pool1-10/+24
2002-10-21Merge.Tim Potter3-20/+68
2002-10-21More cleanups of validation functions.Tim Potter2-19/+66
2002-10-21Zero some more return values.Tim Potter1-1/+2
2002-10-21Merge of validiation cleanups from head.Tim Potter3-13/+46
2002-10-21level should be a uint32 in enum_ports function.Tim Potter1-1/+1
2002-10-21Stricter validation in python->C conversion functions.Tim Potter1-9/+16
2002-10-21Fixed DRIVER_INFO_3 conversion function to check for dependent_filesTim Potter1-3/+29
2002-10-20Added stubs for query/set security descriptors on files. Not even close toTim Potter1-0/+52
2002-10-18Add extra parm to cli_full_connection. Tim, you should probably take a look ...Jim McDonough1-1/+1
2002-10-18Add extra parm to cli_full_connection call. Tim, you should probably look at...Jim McDonough1-1/+1
2002-10-17make protoTim Potter1-1/+1
2002-10-17open_pipe_creds() now takes a pipe index instead of a pipe name.Tim Potter5-10/+9
2002-10-17Fix for new arguments of cli_nt_session_open()Tim Potter1-4/+3
2002-09-25The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter1-2/+6
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