James Peach
3655b4ba75
r22040: Use $< to specify the immediate prerequisit instead of $*. This is
...
needed for VPATH to find the correct files when srcdir != builddir.
This checkin is a test to see which platforms this change will break.
(This used to be commit 1d4e836a50
)
2007-10-10 14:49:44 -05:00
Stefan Metzmacher
8d525c8187
r22038: - fix perl warning
...
- use the same if statement as in input.pm
metze
(This used to be commit 8ffcac65be
)
2007-10-10 14:49:44 -05:00
James Peach
4873704e5a
r22037: Make sure STATICDIR exists before linking a static archive.
...
(This used to be commit c8ffdc1542
)
2007-10-10 14:49:44 -05:00
James Peach
c09f40214e
r22036: Make sure both srcdir and builddir are in VPATH.
...
(This used to be commit 9400f07738
)
2007-10-10 14:49:44 -05:00
James Peach
2e588454fe
r22035: Introduce HOSTLD which is needed to link the asn1 compiler when cross
...
compiling.
(This used to be commit 976343821b
)
2007-10-10 14:49:43 -05:00
James Peach
051e4b25cf
r22034: Use builddir and srcdir instead on samba_builddir and samba_srcdir.
...
(This used to be commit 8b19b8bfbe
)
2007-10-10 14:49:43 -05:00
James Peach
3d0bc0ec0a
r22032: Make sure static libraries end up in bin/static.
...
(This used to be commit 316283170a
)
2007-10-10 14:49:43 -05:00
James Peach
3e0f5d7070
r22031: Make sure we rewrite the include directives in CFLAGS to contain
...
paths from builddir and srcdir. builddir has precedence.
(This used to be commit af87c22ecf
)
2007-10-10 14:49:43 -05:00
James Peach
7dc8e67f81
r22030: Simplify include parsing for config.mk files, making sure we get
...
it right for the srcdir != builddir case. Emit some comment lines
that can be used to figure out which parts of the Makefile output
is generated from which config files.
(This used to be commit bdb1532d3a
)
2007-10-10 14:49:42 -05:00
James Peach
2882b2ba63
r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.
...
(This used to be commit 0db4256a47
)
2007-10-10 14:49:42 -05:00
James Peach
dec40d3463
r22028: Fix include path for the srcidr != builddir case.
...
(This used to be commit a6141d40b1
)
2007-10-10 14:49:42 -05:00
James Peach
bd2380978d
r22027: Allow separate build and source directories. Don't follow symlinks
...
when copying hemidal_build since this leads to traversal loops.
(This used to be commit ef32ad83d2
)
2007-10-10 14:49:42 -05:00
Andrew Tridgell
15ceca1956
r22025: patch from Ronnie to make locktest also test the behaviour of pid
...
changes in the locks
(This used to be commit 369b185f29
)
2007-10-10 14:49:41 -05:00
Andrew Tridgell
f00f7a34a9
r22021: use the pid specified in the individual locks, not the request pid, in
...
locking requests.
This fixes a bug noticed by Ronnie Sahlberg (thanks!)
(This used to be commit b4ac085816
)
2007-10-10 14:49:41 -05:00
Rafal Szczesniak
cd5745d378
r22005: Add more code (doesn't work at the moment) preparing a place for
...
listing user accounts.
rafal
(This used to be commit aac34f79d0
)
2007-10-10 14:49:41 -05:00
Jelmer Vernooij
cbd42dc5a1
r22004: Check for dereferencing null pointers.
...
Patch by Ronnie Sahlberg.
(This used to be commit fa5722111d
)
2007-10-10 14:49:40 -05:00
Jelmer Vernooij
256054f4e1
r21996: Fix a bug for invalid casts of pointers.
...
Patch by Ronnie Sahlberg.
(This used to be commit 52a13ddf02
)
2007-10-10 14:49:40 -05:00
Jelmer Vernooij
452f8e76cb
r21995: Patch from Ronnie Sahlberg.
...
Change the signatures for all functions it generates to specify
_U_ so that GCC "parameter not used" warnings are suppressed.
(This used to be commit ec6c503e9d
)
2007-10-10 14:49:40 -05:00
Andrew Bartlett
fdd4c5f879
r21971: Fill in some more values in config files from variables, so we can
...
better setup multiple environments.
Run the mk-keyblobs script before we need variables it defines.
Andrew Bartlett
(This used to be commit 448ffc68f3
)
2007-10-10 14:49:40 -05:00
Andrew Bartlett
c95d468046
r21970: Ensure that Fedora DS can be shut down correctly with the stop script:
...
This needs the pid file to be in the right spot.
Andrew Bartlett
(This used to be commit cf9993a309
)
2007-10-10 14:49:39 -05:00
James Peach
90d8786d05
r21951: Hopefully fix valgrind warning.
...
(This used to be commit e5d0487f31
)
2007-10-10 14:49:39 -05:00
James Peach
c61db93c7e
r21949: After discussion with the Apple and Linux client maintainers,
...
changing the FindFirst response for the UNIX_INFO2 level to include
a length field before the name. The name is not required to be null
terminated. the lenght field does not count any null.
(This used to be commit eef672bfff
)
2007-10-10 14:49:39 -05:00
Stefan Metzmacher
40c2da7e89
r21943: don't send unitialized data
...
metze
(This used to be commit 7cb01a6495
)
2007-10-10 14:49:39 -05:00
Stefan Metzmacher
ffcf96b46d
r21928: fix the interface uuid of wzcsvc.
...
see http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_wzcsvc.html
and http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_scheduler.html
thanks to jbm for the report!
metze
(This used to be commit 8bc1316741
)
2007-10-10 14:49:38 -05:00
Jelmer Vernooij
ab652246b9
r21911: Some more work on making the ncacn_np handling in smbd be less special.
...
(This used to be commit 52f32b7330
)
2007-10-10 14:49:38 -05:00
Jelmer Vernooij
86d77746db
r21910: Clean up some unused functions.
...
(This used to be commit 36cd3406db
)
2007-10-10 14:49:38 -05:00
Jelmer Vernooij
2fca3f9082
r21909: Merge some of my recent improvements to the test infrastructure:
...
- Allow tests to specify what environment they need to run in (dc and none are thecurrent supported ones).
- Move more Samba4-specific code out of the common code
(This used to be commit dbe9de1028
)
2007-10-10 14:49:37 -05:00
Rafal Szczesniak
e2f26316cd
r21896: - Enable creating default NetContext when no explicit credentials are
...
passed. In such case use what's been provided on swat session logon.
- Create a proper NetContext object only once and add it to the resources
for later use.
rafal
(This used to be commit 106779fcf3
)
2007-10-10 14:49:37 -05:00
Stefan Metzmacher
f19637f957
r21859: add a comment why we remove the rid_crypt obfuscation
...
metze
(This used to be commit e44b6df138
)
2007-10-10 14:49:37 -05:00
Rafal Szczesniak
fe0d6a1553
r21852: Further work on initialising libnet context from netmgr.
...
rafal
(This used to be commit 2ee075605e
)
2007-10-10 14:49:37 -05:00
Stefan Metzmacher
dcd65a50a1
r21843: the computer_dn isn't needed anymore because we don't manually reset the password
...
anymore
metze
(This used to be commit fee2c6d13d
)
2007-10-10 14:49:36 -05:00
Stefan Metzmacher
d755269141
r21842: fix typo in comment
...
metze
(This used to be commit 8fcd5209ae
)
2007-10-10 14:49:36 -05:00
Rafal Szczesniak
449afe04f8
r21841: Rename the method and check parameters more strictly.
...
rafal
(This used to be commit 6824172940
)
2007-10-10 14:49:36 -05:00
Stefan Metzmacher
41c5453507
r21839: add my email address
...
metze
(This used to be commit e3be33c1d9
)
2007-10-10 14:49:35 -05:00
Stefan Metzmacher
97d2f1cc40
r21838: generate no metadata for constructed attributes
...
metze
(This used to be commit 7e0620e524
)
2007-10-10 14:49:35 -05:00
Jelmer Vernooij
00d74b84e9
r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it out when it's part of dcerpc.
...
(This used to be commit dc4428553e
)
2007-10-10 14:49:35 -05:00
Andrew Bartlett
8afe4e7f3c
r21836: Assume that if an OpenLDAP system is 'modular' then everything is a
...
module, so we have to bring in syncprov too.
Andrew Bartlett
(This used to be commit b9d06c70ad
)
2007-10-10 14:49:35 -05:00
Andrew Tridgell
dfb04271eb
r21835: fixed a rpc server bug where we failed to remove a call from one
...
linked list when moving it to another. This could cause a valgrind
error under the RPC-SCANNER test.
(This used to be commit 9ba8c00851
)
2007-10-10 14:49:34 -05:00
Jelmer Vernooij
4f0c0997ce
r21834: Remove unnecessary includes
...
(This used to be commit 7d10e192ca
)
2007-10-10 14:49:34 -05:00
Jelmer Vernooij
0836a83f9e
r21833: Don't install static libs, they can't be used anyway.
...
(This used to be commit 6fb7097edf
)
2007-10-10 14:49:34 -05:00
Jelmer Vernooij
72b2f64f48
r21832: Ignore some more autogenerated files.
...
(This used to be commit f7fc7e2192
)
2007-10-10 14:49:34 -05:00
Jelmer Vernooij
606c0fec43
r21830: Fix header installation, remove proto header with a single prototype.
...
(This used to be commit 47a17a741a
)
2007-10-10 14:49:33 -05:00
Jelmer Vernooij
6bcbdc2757
r21829: Integrate mgmt in libdcerpc. We have enough libraries as it is and mgmt is part of the DCE/RPC standard.
...
(This used to be commit b0d05727b4
)
2007-10-10 14:49:33 -05:00
Jelmer Vernooij
c1c34c4179
r21828: Hardcode prototypes, as they're a public API.
...
(This used to be commit 02ae0b9cde
)
2007-10-10 14:49:33 -05:00
Stefan Metzmacher
37f2d53528
r21827: move comments to the place where the functionality is implemented
...
metze
(This used to be commit 5d49d8b9e1
)
2007-10-10 14:49:33 -05:00
Stefan Metzmacher
63fd883e54
r21826: reorder functions
...
metze
(This used to be commit 3d0a810ccd
)
2007-10-10 14:49:32 -05:00
Stefan Metzmacher
31c674bffc
r21821: move comment about the becoming a dc to the code which implements it
...
and extent the comments a bit
metze
(This used to be commit 16c958600e
)
2007-10-10 14:49:32 -05:00
Stefan Metzmacher
952a90814f
r21820: move function, so that all are in top-down order as they get called
...
metze
(This used to be commit 38bb7f5445
)
2007-10-10 14:49:32 -05:00
Stefan Metzmacher
d0f989628a
r21817: give fields a meaning
...
metze
(This used to be commit 521355b57b
)
2007-10-10 14:49:31 -05:00
Andrew Tridgell
c8cfbfdc8b
r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failure
...
(This used to be commit 37aa32e2fe
)
2007-10-10 14:49:31 -05:00