jelmer/samba4-debian.git
16 years agoUse function-based initialization for ildap backend.
Jelmer Vernooij [Wed, 20 Feb 2008 00:56:55 +0000 (01:56 +0100)]
Use function-based initialization for ildap backend.

16 years agoUse struct-based rather than function-based initialization for ldb modules everywhere.
Jelmer Vernooij [Wed, 20 Feb 2008 00:54:32 +0000 (01:54 +0100)]
Use struct-based rather than function-based initialization for ldb modules everywhere.

16 years agoAllow ldb backends without init function, use init function-less ldb modules.
Jelmer Vernooij [Wed, 20 Feb 2008 00:37:53 +0000 (01:37 +0100)]
Allow ldb backends without init function, use init function-less ldb modules.

16 years agoFactor out IP marshalling into separate function.
Jelmer Vernooij [Tue, 19 Feb 2008 22:53:04 +0000 (23:53 +0100)]
Factor out IP marshalling into separate function.

16 years agoAdd configure test for vdeplug library.
Jelmer Vernooij [Tue, 19 Feb 2008 22:00:43 +0000 (23:00 +0100)]
Add configure test for vdeplug library.

16 years agoAdd VDE switch management functions.
Jelmer Vernooij [Tue, 19 Feb 2008 21:04:26 +0000 (22:04 +0100)]
Add VDE switch management functions.

16 years agoInitial work on vde support.
Jelmer Vernooij [Tue, 19 Feb 2008 20:51:09 +0000 (21:51 +0100)]
Initial work on vde support.

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij [Tue, 19 Feb 2008 17:05:09 +0000 (18:05 +0100)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial

16 years agoOnly set "interfaces = " line for client when necessary.
Jelmer Vernooij [Tue, 19 Feb 2008 17:03:02 +0000 (18:03 +0100)]
Only set "interfaces = " line for client when necessary.

16 years agoAdd kvm name.
Jelmer Vernooij [Tue, 19 Feb 2008 16:26:02 +0000 (17:26 +0100)]
Add kvm name.

16 years agoRemove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.
Michael Adam [Tue, 19 Feb 2008 16:25:42 +0000 (17:25 +0100)]
Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.

Michael

16 years agoAllow loading kvm snapshots.
Jelmer Vernooij [Tue, 19 Feb 2008 16:23:38 +0000 (17:23 +0100)]
Allow loading kvm snapshots.

16 years agoFix a typo.
Michael Adam [Tue, 19 Feb 2008 15:49:58 +0000 (16:49 +0100)]
Fix a typo.

Michael

16 years agoAdapt source code checkout information to git repo in talloc website.
Michael Adam [Mon, 18 Feb 2008 21:49:32 +0000 (22:49 +0100)]
Adapt source code checkout information to git repo in talloc website.

Michael

16 years agoFix paths for talloc into unpacked directory (rsync commands).
Michael Adam [Sun, 17 Feb 2008 21:57:04 +0000 (22:57 +0100)]
Fix paths for talloc into unpacked directory (rsync commands).

Michael

16 years agoAllow connecting to screen.
Jelmer Vernooij [Tue, 19 Feb 2008 15:49:29 +0000 (16:49 +0100)]
Allow connecting to screen.

16 years agoStart dhcp server for kvm machine.
Jelmer Vernooij [Tue, 19 Feb 2008 15:28:32 +0000 (16:28 +0100)]
Start dhcp server for kvm machine.

16 years agoinitshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge
Stefan Metzmacher [Tue, 19 Feb 2008 13:58:33 +0000 (14:58 +0100)]
initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge

metze

16 years agowinreg.idl: get rid of initshutdown_String and use lsa_StringLarge
Stefan Metzmacher [Tue, 19 Feb 2008 10:57:32 +0000 (11:57 +0100)]
winreg.idl: get rid of initshutdown_String and use lsa_StringLarge

metze

16 years agodrsblobs.idl: don't use asclstr
Stefan Metzmacher [Thu, 14 Feb 2008 15:07:04 +0000 (16:07 +0100)]
drsblobs.idl: don't use asclstr

metze

16 years agolsa.idl: strlen_m*() also for the lsa_AsciiString* versions
Stefan Metzmacher [Tue, 19 Feb 2008 13:47:22 +0000 (14:47 +0100)]
lsa.idl: strlen_m*() also for the lsa_AsciiString* versions

We already did this before b994f899b42d294c0418bdc82660a2f7510667d6.

This is needed to handle NULL strings, where strlen() would crash...

Maybe we should add a strlen_a() and strlen_a_term() later...

metze

16 years agolsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings
Stefan Metzmacher [Tue, 19 Feb 2008 13:44:50 +0000 (14:44 +0100)]
lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings

metze

16 years agoStart and kill kvm instance properly.
Jelmer Vernooij [Tue, 19 Feb 2008 14:12:57 +0000 (15:12 +0100)]
Start and kill kvm instance properly.

16 years agoMerge branch 'v4-0-trivial' into v4-0-kvmtest
Jelmer Vernooij [Tue, 19 Feb 2008 13:33:05 +0000 (14:33 +0100)]
Merge branch 'v4-0-trivial' into v4-0-kvmtest

16 years agoFix accidently introduced bug - thanks metze.
Jelmer Vernooij [Tue, 19 Feb 2008 13:25:20 +0000 (14:25 +0100)]
Fix accidently introduced bug - thanks metze.

16 years agoNo longer ignore torture/util.h; it's static now.
Jelmer Vernooij [Tue, 19 Feb 2008 13:13:27 +0000 (14:13 +0100)]
No longer ignore torture/util.h; it's static now.

16 years agosamba3rpc: Remove use of global_loadparm.
Jelmer Vernooij [Tue, 19 Feb 2008 13:13:14 +0000 (14:13 +0100)]
samba3rpc: Remove use of global_loadparm.

16 years agoAvoid use of global_loadparm.
Jelmer Vernooij [Tue, 19 Feb 2008 13:12:05 +0000 (14:12 +0100)]
Avoid use of global_loadparm.

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij [Tue, 19 Feb 2008 12:45:17 +0000 (13:45 +0100)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial

16 years agoRemove uses of global_loadparm.
Jelmer Vernooij [Tue, 19 Feb 2008 12:39:27 +0000 (13:39 +0100)]
Remove uses of global_loadparm.

16 years agoFix quicktest.
Jelmer Vernooij [Tue, 19 Feb 2008 12:38:59 +0000 (13:38 +0100)]
Fix quicktest.

16 years agoMerge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet
Andrew Bartlett [Tue, 19 Feb 2008 03:45:23 +0000 (14:45 +1100)]
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet

16 years agokvm fixes.
Jelmer Vernooij [Tue, 19 Feb 2008 03:44:30 +0000 (04:44 +0100)]
kvm fixes.

16 years agoTo partially simplfy our gcov handling, move to the new --coverage option.
Andrew Bartlett [Tue, 19 Feb 2008 03:44:10 +0000 (14:44 +1100)]
To partially simplfy our gcov handling, move to the new --coverage option.

Andrew Bartlett

16 years agoMerge branch 'v4-0-trivial' into v4-0-kvmtest
Jelmer Vernooij [Tue, 19 Feb 2008 03:37:09 +0000 (04:37 +0100)]
Merge branch 'v4-0-trivial' into v4-0-kvmtest

16 years agoFix CFLAGS (caused problems on hosts without libgssapi installed on the system).
Jelmer Vernooij [Tue, 19 Feb 2008 02:57:30 +0000 (03:57 +0100)]
Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).

16 years agoAdd Kvm start code.
Jelmer Vernooij [Tue, 19 Feb 2008 02:29:03 +0000 (03:29 +0100)]
Add Kvm start code.

16 years agoAdd framework for Kvm test.
Jelmer Vernooij [Tue, 19 Feb 2008 01:44:31 +0000 (02:44 +0100)]
Add framework for Kvm test.

16 years agoAdd test for INCLUDE command.
Jelmer Vernooij [Tue, 19 Feb 2008 01:02:48 +0000 (02:02 +0100)]
Add test for INCLUDE command.

16 years agoAdd INCLUDE command to pidl.
Julien Kerihuel [Tue, 19 Feb 2008 00:55:01 +0000 (01:55 +0100)]
Add INCLUDE command to pidl.

16 years agoExplain that these OIDs are DNs
Andrew Bartlett [Mon, 18 Feb 2008 22:36:56 +0000 (09:36 +1100)]
Explain that these OIDs are DNs

Andrew Bartlett

16 years agoFix local tests.
Jelmer Vernooij [Mon, 18 Feb 2008 22:27:55 +0000 (23:27 +0100)]
Fix local tests.

16 years agoFix dependency on popt.
Jelmer Vernooij [Mon, 18 Feb 2008 22:20:08 +0000 (23:20 +0100)]
Fix dependency on popt.

16 years agoWhen not using --immediate, use a one-line progress indicator in selftest.
Jelmer Vernooij [Mon, 18 Feb 2008 20:52:23 +0000 (21:52 +0100)]
When not using --immediate, use a one-line progress indicator in selftest.

16 years agoUse consistent hierarchical naming for tests used in selftest.
Jelmer Vernooij [Mon, 18 Feb 2008 20:13:03 +0000 (21:13 +0100)]
Use consistent hierarchical naming for tests used in selftest.

This is mainly cosmetical and so it would in the future be possible to print a tree of the tests.
People using "make test TESTS=..." may have to specify a slightly different regular expression
than they used to.

16 years agoFix summary.
Jelmer Vernooij [Mon, 18 Feb 2008 19:14:29 +0000 (20:14 +0100)]
Fix summary.

16 years agoRename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij [Mon, 18 Feb 2008 19:04:18 +0000 (20:04 +0100)]
Rename include to mkinclude to emphasize it is different from make's include.

16 years agoUse implicit build system element creation for external libraries.
Jelmer Vernooij [Mon, 18 Feb 2008 18:46:27 +0000 (19:46 +0100)]
Use implicit build system element creation for external libraries.

16 years agoBe a little bit less strict about recursive dependencies.
Jelmer Vernooij [Mon, 18 Feb 2008 18:19:54 +0000 (19:19 +0100)]
Be a little bit less strict about recursive dependencies.

16 years agoGet rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij [Mon, 18 Feb 2008 18:06:17 +0000 (19:06 +0100)]
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'

16 years agoBuild complete static libraries.
Jelmer Vernooij [Mon, 18 Feb 2008 17:55:37 +0000 (18:55 +0100)]
Build complete static libraries.

16 years agoSimplify handling of ALL_OBJS.
Jelmer Vernooij [Mon, 18 Feb 2008 16:28:24 +0000 (17:28 +0100)]
Simplify handling of ALL_OBJS.

16 years agoFix unresolved symbols.
Jelmer Vernooij [Mon, 18 Feb 2008 16:24:29 +0000 (17:24 +0100)]
Fix unresolved symbols.

16 years agoFactor out common code that generates object lists.
Jelmer Vernooij [Mon, 18 Feb 2008 16:08:54 +0000 (17:08 +0100)]
Factor out common code that generates object lists.

16 years agoRemove mergedobj files during clean.
Jelmer Vernooij [Mon, 18 Feb 2008 15:57:17 +0000 (16:57 +0100)]
Remove mergedobj files during clean.

16 years agoSimplify some more smb_build code.
Jelmer Vernooij [Mon, 18 Feb 2008 15:33:23 +0000 (16:33 +0100)]
Simplify some more smb_build code.

16 years agoFix build with partial linking.
Jelmer Vernooij [Mon, 18 Feb 2008 15:02:33 +0000 (16:02 +0100)]
Fix build with partial linking.

16 years agoAvoid redetermining paths; use already stored values.
Jelmer Vernooij [Mon, 18 Feb 2008 14:31:15 +0000 (15:31 +0100)]
Avoid redetermining paths; use already stored values.

16 years agoAdd elements in the build system implicitly if they're unknown
Jelmer Vernooij [Mon, 18 Feb 2008 12:31:10 +0000 (13:31 +0100)]
Add elements in the build system implicitly if they're unknown
(so they can be regular make rules).

16 years agoReenable partial linking
Jelmer Vernooij [Mon, 18 Feb 2008 12:10:30 +0000 (13:10 +0100)]
Reenable partial linking

16 years agoFix installation of gencache.
Jelmer Vernooij [Mon, 18 Feb 2008 11:45:27 +0000 (12:45 +0100)]
Fix installation of gencache.

16 years agoMerge functions.
Jelmer Vernooij [Mon, 18 Feb 2008 11:35:39 +0000 (12:35 +0100)]
Merge functions.

16 years agoEliminate duplicate variable.
Jelmer Vernooij [Mon, 18 Feb 2008 11:26:43 +0000 (12:26 +0100)]
Eliminate duplicate variable.

16 years agoSwitch back to using static libraries for subsystems for now, since partial linking...
Jelmer Vernooij [Mon, 18 Feb 2008 10:50:07 +0000 (11:50 +0100)]
Switch back to using static libraries for subsystems for now, since partial linking is still giving some problems.

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij [Mon, 18 Feb 2008 10:31:40 +0000 (11:31 +0100)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial

16 years agodisable the EAS level in SMB2-GETINFO test until we get some feedback
Andrew Tridgell [Mon, 18 Feb 2008 03:55:30 +0000 (14:55 +1100)]
disable the EAS level in SMB2-GETINFO test until we get some feedback
on how the alignment requirements have changed

16 years agoopen a root handle in SMB2 should use a NULL filename, not a zero length
Andrew Tridgell [Mon, 18 Feb 2008 03:54:59 +0000 (14:54 +1100)]
open a root handle in SMB2 should use a NULL filename, not a zero length
filename

16 years ago3 places where the VFS backend doesn't handle NULL strings.
Andrew Tridgell [Mon, 18 Feb 2008 03:54:14 +0000 (14:54 +1100)]
3 places where the VFS backend doesn't handle NULL strings.

16 years agohandle pushing of zero length smb2 strings
Andrew Tridgell [Mon, 18 Feb 2008 03:53:48 +0000 (14:53 +1100)]
handle pushing of zero length smb2 strings

16 years agoPrevent adding libreplace when not necessary.
Jelmer Vernooij [Sat, 16 Feb 2008 20:16:28 +0000 (21:16 +0100)]
Prevent adding libreplace when not necessary.

16 years agoSome more mergedobj fixes.
Jelmer Vernooij [Sat, 16 Feb 2008 19:56:46 +0000 (20:56 +0100)]
Some more mergedobj fixes.

16 years agoUse standard variable for partial linking.
Jelmer Vernooij [Sat, 16 Feb 2008 19:48:08 +0000 (20:48 +0100)]
Use standard variable for partial linking.

16 years agoReintroduce mergedobj support.
Jelmer Vernooij [Sat, 16 Feb 2008 19:38:21 +0000 (20:38 +0100)]
Reintroduce mergedobj support.

16 years agoRemove unused code.
Jelmer Vernooij [Sat, 16 Feb 2008 15:33:04 +0000 (16:33 +0100)]
Remove unused code.

16 years agoSimplify handling of plugin installation.
Jelmer Vernooij [Sat, 16 Feb 2008 15:22:05 +0000 (16:22 +0100)]
Simplify handling of plugin installation.

16 years agoAdd static header for gencache.
Jelmer Vernooij [Sat, 16 Feb 2008 14:40:42 +0000 (15:40 +0100)]
Add static header for gencache.

16 years agoFormatting fixes.
Jelmer Vernooij [Sat, 16 Feb 2008 14:23:26 +0000 (15:23 +0100)]
Formatting fixes.

16 years agofixed RAW-READ after the bufinfo changes. Thanks to Metze for spotting
Andrew Tridgell [Sat, 16 Feb 2008 02:28:37 +0000 (13:28 +1100)]
fixed RAW-READ after the bufinfo changes. Thanks to Metze for spotting
this.

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell [Fri, 15 Feb 2008 20:27:49 +0000 (07:27 +1100)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test

16 years agofixed handling of zero sized buffers versus NULL buffers in
Andrew Tridgell [Fri, 15 Feb 2008 20:25:38 +0000 (07:25 +1100)]
fixed handling of zero sized buffers versus NULL buffers in
SMB2. Thanks to Metze for spotting this.

16 years agoUnconditionally run the python tests.
Jelmer Vernooij [Fri, 15 Feb 2008 15:06:57 +0000 (16:06 +0100)]
Unconditionally run the python tests.

16 years agoReconcile header files for torture utility functions.
Jelmer Vernooij [Fri, 15 Feb 2008 14:53:06 +0000 (15:53 +0100)]
Reconcile header files for torture utility functions.

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij [Fri, 15 Feb 2008 14:27:21 +0000 (15:27 +0100)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial

Conflicts:

source/torture/libnet/libnet_BecomeDC.c

16 years agoMark the provision_bare() test as known failing for now.
Jelmer Vernooij [Fri, 15 Feb 2008 14:22:01 +0000 (15:22 +0100)]
Mark the provision_bare() test as known failing for now.

16 years agoUse struct for provision parameters since there are so many of them.
Jelmer Vernooij [Fri, 15 Feb 2008 14:14:55 +0000 (15:14 +0100)]
Use struct for provision parameters since there are so many of them.

16 years agolsa.idl: add lsa_AsciiStringLarge
Stefan Metzmacher [Fri, 15 Feb 2008 13:56:07 +0000 (14:56 +0100)]
lsa.idl: add lsa_AsciiStringLarge

metze

16 years agolsa.idl: don't use ascstr_noterm anymore
Stefan Metzmacher [Thu, 14 Feb 2008 15:08:50 +0000 (16:08 +0100)]
lsa.idl: don't use ascstr_noterm anymore

metze

16 years agoepmapper.idl: don't use ascstr2 anymore
Stefan Metzmacher [Thu, 14 Feb 2008 15:08:17 +0000 (16:08 +0100)]
epmapper.idl: don't use ascstr2 anymore

metze

16 years agoepmapper.idl: add link to official IDL
Stefan Metzmacher [Thu, 14 Feb 2008 15:07:49 +0000 (16:07 +0100)]
epmapper.idl: add link to official IDL

metze

16 years agodcerpc.idl: use charset() instead of ascstr3
Stefan Metzmacher [Thu, 14 Feb 2008 14:01:23 +0000 (15:01 +0100)]
dcerpc.idl: use charset() instead of ascstr3

metze

16 years agondr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can return 0
Stefan Metzmacher [Thu, 14 Feb 2008 14:03:37 +0000 (15:03 +0100)]
ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can return 0

metze

16 years agodrsuapi.idl: use charset() instead of the exotic flags() and string
Stefan Metzmacher [Thu, 14 Feb 2008 14:02:11 +0000 (15:02 +0100)]
drsuapi.idl: use charset() instead of the exotic flags() and string

metze

16 years agokrb5pac.idl: use charset() instead of string type with flags
Stefan Metzmacher [Wed, 13 Feb 2008 16:31:17 +0000 (17:31 +0100)]
krb5pac.idl: use charset() instead of string type with flags

metze

16 years agoNET-API-BECOME-DC: at least find the 'provision' function in python mode
Stefan Metzmacher [Thu, 14 Feb 2008 13:56:58 +0000 (14:56 +0100)]
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

16 years agocyrus_sasl: fix compiler warnings
Stefan Metzmacher [Thu, 14 Feb 2008 13:54:52 +0000 (14:54 +0100)]
cyrus_sasl: fix compiler warnings

metze

16 years agoremove redundent code
Andrew Tridgell [Fri, 15 Feb 2008 05:53:10 +0000 (16:53 +1100)]
remove redundent code

16 years agofixed some options that could not be overridden on the command line
Andrew Tridgell [Fri, 15 Feb 2008 05:52:57 +0000 (16:52 +1100)]
fixed some options that could not be overridden on the command line

16 years agoadded blackbox testing of gentest
Andrew Tridgell [Fri, 15 Feb 2008 05:42:22 +0000 (16:42 +1100)]
added blackbox testing of gentest

16 years agoconvert gentest to use popt and the cmdline library
Andrew Tridgell [Fri, 15 Feb 2008 04:53:11 +0000 (15:53 +1100)]
convert gentest to use popt and the cmdline library

16 years agomake sure lp_ctx is initialised
Andrew Tridgell [Fri, 15 Feb 2008 04:52:52 +0000 (15:52 +1100)]
make sure lp_ctx is initialised