Andrew Tridgell
baaad4f4a4
r8884: valgrind error logs only matter if non-zero in size
2007-10-10 13:30:15 -05:00
Volker Lendecke
ccbb64e267
r8883: Apply some const.
...
Volker
2007-10-10 13:30:15 -05:00
Andrew Tridgell
b1d0e9fa4e
r8882: - enable the domain master
...
- start adding support for showing valgrind results in build farm tests
2007-10-10 13:30:14 -05:00
Andrew Tridgell
ff03b8148b
r8879: more expansion of the irpc test to try to uncover the ia64 mystery
2007-10-10 13:30:14 -05:00
Tim Potter
f850faca97
r8878: Spelling fixes. (-:
2007-10-10 13:30:14 -05:00
Stefan Metzmacher
6918e9c5a3
r8876: check the result of AddOne and test some more values
...
metze
2007-10-10 13:30:14 -05:00
Volker Lendecke
525d75dd24
r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval_diff is
...
not strictly a subtraction function, there can't be negative timevals.
Volker
2007-10-10 13:30:14 -05:00
Stefan Metzmacher
32c64e5bc2
r8874: test some more combinations
...
metze
2007-10-10 13:30:14 -05:00
Stefan Metzmacher
bfc855d78f
r8873: add more checks
...
metze
2007-10-10 13:30:13 -05:00
Stefan Metzmacher
2c36b64dcc
r8871: add some debugging code to findout why LOCAL-IRPC fails on 64bit hosts
...
metze
2007-10-10 13:30:13 -05:00
Stefan Metzmacher
3d4fdb7093
r8868: add comfigure check for c99 struct initialization,
...
which is required for samba4
metze
2007-10-10 13:30:13 -05:00
Stefan Metzmacher
b7401c142a
r8867: try to fix the LOCAL-IRPC test on 64bit platforms
...
metze
2007-10-10 13:30:13 -05:00
Andrew Tridgell
aac733067a
r8859: having been successfully mailbombed by build@samba.org, fix the build again
2007-10-10 13:30:13 -05:00
Andrew Tridgell
578b1cad40
r8858: just to make sure it works on the main trees, deliberately break the samba4 build
...
I expect to get a flood of nastygrams from build@samba.org for this ....
2007-10-10 13:30:13 -05:00
Andrew Tridgell
3228644cf8
r8857: please don't get fancy with embedded boolean statements in js
...
code. Especially as this is a new language for most Samba developers,
it is far better to err strongly on the side of readability rather
than trying to save a line of code by using fancy tricks
2007-10-10 13:30:12 -05:00
Andrew Bartlett
5e29e1c68c
r8855: Share this enum (describing the SamSync databases) between nbt and netlogon.
...
Andrew Bartlett
2007-10-10 13:30:12 -05:00
Andrew Bartlett
4989ffe870
r8854: #if 0 out the right things this time. (Sorry about the build breakage)
...
Use "" for the no domain case.
Andrew Bartlett
2007-10-10 13:30:11 -05:00
Andrew Tridgell
e2251823fe
r8853: fixed path to smb.conf
...
Jelmer, is this what you intended?
2007-10-10 13:30:11 -05:00
Andrew Tridgell
0dda73add3
r8852: fixed the build
...
andrew, please check
2007-10-10 13:30:11 -05:00
Andrew Bartlett
d2789c4260
r8847: Rework the Samba4 'net join' code. I'm trying to get this closer to
...
what WinXP does when joining an AD domain, but in the meantime this
removes the excess unions, and uses the LSA pipe in same way XP does.
Andrew Bartlett
2007-10-10 13:30:11 -05:00
Andrew Bartlett
e947c8a8f2
r8846: Test yet more NTLMv2 combinations.
...
I can't get a few of the session key values right (and these tests are
#if 0'ed out), but this expands the testing.
Andrew Bartlett
2007-10-10 13:30:11 -05:00
Rafal Szczesniak
109fc94c13
r8845: Removing unnecessary string length calculations. Thanks abartlet
...
for noticing that.
rafal
2007-10-10 13:30:11 -05:00
Jelmer Vernooij
4faed45851
r8841: disable dependencies for now. To try dependencies, uncomment the 3rd-to-last line of Makefile
2007-10-10 13:30:10 -05:00
Jelmer Vernooij
403ed4abf5
r8838: Add ugly hack to prevent make from barfing out because it doesn't know
...
how to create heimdal C files.
2007-10-10 13:30:10 -05:00
Jelmer Vernooij
bb02e1dccb
r8832: Automatically rebuilding C files if headers change (in developer mode)
2007-10-10 13:30:10 -05:00
Jelmer Vernooij
19d383259f
r8829: Generate hash rather then a lot of globals.
2007-10-10 13:30:10 -05:00
Jelmer Vernooij
bca7624943
r8827: Fix install on some systems.
2007-10-10 13:30:09 -05:00
Jelmer Vernooij
52bb1374bb
r8826: Make configure generate config.mk files (with the external libraries
...
that were found) and a config.pm file (with all substitution variables)
2007-10-10 13:30:09 -05:00
Jelmer Vernooij
604422b1f9
r8825: Move list of object files to .mk file
2007-10-10 13:30:09 -05:00
Andrew Bartlett
a1c1aecc7e
r8824: Fix indentation, and don't send 'invalid' LM password.
...
Andrew Bartlett
2007-10-10 13:30:09 -05:00
Andrew Bartlett
640c086f8e
r8823: I don't know why I added this test, it appears bogus.
...
Andrew Bartlett
2007-10-10 13:30:09 -05:00
Andrew Tridgell
8eee26bb85
r8822: fixed number of arguments in samr lib
2007-10-10 13:30:08 -05:00
Andrew Tridgell
f7b49ecd08
r8821: continue the trend to move to a more OO style of interface for our js
...
calls. This changes the generated RPC and IRPC calls to use the 'this'
object pointer instead of requiring the passing of the object on each
call. So typical usage is now:
var echo = echo_init();
var io = irpcObj();
status = echo.connect("ncacn_np:server");
assert(status.is_ok);
io.input.in_data = 7;
status = echo.AddOne(io);
assert(status.is_ok);
2007-10-10 13:30:08 -05:00
Andrew Bartlett
8774f971f3
r8820: Push this common block of code into the caller.
...
Use talloc_steal() rather than talloc_reference().
Andrew Bartlett
2007-10-10 13:30:08 -05:00
Andrew Tridgell
25b7524ce5
r8819: fixed a memory leak in irpc_call()
2007-10-10 13:30:08 -05:00
Andrew Tridgell
ab9a5fd84b
r8818: - fix LOCAL-IRPC test for new ref-alloc semantics of irpc
...
- fixed return result from LOCAL-IRPC test
- added timelimit support
- ensure we free messages as they complete
2007-10-10 13:30:08 -05:00
Andrew Tridgell
dbac93e313
r8817: - fixed return result from LOCAL-MESSAGING test
...
- added timelimit support
2007-10-10 13:30:08 -05:00
Jelmer Vernooij
fac77f5fa2
r8811: Fix the build..
2007-10-10 13:30:07 -05:00
Rafal Szczesniak
bc638cc3d6
r8810: Fix missing headers. Still doesn't fix the build but getting closer there.
...
rafal
2007-10-10 13:30:07 -05:00
Jelmer Vernooij
5c0a22167d
r8809: Merge validator with NDR.pm (validator is NDR-specific)
2007-10-10 13:30:07 -05:00
Rafal Szczesniak
da7a31d707
r8808: More comments.
...
rafal
2007-10-10 13:30:07 -05:00
Rafal Szczesniak
1bc3162e94
r8807: Modifying datetime field using struct timeval argument rather than
...
text-based, after recent discussion with both Andrews :)
Basic test seems to work (at least it doesn't fail now).
rafal
2007-10-10 13:30:06 -05:00
Jelmer Vernooij
26e1fdf630
r8806: Move data representation-independent data into seperate header
2007-10-10 13:30:06 -05:00
Jelmer Vernooij
d292ab7ca6
r8803: Rename --header to --ndr-header and --parser to --ndr-parser
2007-10-10 13:30:06 -05:00
Jelmer Vernooij
5af68a0476
r8801: Change --output to --outputdir and make pidl add a data representation prefix
...
to pidl itself. Useful for supporting other data representation types.
2007-10-10 13:30:06 -05:00
Andrew Bartlett
6174cf826f
r8792: Clarify comments
2007-10-10 13:30:06 -05:00
Andrew Bartlett
5f51d806d7
r8791: (missing from previous commit)
...
Add templating support for foreignSecurityPrincipal to the samdb
module.
Andrew Bartltt
2007-10-10 13:30:06 -05:00
Andrew Bartlett
1f071b0609
r8790: Finish the migration of aliases and privilages with SamSync, by adding
...
templating support for foreignSecurityPrincipals to the samdb module.
This is an extension beyond what microsoft does, and has been very
useful :-)
The setup scripts have been modified to use the new template, as has
the SAMR and LSA code.
Other cleanups in LSA remove the assumption that the short domain name
is the first component of the realm.
Also add a lot of useful debug messages, to make it clear how/why the
SamSync may have gone wrong. Many of these should perhaps be hooked
into an error string.
Andrew Bartlett
2007-10-10 13:30:05 -05:00
Rafal Szczesniak
eaaefa374c
r8789: Send new monitor messages from userdel routine.
...
rafal
2007-10-10 13:30:05 -05:00
Rafal Szczesniak
40061d7bd6
r8788: New monitor messages.
...
rafal
2007-10-10 13:30:05 -05:00