summaryrefslogtreecommitdiffstats
path: root/source3/python
Commit message (Expand)AuthorAgeFilesLines
...
| * pytdbpack_pack_data: Allow first argument to be any kind of Number,Martin Pool2002-11-051-3/+9
| * pytdbpack_pack_data: If the first argument to a 'B' code is not anMartin Pool2002-11-051-1/+3
| * pytdbpack_pack_data: Oops, since B is separately encoded as buffer andMartin Pool2002-11-051-5/+8
| * Update test cases.Martin Pool2002-11-051-28/+32
| * pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form listMartin Pool2002-11-051-21/+45
| * Add more test cases that now work.Martin Pool2002-11-041-1/+2
| * pytdbpack_pack_data: Allow 'd' and 'w' formats to take either IntegerMartin Pool2002-11-041-2/+20
| * Make sure uint32 unpacking is unsigned, and generates a Python long soMartin Pool2002-11-041-10/+10
| * Re-add some tests which do work with both implementationsMartin Pool2002-11-041-6/+6
| * Comment out test cases where the old and new parser are different.Martin Pool2002-11-041-60/+71
| * pytdbpack_calc_reqd_len: Correct calculation of packed length ofMartin Pool2002-11-041-5/+8
| * Change to representing buffers ('B') as (LEN, STRING) in Python,Martin Pool2002-11-041-130/+112
| * test_pack_extra: Add additional cases.Martin Pool2002-11-041-7/+12
| * test_pack_extra: Better way of testing packing with extra values.Martin Pool2002-11-041-3/+3
| * pytdbpack_calc_reqd_len: It's no longer an error to supply more dataMartin Pool2002-11-041-8/+2
| * DocMartin Pool2002-11-041-2/+5
| * test_pack_extra: The old code does not complain when there are tooMartin Pool2002-11-041-1/+15
| * test_pack_failures: The old code does not complain when there are tooMartin Pool2002-11-041-6/+14
| * pytdbpack_calc_reqd_len: Make exception be thrown correctly when aMartin Pool2002-11-041-2/+5
| * test_pack_failures: The old and new code is not exactly the same aboutMartin Pool2002-11-041-33/+37
| * test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool2002-11-041-4/+0
| * Fix boog in argument list for nt_create_andx.Tim Potter2002-10-301-1/+1
| * Added close and unlink functions.Tim Potter2002-10-291-0/+44
| * Fixed bug in session setup kwlist.Tim Potter2002-10-211-2/+25
* | Merge of compile tweaks for python tdbpack module.Tim Potter2002-12-122-2/+2
* | Merge from HEAD:Tim Potter2002-12-052-10/+20
* | Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+1
* | Another global_myname() fix from HEAD.Tim Potter2002-11-291-2/+1
* | Merge from HEAD:Tim Potter2002-11-291-8/+17
* | Merge of argument check fixes from HEAD.Tim Potter2002-11-291-16/+22
* | Merge of global_myname() fixes from HEAD.Tim Potter2002-11-291-8/+1
* | Merge of compiler warning fixes from HEAD.Tim Potter2002-11-292-5/+6
* | Change default codepage to UNIX.Jeremy Allison2002-11-271-34/+54
* | Merge from HEAD:Tim Potter2002-11-191-3/+1
* | Merge from HEAD:Tim Potter2002-11-191-187/+56
* | Sync with HEAD.Tim Potter2002-11-111-174/+274
* | Sync up python stuff from HEAD.Tim Potter2002-11-077-303/+463
* | Sync with HEAD.Tim Potter2002-11-0411-68/+265
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-10-211-0/+144
|\|
| * Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool2002-10-211-29/+37
| * Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool2002-10-211-0/+144
| * The libsmb module uses py_ntsec.oTim Potter2002-10-211-1/+2
| * Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter2002-10-211-12/+121
| * Whoops - this should be in py_smb.cTim Potter2002-10-211-52/+0
| * Give better error messages for TypeError, which will arise if e.g. youMartin Pool2002-10-211-10/+24
| * More cleanups of validation functions.Tim Potter2002-10-212-19/+66
| * Zero some more return values.Tim Potter2002-10-211-1/+2
| * level should be a uint32 in enum_ports function.Tim Potter2002-10-211-1/+1
| * Stricter validation in python->C conversion functions.Tim Potter2002-10-211-9/+16
| * Fixed DRIVER_INFO_3 conversion function to check for dependent_filesTim Potter2002-10-211-3/+29