1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00

15192 Commits

Author SHA1 Message Date
Jelmer Vernooij
36cc584374 Use make to create lists of plugins, remove duplicate variable. 2008-02-16 17:14:03 +01:00
Jelmer Vernooij
6cc7bc1586 Use make to create lists of pc files and prototype headers. 2008-02-16 17:12:01 +01:00
Jelmer Vernooij
20800de058 Use make to generate list of prototype headers. 2008-02-16 17:01:27 +01:00
Jelmer Vernooij
8e1396d566 Use make to generate lists of libraries. 2008-02-16 16:58:26 +01:00
Jelmer Vernooij
7eaa96169f Generate manpage list with make. 2008-02-16 16:48:36 +01:00
Jelmer Vernooij
62abd38725 Create SBIN_PROGS and BIN_PROGS lists from within make. 2008-02-16 16:38:01 +01:00
Jelmer Vernooij
8e716d1390 Merge branch 'v4-0-trivial' into v4-0-gmake3 2008-02-16 16:33:13 +01:00
Jelmer Vernooij
98d6095b96 Remove unused code. 2008-02-16 16:33:04 +01:00
Jelmer Vernooij
c1b2b5f9f4 Merge branch 'v4-0-trivial' into v4-0-gmake3 2008-02-16 16:24:37 +01:00
Jelmer Vernooij
8f1270dd5c Simplify handling of plugin installation. 2008-02-16 16:22:05 +01:00
Jelmer Vernooij
33111f98df use gmake to handle .py file copies. 2008-02-16 16:15:21 +01:00
Jelmer Vernooij
8e9856412b Rely on GNU make to build static libraries. 2008-02-16 16:08:32 +01:00
Jelmer Vernooij
9166e48944 Revert "Allow LDB to be a static library again."
This reverts commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd.
2008-02-16 16:02:47 +01:00
Jelmer Vernooij
58c25657bf Add static header for gencache. 2008-02-16 15:52:56 +01:00
Jelmer Vernooij
16fd90d7a9 Allow LDB to be a static library again. 2008-02-16 15:40:55 +01:00
Jelmer Vernooij
9a0f6a0012 Add static header for gencache. 2008-02-16 15:40:42 +01:00
Jelmer Vernooij
bc0fab89e3 Formatting fixes. 2008-02-16 15:23:26 +01:00
Jelmer Vernooij
0ab4428fce Unconditionally run the python tests. 2008-02-15 16:06:57 +01:00
Jelmer Vernooij
1269758e95 Reconcile header files for torture utility functions. 2008-02-15 15:53:06 +01:00
Jelmer Vernooij
2da0734f43 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Conflicts:

	source/torture/libnet/libnet_BecomeDC.c
2008-02-15 15:27:21 +01:00
Jelmer Vernooij
bb473a8d11 Mark the provision_bare() test as known failing for now. 2008-02-15 15:22:01 +01:00
Jelmer Vernooij
4b9d5bc57c Use struct for provision parameters since there are so many of them. 2008-02-15 15:14:55 +01:00
Stefan Metzmacher
646c597b79 lsa.idl: add lsa_AsciiStringLarge
metze
2008-02-15 15:03:28 +01:00
Stefan Metzmacher
b994f899b4 lsa.idl: don't use ascstr_noterm anymore
metze
2008-02-15 15:03:15 +01:00
Stefan Metzmacher
96f1ad6d27 epmapper.idl: don't use ascstr2 anymore
metze
2008-02-15 08:53:24 +01:00
Stefan Metzmacher
b5c0a6c114 epmapper.idl: add link to official IDL
metze
2008-02-15 08:53:11 +01:00
Stefan Metzmacher
47447f60bc dcerpc.idl: use charset() instead of ascstr3
metze
2008-02-15 08:52:51 +01:00
Stefan Metzmacher
ae6976eb4a ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can return 0
metze
2008-02-15 08:52:23 +01:00
Stefan Metzmacher
70c7faace7 drsuapi.idl: use charset() instead of the exotic flags() and string
metze
2008-02-15 08:52:00 +01:00
Stefan Metzmacher
30657ae0eb krb5pac.idl: use charset() instead of string type with flags
metze
2008-02-15 08:51:19 +01:00
Stefan Metzmacher
096eafd347 NET-API-BECOME-DC: at least find the 'provision' function in python mode
This is still broken, as we call provision() with wrong arguments.
Also the python provision() function, doesn't allow us
to specify the locations of the partition ldb files,
this is strictly needed otherwise the torture test destroys
a production databases.

I think we should have a provision_become_dc() again!

metze
2008-02-15 08:49:47 +01:00
Stefan Metzmacher
558c717c6c cyrus_sasl: fix compiler warnings
metze
2008-02-15 08:49:33 +01:00
Andrew Tridgell
7f2421f17c remove redundent code 2008-02-15 16:53:10 +11:00
Andrew Tridgell
eea486d894 fixed some options that could not be overridden on the command line 2008-02-15 16:52:57 +11:00
Andrew Tridgell
716345fd38 added blackbox testing of gentest 2008-02-15 16:42:22 +11:00
Andrew Tridgell
681366b956 convert gentest to use popt and the cmdline library 2008-02-15 15:53:11 +11:00
Andrew Tridgell
3abb33c8bf make sure lp_ctx is initialised 2008-02-15 15:52:52 +11:00
Andrew Tridgell
1699b2a804 fix typo 2008-02-15 15:39:07 +11:00
Andrew Tridgell
05a110123d added a blackbox test for masktest 2008-02-15 15:33:10 +11:00
Andrew Tridgell
c37133fd95 fixed masktest to use popt, and fixed the incorrect pstring conversion 2008-02-15 15:26:20 +11:00
Andrew Tridgell
625ea49a95 converted locktest to use popt and cmdline utility code 2008-02-15 14:55:31 +11:00
Andrew Tridgell
af6484f78d added blackbox testing for locktest 2008-02-15 14:27:06 +11:00
Andrew Tridgell
b6ba0afc14 add some info on running tests 2008-02-15 14:11:11 +11:00
Andrew Tridgell
9c12b5b496 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test 2008-02-15 13:30:55 +11:00
Andrew Tridgell
2633f4259e fixed loadparm handling in standalone tests 2008-02-15 13:29:32 +11:00
Jelmer Vernooij
fe8bfda22d Add ability to not specify certain provision options(), fix some other options. 2008-02-15 02:12:37 +01:00
Jelmer Vernooij
0f3a1dbb53 Add test for provision_bare() code. 2008-02-15 01:37:57 +01:00
Jelmer Vernooij
53c5924195 Finish migration of provision code. 2008-02-15 01:16:12 +01:00
Jelmer Vernooij
f6c5b787cc Move Python dependencies. 2008-02-15 00:35:17 +01:00
Jelmer Vernooij
1a1f8a5e6b Avoid using private libnet test structure inside util_provision. 2008-02-15 00:23:56 +01:00