THE Idmap patch :-)
[kai/samba.git] / source / python /
2003-03-24 Tim PotterStarted working on python routines to add and delete...
2003-03-19 Tim PotterGCC 3.x has deprecated multi-line string constants.
2003-03-19 Tim PotterFix compiler warning.
2003-03-19 Tim PotterRemoved unused variable.
2003-03-19 Tim PotterAdd function prototype.
2003-03-19 Tim PotterRemove py_samba.c experiment - it didn't work.
2003-03-18 Tim PotterAdded #ifdef'ed out implementation of auth_smbd python...
2003-03-13 Tim PotterAdded chainlock, chainunlock, lock_bystring and unlock_...
2003-02-24 Tim PotterQuieten compiler warning.
2003-02-20 Martin PoolDoc
2003-02-20 Martin Pool(Merge from APPLIANCE_HEAD)
2003-02-18 Tim PotterCleanup of header files for python extensions.
2003-02-18 Martin PoolCheck return code from string_to_sid.
2003-02-17 Tim PotterAdded SRVSVC pipe support. I've started implementing...
2003-01-17 Andrew Tridgellreverted this patch till I sort out the craziness with...
2003-01-17 Andrew TridgellThis removes the 3rd argument from init_unistr2()....
2003-01-07 Tim PotterRename a local variable to avoid a warning.
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-12-12 Martin PoolCR1333: Fix memory leak when unpacking some structures.
2002-12-12 Martin Pool* Ignore .pyc and .pyo files produced as a side-effect...
2002-12-11 Tim PotterSome more tweaking for compilation of py_tdbpack.
2002-12-04 Tim PotterFUNCTION_MACRO change broke the Python modules.
2002-12-03 Herb Lewisuse FILE_MACRO instead of __FILE__
2002-11-29 Tim PotterFixed silly bug.
2002-11-27 Jeremy AllisonFix comment - 850 -> iso8859-1
2002-11-27 Jeremy AllisonRemove use of 'F' - make 'f' and 'p' do unix (iso8859...
2002-11-25 Tim PotterFix some argument checking bugs found by testsuite.
2002-11-22 Tim PotterAdded some extra code to test absence/presence of LM...
2002-11-22 Tim PotterFixed some compiler warnings.
2002-11-22 Tim PotterFixed some globals that escaped the recent globalcide.
2002-11-22 Martin PoolAdd support for new 'F' format, which is a string in...
2002-11-19 Tim PotterFix typo in docstring.
2002-11-12 Martin PoolRename unpack_* functions to be consistent
2002-11-12 Martin PoolRename pytdbpack_unpack -> pytdbunpack
2002-11-12 Martin PoolJust reorder functions to put related ones together
2002-11-12 Martin PoolRemove dead code for packing buffers which has now...
2002-11-12 Martin PoolRemove dead code for packing buffers which has now...
2002-11-12 Martin PoolRemove non-integer Pointer values, which are no longer...
2002-11-09 Martin PoolRewrite all the packing stuff so that it converts ...
2002-11-06 Tim PotterAdded enumprinterkey function.
2002-11-06 Tim PotterMoved function to parse a list of unicode strings into...
2002-11-06 Martin Poolpytdbpack_unpack: Clean up, and correct the handling...
2002-11-06 Martin PoolAdd another test case for repeated-unpack ('$')
2002-11-05 Martin Poolpytdbpack_pack_data: Allow first argument to be any...
2002-11-05 Martin Poolpytdbpack_pack_data: If the first argument to a 'B...
2002-11-05 Martin Poolpytdbpack_pack_data: Oops, since B is separately encode...
2002-11-05 Martin PoolUpdate test cases.
2002-11-05 Martin Poolpytdbpack_unpack: Handle unpacking Buffers into (LEN...
2002-11-04 Martin PoolAdd more test cases that now work.
2002-11-04 Martin Poolpytdbpack_pack_data: Allow 'd' and 'w' formats to take...
2002-11-04 Martin PoolMake sure uint32 unpacking is unsigned, and generates...
2002-11-04 Martin PoolRe-add some tests which do work with both implementations
2002-11-04 Martin PoolComment out test cases where the old and new parser...
2002-11-04 Martin Poolpytdbpack_calc_reqd_len: Correct calculation of packed...
2002-11-04 Martin PoolChange to representing buffers ('B') as (LEN, STRING...
2002-11-04 Martin Pooltest_pack_extra: Add additional cases.
2002-11-04 Martin Pooltest_pack_extra: Better way of testing packing with...
2002-11-04 Martin Poolpytdbpack_calc_reqd_len: It's no longer an error to...
2002-11-04 Martin PoolDoc
2002-11-04 Martin Pooltest_pack_extra: The old code does not complain when...
2002-11-04 Martin Pooltest_pack_failures: The old code does not complain...
2002-11-04 Martin Poolpytdbpack_calc_reqd_len: Make exception be thrown corre...
2002-11-04 Martin Pooltest_pack_failures: The old and new code is not exactly...
2002-11-04 Martin Pooltest_pack: Coercing a dictionary to a sequence as it...
2002-10-30 Tim PotterFix boog in argument list for nt_create_andx.
2002-10-29 Tim PotterAdded close and unlink functions.
2002-10-21 Tim PotterFixed bug in session setup kwlist.
2002-10-21 Martin PoolTest both new samba.tdbpack and oldtdbutil pack/unpack...
2002-10-21 Martin PoolImport old pure Python version of tdbpack/unpack, so...
2002-10-21 Tim PotterThe libsmb module uses py_ntsec.o
2002-10-21 Tim PotterFixed up tconx function. Implemented nt_create_andx...
2002-10-21 Tim PotterWhoops - this should be in py_smb.c
2002-10-21 Martin PoolGive better error messages for TypeError, which will...
2002-10-21 Tim PotterMore cleanups of validation functions.
2002-10-21 Tim PotterZero some more return values.
2002-10-21 Tim Potterlevel should be a uint32 in enum_ports function.
2002-10-21 Tim PotterStricter validation in python->C conversion functions.
2002-10-21 Tim PotterFixed DRIVER_INFO_3 conversion function to check for...
2002-10-20 Tim PotterAdded stubs for query/set security descriptors on files...
2002-10-18 Jim McDonoughAdd extra parm to cli_full_connection call. Tim, you...
2002-10-17 Tim Pottermake proto
2002-10-17 Tim Potteropen_pipe_creds() now takes a pipe index instead of...
2002-10-17 Tim PotterFix for new arguments of cli_nt_session_open()
2002-09-25 Tim PotterThe security descriptor in a PRINTER_INFO_2 could be...
2002-09-19 Tim PotterRemove hardcoded -I stuff. Hooray!
2002-09-19 Tim PotterBong! The devmode could be NULL. Don't crash if this...
2002-09-19 Tim PotterFixed bug in keyword args for enumprinterdataex
2002-09-19 Tim PotterMoving to subdirectory.
2002-09-19 Tim PotterImplement printerdata_ex as Python dictionary. Read...
2002-09-18 Tim PotterDisplay the repr() of non-string dictionary values.
2002-09-11 Tim PotterImplemented getpw{nam,uid} functions.
2002-09-11 Tim PotterAdded char *, uid_t and gid_t types to generic conversi...
2002-09-11 Tim PotterFix some dodgy stuff that accidentally was committed.
2002-09-11 Tim PotterFix imports for printerdata browser.
2002-09-11 Tim PotterIgnore *.pyc
2002-09-11 Tim PotterChange 'import spoolss' to 'from samba import spoolss'.
2002-09-10 Martin PoolCheck in examples for tdb packer
2002-09-10 Tim PotterUpdated examples for new top level module layout.
2002-09-09 Martin PoolPut all Python modules into the 'samba' subpackage...
2002-09-09 Martin PoolBuild py_tdbpack as well.
next