Rafal Szczesniak
86488e5393
r8903: Update the howto as smbscript is now installed along with other
...
binaries in bin/ directory and trying to call provision script,
without PATH properly set, fails.
rafal
2007-10-10 13:30:17 -05:00
Rafal Szczesniak
5bf5559e0f
r8902: Revert the small change as Andrew Bartlett asked. Now, let's go
...
and fix howto.txt.
rafal
2007-10-10 13:30:16 -05:00
Andrew Bartlett
b341bd4487
r8901: Fix ntlm_auth segfault (invalid free()). We have moved to talloc
...
here.
Andrew Bartlett
2007-10-10 13:30:16 -05:00
Rafal Szczesniak
a59594d2d8
r8898: Fix provision script to actually work, since location of smbscript
...
has changed.
rafal
2007-10-10 13:30:16 -05:00
Rafal Szczesniak
3cb517f7c1
r8897: Add test for the comment field.
...
rafal
2007-10-10 13:30:16 -05:00
Rafal Szczesniak
59769977e8
r8896: Handle more complex case where field being changed doesn't appear
...
alone in any of userinfo levels. What's needed is extra query step
to fill the userinfo structure and then modify a single field.
The other way to do it is userinfo level 21 with bitmap flags set,
but first all field flags need to be found.
rafal
2007-10-10 13:30:16 -05:00
Andrew Tridgell
5079fdea1b
r8895: work around broken glibc strrchr function that gives valgrind errors on some boxes
2007-10-10 13:30:16 -05:00
Andrew Tridgell
cf1a7bbe96
r8893: fixed the valgrind error on stream termination due to prototol errors
2007-10-10 13:30:15 -05:00
Andrew Tridgell
ce9a262d37
r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test
2007-10-10 13:30:15 -05:00
Volker Lendecke
6f5bd76021
r8886: Exchange the arguments of timeval_compare, this makes it behave like strcmp.
...
Volker
2007-10-10 13:30:15 -05:00
Andrew Tridgell
00ea1f38a3
r8885: fixed shell syntax
2007-10-10 13:30:15 -05:00
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
Andrew Bartlett
b37a2de9a8
r8844: Actually, both types of provision wipe the DB. But we do need a way
...
to explian the tie between 'Initial Provision' and the next step being
a SamSync or a Samba3 import etc.
Andrew Bartlett
2007-10-10 13:30:10 -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
Alexander Bokovoy
981e17eea4
r8831: Clarify data wipe-out statement
2007-10-10 13:30:10 -05:00
Alexander Bokovoy
99d676d732
r8830: Fix provision script after data split
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