1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00
Commit Graph

5638 Commits

Author SHA1 Message Date
Jelmer Vernooij
39b2220a84 r8933: Fix missing prototype warnings 2007-10-10 13:30:58 -05:00
Tim Potter
04f9937215 r8932: Handle non-anonymous unions and structures better. 2007-10-10 13:30:58 -05:00
Rafal Szczesniak
5c53498a4a r8930: Add the libnet share tests based on code submitted by
Gregory Leocadie <gleocadie@idealx.com>. Listing shares passes,
deleting not yet - it's a work in progress.

rafal
2007-10-10 13:30:58 -05:00
Simo Sorce
5dd4844cc5 r8926: RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results 2007-10-10 13:30:58 -05:00
Tim Potter
3a93f11255 r8925: Start generating header and implementation files for smb_interfaces.h 2007-10-10 13:30:58 -05:00
Andrew Tridgell
a7c260e61f r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this, it was
changed just for deugging)
2007-10-10 13:30:58 -05:00
Tim Potter
17689ca740 r8920: Make NAME hash entry for struct elements a list.
Return array length entries for elements that have an array specifier.
2007-10-10 13:30:57 -05:00
Tim Potter
c31be38346 r8919: Return references to structs and unions in parse tree. Fill in type
names for structs and unions also.
2007-10-10 13:30:57 -05:00
Tim Potter
6339cc75fa r8918: Handle const elements in structures or unions. This is a bit yucky but
making an optional_const rule puts the parser in an infinite loop (?).
2007-10-10 13:30:57 -05:00
Simo Sorce
d844d45d87 r8917: Better support for extended ldap search operations
Try to follow the RFC where possible and adapt to
  openLdap and AD way of handling this structure
2007-10-10 13:30:57 -05:00
Tim Potter
1be5f55d7f r8910: An initial parser to parse structures in smb_interfaces.h. This will be
used to generate ejs objects for making raw smb calls.

Running 'make smb_interfaces' should run the build_smb_interfaces.pl
script which at the moment only displays a dump of the parsed data.
Const is also not working right now but it's bedtime.
2007-10-10 13:30:57 -05:00
Andrew Tridgell
bbdd446254 r8905: don't try to do DNS lookups on interface names with wildcards 2007-10-10 13:30:17 -05:00
Rafal Szczesniak
bbe7e726af r8904: Split off the query stage as a separate function.
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
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