summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-11-05Move pdb_mysql to source/passdbJelmer Vernooij1-0/+975
2002-11-05Rerun autoconfJelmer Vernooij1-8611/+17906
2002-11-05Add support to build plugins in source/Jelmer Vernooij3-7/+397
2002-11-05See if char * makes the Irix C compiler happier than void *?Richard Sharpe1-1/+1
2002-11-05Remove DRIVERFILE constant. It was removed with the old win95Tim Potter4-7/+0
2002-11-05pytdbpack_pack_data: Oops, since B is separately encoded as buffer andMartin Pool1-5/+8
2002-11-05Update test cases.Martin Pool1-28/+32
2002-11-05Make all of the required (I think) changes to make this code work forRichard Sharpe1-25/+61
2002-11-05Rerun autoconf.Tim Potter1-17330/+8612
2002-11-05Fix mysterious error message when running 'make python_{ext,install}'Tim Potter2-5/+7
2002-11-05Start handling Big Endian machines as well as little endian.Richard Sharpe1-2/+2
2002-11-05pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form listMartin Pool1-21/+45
2002-11-04VFStest already has pop_common via smbd, so don't link it twice.Andrew Bartlett1-1/+1
2002-11-04Add more test cases that now work.Martin Pool1-1/+2
2002-11-04pytdbpack_pack_data: Allow 'd' and 'w' formats to take either IntegerMartin Pool1-2/+20
2002-11-04Make sure uint32 unpacking is unsigned, and generates a Python long soMartin Pool1-10/+10
2002-11-04Re-add some tests which do work with both implementationsMartin Pool1-6/+6
2002-11-04Comment out test cases where the old and new parser are different.Martin Pool1-60/+71
2002-11-04pytdbpack_calc_reqd_len: Correct calculation of packed length ofMartin Pool1-5/+8
2002-11-04Change to representing buffers ('B') as (LEN, STRING) in Python,Martin Pool1-130/+112
2002-11-04test_pack_extra: Add additional cases.Martin Pool1-7/+12
2002-11-04test_pack_extra: Better way of testing packing with extra values.Martin Pool1-3/+3
2002-11-04pytdbpack_calc_reqd_len: It's no longer an error to supply more dataMartin Pool1-8/+2
2002-11-04DocMartin Pool1-2/+5
2002-11-04test_pack_extra: The old code does not complain when there are tooMartin Pool1-1/+15
2002-11-04test_pack_failures: The old code does not complain when there are tooMartin Pool1-6/+14
2002-11-04pytdbpack_calc_reqd_len: Make exception be thrown correctly when aMartin Pool1-2/+5
2002-11-04test_pack_failures: The old and new code is not exactly the same aboutMartin Pool1-33/+37
2002-11-04test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool1-4/+0
2002-11-04Add FIXME about --with-pythonMartin Pool1-0/+4
2002-11-04Move testsmbc.c to examplesJelmer Vernooij1-455/+0
2002-11-04Add @BUILD_POPT@ to smbclientJelmer Vernooij1-2/+2
2002-11-04Handle -p correctlyJelmer Vernooij1-1/+1
2002-11-04Make IRIX happyJelmer Vernooij2-19/+18
2002-11-04Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we mustAndrew Bartlett1-10/+14
2002-11-04Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett1-19/+20
2002-11-04Fix debugAndrew Bartlett1-1/+1
2002-11-04Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett1-8/+9
2002-11-04Try to fix popt dependencies - we were linking to popt before we built with it.Andrew Bartlett1-6/+6
2002-11-04Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work onAndrew Bartlett1-2/+2
2002-11-04The fixes from Tom plus a minor update from me.Richard Sharpe5-174/+329
2002-11-03Extra little fix to vl's patch. Make sure the passdb and testparm messagesAndrew Bartlett2-5/+9
2002-11-03make_server_info_guest() can need root for the ldapsam backendAndrew Tridgell1-1/+4
2002-11-03Force algorithmic rid base to sane values and talk about it.Volker Lendecke2-4/+33
2002-11-02Remove obsolete function usage and some unused variablesJelmer Vernooij1-27/+1
2002-11-02Remove dummy function I used for testingJelmer Vernooij1-7/+0
2002-11-02Convert to popt.Jelmer Vernooij1-75/+23
2002-11-02Add more options to popt_common and use them. Current ones are:Jelmer Vernooij3-28/+62
2002-11-02Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett1-5/+6
2002-11-02Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett2-33/+95