summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison13-67/+370
Also tidied up some of Richard's code (I don't think he uses the compiler flags -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual like I do :-) :-). Jeremy. (This used to be commit 10024ed06e9d91f24fdc78d59eef2f76bf395438)
2002-11-07Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2-15/+22
the holding pattern when started up when security = user or security = ads. Clean up return value of winbindd_common_init() - what a mess! (This used to be commit 8a6d37752182e0de7fd04b2c31f90e145dde783b)
2002-11-06For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter1-3/+4
(This used to be commit 28871bb6969ca70aabcc622410dd1fc5addcceca)
2002-11-06Client side functions for enumprinterkey.Tim Potter2-0/+129
(This used to be commit f56ce473b6964302ba51fc9796ee919738731065)
2002-11-06Added enumprinterkey function.Tim Potter3-0/+72
Stub for deleteprinterkey. (This used to be commit 64e04380f7ad9b471a681638dfde93e0c65f9fa3)
2002-11-06Moved function to parse a list of unicode strings into util file.Tim Potter2-26/+26
It's now used in parsing printer driver structures and the response from the enumprinterkey rpc. (This used to be commit acecee6f2bb92c4992078f4fe2dfae4414f43482)
2002-11-06Add group management support (patch from metze)Jelmer Vernooij2-0/+67
(This used to be commit 090a2015eb9aa4ec68d80e972ae192d19afd536e)
2002-11-06Fix compiler warnings.Tim Potter1-4/+5
(This used to be commit 3a68613e934e25f2ccfbf5afa5e26b5f47b40a53)
2002-11-06Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2-21/+17
(This used to be commit 99a2e7fde1fd4e589035c273f40419ef322e097d)
2002-11-06pdb_get_unknown? -> pdb_get_unknown_?Jelmer Vernooij1-3/+3
(This used to be commit c13ed6c866fed43e5f83e083c377a1cd7d505061)
2002-11-06Remove pdb_sql.o.. this one got in by accidentJelmer Vernooij1-1/+1
(This used to be commit 44c894531b09856a9a485912b05f08c59caa6a00)
2002-11-06pytdbpack_unpack: Clean up, and correct the handling of '$'.Martin Pool1-20/+18
(This used to be commit dd73568f97ad51c93f096001058fd31fa14e88ae)
2002-11-06Add another test case for repeated-unpack ('$')Martin Pool1-0/+9
(This used to be commit 2a492c4854d4c6469d8c7d21aa187fef6303b641)
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter8-74/+108
than the version in APPLIANCE so watch out for boogs. (This used to be commit 1e054e3db654801fbb5580211529cdfdea9ed686)
2002-11-06Ignore profiles binary.Tim Potter1-0/+1
(This used to be commit b195b1fa156472c66f919c0441fe5466e7afb414)
2002-11-05Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter1-0/+7
(This used to be commit 48ed9dce0dab53066d3304baa0f24639a1f1755b)
2002-11-05Ensure can_delete returns correct error code.Jeremy Allison1-1/+4
Jeremy. (This used to be commit 44db20f9f63d72c2e6e1f4ffedf72d75563369fb)
2002-11-05Missed extern declaration.Jeremy Allison1-0/+1
Jeremy. (This used to be commit e39e2b4c3488fbd9e9a08dd5629a672d1459e64e)
2002-11-05Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2-0/+4
Jeremy. (This used to be commit 075987f1db4de5e21ebf205a16a847ce0b2a926e)
2002-11-05Small fix from Guenther Deschner <guenther.deschner@suse.de>Jelmer Vernooij1-2/+2
(remove junk chars) (This used to be commit 2e7a904856f616605e341c897d2be0f863c4b53d)
2002-11-05pytdbpack_pack_data: Allow first argument to be any kind of Number,Martin Pool1-3/+9
not just an Integer. Coerce appropriately. (This used to be commit 248067931a2a8eeee86ea343bddf96d2bd727dbf)
2002-11-05pytdbpack_pack_data: If the first argument to a 'B' code is not anMartin Pool1-1/+3
Integer, raise an error rather than just returning Null, which breaks the interpreter. (This used to be commit db67c5f7e53b231fe217a29a15888e8895ce2229)
2002-11-05A small fix by Andy Thomas. Now that incrementing the Auth index hasRichard Sharpe1-1/+2
been pushed into a macro, things do not work so well. Move the increment out of the array index. (This used to be commit 39136827d135c91e42ec2b36f420262b1b18093c)
2002-11-05Tell popt this command requires 1 'normal' argument and has two optional ↵Jelmer Vernooij1-0/+7
'normal' parameters (This used to be commit b4f00ceaadc77158870ea2bd9d8a0e0845c89b7a)
2002-11-05Don't generate ../examples/pdb/{xml,mysql}/configureJelmer Vernooij1-3/+1
(This used to be commit b0788c3e8e84bec13e2d2cbf733cd37e45c7afda)
2002-11-05Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/MakefileJelmer Vernooij1-1/+1
(This used to be commit e8a77556477a0ec0c83786e0c66c2caaf473ea50)
2002-11-05Move pdb_xml to source/Jelmer Vernooij1-0/+561
(This used to be commit b68106a79e4536fa82d75dd330d07dba51bfeaf4)
2002-11-05Move pdb_mysql to source/passdbJelmer Vernooij1-0/+975
(This used to be commit 1d742e14ad18070aee654071d159b8b7410d6f86)
2002-11-05Rerun autoconfJelmer Vernooij1-8611/+17906
(This used to be commit 53736430f8b57dbad80cce62c2472e935cdd4dd9)
2002-11-05Add support to build plugins in source/Jelmer Vernooij3-7/+397
(This used to be commit eb8965eeff3fb55d7041d9998b45da403ecb03a2)
2002-11-05See if char * makes the Irix C compiler happier than void *?Richard Sharpe1-1/+1
(This used to be commit 6b218da6453032339f2451a434d14894050dd1b5)
2002-11-05Remove DRIVERFILE constant. It was removed with the old win95Tim Potter4-7/+0
printer driver stuff. (This used to be commit cf6d2d9d9e2adbbb7a547784cb11d05ed624e410)
2002-11-05pytdbpack_pack_data: Oops, since B is separately encoded as buffer andMartin Pool1-5/+8
length we need separate counters traversing the format and value sequences to pack them. (This used to be commit 49a0ba46e6693bb819440d4ab40045afc4a7ae17)
2002-11-05Update test cases.Martin Pool1-28/+32
(This used to be commit db2c393dd488dad2ce95f3b3cf0297d5b0159ae7)
2002-11-05Make all of the required (I think) changes to make this code work forRichard Sharpe1-25/+61
big endian and little endian systems. (This used to be commit f50051120f93b5f95f72dcb3df201979e6302f5b)
2002-11-05Rerun autoconf.Tim Potter1-17330/+8612
(This used to be commit fd9aff634be7d6e59995cc44c6b08a7ae442747a)
2002-11-05Fix mysterious error message when running 'make python_{ext,install}'Tim Potter2-5/+7
without configuring with python. (This used to be commit 01a89690a2e9d234188704c04e58b5dfa2e7d1f3)
2002-11-05Start handling Big Endian machines as well as little endian.Richard Sharpe1-2/+2
(This used to be commit 8f45315b913a9574dfeedaadf5560d143b38ca05)
2002-11-05pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form listMartin Pool1-21/+45
by appending, rather than preallocating. (This used to be commit d72b144e03b9a9cb3d676527ddc5b2d0e1ef42f8)
2002-11-04VFStest already has pop_common via smbd, so don't link it twice.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit c70a3191d4ba8864f026a2ba6b35b9e415541aa7)
2002-11-04Add more test cases that now work.Martin Pool1-1/+2
(This used to be commit 7827536c15ac27ebcc4e9c342be6e203248195f6)
2002-11-04pytdbpack_pack_data: Allow 'd' and 'w' formats to take either IntegerMartin Pool1-2/+20
or Long arguments. (This used to be commit 2085595565b99295d04a6663aad1ccac5bc1b657)
2002-11-04Make sure uint32 unpacking is unsigned, and generates a Python long soMartin Pool1-10/+10
that it can represent all the unsigned values (This used to be commit 2593e1588355643bb76a9b8869573fe38fd3bc3e)
2002-11-04Re-add some tests which do work with both implementationsMartin Pool1-6/+6
(This used to be commit a9c2817c79f675b82ace4e21df7fa123f9a995c3)
2002-11-04Comment out test cases where the old and new parser are different.Martin Pool1-60/+71
(This used to be commit 6be885da2ca0ee41db86c46625301b51858061af)
2002-11-04pytdbpack_calc_reqd_len: Correct calculation of packed length ofMartin Pool1-5/+8
string types (This used to be commit 30525aee33237f5b17e1067a96d09b7ee0a516a6)
2002-11-04Change to representing buffers ('B') as (LEN, STRING) in Python,Martin Pool1-130/+112
rather than as just a string. Makes the code more messy, but needed for compatibility with existing PSA Python code which seems to be too knotty to separate out. (This used to be commit 20d88a7d1e2a6d2daca29c5ffff3781197a97b57)
2002-11-04test_pack_extra: Add additional cases.Martin Pool1-7/+12
test_pack_failures: Remove cases for which old code is too lax. (This used to be commit 631945a03a3bf4982177bc22ebccf096b2bb5b6c)
2002-11-04test_pack_extra: Better way of testing packing with extra values.Martin Pool1-3/+3
(This used to be commit 12c3bb99a5f870b01ef389ddad1073fc92d2362c)
2002-11-04pytdbpack_calc_reqd_len: It's no longer an error to supply more dataMartin Pool1-8/+2
values than are consumed. (This used to be commit 0c1cfe559877d51090409d67f983a82bbbbaa7e2)