1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
Commit Graph

10099 Commits

Author SHA1 Message Date
Tim Potter
f4766f4900 Moved function to parse a list of unicode strings into util file.
It's now used in parsing printer driver structures and the response
from the enumprinterkey rpc.
(This used to be commit acecee6f2b)
2002-11-06 23:34:12 +00:00
Jelmer Vernooij
6ae9de8f39 Add group management support (patch from metze)
(This used to be commit 090a2015eb)
2002-11-06 22:10:16 +00:00
Tim Potter
075a9fe96f Fix compiler warnings.
(This used to be commit 3a68613e93)
2002-11-06 20:13:02 +00:00
Jelmer Vernooij
809c4715da Adapt to latest pdb API changes - only thing left is group support
(This used to be commit 99a2e7fde1)
2002-11-06 12:26:21 +00:00
Jelmer Vernooij
5f119d4597 pdb_get_unknown? -> pdb_get_unknown_?
(This used to be commit c13ed6c866)
2002-11-06 11:21:47 +00:00
Jelmer Vernooij
4d3cdb02e0 Remove pdb_sql.o.. this one got in by accident
(This used to be commit 44c894531b)
2002-11-06 11:17:53 +00:00
Martin Pool
6b0761b327 pytdbpack_unpack: Clean up, and correct the handling of '$'.
(This used to be commit dd73568f97)
2002-11-06 01:59:57 +00:00
Martin Pool
618db4e739 Add another test case for repeated-unpack ('$')
(This used to be commit 2a492c4854)
2002-11-06 01:50:31 +00:00
Tim Potter
ea24bb2da8 Merge of get_dc_list() api change. This was slightly more intrusive
than the version in APPLIANCE so watch out for boogs.
(This used to be commit 1e054e3db6)
2002-11-06 01:29:07 +00:00
Tim Potter
62d4ea1bc5 Ignore profiles binary.
(This used to be commit b195b1fa15)
2002-11-06 01:18:30 +00:00
Tim Potter
f57d02eed3 Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.
(This used to be commit 48ed9dce0d)
2002-11-05 23:19:38 +00:00
Jeremy Allison
29546f160c Ensure can_delete returns correct error code.
Jeremy.
(This used to be commit 44db20f9f6)
2002-11-05 22:49:54 +00:00
Jelmer Vernooij
6a4da84a0d correct make
(This used to be commit 836bfb3a1b)
2002-11-05 22:28:45 +00:00
Jeremy Allison
724ced9bd2 Missed extern declaration.
Jeremy.
(This used to be commit e39e2b4c34)
2002-11-05 21:49:45 +00:00
Jeremy Allison
6c5e0cce56 Fix to correctly return NT_STATUS_DELETE_PENDING.
Jeremy.
(This used to be commit 075987f1db)
2002-11-05 21:46:33 +00:00
Jelmer Vernooij
edea9b659f Small fix from Guenther Deschner <guenther.deschner@suse.de>
(remove junk chars)
(This used to be commit 2e7a904856)
2002-11-05 21:45:16 +00:00
Jelmer Vernooij
09fb00c629 'make everything' in docs
(This used to be commit 960082d860)
2002-11-05 21:41:04 +00:00
Jelmer Vernooij
87124fc403 Fix small syntax errors
(This used to be commit 7f9b0dbf5b)
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 248067931a)
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 db67c5f7e5)
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 39136827d1)
2002-11-05 20:40:55 +00:00
Jelmer Vernooij
46cc369203 Add note about obsolete section
(This used to be commit 2d38795d3a)
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 b4f00ceaad)
2002-11-05 18:30:47 +00:00
Jelmer Vernooij
7dc065f8e1 Don't generate ../examples/pdb/{xml,mysql}/configure
(This used to be commit b0788c3e8e)
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 e8a7755647)
2002-11-05 17:15:24 +00:00
Jelmer Vernooij
be80211e35 Add pdb_xml docs
(This used to be commit f92f10ef25)
2002-11-05 17:11:23 +00:00
Jelmer Vernooij
82c714569d Move pdb_xml to source/
(This used to be commit b68106a79e)
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 1c06377f84)
2002-11-05 16:59:45 +00:00
Jelmer Vernooij
7dba784b5e Convert pdb_mysql docs to sgml
(This used to be commit 6642f6c5a9)
2002-11-05 16:55:21 +00:00
Jelmer Vernooij
42f569f06c Move pdb_mysql to source/passdb
(This used to be commit 1d742e14ad)
2002-11-05 16:48:23 +00:00
Jelmer Vernooij
928d8422e1 Rerun autoconf
(This used to be commit 53736430f8)
2002-11-05 16:36:37 +00:00
Jelmer Vernooij
55888c4462 Add support to build plugins in source/
(This used to be commit eb8965eeff)
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 570c3b2fab)
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 6b218da645)
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 cf6d2d9d9e)
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 49a0ba46e6)
2002-11-05 02:54:07 +00:00
Martin Pool
97d34f85c7 Update test cases.
(This used to be commit db2c393dd4)
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 f50051120f)
2002-11-05 02:11:42 +00:00
Tim Potter
ad6ac942ca Rerun autoconf.
(This used to be commit fd9aff634b)
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 01a89690a2)
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 8f45315b91)
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 d72b144e03)
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 c70a3191d4)
2002-11-04 23:49:41 +00:00
Martin Pool
e6aa69bac7 Add more test cases that now work.
(This used to be commit 7827536c15)
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 2085595565)
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 2593e15883)
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 a9c2817c79)
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 6be885da2c)
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 30525aee33)
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 20d88a7d1e)
2002-11-04 22:22:12 +00:00