Jelmer Vernooij
c4ab021ee8
r15593: Warn about [out] arguments that are not pointers. These can all be
...
fixed by adding [ref] pointers.
This will cause a lot of warnings to be outputted by pidl for now. I will
fix these gradually over the next few days.
We need to avoid [out] arguments that are not pointers because they are
not understood by other IDL compilers and don't work with some of
our output modules (Samba3, Samba3NDR and ethereal)
2007-10-10 14:06:02 -05:00
Jelmer Vernooij
7d3cbfb157
r15592: Remove unused header
2007-10-10 14:06:01 -05:00
Jelmer Vernooij
b0439779b8
r15591: Generate function calls correctly as well.
2007-10-10 14:06:01 -05:00
Jelmer Vernooij
4d5b046c83
r15590: Fix another include issue
2007-10-10 14:06:01 -05:00
Rafal Szczesniak
c4ff7aacfb
r15588: Fix the build of smbtorture.
...
rafal
2007-10-10 14:06:01 -05:00
Jelmer Vernooij
746d0a7fa7
r15587: Generate stubs for the SWIG functions
2007-10-10 14:06:01 -05:00
Jelmer Vernooij
1ca3612255
r15586: Remove unused header
2007-10-10 14:06:00 -05:00
Jelmer Vernooij
bf5da20869
r15585: Revive pidl's SWIG file generator. It now generates simple
...
object oriented wrappers for the interfaces (still need to fix
the actual function calls)
2007-10-10 14:06:00 -05:00
Jelmer Vernooij
dcebba4ee8
r15584: List SWIG files as being updated when pidl runs
2007-10-10 14:06:00 -05:00
Simo Sorce
7c050b541e
r15582: Commit some forgotten stuff that have been setting on my private tree fro long
2007-10-10 14:06:00 -05:00
Jelmer Vernooij
b79092d7ee
r15581: Remove unused include
2007-10-10 14:06:00 -05:00
Jelmer Vernooij
8d95bf14b9
r15580: (Hopefully) fix pthreads process model
2007-10-10 14:05:59 -05:00
Jelmer Vernooij
ed82490e5a
r15578: Move some cpp-specific things from CFLAGS to CPPFLAGS
...
Proper dependencies for POPT_SAMBA (fixes build when popt is in /usr/local)
2007-10-10 14:05:59 -05:00
Jelmer Vernooij
87233041ff
r15577: Make popt CFLAGS popt-specific rather then global
2007-10-10 14:05:59 -05:00
Jelmer Vernooij
77a2eb406e
r15576: Separate out Samba4 bits a bit more
2007-10-10 14:05:59 -05:00
Jelmer Vernooij
5205faf898
r15575: Fix getpass test
2007-10-10 14:05:59 -05:00
Jelmer Vernooij
0cb1906046
r15574: Keep information about which scalar types are references in a
...
separate data structure
2007-10-10 14:05:58 -05:00
Jelmer Vernooij
aa6d66fda6
r15573: Fix build of systems that have iconv headers in non-standard locations
...
Split of system/locale.h header from system/iconv.h
Previously, iconv wasn't being used on these systems
2007-10-10 14:05:58 -05:00
Jelmer Vernooij
d72c5c8f75
r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.
2007-10-10 14:05:58 -05:00
Jelmer Vernooij
ea7b28572b
r15568: Simplify detection of iconv libraries a fair bit and fix it to
...
work on FreeBSD.
Based very loosely on a patch by Timur Bakevey
Fixes #3688
2007-10-10 14:05:57 -05:00
Jelmer Vernooij
8d794e5911
r15567: Add entry for iconv
2007-10-10 14:05:56 -05:00
Jelmer Vernooij
e0c178d297
r15565: Rename configure.in to configure.ac, which is the name preferred
...
by autoconf these days
2007-10-10 14:05:56 -05:00
Jelmer Vernooij
045bd55dd9
r15564: Fix copyrights (this file was originally based on just a few lines from smb.h)
2007-10-10 14:05:56 -05:00
Jelmer Vernooij
33388cbb45
r15563: Fix for use with configurations where srcdir!=builddir (caught by Alexander)
2007-10-10 14:05:55 -05:00
Jelmer Vernooij
58cc0b23eb
r15551: Fix clash between config.pm and globally installed Config.pm on
...
case-insensitive filesystems. Patch by John Malmberg tweaked by me
2007-10-10 14:05:55 -05:00
Jelmer Vernooij
d77ea8f907
r15538: Use pkg-config file where possible and
...
only fall back to manual tests if that can't be found (for systems
that have older versions of gnutls without the .pc file installed)
2007-10-10 14:05:55 -05:00
Stefan Metzmacher
297868325f
r15535: fix the build
...
metze
2007-10-10 14:05:55 -05:00
Stefan Metzmacher
6c920d21a1
r15533: with this vista does a fine SMB2 TreeConnect against samba4
...
metze
2007-10-10 14:05:54 -05:00
Stefan Metzmacher
7829100e1e
r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0
...
also if the dynamic flag should be set
metze
2007-10-10 14:05:54 -05:00
Andrew Tridgell
388e98e77c
r15530: added testing of generic CLDAP requests, looking at the rootDSE. Jerry
...
has found that w2k3 does respond to rootDSE cldap requests. This test
shows that it does indeed work, but the expression handling is not
what you would expect
2007-10-10 14:05:54 -05:00
Andrew Tridgell
2e7f5add13
r15524: fix a problem with rpc faults from bind and alter context
...
requests. The fix involves using the same packet queue mechanism for
these requests as normal requests, which also simplifies the code
somewhat
2007-10-10 14:05:46 -05:00
Stefan Metzmacher
da82e2bc45
r15522: allow cifs:map_trans2 per share
...
metze
2007-10-10 14:05:46 -05:00
Jelmer Vernooij
3fae92eef5
r15521: Take an optional subsystem name to generate a dependency graph for
...
just that subsystem
2007-10-10 14:05:45 -05:00
Andrew Tridgell
2adcd4ff4e
r15518: the 'password' option in POPT_COMMON_CREDENTIALS was conflicting with
...
the password option in newuser. Move the local options above the
global options to fix.
2007-10-10 14:05:45 -05:00
Andrew Tridgell
962afd362c
r15517: fixed the segv in provision. The problem was that SAMBA_VERSION_STRING
...
was defined recursively as the mkversion.sh script was putting the new
version in the wrong spot
2007-10-10 14:05:45 -05:00
Andrew Bartlett
0132312124
r15515: Syncronsise with current lorikeet-heimdal.
...
Andrew Bartlett
2007-10-10 14:05:45 -05:00
Jelmer Vernooij
242f0f23b5
r15514: Fix include
2007-10-10 14:05:44 -05:00
Stefan Metzmacher
82cd1de3fb
r15513: only run 'svn info' and 'svk info' once
...
metze
2007-10-10 14:05:44 -05:00
Jelmer Vernooij
54cc9f8ccf
r15512: Move uuid functions out of ndr_misc.c
2007-10-10 14:05:44 -05:00
Andrew Bartlett
3d43e458a8
r15511: Using this name causes less warnings on the IBM checker, due to using
...
the original, rather than equivilant, enum type.
Andrew Bartlett
2007-10-10 14:05:44 -05:00
Andrew Bartlett
31c97b4e67
r15510: As discussed on samba-technical, move the VERSION system back to a
...
#define based system only. This avoids allocation in the fault code.
Andrew Bartlett
2007-10-10 14:05:44 -05:00
Stefan Metzmacher
a00063eeb3
r15507: if we change the idl, we need to change the calling code too:-)
...
is it possible to run the RPC-UNIXINFO test in samba4's make test?
metze
2007-10-10 14:05:43 -05:00
Stefan Metzmacher
8322fc70ad
r15505: - add 'generic' alias to smb_seek and smb_flush
...
- add struct ntvfs_handle pointer to smb_file, this will
later be used by the ntvfs backends
metze
2007-10-10 14:05:43 -05:00
Andrew Bartlett
756e1dad7c
r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head
...
around the mess that is composite functions...
Async might be all the rage, but it's bloody painful to debug.
Andrew Bartlett
2007-10-10 14:05:43 -05:00
Andrew Bartlett
dbf51ea985
r15503: I may shortly have to revert all of this, but be clearer about how we
...
handle the NTLMSSP and wrong password fallbacks.
Andrew Bartlett
2007-10-10 14:05:43 -05:00
Rafal Szczesniak
f076041ff1
r15502: Typo fix.
...
rafal
2007-10-10 14:05:43 -05:00
Andrew Bartlett
7003c3e8de
r15501: Allow interactive password prompting on kerberos as well.
...
Andrew Bartlett
2007-10-10 14:05:42 -05:00
Andrew Bartlett
be6dde22fe
r15500: Add support for interactive prompting on bad passwords to the RPC libraries.
...
This support requires that the bind_ack and alter_ack recv functions
also be send the DCE/RPC fault. This would be best done by having the
ack run as a normal RPC reply callback, but this isn't easily possible
for now.
Andrew Bartlett
2007-10-10 14:05:42 -05:00
Andrew Bartlett
ca0ffb1218
r15499: This test can't run if the remote server won't let us open a policy handle.
...
Andrew Bartlett
2007-10-10 14:05:42 -05:00
Andrew Bartlett
f9bcfb04aa
r15498: Initialise the callback_running field, and get the flag set/clear the
...
right way around for all the callers.
Andrew Bartlett
2007-10-10 14:05:42 -05:00