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

12841 Commits

Author SHA1 Message Date
Jelmer Vernooij
762e893d9c r24723: Install the right headers for use by samba-gtk. 2007-10-10 15:02:56 -05:00
Jelmer Vernooij
2d049c8d30 r24721: Avoid True and False because they are only available within Samba. 2007-10-10 15:02:55 -05:00
Jelmer Vernooij
08f7389ab7 r24718: Fix some compiler warnings. 2007-10-10 15:02:55 -05:00
Jelmer Vernooij
fc8771fb6a r24717: Some more easy bool conversions, update TODO for registry 2007-10-10 15:02:55 -05:00
Jelmer Vernooij
c8118f1561 r24715: Mark fstring and pstring as deprecated. 2007-10-10 15:02:54 -05:00
Jelmer Vernooij
1ce32673d9 r24712: No longer expose the 'BOOL' data type in any interfaces. 2007-10-10 15:02:54 -05:00
Jelmer Vernooij
99f4124137 r24710: Use standard boolean type for easier use by external users. 2007-10-10 15:02:53 -05:00
Jelmer Vernooij
1be11bd0a5 r24709: Convert perl test harness output to subunit for nicer display. 2007-10-10 15:02:53 -05:00
Jelmer Vernooij
4be702896d r24708: Move subunit code to a separate module. 2007-10-10 15:02:52 -05:00
Jelmer Vernooij
76dddbdb51 r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -05:00
Jelmer Vernooij
aeb2e714f2 r24706: Move nmblookup tests to separate blackbox testsuite. 2007-10-10 15:02:52 -05:00
Jelmer Vernooij
10f266e4d6 r24705: Avoid undefined value warnings. 2007-10-10 15:02:51 -05:00
Jelmer Vernooij
aa98d21957 r24704: Fix bug in the registry patch code.. all the more proves this code needs tests. 2007-10-10 15:02:51 -05:00
Jelmer Vernooij
67ad556b73 r24703: Use standard registry diff files when provisioning rather than
LDIF files for the registry files.
2007-10-10 15:02:50 -05:00
Andrew Tridgell
737be7e2d6 r24700: added auto-reconnect to BENCH-NBENCH. Used for testing cluster
failover

this is based on a patch from Dmitry Shatrov, with some mods from me
2007-10-10 15:02:50 -05:00
Andrew Bartlett
e05f3450ec r24698: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> to fix Bug
#4521: smbclient crashes during tab completion when tab hit twice.

The readline magic is beyond me, but this seems to do the trick.

Andrew Bartlett
2007-10-10 15:02:49 -05:00
Andrew Bartlett
c8e6a87867 r24697: Excelent patch and detective work by Matthias Wallnöfer
<mwallnoefer@yahoo.de> noticing that:

> The error was caused by info1 that is'nt talloced but rather static.

In fact, no caller supplies info1 as a valid talloc context - other
callers supply an element into the array.

Andrew Bartlett
2007-10-10 15:02:49 -05:00
Andrew Bartlett
35ee4aee71 r24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>
with a patch from Andrew Kroeger <andrew@sprocks.gotdns.com>.

The changes to samldb_fill_foreignSecurityPrincipal_object() look much
larger then they are: We just skip all the objectSid generation if the
SID is supplied.

By providing a few more objects, standard dialogs on the clients are
better behaved, for these 'well known' users.

Andrew Bartlett
2007-10-10 15:02:48 -05:00
Andrew Bartlett
771affed88 r24695: Now the Samba4 passes this test, remove the skip...
Andrew Bartlett
2007-10-10 15:02:48 -05:00
Andrew Bartlett
79e13349f0 r24694: Remove objectCategory entries from the setup templates. These can be
autogenerated by the objectclass module when the the entries are
added.

Andrew Bartlett
2007-10-10 15:02:48 -05:00
Jelmer Vernooij
cadfc0a7a1 r24692: Color expected fialures orange rather than green. 2007-10-10 15:02:46 -05:00
Jelmer Vernooij
c3a1386274 r24691: All smbclient blackbox tests pass. 2007-10-10 15:02:46 -05:00
Andrew Bartlett
d0595e7a3d r24690: Further fix to bug 4919: Ensure we don't supply a NULL URL argument to
ldb_connect_backend().

Andrew Bartlett
2007-10-10 15:02:45 -05:00
Jelmer Vernooij
ebdb0ce83b r24689: There is no such test as LDAP-UPTODATENESS. 2007-10-10 15:02:44 -05:00
Jelmer Vernooij
2585c6feb2 r24688: Make output subunit-parseable. 2007-10-10 15:02:44 -05:00
Jelmer Vernooij
227659c2c0 r24687: Registry tests are succeeding now so remove from known failure list, add summary page with failures and skipped tests to html output. 2007-10-10 15:02:43 -05:00
Jelmer Vernooij
90119f96e9 r24686: Make sure control messages are on a new line. 2007-10-10 15:02:42 -05:00
Jelmer Vernooij
df34e60698 r24685: Don't warn about iconv tests not being usable until they're actually being run. 2007-10-10 15:02:42 -05:00
Jelmer Vernooij
7a7af62dc4 r24684: Be a bit less verbose 2007-10-10 15:02:42 -05:00
Jelmer Vernooij
c87576743b r24683: Add two more tests. 2007-10-10 15:02:41 -05:00
Rafal Szczesniak
dbcf4f15a6 r24682: forgot to actually make the new test buil...
rafal
2007-10-10 15:02:41 -05:00
Rafal Szczesniak
5ba36fe703 r24681: add basic test of libnet_GroupInfo function.
rafal
2007-10-10 15:02:40 -05:00
Rafal Szczesniak
b21b322e4c r24680: fix a couple of stupid typos from previous commit.
rafal
2007-10-10 15:02:40 -05:00
Rafal Szczesniak
80479eee25 r24679: Add (raw and untested) implementation of libnet_GroupInfo function.
rafal
2007-10-10 15:02:39 -05:00
Jelmer Vernooij
14fda5260d r24678: More improvements to html output; list unexpected successes and failures seperately from expected ones. 2007-10-10 15:02:39 -05:00
Jelmer Vernooij
a223be56df r24677: Also add built flex file for people that don't have lex. 2007-10-10 15:02:39 -05:00
Jelmer Vernooij
678b125532 r24676: Fix pointers being used rather than the data they point at - caught by the IRIX compiler. 2007-10-10 15:02:38 -05:00
Jelmer Vernooij
2a21e69cd3 r24675: Specify mode to mkdir, as required by some versions of perl. 2007-10-10 15:02:38 -05:00
Jelmer Vernooij
40c1635b39 r24674: Make sure results are always on a new line, fix typo in test name. 2007-10-10 15:02:37 -05:00
Jelmer Vernooij
9296604150 r24673: Put lex/yacc output under version control for hosts that don't have those tools. 2007-10-10 15:02:37 -05:00
Jelmer Vernooij
d3b1acce11 r24672: Add dummy variable to prevent errors on some compilers. 2007-10-10 15:02:36 -05:00
Jelmer Vernooij
fcc2320417 r24671: More improvements to the HTML test suite results: hide
control messages, improve summary, stylesheet.
2007-10-10 15:02:36 -05:00
Jelmer Vernooij
a690667630 r24670: Use torture functions for settings. 2007-10-10 15:02:36 -05:00
Jelmer Vernooij
1e57394e86 r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ for an
example of the current output.
2007-10-10 15:02:35 -05:00
Jelmer Vernooij
e9e6669350 r24668: Fix header installation. 2007-10-10 15:02:35 -05:00
Jelmer Vernooij
7a1eec6358 r24667: Finally merge the registry improvements that Wilco Baan Hofman and I have
been working on for at least half a year now. Contains the following
improvements:

 * proper layering (finally!) for the registry library. Distinction is
   now made between 'real' backends (local, remote, wine, etc) and
   the low-level hive backends (regf, creg, ldb, ...) that are only used
   by the local registry backend
 * tests for all important hive and registry operations
 * re-enable RPC-WINREG tests (still needs more work though, as
							   some return values aren't checked yet)
 * write support for REGF files
 * dir backend now supports setting/reading values, creating keys
 * support for storing security descriptors
 * remove CREG backend as it was incomplete, didn't match the data model
   and wasn't used at all anyway
 * support for parsing ADM files as used by the policy editor (see lib/policy)
 * support for parsing PREG files (format used by .POL files)
 * new streaming interface for registry diffs (improves speed and memory usage
	for regdiff/regpatch significantly)

   ... and fixes a large number of bugs in the registry code
2007-10-10 15:02:34 -05:00
Jelmer Vernooij
7f914b08a7 r24665: Close file handles properly. 2007-10-10 15:02:34 -05:00
Jelmer Vernooij
e95c50fc50 r24657: Use torture functions. 2007-10-10 15:02:33 -05:00
Andrew Bartlett
ba82197e30 r24655: Fix bug 4919 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>:
> When you change to the SAMBA private directory on a shell (default
> /usr/local/samba/private) and start there for example ldbedit with the sam.ldb,
> the application crashes if you don't put the "./" before the filename.

I've adapted Matthias's patch.

Andrew Bartlett
2007-10-10 15:02:33 -05:00
Simo Sorce
ce9b643411 r24651: Allow dynamic updates for the domain controller over its own name 2007-10-10 15:02:32 -05:00