jelmer/samba4-debian.git
16 years agor25928: Split up torture-local a bit.
Jelmer Vernooij [Sun, 11 Nov 2007 22:36:53 +0000 (23:36 +0100)]
r25928: Split up torture-local a bit.

16 years agor25927: Move share tests to param directory.
Jelmer Vernooij [Sun, 11 Nov 2007 22:36:50 +0000 (23:36 +0100)]
r25927: Move share tests to param directory.

16 years agor25926: Move iconv test to iconv code directory.
Jelmer Vernooij [Sun, 11 Nov 2007 22:36:45 +0000 (23:36 +0100)]
r25926: Move iconv test to iconv code directory.

16 years agor25925: torture/raw: fix sending unitialized bytes in RAW-SAMBA3ROOTDIRFID
Stefan Metzmacher [Sun, 11 Nov 2007 13:06:02 +0000 (14:06 +0100)]
r25925: torture/raw: fix sending unitialized bytes in RAW-SAMBA3ROOTDIRFID

(found by make valgrindtest)

metze

16 years agor25924: fix bug in UNIX_INFO2 push code found make make valgrindtest
Stefan Metzmacher [Sun, 11 Nov 2007 12:59:01 +0000 (13:59 +0100)]
r25924: fix bug in UNIX_INFO2 push code found make make valgrindtest

metze

16 years agor25923: Make sure to install phpldapadmin-config.php
Andrew Bartlett [Sat, 10 Nov 2007 08:29:32 +0000 (09:29 +0100)]
r25923: Make sure to install phpldapadmin-config.php

Andrew Bartlett

16 years agor25922: Make it easier to bind to a unix domain socket, without messing with
Andrew Bartlett [Sat, 10 Nov 2007 04:48:38 +0000 (05:48 +0100)]
r25922: Make it easier to bind to a unix domain socket, without messing with

ports...

Andrew Bartlett

16 years agor25921: Now also listen on ldapi by default in the LDAP server
Andrew Bartlett [Sat, 10 Nov 2007 04:31:26 +0000 (05:31 +0100)]
r25921: Now also listen on ldapi by default in the LDAP server

Create a phpLDAPadmin configuration file example to use ldapi to talk
to Samba4

Andrew Bartlett

16 years agor25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher [Fri, 9 Nov 2007 18:24:51 +0000 (19:24 +0100)]
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)

lib/messaging/
lib/registry/
lib/ldb-samba/
librpc/rpc/
auth/auth_winbind.c
auth/gensec/
auth/kerberos/
dsdb/repl/
dsdb/samdb/
dsdb/schema/
torture/
cluster/ctdb/
kdc/
ntvfs/ipc/
torture/rap/
ntvfs/
utils/getntacl.c
ntptr/
smb_server/
libcli/wrepl/
wrepl_server/
libcli/cldap/
libcli/dgram/
libcli/ldap/
libcli/raw/
libcli/nbt/
libnet/
winbind/
rpc_server/

metze

16 years agor25919: ndr: change NTSTAUS into enum ndr_err_code (ndrdump)
Stefan Metzmacher [Fri, 9 Nov 2007 18:24:25 +0000 (19:24 +0100)]
r25919: ndr: change NTSTAUS into enum ndr_err_code (ndrdump)

librpc/tools/ndrdump.c

metze

16 years agor25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)
Stefan Metzmacher [Fri, 9 Nov 2007 18:24:10 +0000 (19:24 +0100)]
r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)

ndr_sec_helper.c
ndr_spoolss_buf.c
ndr_compression.c
ndr_drsuapi.[ch]
ndr_krb5pac.c
ndr_orpc.c

metze

16 years agor25917: ndr: move ndr_map_error2ntstatus to errormap.c
Stefan Metzmacher [Fri, 9 Nov 2007 18:23:57 +0000 (19:23 +0100)]
r25917: ndr: move ndr_map_error2ntstatus to errormap.c

metze

16 years agor25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)
Stefan Metzmacher [Fri, 9 Nov 2007 18:23:40 +0000 (19:23 +0100)]
r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)

librpc/ndr/

metze

16 years agor25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)
Stefan Metzmacher [Fri, 9 Nov 2007 18:23:25 +0000 (19:23 +0100)]
r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)

Samba4/NDR/Parser.pm
Samba4/NDR/Server.pm
Samba3/ServerNDR.pm
tests/

metze

16 years agor25914: selftest: fix the module pathes when using --with-selftest-prefix
Stefan Metzmacher [Fri, 9 Nov 2007 17:33:18 +0000 (18:33 +0100)]
r25914: selftest: fix the module pathes when using --with-selftest-prefix

metze

16 years agor25913: maybe some platforms have problems with echo -e
Stefan Metzmacher [Fri, 9 Nov 2007 09:26:32 +0000 (10:26 +0100)]
r25913: maybe some platforms have problems with echo -e

metze

16 years agor25912: Two patches
Stefan Metzmacher [Fri, 9 Nov 2007 07:42:55 +0000 (08:42 +0100)]
r25912: Two patches

Hi!

Can you check and push them?

Thanks,

Volker

From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl@sernet.de>
Date: Sat, 27 Oct 2007 14:20:09 +0200
Subject: [PATCH] Fix some warnings and errors

merge from v3-2-test commit e17d3e10e860c96b6d5208e5fe51e43b8e58c174

16 years agor25911: Remove more fstring/pstring bad useage. Go talloc !
Stefan Metzmacher [Fri, 9 Nov 2007 07:40:05 +0000 (08:40 +0100)]
r25911: Remove more fstring/pstring bad useage. Go talloc !

Jeremy.

merge from v3-2-test commit 2a0173743d2cf615d52278f3dd87cc804abe2d16

16 years agor25910: Try and fix the Solaris build by adding a missing define
Stefan Metzmacher [Fri, 9 Nov 2007 07:24:36 +0000 (08:24 +0100)]
r25910: Try and fix the Solaris build by adding a missing define

(from Jerry).
Jeremy

merge from v3-2-test commit a68bbea0d42cc64b9fa731ab2a1da82ef30937c6

16 years agor25909: Fix the snprintf checks, and fix a typo in pointer indirection.
Stefan Metzmacher [Fri, 9 Nov 2007 07:22:21 +0000 (08:22 +0100)]
r25909: Fix the snprintf checks, and fix a typo in pointer indirection.

These fixes are needed for a working getaddrinfo etc. replacement.
Fixes from Wayne Davison <wayned@samba.org> from rsync.

Jeremy.

from v3-2-test commit 494bf6293bedbda4b10aa2eae452377b8130cd01

16 years agor25908: add some wikipedia links about LDAP and LDIF
Stefan Metzmacher [Fri, 9 Nov 2007 06:52:32 +0000 (07:52 +0100)]
r25908: add some wikipedia links about LDAP and LDIF

metze

16 years agor25907: use DEBUGADD() to match samba3
Stefan Metzmacher [Thu, 8 Nov 2007 10:35:28 +0000 (11:35 +0100)]
r25907: use DEBUGADD() to match samba3

metze

16 years agor25906: libreplace: we need to link to make sure the functions are available
Stefan Metzmacher [Thu, 8 Nov 2007 10:17:22 +0000 (11:17 +0100)]
r25906: libreplace: we need to link to make sure the functions are available

metze

16 years agor25905: use data_blob_const() to set the DATA_BLOB
Stefan Metzmacher [Thu, 8 Nov 2007 08:07:51 +0000 (09:07 +0100)]
r25905: use data_blob_const() to set the DATA_BLOB

metze

16 years agor25904: Remove extra
Jelmer Vernooij [Wed, 7 Nov 2007 23:11:31 +0000 (00:11 +0100)]
r25904: Remove extra

16 years agor25903: Move more files out of torture/
Jelmer Vernooij [Wed, 7 Nov 2007 23:07:17 +0000 (00:07 +0100)]
r25903: Move more files out of torture/

16 years agor25902: Move messaging tests to same directory as code.
Jelmer Vernooij [Wed, 7 Nov 2007 22:53:57 +0000 (23:53 +0100)]
r25902: Move messaging tests to same directory as code.

16 years agor25901: Remove obsolete --enable-shared option (whether shared libs should be used...
Jelmer Vernooij [Wed, 7 Nov 2007 22:39:46 +0000 (23:39 +0100)]
r25901: Remove obsolete --enable-shared option (whether shared libs should be used internally can be set using --enable-dso).

16 years agor25897: Add WERR_INVALID_FLAGS.
Günther Deschner [Wed, 7 Nov 2007 19:45:04 +0000 (20:45 +0100)]
r25897: Add WERR_INVALID_FLAGS.

Guenther

16 years agor25896: Rename netlogon server stubs.
Günther Deschner [Wed, 7 Nov 2007 17:42:00 +0000 (18:42 +0100)]
r25896: Rename netlogon server stubs.

Guenther

16 years agor25895: Add torture test for netr_DsRAddressToSitenamesW and
Günther Deschner [Wed, 7 Nov 2007 17:22:56 +0000 (18:22 +0100)]
r25895: Add torture test for netr_DsRAddressToSitenamesW and

netr_DsRAddressToSitenamesExW.

Guenther

16 years agor25894: Add IDL for netr_DsRAddressToSitenamesW and netr_DsRAddressToSitenamesExW.
Günther Deschner [Wed, 7 Nov 2007 17:21:12 +0000 (18:21 +0100)]
r25894: Add IDL for netr_DsRAddressToSitenamesW and netr_DsRAddressToSitenamesExW.

Guenther

16 years agor25893: Fix ldb, tdb builds (and one warning).
Jeremy Allison [Wed, 7 Nov 2007 06:13:44 +0000 (07:13 +0100)]
r25893: Fix ldb, tdb builds (and one warning).

Jeremy.

16 years agor25892: Keep the tdb code in sync between 3.2.x and 4.0.
Jeremy Allison [Wed, 7 Nov 2007 05:59:02 +0000 (06:59 +0100)]
r25892: Keep the tdb code in sync between 3.2.x and 4.0.

Add in the alarm fix to allow locks to exit on
alarm signal.
Sync up the changes in tools.
Jeremy.

16 years agor25891: Test that we get the correct return value when we attempt to reference
Andrew Bartlett [Wed, 7 Nov 2007 04:35:16 +0000 (05:35 +0100)]
r25891: Test that we get the correct return value when we attempt to reference

invalid entries with a linked attribute.

Make Samba4 pass that test, by fixing a silly bug in the
linked_attributes module.  (By passing down the 'original' request
structure, tdb would override our handle, and therefore we would never
be called for the 'wait', which collects the errors).

Fix up the provision templates to handle the newly required
referential integrity.

Andrew Bartlett

16 years agor25888: Attempt to fix standalone tdb build.
Jelmer Vernooij [Wed, 7 Nov 2007 00:45:06 +0000 (01:45 +0100)]
r25888: Attempt to fix standalone tdb build.

16 years agor25887: Build Samba-specific ldb modules as dso's.
Jelmer Vernooij [Wed, 7 Nov 2007 00:32:25 +0000 (01:32 +0100)]
r25887: Build Samba-specific ldb modules as dso's.

16 years agor25886: Try to fix building dso's on hpux with gcc
Jelmer Vernooij [Wed, 7 Nov 2007 00:32:17 +0000 (01:32 +0100)]
r25886: Try to fix building dso's on hpux with gcc

16 years agor25884: Specify shldflags first, as required by some compilers.
Jelmer Vernooij [Tue, 6 Nov 2007 18:53:33 +0000 (19:53 +0100)]
r25884: Specify shldflags first, as required by some compilers.

16 years agor25883: Fix tdb dependency.
Jelmer Vernooij [Tue, 6 Nov 2007 18:42:56 +0000 (19:42 +0100)]
r25883: Fix tdb dependency.

16 years agor25882: Build shared library of talloc as well.
Jelmer Vernooij [Tue, 6 Nov 2007 18:24:12 +0000 (19:24 +0100)]
r25882: Build shared library of talloc as well.

16 years agor25881: Add ability to build .so of tdb.
Jelmer Vernooij [Tue, 6 Nov 2007 17:58:19 +0000 (18:58 +0100)]
r25881: Add ability to build .so of tdb.

16 years agor25880: Try to get some more flags right.
Jelmer Vernooij [Tue, 6 Nov 2007 17:25:34 +0000 (18:25 +0100)]
r25880: Try to get some more flags right.

16 years agor25879: Don't use shared library for command-line utilities for now - breaks the...
Jelmer Vernooij [Tue, 6 Nov 2007 15:42:11 +0000 (16:42 +0100)]
r25879: Don't use shared library for command-line utilities for now - breaks the testsuite, and there is no portable equivalent of LD_LIBRARY_PATH.

16 years agor25878: Fix syntax error.
Jelmer Vernooij [Tue, 6 Nov 2007 15:27:58 +0000 (16:27 +0100)]
r25878: Fix syntax error.

16 years agor25877: Add libreplace macro for soname flags.
Jelmer Vernooij [Tue, 6 Nov 2007 15:23:18 +0000 (16:23 +0100)]
r25877: Add libreplace macro for soname flags.

16 years agor25876: Attempt to build shard libs everywhere again.
Jelmer Vernooij [Tue, 6 Nov 2007 15:13:02 +0000 (16:13 +0100)]
r25876: Attempt to build shard libs everywhere again.

16 years agor25875: Try to fix the build on some HPUX machines.
Jelmer Vernooij [Tue, 6 Nov 2007 13:51:42 +0000 (14:51 +0100)]
r25875: Try to fix the build on some HPUX machines.

16 years agor25874: force specific versions for LEX and YACC.
Stefan Metzmacher [Tue, 6 Nov 2007 11:39:47 +0000 (12:39 +0100)]
r25874: force specific versions for LEX and YACC.

We often have problems with old yacc and bison versions
and it seem the combination of LAX and YACC also matters.

So we now list all supported version combinations explicit.
flex-2.5.33:bison-2.3 only for now.

metze

16 years agor25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions
Stefan Metzmacher [Tue, 6 Nov 2007 11:34:50 +0000 (12:34 +0100)]
r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions

metze

16 years agor25872: nss_wrapper: revert solaris get*ent_r() functions
Stefan Metzmacher [Tue, 6 Nov 2007 11:15:19 +0000 (12:15 +0100)]
r25872: nss_wrapper: revert solaris get*ent_r() functions

This was the wrong approach, as in future lib/replace
should hide this special solaris stuff.

metze

16 years agor25871: nss_wrapper: set the destination pointer in the get*_r functions
Stefan Metzmacher [Tue, 6 Nov 2007 11:11:35 +0000 (12:11 +0100)]
r25871: nss_wrapper: set the destination pointer in the get*_r functions

metze

16 years agor25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confdefs.h
Stefan Metzmacher [Tue, 6 Nov 2007 09:40:07 +0000 (10:40 +0100)]
r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confdefs.h

metze

16 years agor25869: selftest: strip newline from `whoami` output, hopefully fix provision on...
Stefan Metzmacher [Tue, 6 Nov 2007 08:33:23 +0000 (09:33 +0100)]
r25869: selftest: strip newline from `whoami` output, hopefully fix provision on mac os 10

metze

16 years agor25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r
Stefan Metzmacher [Tue, 6 Nov 2007 08:26:42 +0000 (09:26 +0100)]
r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r

metze

16 years agor25867: libreplace: solaris has different prototypes for getpwent_r and getgrent_r
Stefan Metzmacher [Tue, 6 Nov 2007 08:15:11 +0000 (09:15 +0100)]
r25867: libreplace: solaris has different prototypes for getpwent_r and getgrent_r

metze

16 years agor25866: nss_wrapper: not all systems have get*_r calls
Stefan Metzmacher [Tue, 6 Nov 2007 07:06:50 +0000 (08:06 +0100)]
r25866: nss_wrapper: not all systems have get*_r calls

metze

16 years agor25865: libreplace: check for nss passwd|group get*_r functions
Stefan Metzmacher [Tue, 6 Nov 2007 06:26:12 +0000 (07:26 +0100)]
r25865: libreplace: check for nss passwd|group get*_r functions

metze

16 years agor25864: libreplace: we should only have one location where we check for required...
Stefan Metzmacher [Tue, 6 Nov 2007 06:01:17 +0000 (07:01 +0100)]
r25864: libreplace: we should only have one location where we check for required functions

metze

16 years agor25863: libreplace: we need include <unistd.h> before nss_wrapper.h
Stefan Metzmacher [Tue, 6 Nov 2007 05:54:49 +0000 (06:54 +0100)]
r25863: libreplace: we need include <unistd.h> before nss_wrapper.h

metze

16 years agor25862: Avoid po, causes trouble on BSD systems.
Jelmer Vernooij [Tue, 6 Nov 2007 04:11:16 +0000 (05:11 +0100)]
r25862: Avoid po, causes trouble on BSD systems.

16 years agor25861: Fix export dynamic for HPUX.
Jelmer Vernooij [Tue, 6 Nov 2007 03:59:50 +0000 (04:59 +0100)]
r25861: Fix export dynamic for HPUX.

16 years agor25860: Remove flag that causes problems on some hosts.
Jelmer Vernooij [Tue, 6 Nov 2007 03:26:57 +0000 (04:26 +0100)]
r25860: Remove flag that causes problems on some hosts.

16 years agor25859: Wrap native HPUX functions in dl implementation.
Jelmer Vernooij [Tue, 6 Nov 2007 03:26:52 +0000 (04:26 +0100)]
r25859: Wrap native HPUX functions in dl implementation.

16 years agor25858: Clean up po files.
Jelmer Vernooij [Tue, 6 Nov 2007 03:26:47 +0000 (04:26 +0100)]
r25858: Clean up po files.

16 years agor25857: Indent
Andrew Bartlett [Tue, 6 Nov 2007 02:47:41 +0000 (03:47 +0100)]
r25857: Indent

16 years agor25856: If the search fails, it is not valid to steal 'res'.
Andrew Bartlett [Tue, 6 Nov 2007 02:46:57 +0000 (03:46 +0100)]
r25856: If the search fails, it is not valid to steal 'res'.

Andrew Bartlett

16 years agor25855: Check for HPUX dl functions.
Jelmer Vernooij [Tue, 6 Nov 2007 02:43:50 +0000 (03:43 +0100)]
r25855: Check for HPUX dl functions.

16 years agor25854: Link against -ldl properly.
Jelmer Vernooij [Tue, 6 Nov 2007 02:19:07 +0000 (03:19 +0100)]
r25854: Link against -ldl properly.

16 years agor25853: Specify LIBS to sample_module - fixes build for gcov hosts.
Jelmer Vernooij [Tue, 6 Nov 2007 01:44:06 +0000 (02:44 +0100)]
r25853: Specify LIBS to sample_module - fixes build for gcov hosts.

16 years agor25852: Move SHLIBEXT determination into a test as well.
Jelmer Vernooij [Tue, 6 Nov 2007 01:35:46 +0000 (02:35 +0100)]
r25852: Move SHLIBEXT determination into a test as well.

16 years agor25851: Move system-specific ldflags checks to libreplace so they can be used by...
Jelmer Vernooij [Tue, 6 Nov 2007 01:17:05 +0000 (02:17 +0100)]
r25851: Move system-specific ldflags checks to libreplace so they can be used by ldb.

16 years agor25850: Add macro for picflag.
Jelmer Vernooij [Tue, 6 Nov 2007 01:16:55 +0000 (02:16 +0100)]
r25850: Add macro for picflag.

16 years agor25849: Add test for dfs FlushFtTable.
Günther Deschner [Tue, 6 Nov 2007 00:39:47 +0000 (01:39 +0100)]
r25849: Add test for dfs FlushFtTable.

Guenther

16 years agor25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.
Günther Deschner [Tue, 6 Nov 2007 00:24:07 +0000 (01:24 +0100)]
r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.

Guenther

16 years agor25847: Don't link modules against their subsystem.
Jelmer Vernooij [Tue, 6 Nov 2007 00:05:26 +0000 (01:05 +0100)]
r25847: Don't link modules against their subsystem.

16 years agor25846: Add configure test for -Wl,--export-dynamic.
Jelmer Vernooij [Tue, 6 Nov 2007 00:05:19 +0000 (01:05 +0100)]
r25846: Add configure test for -Wl,--export-dynamic.

16 years agor25845: Reformat the dfs test.
Günther Deschner [Mon, 5 Nov 2007 23:49:54 +0000 (00:49 +0100)]
r25845: Reformat the dfs test.

Guenther

16 years agor25844: Enable soloading by default.
Jelmer Vernooij [Mon, 5 Nov 2007 20:57:44 +0000 (21:57 +0100)]
r25844: Enable soloading by default.

16 years agor25843: Finish check-soloading.
Jelmer Vernooij [Mon, 5 Nov 2007 20:57:39 +0000 (21:57 +0100)]
r25843: Finish check-soloading.

16 years agor25842: Start working on test for loading dso's in ldb.
Jelmer Vernooij [Mon, 5 Nov 2007 20:57:33 +0000 (21:57 +0100)]
r25842: Start working on test for loading dso's in ldb.

16 years agor25841: try to fix make install
Stefan Metzmacher [Mon, 5 Nov 2007 15:16:41 +0000 (16:16 +0100)]
r25841: try to fix make install

metze

16 years agor25840: make test: activate nss_wrapper for make test
Stefan Metzmacher [Mon, 5 Nov 2007 14:49:40 +0000 (15:49 +0100)]
r25840: make test: activate nss_wrapper for make test

metze

16 years agor25839: use nss_wrapper code in samba4 if
Stefan Metzmacher [Mon, 5 Nov 2007 14:47:34 +0000 (15:47 +0100)]
r25839: use nss_wrapper code in samba4 if

--enable-nss-wrapper or --enable-developer is given

metze

16 years agor25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is defined
Stefan Metzmacher [Mon, 5 Nov 2007 14:45:08 +0000 (15:45 +0100)]
r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is defined

metze

16 years agor25837: nss_wrapper: add nss_wrapper.pl
Stefan Metzmacher [Mon, 5 Nov 2007 14:42:38 +0000 (15:42 +0100)]
r25837: nss_wrapper: add nss_wrapper.pl

This script will be used to add|delete passwd|group entries

metze

16 years agor25836: nss_wrapper: add support for groups and return EPERM in initgroups()
Stefan Metzmacher [Mon, 5 Nov 2007 14:41:23 +0000 (15:41 +0100)]
r25836: nss_wrapper: add support for groups and return EPERM in initgroups()

The NSS_WRAPPER_GROUP envvar should point to
the /etc/group style file.

Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both
      need non-empty values to enable NSS Wrapper
      support.

metze

16 years agor25835: nss_wrapper: add support for passwd accounts
Stefan Metzmacher [Mon, 5 Nov 2007 14:39:46 +0000 (15:39 +0100)]
r25835: nss_wrapper: add support for passwd accounts

The NSS_WRAPPER_PASSWD envvar should point to
the /etc/passwd style file.

metze

16 years agor25834: nss_wrapper: add lib/nss_wrapper skeleton
Stefan Metzmacher [Mon, 5 Nov 2007 14:38:36 +0000 (15:38 +0100)]
r25834: nss_wrapper: add lib/nss_wrapper skeleton

metze

16 years agor25833: - we don't need --root twice
Stefan Metzmacher [Mon, 5 Nov 2007 14:12:54 +0000 (15:12 +0100)]
r25833: - we don't need --root twice

- use $unix_name to make more clear what this variable means

metze

16 years agor25831: remove unused include
Stefan Metzmacher [Mon, 5 Nov 2007 10:08:35 +0000 (11:08 +0100)]
r25831: remove unused include

metze

16 years agor25830: fix compiler warning
Stefan Metzmacher [Mon, 5 Nov 2007 09:10:17 +0000 (10:10 +0100)]
r25830: fix compiler warning

metze

16 years agor25829: - use DEBUG() instead of printf
Stefan Metzmacher [Mon, 5 Nov 2007 06:09:41 +0000 (07:09 +0100)]
r25829: - use DEBUG() instead of printf

- return an error if strings doesn't match on validate

metze

16 years agor25828: don't ignore errors
Stefan Metzmacher [Mon, 5 Nov 2007 05:58:57 +0000 (06:58 +0100)]
r25828: don't ignore errors

metze

16 years agor25827: Start of samba3-regconfig test
Volker Lendecke [Mon, 5 Nov 2007 01:33:30 +0000 (02:33 +0100)]
r25827: Start of samba3-regconfig test

16 years agor25826: Prove that adding a user or computer via LDAP doesn't magicly give
Andrew Bartlett [Mon, 5 Nov 2007 01:29:17 +0000 (02:29 +0100)]
r25826: Prove that adding a user or computer via LDAP doesn't magicly give

them any more group memberships.

Andrew Bartlett

16 years agor25825: Don't print the user's password hash at level 0.
Andrew Bartlett [Mon, 5 Nov 2007 01:26:42 +0000 (02:26 +0100)]
r25825: Don't print the user's password hash at level 0.

Andrew Bartlett

16 years agor25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()
Stefan Metzmacher [Sun, 4 Nov 2007 15:16:18 +0000 (16:16 +0100)]
r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()

- make the success case some clear by returning NT_STATUS_OK

metze

16 years agor25823: remove unneeded nesting by using error and out logic
Stefan Metzmacher [Sat, 3 Nov 2007 10:21:04 +0000 (11:21 +0100)]
r25823: remove unneeded nesting by using error and out logic

metze

16 years agor25822: use NDR_CHECK()
Stefan Metzmacher [Sat, 3 Nov 2007 09:45:59 +0000 (10:45 +0100)]
r25822: use NDR_CHECK()

metze