summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison13-67/+370
2002-11-07Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2-15/+22
2002-11-06For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter1-3/+4
2002-11-06Client side functions for enumprinterkey.Tim Potter2-0/+129
2002-11-06Added enumprinterkey function.Tim Potter3-0/+72
2002-11-06Moved function to parse a list of unicode strings into util file.Tim Potter2-26/+26
2002-11-06Add group management support (patch from metze)Jelmer Vernooij2-0/+67
2002-11-06Fix compiler warnings.Tim Potter1-4/+5
2002-11-06Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2-21/+17
2002-11-06pdb_get_unknown? -> pdb_get_unknown_?Jelmer Vernooij1-3/+3
2002-11-06Remove pdb_sql.o.. this one got in by accidentJelmer Vernooij1-1/+1
2002-11-06pytdbpack_unpack: Clean up, and correct the handling of '$'.Martin Pool1-20/+18
2002-11-06Add another test case for repeated-unpack ('$')Martin Pool1-0/+9
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter8-74/+108
2002-11-06Ignore profiles binary.Tim Potter1-0/+1
2002-11-05Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter1-0/+7
2002-11-05Ensure can_delete returns correct error code.Jeremy Allison1-1/+4
2002-11-05Missed extern declaration.Jeremy Allison1-0/+1
2002-11-05Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2-0/+4
2002-11-05Small fix from Guenther Deschner <guenther.deschner@suse.de>Jelmer Vernooij1-2/+2
2002-11-05pytdbpack_pack_data: Allow first argument to be any kind of Number,Martin Pool1-3/+9
2002-11-05pytdbpack_pack_data: If the first argument to a 'B' code is not anMartin Pool1-1/+3
2002-11-05A small fix by Andy Thomas. Now that incrementing the Auth index hasRichard Sharpe1-1/+2
2002-11-05Tell popt this command requires 1 'normal' argument and has two optional 'nor...Jelmer Vernooij1-0/+7
2002-11-05Don't generate ../examples/pdb/{xml,mysql}/configureJelmer Vernooij1-3/+1
2002-11-05Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/MakefileJelmer Vernooij1-1/+1
2002-11-05Move pdb_xml to source/Jelmer Vernooij1-0/+561
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