summaryrefslogtreecommitdiff
path: root/source3/python
AgeCommit message (Collapse)AuthorFilesLines
2002-12-12Merge of compile tweaks for python tdbpack module.Tim Potter2-2/+2
(This used to be commit b50816b500c4be0dda2cc79e0927d8a7dab65fd2)
2002-12-05Merge from HEAD:Tim Potter2-10/+20
>FUNCTION_MACRO change broke the Python modules. > >Also fix up string pasting (I thought this should only be a warning?) (This used to be commit 5bd90f310aa6303a5c949b46591f9fcf82a175b8)
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+1
should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code (This used to be commit d3998307adc50ba50defe610cb656c73799ae3b9)
2002-11-29Another global_myname() fix from HEAD.Tim Potter1-2/+1
(This used to be commit 880083e2e614d88675f98a46cfe7acdaeb167db3)
2002-11-29Merge from HEAD:Tim Potter1-8/+17
>Added some extra code to test absence/presence of LM and NT passwords. (This used to be commit 89a2ee7e72fef444632659af13feaf94d3f6e9ce)
2002-11-29Merge of argument check fixes from HEAD.Tim Potter1-16/+22
(This used to be commit 5ea2edaadd87c24f63991678183c5d01225eabf7)
2002-11-29Merge of global_myname() fixes from HEAD.Tim Potter1-8/+1
(This used to be commit 7adb6af115dfc1189c2894d45a796b7b8dfe7a05)
2002-11-29Merge of compiler warning fixes from HEAD.Tim Potter2-5/+6
(This used to be commit 80e61a7546b2ac070f8dda56b9810a352ac669e4)
2002-11-27Change default codepage to UNIX.Jeremy Allison1-34/+54
Jeremy. (This used to be commit 537cd78268abae8005de73c7bfd9ec24865da654)
2002-11-19Merge from HEAD:Tim Potter1-3/+1
>Fix typo in docstring. >Remove non-integer Pointer values, which are no longer supported. (This used to be commit dcef3ae5caaa4461a279a4463a7b467e75efa6d7)
2002-11-19Merge from HEAD:Tim Potter1-187/+56
>Rename unpack_* functions to be consistent > >Decode CP850 strings when unpacking > >Add variable giving default encoding name (This used to be commit de26084f0d6cac2caf43976f18f0b56deee53167)
2002-11-11Sync with HEAD.Tim Potter1-174/+274
(This used to be commit 130c1d0765502be839f87a8d0f4e47f5a3461c97)
2002-11-07Sync up python stuff from HEAD.Tim Potter7-303/+463
(This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
2002-11-04Sync with HEAD.Tim Potter11-68/+265
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
2002-10-21This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+144
used to be commit d39b53ba5486fc09e5332d77aad9a6047b0e91a6)
2002-10-21Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool1-29/+37
This makes the test suite fail because at the moment they are in fact not behaving the same way. (This used to be commit 44dd7746ede7f7f9efcf7dabcd351b1d800e535c)
2002-10-21Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool1-0/+144
compatibility testing against the shiny new C version. This version is slightly modified to not call codepage conversion routines, and renamed tdbutil->oldtdbutil. (This used to be commit 2dc4373727f73a46cd6135413e50917fb7fa538b)
2002-10-21The libsmb module uses py_ntsec.oTim Potter1-1/+2
(This used to be commit e27d3d20e3c51fc04f37d92c24f38f91b2d1e1e4)
2002-10-21Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter1-12/+121
and set_secdesc functions. (This used to be commit 3fd568ef5c984f089e7799d9ff55395330716641)
2002-10-21Whoops - this should be in py_smb.cTim Potter1-52/+0
(This used to be commit b740c7e5050b18bc06865451bed3daf3ae09c609)
2002-10-21Give better error messages for TypeError, which will arise if e.g. youMartin Pool1-10/+24
try to pack an Int using a string tdbpack format. (This used to be commit 6139ab3cbca3fc2969d1e578b38394b1f6aeb9c3)
2002-10-21Merge.Tim Potter3-20/+68
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
2002-10-21More cleanups of validation functions.Tim Potter2-19/+66
(This used to be commit a4790ba42cc6ee4086dafbc64b1dba790a6c3583)
2002-10-21Zero some more return values.Tim Potter1-1/+2
(This used to be commit 7f45bad319ace07a5bfc21465a0db919131dd608)
2002-10-21Merge of validiation cleanups from head.Tim Potter3-13/+46
(This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
2002-10-21level should be a uint32 in enum_ports function.Tim Potter1-1/+1
(This used to be commit 121db5b6821df9c6ec05adb2d35c2dde930736f2)
2002-10-21Stricter validation in python->C conversion functions.Tim Potter1-9/+16
(This used to be commit 672c07e2432299e3b1015af524dc5c124f61f904)
2002-10-21Fixed DRIVER_INFO_3 conversion function to check for dependent_filesTim Potter1-3/+29
key. (This used to be commit 35413be0ac39ce52f009f7750f23b41728d8a35c)
2002-10-20Added stubs for query/set security descriptors on files. Not even close toTim Potter1-0/+52
working yet. (This used to be commit b7ef2e8b41bd6a7225b9f21c65c42b8ef0f82a32)
2002-10-18Add extra parm to cli_full_connection. Tim, you should probably take a look ↵Jim McDonough1-1/+1
at this. (This used to be commit 42f04bbbb220843dc545ae67417243797f39f429)
2002-10-18Add extra parm to cli_full_connection call. Tim, you should probably look ↵Jim McDonough1-1/+1
at this. (This used to be commit a9f632ed5d3d033849c25efac419b21e830c5069)
2002-10-17make protoTim Potter1-1/+1
(This used to be commit 86c884c3a129d12dc77332c38484bef78c66440e)
2002-10-17open_pipe_creds() now takes a pipe index instead of a pipe name.Tim Potter5-10/+9
(This used to be commit 3a0a30beda4b8be0038c98ccc6f8f01c6dae386a)
2002-10-17Fix for new arguments of cli_nt_session_open()Tim Potter1-4/+3
(This used to be commit cfb0c12eb6412c2cc84785c17ab2f6c89916aa56)
2002-09-25The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter1-2/+6
(This used to be commit 7ce782c20c6b9e515a2fa831315ae14c66d322ee)
2002-09-19Remove hardcoded -I stuff. Hooray!Tim Potter1-9/+9
(This used to be commit 105ff7c5400a6b79613b6a3b72808124b17ddc60)
2002-09-19Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter1-2/+8
(This used to be commit 3ce8f8c50c0adcedc38bf2812b7e9fae78942458)
2002-09-19Fixed bug in keyword args for enumprinterdataexTim Potter1-1/+1
(This used to be commit c7845b3c43f7167f2c695722bc9923ff666ade76)
2002-09-19Moving to subdirectory.Tim Potter1-59/+0
(This used to be commit 154c59c8f92b9f735f4e1e7c8c42692c959996f1)
2002-09-19Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2-22/+64
(This used to be commit 739ea89eb3ab49e5dccddfa767812811b413e67d)
2002-09-18Display the repr() of non-string dictionary values.Tim Potter1-7/+18
(This used to be commit 3c6975c711d87755f0532147f9aaecb224159f43)
2002-09-11Implemented getpw{nam,uid} functions.Tim Potter3-0/+109
(This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
2002-09-11Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2-1/+26
(This used to be commit a938863914cbfec247586c92fd06203fec7febde)
2002-09-11Fix some dodgy stuff that accidentally was committed.Tim Potter1-8/+0
(This used to be commit d6d0f121d95b79d4acc68354b35fb0fb3e42e1c0)
2002-09-11Fix imports for printerdata browser.Tim Potter1-1/+1
(This used to be commit d36fd6651726ffee059f4b39211da66b5b6d7ec1)
2002-09-11Ignore *.pycTim Potter1-0/+1
(This used to be commit 9d639cd4156e6b8fcb84e20e0b8adaa3fc5dc5ba)
2002-09-11Change 'import spoolss' to 'from samba import spoolss'.Tim Potter1-1/+1
(This used to be commit 06f6e7110029d5d60c4f34123f470bfb4c96364a)
2002-09-10Check in examples for tdb packerMartin Pool2-0/+207
(This used to be commit e8f9fbd32b73f60db3683d23a979dc09e7204258)
2002-09-10Updated examples for new top level module layout.Tim Potter3-8/+25
Fixed some bugs also. (This used to be commit 3e19e3afdb6fd1f63dee9ca52a5d33090670832e)
2002-09-09Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool2-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)