Tim Potter
f9e56d39c9
r5047: Fix swig dependencies.
2007-10-10 13:09:17 -05:00
Stefan Metzmacher
cbb6b80f41
r5045: add TODO comment
...
metze
2007-10-10 13:09:17 -05:00
Stefan Metzmacher
030bfd8d7f
r5044: fix pidl--swig
...
metze
2007-10-10 13:09:17 -05:00
Andrew Tridgell
1333522a6b
r5043: this broke more systems than it helped. Remove it and try to work
...
around broken solaris headers some other way.
2007-10-10 13:09:17 -05:00
Andrew Tridgell
11277ddb4c
r5042: another attempt to get solaris10 building
2007-10-10 13:09:16 -05:00
Stefan Metzmacher
917a3b214a
r5041: add more verbose output for the krb5 libs detection
...
metze
2007-10-10 13:09:16 -05:00
Andrew Tridgell
d9c1bf1060
r5040: attempt to get solaris10 building by defining _XOPEN_SOURCE
2007-10-10 13:09:16 -05:00
Andrew Tridgell
dd67a5d833
r5039: fixed eparser not to generate talloc_p()
2007-10-10 13:09:16 -05:00
Andrew Tridgell
03697fc761
r5038: we don't need these defines any more
2007-10-10 13:09:16 -05:00
Andrew Tridgell
ec32b22ed5
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
...
large commit. I thought this was worthwhile to get done for
consistency.
2007-10-10 13:09:15 -05:00
Andrew Tridgell
1d1a9c11ee
r5036: changed HYPER_T to the more standard "hyper"
2007-10-10 13:09:15 -05:00
Andrew Tridgell
f36e4cf686
r5035: fixed composite test to use --num-ops command line option
2007-10-10 13:09:15 -05:00
Andrew Tridgell
f86521677d
r5034: - added a type mapping function in pidl, so the type names in our IDL
...
files don't need to match the type names in the generated headers
- with this type mapping we no longer need definitions for the
deprecated "int32", "uint8" etc form of types. We can now force
everyone to use the standard types int32_t, uint8_t etc.
- fixed all the code that used the deprecated types
- converted the IDL types "int64" and "uint64" to "dlong" and
"udlong". These are the 4 byte aligned 64 bit integers that
Microsoft internally define as two 32 bit integers in a
structure. After discussions with Ronnie Sahlberg we decided that
calling these "int64" was confusing, as it implied a true 8 byte
aligned type
- fixed all the cases where we incorrectly used things like
"NTTIME_hyper" in our C code. The generated API now uses a NTTIME for
those. The fact that it is hyper-aligned on the wire is not relevant
to the API, and should remain just a IDL property
2007-10-10 13:09:15 -05:00
Tim Potter
5ec9fad5cf
r5033: Remove --with-eparserdir configure option and eparser_idl make target.
...
This is all done in the lorikeet/ethereal Makefile now.
2007-10-10 13:09:14 -05:00
Andrew Tridgell
dc8c7cb85c
r5032: get rid of the init fns in eparser
2007-10-10 13:09:14 -05:00
Andrew Tridgell
765ede8ca6
r5027: added the IDL license to the IDL directory
2007-10-10 13:09:14 -05:00
Tim Potter
df35f1debf
r5026: Don't build the swig stuff by default until it's a bit more stable.
2007-10-10 13:09:14 -05:00
Tim Potter
425b988541
r5024: Fix build.
2007-10-10 13:09:14 -05:00
Tim Potter
c252a286ef
r5019: Some tweaks to building the swig .i files.
2007-10-10 13:09:14 -05:00
Tim Potter
95d2a58e5b
r5018: Initialise required subsystems (by hand, generated by substituting
...
BINARY for LIBRARY in config.mk).
Cut things down to just the samr pipe for the moment.
2007-10-10 13:09:14 -05:00
Tim Potter
dc845154ca
r5017: Fix bug in output typemap for uint32 (!)
2007-10-10 13:09:14 -05:00
Tim Potter
e9b69d19a8
r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into the
...
build system. This still generates bogus targets (i.e
bin/swig_dcerpc.so.0.0.1) and the subsystem initialisation needs to be
done by hand but it is less of a hack.
2007-10-10 13:09:13 -05:00
Günther Deschner
d925606bbf
r5011: Do not use KRB5_CONFIG internally as it is used by MIT and Heimdal to find
...
the configfile (/etc/krb5.conf). Kerberos-Tests tend to segfault when
reading the krb5-config binary as configuration-file...
Also allow KRB5CONFIG to be passed over again
(KRB5CONFIG=/my/heimdal/bin/krb5-config ./configure...)
Guenther
2007-10-10 13:09:13 -05:00
Tim Potter
a38db33713
r5010: Handle weird-ass NTTIME_1sec and NTTIME_hyper types.
2007-10-10 13:09:13 -05:00
Tim Potter
8ca1e3aa3b
r5009: Put bitmaps in their own subtree.
2007-10-10 13:09:13 -05:00
Tim Potter
493ba2da6b
r5008: 32-bits is the default bitmap size.
2007-10-10 13:09:13 -05:00
Tim Potter
e983de6ead
r5007: Fix bug in regexp where we were eating the strings "in" or "out" from
...
structure names if they started with those strings.
2007-10-10 13:09:13 -05:00
Tim Potter
a34212247b
r5006: Implement parsing of pidl bitmaps in ethereal parsers. This works
...
well but needs to be stuck in a subtree.
2007-10-10 13:09:13 -05:00
Tim Potter
19a907cb58
r5005: Add missing size specifiers to various bitmaps.
2007-10-10 13:09:12 -05:00
Andrew Tridgell
854f7f376d
r5004: add current samba3 nmblookup.c ready for updating to new nbt lib
2007-10-10 13:09:12 -05:00
Andrew Tridgell
b781a54244
r5003: delete old nmblookup.c code
2007-10-10 13:09:12 -05:00
Tim Potter
6f418f1426
r4993: Generate nicer name for enum hf.
...
Start work on supporting bitmaps.
2007-10-10 13:09:12 -05:00
Tim Potter
4640d3371e
r4991: Remove debugging statement.
2007-10-10 13:09:12 -05:00
Tim Potter
edaf81b639
r4990: Generate value strings for pidl enumerations.
2007-10-10 13:09:12 -05:00
Tim Potter
c2664bb365
r4983: On second thoughts don't include the config.mk file for the swig stuff
...
just yet. More testing required.
2007-10-10 13:09:12 -05:00
Tim Potter
71a22f5206
r4982: Start to move swig dependencies into new build system. Unfortunately
...
I can only get something useful happening by using the BINARY keyword
as nothing else seems to generate dependency lists that can be used
when linking the swig shared libraries. Anyway this is a lot nicer
than having lots of junk in makefile.pm.
2007-10-10 13:09:11 -05:00
Tim Potter
b44ab87c83
r4981: Fix swig build.
2007-10-10 13:09:11 -05:00
Tim Potter
e32ade4485
r4980: Copy RAP callno constants from Samba 3 and start to use them.
2007-10-10 13:09:11 -05:00
Tim Potter
145d7c03df
r4979: Return NT_STATUS_INVALID_SYSTEM_SERVICE for unimplemented RAP calls as
...
this is what win2k3 does.
2007-10-10 13:09:11 -05:00
Tim Potter
c475fa4457
r4975: Update usage of talloc in rap torture code.
...
Don't use ZERO_STRUCTP() when creating a new struct rap_call.
2007-10-10 13:09:11 -05:00
Tim Potter
a2f2526022
r4974: Update location of talloc_guide.txt
2007-10-10 13:09:10 -05:00
Tim Potter
37b4d1a676
r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 although
...
the cifs tr lists 250-318 also.
2007-10-10 13:09:10 -05:00
Stefan Metzmacher
7b09a3f725
r4962: add infrastructure to use raw krb5 auth in dcerpc client code
...
Note this doesn't work currently because the gensec_modules are not ready for that yet
metze
2007-10-10 13:09:10 -05:00
Stefan Metzmacher
e849db13dc
r4959: fix compiler warning
...
metze
2007-10-10 13:09:10 -05:00
Stefan Metzmacher
522af7ecc0
r4958: fix compiler warnings
...
metze
2007-10-10 13:09:10 -05:00
Andrew Tridgell
3e13e1d526
r4957: the fetchfile _recv() function was neglecting to steal the data and
...
free the connection context. This left a whole lot of state hanging
around and didn't give the memory to the caller properly
2007-10-10 13:09:10 -05:00
Andrew Tridgell
4adbd01812
r4956: - moved the definition of the mangle context structure into a pvfs_shortname
...
- made the mangle cache size configurable
2007-10-10 13:09:09 -05:00
Andrew Tridgell
2eba223bda
r4955: fixed a couple of minor memory leaks in the auth_sam code
2007-10-10 13:09:09 -05:00
Andrew Tridgell
8f19b6886c
r4954: we don't need the separate event_remove_*() calls any more, as you now
...
remove an event by calling talloc_free().
2007-10-10 13:09:09 -05:00
Andrew Tridgell
21e629e80e
r4953: - enable easy valgrind use in all our test scripts
...
- when valgrind isn't set, then setup MALLOC_CHECK_ to abort on error
2007-10-10 13:09:09 -05:00