summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Added enumprinterkey function.Tim Potter2002-11-063-0/+72
* Moved function to parse a list of unicode strings into util file.Tim Potter2002-11-062-26/+26
* Add group management support (patch from metze)Jelmer Vernooij2002-11-062-0/+67
* Fix compiler warnings.Tim Potter2002-11-061-4/+5
* Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2002-11-062-21/+17
* pdb_get_unknown? -> pdb_get_unknown_?Jelmer Vernooij2002-11-061-3/+3
* Remove pdb_sql.o.. this one got in by accidentJelmer Vernooij2002-11-061-1/+1
* pytdbpack_unpack: Clean up, and correct the handling of '$'.Martin Pool2002-11-061-20/+18
* Add another test case for repeated-unpack ('$')Martin Pool2002-11-061-0/+9
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-068-74/+108
* Ignore profiles binary.Tim Potter2002-11-061-0/+1
* Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter2002-11-051-0/+7
* Ensure can_delete returns correct error code.Jeremy Allison2002-11-051-1/+4
* Missed extern declaration.Jeremy Allison2002-11-051-0/+1
* Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
* Small fix from Guenther Deschner <guenther.deschner@suse.de>Jelmer Vernooij2002-11-051-2/+2
* 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
* A small fix by Andy Thomas. Now that incrementing the Auth index hasRichard Sharpe2002-11-051-1/+2
* Tell popt this command requires 1 'normal' argument and has two optional 'nor...Jelmer Vernooij2002-11-051-0/+7
* Don't generate ../examples/pdb/{xml,mysql}/configureJelmer Vernooij2002-11-051-3/+1
* Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/MakefileJelmer Vernooij2002-11-051-1/+1
* Move pdb_xml to source/Jelmer Vernooij2002-11-051-0/+561
* Move pdb_mysql to source/passdbJelmer Vernooij2002-11-051-0/+975
* Rerun autoconfJelmer Vernooij2002-11-051-8611/+17906
* Add support to build plugins in source/Jelmer Vernooij2002-11-053-7/+397
* 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