summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move pdb_xml to source/Jelmer Vernooij2002-11-055-65/+8
* Fix various small syntax errorsJelmer Vernooij2002-11-056-9/+145
* Convert pdb_mysql docs to sgmlJelmer Vernooij2002-11-051-92/+0
* Move pdb_mysql to source/passdbJelmer Vernooij2002-11-053-72/+0
* Rerun autoconfJelmer Vernooij2002-11-051-8611/+17906
* Add support to build plugins in source/Jelmer Vernooij2002-11-053-7/+397
* The default for 'announce version' is 4.9, not 4.5 or 4.2Jelmer Vernooij2002-11-051-2/+2
* See if char * makes the Irix C compiler happier than void *?Richard Sharpe2002-11-051-1/+1
* Remove DRIVERFILE constant. It was removed with the old win95Tim Potter2002-11-054-7/+0
* 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
* Make all of the required (I think) changes to make this code work forRichard Sharpe2002-11-051-25/+61
* Rerun autoconf.Tim Potter2002-11-051-17330/+8612
* Fix mysterious error message when running 'make python_{ext,install}'Tim Potter2002-11-052-5/+7
* Start handling Big Endian machines as well as little endian.Richard Sharpe2002-11-051-2/+2
* pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form listMartin Pool2002-11-051-21/+45
* VFStest already has pop_common via smbd, so don't link it twice.Andrew Bartlett2002-11-041-1/+1
* 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
* Sync to actual stateJelmer Vernooij2002-11-041-3/+2
* Add FIXME about --with-pythonMartin Pool2002-11-041-0/+4
* Large number of updates - new structure of the HOWTO, better names, introduct...Jelmer Vernooij2002-11-048-531/+472
* Move testsmbc.c to examplesJelmer Vernooij2002-11-041-455/+0
* testsmbc should only be in examplesJelmer Vernooij2002-11-041-2/+1
* Move encryption algorithm explanation to dev-docJelmer Vernooij2002-11-042-0/+198
* Move explanation of encryption algorithm to dev-docJelmer Vernooij2002-11-041-216/+27
* Add @BUILD_POPT@ to smbclientJelmer Vernooij2002-11-041-2/+2
* Don't pass any booleans to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
* Don't pass true to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
* Handle -p correctlyJelmer Vernooij2002-11-041-1/+1
* Adapt to metze's PDB_SET patchJelmer Vernooij2002-11-042-58/+58
* Make IRIX happyJelmer Vernooij2002-11-042-19/+18
* Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we mustAndrew Bartlett2002-11-041-10/+14
* Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett2002-11-041-19/+20
* Fix debugAndrew Bartlett2002-11-041-1/+1
* Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett2002-11-041-8/+9