Jelmer Vernooij
09fb00c629
'make everything' in docs
...
(This used to be commit 960082d860c36419c63094be778decdadb061c1d)
2002-11-05 21:41:04 +00:00
Jelmer Vernooij
87124fc403
Fix small syntax errors
...
(This used to be commit 7f9b0dbf5bddf6b49fdb8788ab6745ed46cb9cca)
2002-11-05 21:35:22 +00:00
Martin Pool
d7eac6c356
pytdbpack_pack_data: Allow first argument to be any kind of Number,
...
not just an Integer. Coerce appropriately.
(This used to be commit 248067931a2a8eeee86ea343bddf96d2bd727dbf)
2002-11-05 21:26:35 +00:00
Martin Pool
17356de921
pytdbpack_pack_data: If the first argument to a 'B' code is not an
...
Integer, raise an error rather than just returning Null, which breaks
the interpreter.
(This used to be commit db67c5f7e53b231fe217a29a15888e8895ce2229)
2002-11-05 21:22:14 +00:00
Richard Sharpe
31124420b7
A small fix by Andy Thomas. Now that incrementing the Auth index has
...
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-05 20:40:55 +00:00
Jelmer Vernooij
46cc369203
Add note about obsolete section
...
(This used to be commit 2d38795d3a9258babccfe52420ed83ec5a1d3f51)
2002-11-05 18:48:59 +00:00
Jelmer Vernooij
b7b27a9f17
Tell popt this command requires 1 'normal' argument and has two optional 'normal' parameters
...
(This used to be commit b4f00ceaadc77158870ea2bd9d8a0e0845c89b7a)
2002-11-05 18:30:47 +00:00
Jelmer Vernooij
7dc065f8e1
Don't generate ../examples/pdb/{xml,mysql}/configure
...
(This used to be commit b0788c3e8e84bec13e2d2cbf733cd37e45c7afda)
2002-11-05 17:18:30 +00:00
Jelmer Vernooij
8e410d6b09
Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/Makefile
...
(This used to be commit e8a77556477a0ec0c83786e0c66c2caaf473ea50)
2002-11-05 17:15:24 +00:00
Jelmer Vernooij
be80211e35
Add pdb_xml docs
...
(This used to be commit f92f10ef253615d453aca6cb093f65a3a0a62283)
2002-11-05 17:11:23 +00:00
Jelmer Vernooij
82c714569d
Move pdb_xml to source/
...
(This used to be commit b68106a79e4536fa82d75dd330d07dba51bfeaf4)
2002-11-05 17:08:32 +00:00
Jelmer Vernooij
f82d197b45
Fix various small syntax errors
...
add docs for pdb_mysql
don't build obsolete docs in Makefile
(This used to be commit 1c06377f84b170fe2a6476df13f1b2a0d39d0a92)
2002-11-05 16:59:45 +00:00
Jelmer Vernooij
7dba784b5e
Convert pdb_mysql docs to sgml
...
(This used to be commit 6642f6c5a9d6fa52a41a382850ed8bb3e1ebf701)
2002-11-05 16:55:21 +00:00
Jelmer Vernooij
42f569f06c
Move pdb_mysql to source/passdb
...
(This used to be commit 1d742e14ad18070aee654071d159b8b7410d6f86)
2002-11-05 16:48:23 +00:00
Jelmer Vernooij
928d8422e1
Rerun autoconf
...
(This used to be commit 53736430f8b57dbad80cce62c2472e935cdd4dd9)
2002-11-05 16:36:37 +00:00
Jelmer Vernooij
55888c4462
Add support to build plugins in source/
...
(This used to be commit eb8965eeff3fb55d7041d9998b45da403ecb03a2)
2002-11-05 16:33:26 +00:00
Jelmer Vernooij
70fbc958db
The default for 'announce version' is 4.9, not 4.5 or 4.2
...
(This used to be commit 570c3b2fab6368726213bb786e33902f261eb606)
2002-11-05 16:26:19 +00:00
Richard Sharpe
03d4866ecd
See if char * makes the Irix C compiler happier than void *?
...
(This used to be commit 6b218da6453032339f2451a434d14894050dd1b5)
2002-11-05 04:23:48 +00:00
Tim Potter
ced085b0d2
Remove DRIVERFILE constant. It was removed with the old win95
...
printer driver stuff.
(This used to be commit cf6d2d9d9e2adbbb7a547784cb11d05ed624e410)
2002-11-05 03:05:29 +00:00
Martin Pool
af7ecaf61b
pytdbpack_pack_data: Oops, since B is separately encoded as buffer and
...
length we need separate counters traversing the format and value
sequences to pack them.
(This used to be commit 49a0ba46e6693bb819440d4ab40045afc4a7ae17)
2002-11-05 02:54:07 +00:00
Martin Pool
97d34f85c7
Update test cases.
...
(This used to be commit db2c393dd488dad2ce95f3b3cf0297d5b0159ae7)
2002-11-05 02:52:01 +00:00
Richard Sharpe
48e10c116d
Make all of the required (I think) changes to make this code work for
...
big endian and little endian systems.
(This used to be commit f50051120f93b5f95f72dcb3df201979e6302f5b)
2002-11-05 02:11:42 +00:00
Tim Potter
ad6ac942ca
Rerun autoconf.
...
(This used to be commit fd9aff634be7d6e59995cc44c6b08a7ae442747a)
2002-11-05 02:03:01 +00:00
Tim Potter
b0c440824d
Fix mysterious error message when running 'make python_{ext,install}'
...
without configuring with python.
(This used to be commit 01a89690a2e9d234188704c04e58b5dfa2e7d1f3)
2002-11-05 02:00:36 +00:00
Richard Sharpe
fd59cd4283
Start handling Big Endian machines as well as little endian.
...
(This used to be commit 8f45315b913a9574dfeedaadf5560d143b38ca05)
2002-11-05 01:29:29 +00:00
Martin Pool
d6d94ee143
pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form list
...
by appending, rather than preallocating.
(This used to be commit d72b144e03b9a9cb3d676527ddc5b2d0e1ef42f8)
2002-11-05 00:24:32 +00:00
Andrew Bartlett
f8afe65733
VFStest already has pop_common via smbd, so don't link it twice.
...
Andrew Bartlett
(This used to be commit c70a3191d4ba8864f026a2ba6b35b9e415541aa7)
2002-11-04 23:49:41 +00:00
Martin Pool
e6aa69bac7
Add more test cases that now work.
...
(This used to be commit 7827536c15ac27ebcc4e9c342be6e203248195f6)
2002-11-04 23:10:47 +00:00
Martin Pool
3f9dac6948
pytdbpack_pack_data: Allow 'd' and 'w' formats to take either Integer
...
or Long arguments.
(This used to be commit 2085595565b99295d04a6663aad1ccac5bc1b657)
2002-11-04 23:08:53 +00:00
Martin Pool
0011607aca
Make sure uint32 unpacking is unsigned, and generates a Python long so
...
that it can represent all the unsigned values
(This used to be commit 2593e1588355643bb76a9b8869573fe38fd3bc3e)
2002-11-04 22:59:48 +00:00
Martin Pool
2137acf498
Re-add some tests which do work with both implementations
...
(This used to be commit a9c2817c79f675b82ace4e21df7fa123f9a995c3)
2002-11-04 22:50:24 +00:00
Martin Pool
a5a1e068bd
Comment out test cases where the old and new parser are different.
...
(This used to be commit 6be885da2ca0ee41db86c46625301b51858061af)
2002-11-04 22:48:06 +00:00
Martin Pool
feb15f90fe
pytdbpack_calc_reqd_len: Correct calculation of packed length of
...
string types
(This used to be commit 30525aee33237f5b17e1067a96d09b7ee0a516a6)
2002-11-04 22:29:03 +00:00
Martin Pool
859850faf7
Change to representing buffers ('B') as (LEN, STRING) in Python,
...
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-04 22:22:12 +00:00
Martin Pool
70cdcfb5b3
test_pack_extra: Add additional cases.
...
test_pack_failures: Remove cases for which old code is too lax.
(This used to be commit 631945a03a3bf4982177bc22ebccf096b2bb5b6c)
2002-11-04 22:01:25 +00:00
Martin Pool
5c2b4a8a5a
test_pack_extra: Better way of testing packing with extra values.
...
(This used to be commit 12c3bb99a5f870b01ef389ddad1073fc92d2362c)
2002-11-04 21:57:53 +00:00
Martin Pool
fe61a53991
pytdbpack_calc_reqd_len: It's no longer an error to supply more data
...
values than are consumed.
(This used to be commit 0c1cfe559877d51090409d67f983a82bbbbaa7e2)
2002-11-04 21:56:24 +00:00
Martin Pool
ba09904001
Doc
...
(This used to be commit 21e41866425c6f8bf04b08b3edd5bf70caf56e32)
2002-11-04 20:34:50 +00:00
Martin Pool
b700eafad9
test_pack_extra: The old code does not complain when there are too
...
many data values for the format. Test that the new code behaves the
same way.
(This used to be commit b0143e77d64f6af977395cf39e50f35e46486157)
2002-11-04 20:34:25 +00:00
Martin Pool
f10a55e3be
test_pack_failures: The old code does not complain when there are too
...
many data values for the format, so we don't test that here.
test_large: New test case for packing/unpack a thousand values.
(This used to be commit 04cad599f40faf234b40090806bcd1ac0473470f)
2002-11-04 20:30:09 +00:00
Martin Pool
c56f478ded
pytdbpack_calc_reqd_len: Make exception be thrown correctly when a
...
non-string is used with a string format code. (It was being generated
but not thrown.)
Also call checked versions of some functions rather than FAST_*
versions.
(This used to be commit 1b681bd524764deaef657ef41c39d037ac7dcc7b)
2002-11-04 20:22:03 +00:00
Martin Pool
dc847082f3
test_pack_failures: The old and new code is not exactly the same about
...
error detection, so now we don't care what exact error is returned as
long as we get something.
(This used to be commit 5ade138bb815d3184fa57ff9cb548f78405059c5)
2002-11-04 20:04:16 +00:00
Martin Pool
06b055cea3
test_pack: Coercing a dictionary to a sequence as it is packed is not
...
compatible with the old code, and so it is removed from the test case.
(This used to be commit ed0e4a670d4d62b63afdaf7d9f13e39b98cdf1b2)
2002-11-04 19:54:06 +00:00
Jelmer Vernooij
1c3677fe94
Sync to actual state
...
(This used to be commit bae2a38b17d4645e4faf74cd05a92511aee6c32b)
2002-11-04 19:38:15 +00:00
Martin Pool
98d8bf1ac6
Add FIXME about --with-python
...
(This used to be commit 96741a251c731d71126dcf9c706f7bb7c954f6e7)
2002-11-04 19:36:34 +00:00
Jelmer Vernooij
4ca4febd67
Large number of updates - new structure of the HOWTO, better names, introductions, updating to 3.0
...
(This used to be commit dfc3d55493c40201244a9e44b89868f7128c6f85)
2002-11-04 18:25:25 +00:00
Jelmer Vernooij
a3090f0cc8
Move testsmbc.c to examples
...
(This used to be commit fdd70614d2dc29f6a676c30e254a0bf024687fb4)
2002-11-04 17:11:18 +00:00
Jelmer Vernooij
0bd559ad1d
testsmbc should only be in examples
...
(This used to be commit 7aad086c9a20c4c700dfce3f81d89ab982702198)
2002-11-04 17:10:08 +00:00
Jelmer Vernooij
61c600725d
Move encryption algorithm explanation to dev-doc
...
(This used to be commit ea026d74c1d8696e45c6bddc5b1b0029e7e41507)
2002-11-04 16:23:00 +00:00
Jelmer Vernooij
e7c2603609
Move explanation of encryption algorithm to dev-doc
...
(This used to be commit b279cc065385d45b8a16e220fb13b278d5921b1f)
2002-11-04 16:20:15 +00:00