samba.git
16 years agor22629: if irpc gets freed within event_loop_once() we crash...
Stefan Metzmacher [Tue, 1 May 2007 09:55:36 +0000 (09:55 +0000)]
r22629: if irpc gets freed within event_loop_once() we crash...
so deferr the freeing

metze
(This used to be commit 3a30bc0d6137fe2b7440106b35dd0a9175cc8057)

16 years agor22628: convert to new composite api
Stefan Metzmacher [Tue, 1 May 2007 09:06:25 +0000 (09:06 +0000)]
r22628: convert to new composite api
and free the smbcli_request explicit to fix a crash where
the request handler gets called after its private data is already
freed

metze
(This used to be commit 55306c618807f2661090d2189e269cb3e142ee06)

16 years agor22627: fix crash msgs_tmp isn't always initialized
Stefan Metzmacher [Tue, 1 May 2007 08:43:52 +0000 (08:43 +0000)]
r22627: fix crash msgs_tmp isn't always initialized
and we don't need an extra allocated string anyway

metze
(This used to be commit 44c27b2fe6f130332d9f7c6bdd901eb025aa3eff)

16 years agor22626: test member server with local and domain credentials
Stefan Metzmacher [Tue, 1 May 2007 04:12:54 +0000 (04:12 +0000)]
r22626: test member server with local and domain credentials

metze
(This used to be commit 79c1133467cca54bc6b647ca74744e0be7bb9f81)

16 years agor22625: hopefully fix make test on solaris
Stefan Metzmacher [Tue, 1 May 2007 03:30:04 +0000 (03:30 +0000)]
r22625: hopefully fix make test on solaris

metze
(This used to be commit 32c805919faaeeaa0bfd0ede775c7f077bc89cd0)

16 years agor22624: - configure other auth methods for the member server
Stefan Metzmacher [Tue, 1 May 2007 03:28:12 +0000 (03:28 +0000)]
r22624: - configure other auth methods for the member server
- use the netbiosname as domain and realm for the provision
  of the member server

metze
(This used to be commit fdb08a5b9cd00f8ad5bfd753733a9b390a870853)

16 years agor22623: export SMB_CONF_PATH from selftest.pl
Stefan Metzmacher [Tue, 1 May 2007 03:26:01 +0000 (03:26 +0000)]
r22623: export SMB_CONF_PATH from selftest.pl

metze
(This used to be commit 6fb6666e42b78bce57feaccb9a74231074f0abce)

16 years agor22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar
Stefan Metzmacher [Tue, 1 May 2007 03:25:17 +0000 (03:25 +0000)]
r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar

very usefull for make testenv!

this makes it also possible to pass a config file to smbscript

metze
(This used to be commit f65fcd764b656ba9953d88dc7b002e4977af5011)

16 years agor22621: fix the 'sam' auth module
Stefan Metzmacher [Tue, 1 May 2007 03:22:17 +0000 (03:22 +0000)]
r22621: fix the 'sam' auth module

metze
(This used to be commit 255acbb1132891e0316a38f1d4721863bb7a7226)

16 years agor22620: fix compiler warnings
Stefan Metzmacher [Tue, 1 May 2007 02:08:11 +0000 (02:08 +0000)]
r22620: fix compiler warnings

metze
(This used to be commit b7adc88e743308742545f3ee6710f8c0bfa197d8)

16 years agor22619: fix pidl warnings
Stefan Metzmacher [Tue, 1 May 2007 02:01:45 +0000 (02:01 +0000)]
r22619: fix pidl warnings

metze
(This used to be commit 4105e3db317b124bb9c708d508895756c9c0c5a3)

16 years agor22618: handle the properties related to the type
Stefan Metzmacher [Tue, 1 May 2007 02:00:57 +0000 (02:00 +0000)]
r22618: handle the properties related to the type
and not to 'declare' to avoid a pidl warning with:

declare [switch_type(uint16)] union netr_Validation;

void foo([in] uint16 level, [in,switch_is(level)] netrValidation info);

metze
(This used to be commit 3b3344f1df000974ad89bf370e99fd6b6dc42000)

16 years agor22617: assume we have defered elements if the type is just provides via
Stefan Metzmacher [Tue, 1 May 2007 01:57:17 +0000 (01:57 +0000)]
r22617: assume we have defered elements if the type is just provides via
'declare' this should fix the problem with the winbind IRPC calls

metze
(This used to be commit 5abbb4673a49a9dee4002cc6f2ee8180b85cb5e5)

16 years agor22616: allow the unclist file to not specify a share name, and instead
Andrew Tridgell [Mon, 30 Apr 2007 22:38:27 +0000 (22:38 +0000)]
r22616: allow the unclist file to not specify a share name, and instead
inherit the share name from the command line if it is not
specified. This allows you to just specify the servers in the unclist,
and connect to the same share on all servers.
(This used to be commit 946f5d09ae204348026170173cf2bfd30d49e4f2)

16 years agor22612: Fix more cases where we have uninitialised values in the
Andrew Bartlett [Mon, 30 Apr 2007 16:52:30 +0000 (16:52 +0000)]
r22612: Fix more cases where we have uninitialised values in the
composite_context, because we don't use the creation function.

Andrew Bartlett
(This used to be commit e37064e356c17d0c87bb7fa7adf0c0d04d8daba2)

16 years agor22610: fix build with included popt
Stefan Metzmacher [Mon, 30 Apr 2007 14:32:50 +0000 (14:32 +0000)]
r22610: fix build with included popt

metze
(This used to be commit aece281c3b99252d55a4b7ced6548101a45361a8)

16 years agor22609: skip BASE-UTABLE (400s) and BASE-SMB (837s)
Stefan Metzmacher [Mon, 30 Apr 2007 13:24:00 +0000 (13:24 +0000)]
r22609: skip BASE-UTABLE (400s) and BASE-SMB (837s)

maybe we should have a "make completetest"
that includes all benchmark and scanner tests,
which we can run before doing a release...

metze
(This used to be commit 924102aa1d413c002676824cf7019db0efe6f55a)

16 years agor22608: use a shorter share name as testparm complained about
Stefan Metzmacher [Mon, 30 Apr 2007 13:17:19 +0000 (13:17 +0000)]
r22608: use a shorter share name as testparm complained about
a share name longer than 12 chars

metze
(This used to be commit f8c1b561e997e1d6878dde80b0eef732111cbd6d)

16 years agor22607: work with the solaris version of popt
Stefan Metzmacher [Mon, 30 Apr 2007 13:13:49 +0000 (13:13 +0000)]
r22607: work with the solaris version of popt

metze
(This used to be commit c992e882b53525fea995c68be668ba939671139c)

16 years agor22606: don't every try to prompt within make test...
Stefan Metzmacher [Mon, 30 Apr 2007 13:03:03 +0000 (13:03 +0000)]
r22606: don't every try to prompt within make test...

metze
(This used to be commit eb0f257cd16e0191f5430a233f268bd01e46b2e1)

16 years agor22605: Set up all required environments before starting tests.
Jelmer Vernooij [Mon, 30 Apr 2007 12:48:42 +0000 (12:48 +0000)]
r22605: Set up all required environments before starting tests.
(This used to be commit adf835a32440b4a531ce27a78920df945eca1ba8)

16 years agor22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
Jelmer Vernooij [Mon, 30 Apr 2007 11:27:41 +0000 (11:27 +0000)]
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
(This used to be commit 5ff665b6531fdb4c7e56c49b7f923546d93b384c)

16 years agor22601: run net join with the correct socket_wrapper and krb5 configuration
Stefan Metzmacher [Mon, 30 Apr 2007 11:16:50 +0000 (11:16 +0000)]
r22601: run net join with the correct socket_wrapper and krb5 configuration

metze
(This used to be commit 3064d881e3dd029816d7111d579ad06766393184)

16 years agor22600: Update bzr ignores, put right version in .pc files, prepare for support of...
Jelmer Vernooij [Mon, 30 Apr 2007 10:49:42 +0000 (10:49 +0000)]
r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
(This used to be commit 9b991ce9ca28b3d88c778305ec5f681506162637)

16 years agor22599: Document member server.
Jelmer Vernooij [Mon, 30 Apr 2007 10:23:20 +0000 (10:23 +0000)]
r22599: Document member server.
(This used to be commit 4ef937a08dcf9dde3cd308cadfba467c9297abe2)

16 years agor22598: Simplify includes for replace.
Jelmer Vernooij [Mon, 30 Apr 2007 09:38:25 +0000 (09:38 +0000)]
r22598: Simplify includes for replace.
(This used to be commit e72cec408e832e0f6ce05c38febdd56de501dbf7)

16 years agor22597: try to pass on some more boxes in the build-farm without timeout
Stefan Metzmacher [Mon, 30 Apr 2007 09:35:32 +0000 (09:35 +0000)]
r22597: try to pass on some more boxes in the build-farm without timeout

metze
(This used to be commit f7a3d78fef8755cba3b23c5fd4b68b44d6fa3ebd)

16 years agor22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile.
Jelmer Vernooij [Mon, 30 Apr 2007 08:53:56 +0000 (08:53 +0000)]
r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile.
This should make it easier to allow use of system tdb or talloc libs using
pkg-config.
(This used to be commit a3ec90a2635d47e5c073e873c15daab4a8ef5400)

16 years agor22595: Add version numbers.
Jelmer Vernooij [Mon, 30 Apr 2007 08:08:36 +0000 (08:08 +0000)]
r22595: Add version numbers.
(This used to be commit 54cc097e0f8ca880c6c370e712ce427cefb16f08)

16 years agor22594: This helped coax out valgrind errors last night, but we don't need it any...
Andrew Bartlett [Mon, 30 Apr 2007 06:55:23 +0000 (06:55 +0000)]
r22594: This helped coax out valgrind errors last night, but we don't need it any more.

Andrew Bartlett
(This used to be commit 367231ea2103b6442ecf8333cb7150dfd98c79f4)

16 years agor22582: Cleanups towards making winbind work again. We still have a long way to...
Andrew Bartlett [Sun, 29 Apr 2007 21:40:48 +0000 (21:40 +0000)]
r22582: Cleanups towards making winbind work again.  We still have a long way to go, as this has bitrotted over the past months.

This change in particular catches winbind up with the next
composite_create() function.

We also needed to remove an unused flags field, and fill in the lm
response.

Andrew Bartlett
(This used to be commit bd26e4ffaf1c060fdc3aae28fd4393e83c5a83ea)

16 years agor22581: disable BASE-UTABLE and BASE-SMB on the ntvfs/cifs share
Stefan Metzmacher [Sun, 29 Apr 2007 21:40:17 +0000 (21:40 +0000)]
r22581: disable BASE-UTABLE and BASE-SMB on the ntvfs/cifs share
we should maybe disable them complete they're protocol scanners!
and take more than 400s each

metze
(This used to be commit 592d2c0017eefe6d08f7685122cfb99aa03d6df4)

16 years agor22580: remove not yet needed line...
Stefan Metzmacher [Sun, 29 Apr 2007 21:38:32 +0000 (21:38 +0000)]
r22580: remove not yet needed line...

metze
(This used to be commit 57939600ee954c7510d8219200d3c759fbb69372)

16 years agor22579: disable progress printing in the build-farm
Stefan Metzmacher [Sun, 29 Apr 2007 21:37:29 +0000 (21:37 +0000)]
r22579: disable progress printing in the build-farm

metze
(This used to be commit 93089ad5e8b6e20c4fa92bf13b0137765aeac689)

16 years agor22575: move script/tests/ -> selftest/
Stefan Metzmacher [Sun, 29 Apr 2007 20:37:59 +0000 (20:37 +0000)]
r22575: move script/tests/ -> selftest/

as discussed with jelmer and abartlet

metze
(This used to be commit e9fe3c40e10accb63d7a2124d3a7e77e499c4209)

16 years agor22572: Don't manually set objectGUID values
Andrew Bartlett [Sun, 29 Apr 2007 15:24:49 +0000 (15:24 +0000)]
r22572: Don't manually set objectGUID values
(This used to be commit b5afec8b828e1aba231501b68aa4196b94a87c32)

16 years agor22571: - don't use "localhost" anymore in our tests
Stefan Metzmacher [Sun, 29 Apr 2007 13:54:51 +0000 (13:54 +0000)]
r22571: - don't use "localhost" anymore in our tests
- use different passwords for dc and member

metze
(This used to be commit 9e882cbde232e5945c77eb162645328146023bee)

16 years agor22570: run the NBT tests against DC and MEMBER
Stefan Metzmacher [Sun, 29 Apr 2007 13:31:13 +0000 (13:31 +0000)]
r22570: run the NBT tests against DC and MEMBER

metze
(This used to be commit 307cee21e4fd56150bdee9f1bbc2a1f2c2440afc)

16 years agor22569: use the $SERVER_IP for the LDAP-* tests because I'll later change
Stefan Metzmacher [Sun, 29 Apr 2007 13:07:36 +0000 (13:07 +0000)]
r22569: use the $SERVER_IP for the LDAP-* tests because I'll later change
$SERVER from localhost to localdc.

we should find out why this is needed and add explicit name resolution
in related code...

metze
(This used to be commit 8336e85aad03deb6fffe89c0a770fb05c2319c8e)

16 years agor22568: use the $SERVER_IP for the NET-* tests because I'll later change
Stefan Metzmacher [Sun, 29 Apr 2007 13:05:53 +0000 (13:05 +0000)]
r22568: use the $SERVER_IP for the NET-* tests because I'll later change
$SERVER from localhost to localdc

mimir: please take a look why that's needed at all, as it shouldn't:-)

metze
(This used to be commit b06a9a00cf8414b13c16550a8156dba65c5dd7ea)

16 years agor22567: add NET-API-DOMLIST test to automatic testing.
Rafal Szczesniak [Sun, 29 Apr 2007 12:33:04 +0000 (12:33 +0000)]
r22567: add NET-API-DOMLIST test to automatic testing.

rafal
(This used to be commit 69a6f655aac57db1cfb15c61900a411c07da3d7a)

16 years agor22566: add a simple test of libnet_DomainList function.
Rafal Szczesniak [Sun, 29 Apr 2007 12:32:17 +0000 (12:32 +0000)]
r22566: add a simple test of libnet_DomainList function.

rafal
(This used to be commit a1ca08b05b804021aa829c737aeb66b4e283940c)

16 years agor22565: add libnet_DomainList function.
Rafal Szczesniak [Sun, 29 Apr 2007 12:31:09 +0000 (12:31 +0000)]
r22565: add libnet_DomainList function.

rafal
(This used to be commit b17da3b7da40de6a1fbe45a56b614b352f007508)

16 years agor22563: As tridge requested remove the _strict calls - for Samba3 I'm moving
Jeremy Allison [Sat, 28 Apr 2007 23:23:24 +0000 (23:23 +0000)]
r22563: As tridge requested remove the _strict calls - for Samba3 I'm moving
to a separate file.
Jeremy.
(This used to be commit 80706cf98d31593a899652acb2cdedaa8bf3dfab)

16 years agor22559: Make the ad2OLschema tool case insensitive.
Andrew Bartlett [Sat, 28 Apr 2007 16:39:24 +0000 (16:39 +0000)]
r22559: Make the ad2OLschema tool case insensitive.

Andrew Bartlett
(This used to be commit ddcca38c65c12a4e6a49151296ab36a458c53cb6)

16 years agor22558: Move to a static list of enctypes to put into our keytab. In future,
Andrew Bartlett [Sat, 28 Apr 2007 16:38:06 +0000 (16:38 +0000)]
r22558: Move to a static list of enctypes to put into our keytab.  In future,
I'll allow this to be configured from the secrets.ldb, but it should
fix some user issues.

Andrew Bartlett
(This used to be commit 0fd74ada220fb07d4ebe8c2d9b8ae50a387c2695)

16 years agor22557: Simo has long bugged me that the paths in the sam.ldb partitions were
Andrew Bartlett [Sat, 28 Apr 2007 15:18:25 +0000 (15:18 +0000)]
r22557: Simo has long bugged me that the paths in the sam.ldb partitions were
not relative to the location of the sam.ldb, but instead
lp_private_dir().

This fixes that issue.

Andrew Bartlett
(This used to be commit c0fd6f63399d55a1938e31ae7b10689cc02ff2fa)

16 years agor22556: Make the slapd command valid.
Andrew Bartlett [Sat, 28 Apr 2007 15:17:03 +0000 (15:17 +0000)]
r22556: Make the slapd command valid.

Andrew Bartlett
(This used to be commit dfb2fd2b2a45f5f96627c4beef6aa9174978688e)

16 years agor22552: this doesn't need a dc
Stefan Metzmacher [Sat, 28 Apr 2007 09:34:32 +0000 (09:34 +0000)]
r22552: this doesn't need a dc

metze
(This used to be commit 56a86c7cc7263f1415c2d75bb9ab921de66842bc)

16 years agor22551: use fixed passwords, to make it possible to reproduce stuff
Stefan Metzmacher [Sat, 28 Apr 2007 09:01:52 +0000 (09:01 +0000)]
r22551: use fixed passwords, to make it possible to reproduce stuff
and look into krb5 blobs when using wireshark on
--socket-wrapper-pcap created files

metze
(This used to be commit eaf4b9c0ee88ef32e984e10e76d57ea5daa0e7e7)

16 years agor22550: nmblookup -U needs an ip address otherwise we depend on gethostbyname()
Stefan Metzmacher [Sat, 28 Apr 2007 08:58:40 +0000 (08:58 +0000)]
r22550: nmblookup -U needs an ip address otherwise we depend on gethostbyname()

metze
(This used to be commit 5533fc50636fcbba643f25c02bf6f4cae431de47)

16 years agor22549: export some more info ipaddress and in member env also the
Stefan Metzmacher [Sat, 28 Apr 2007 08:57:06 +0000 (08:57 +0000)]
r22549: export some more info ipaddress and in member env also the
details of the dc

metze
(This used to be commit 0c8c1c55f4047e98848028927b7870d5972e7513)

16 years agor22548: - maintain a global array of exported envvars
Stefan Metzmacher [Sat, 28 Apr 2007 08:48:11 +0000 (08:48 +0000)]
r22548: - maintain a global array of exported envvars
- make it possible to specify the envname for make testenv:
  SELFTEST_TESTENV=member make testenv

metze
(This used to be commit b6b57dd9c9aa066127f26c49f2af6c055be0422e)

16 years agor22547: fix some pathes and make sure we work with relative and abslute prefix pathes
Stefan Metzmacher [Sat, 28 Apr 2007 08:43:51 +0000 (08:43 +0000)]
r22547: fix some pathes and make sure we work with relative and abslute prefix pathes

metze
(This used to be commit dc3df1ca433036683f5432635d6e3251ad5f971e)

16 years agor22546: use the same error codes in both share backends
Stefan Metzmacher [Sat, 28 Apr 2007 08:37:36 +0000 (08:37 +0000)]
r22546: use the same error codes in both share backends

metze
(This used to be commit e0fae01e4cf93393b57514ffc08c126abf034e11)

16 years agor22545: fix formating and a compiler warning
Stefan Metzmacher [Sat, 28 Apr 2007 08:00:51 +0000 (08:00 +0000)]
r22545: fix formating and a compiler warning

metze
(This used to be commit 5e627cc7c097e2a5316f3140dc6551659e1ec7a9)

16 years agor22544: use the same syntax as in all other files
Stefan Metzmacher [Sat, 28 Apr 2007 07:31:19 +0000 (07:31 +0000)]
r22544: use the same syntax as in all other files
maybe that fixes make test on all sun hosts...

metze
(This used to be commit 2597152126251da78b605f1d20c8b00e0e51396b)

16 years agor22541: Added talloc_size_strict macro.
Jeremy Allison [Fri, 27 Apr 2007 22:04:27 +0000 (22:04 +0000)]
r22541: Added talloc_size_strict macro.
Jeremy.
(This used to be commit 219e1cae7792a5da886212f335ed11a35f28b3eb)

16 years agor22540: Added _strict varients of the macro calls - added
Jeremy Allison [Fri, 27 Apr 2007 21:58:10 +0000 (21:58 +0000)]
r22540: Added _strict varients of the macro calls - added
prototypes.
Jeremy.
(This used to be commit ba1a66cc6febed8b9c809c59562414675df5f74e)

16 years agor22539: Added _strict varients of the talloc calls to
Jeremy Allison [Fri, 27 Apr 2007 21:09:16 +0000 (21:09 +0000)]
r22539: Added _strict varients of the talloc calls to
return NULL on size == 0 varients.
Jeremy.
(This used to be commit 1ef269067ca501e2a4ded4ca8654c6a6cc26f385)

16 years agor22538: same day late at night in au...:-)
Stefan Metzmacher [Fri, 27 Apr 2007 17:35:15 +0000 (17:35 +0000)]
r22538: same day late at night in au...:-)

fix the strcasecmp_m() returns 0 for a match

also use the correct array element to fill priv->dcinfo

the fixes the problems where ldb changes the order of the search results
when changing the main dc netbios name from "localhost" to "localtest"

metze
(This used to be commit 25fffe385ea039ae19f25730cba6c7ea8684860b)

16 years agor22536: resolve name before passing to cldap
Stefan Metzmacher [Fri, 27 Apr 2007 14:31:26 +0000 (14:31 +0000)]
r22536: resolve name before passing to cldap

metze
(This used to be commit 2d282584065e668befea120b2baa2988cfe8998d)

16 years agor22535: pass down $(TESTS) to all test variants
Stefan Metzmacher [Fri, 27 Apr 2007 14:23:08 +0000 (14:23 +0000)]
r22535: pass down $(TESTS) to all test variants

metze
(This used to be commit c27519d35159499d653281341c63bf57e77562de)

16 years agor22534: don't remove socket and fd_event before we told the
Stefan Metzmacher [Fri, 27 Apr 2007 14:17:28 +0000 (14:17 +0000)]
r22534: don't remove socket and fd_event before we told the
packet layer.

also fix double free (left over from cut-n-paste)

metze
(This used to be commit a26db7e694def6206345222a240d160fac17dd7d)

16 years agor22531: Fix up OpenLDAP schema map to almost pass 'make test'.
Andrew Bartlett [Fri, 27 Apr 2007 11:13:37 +0000 (11:13 +0000)]
r22531: Fix up OpenLDAP schema map to almost pass 'make test'.

Andrew Bartlett
(This used to be commit ef9320ae5b0b01bd39b60c22ff4e3698ac0ae9a7)

16 years agor22530: use message() to make --quiet work
Stefan Metzmacher [Fri, 27 Apr 2007 10:06:34 +0000 (10:06 +0000)]
r22530: use message() to make --quiet work

metze
(This used to be commit 7c381b2d4f92622ac7efdcc6b8e405d418e2d4bb)

16 years agor22528: remember that the connection was marked dead and don't
Stefan Metzmacher [Fri, 27 Apr 2007 05:45:53 +0000 (05:45 +0000)]
r22528: remember that the connection was marked dead and don't
allow sending packet over the broken connection,
as we would segfault...

metze
(This used to be commit 738b2c74117bdbef3b314c37f01f2f73b7a80685)

16 years agor22523: Give a hint why this test fails (helped debugging backend issues).
Andrew Bartlett [Thu, 26 Apr 2007 09:32:26 +0000 (09:32 +0000)]
r22523: Give a hint why this test fails (helped debugging backend issues).

Andrew Bartlett
(This used to be commit f86d3b47850a9f3f773226807bbafd1830182c59)

16 years agor22522: Print why we can't find these entries.
Andrew Bartlett [Wed, 25 Apr 2007 16:36:46 +0000 (16:36 +0000)]
r22522: Print why we can't find these entries.

Andrew Bartlett
(This used to be commit 465f1811683d22f4a3e3f5e693b3b29c59053cb4)

16 years agor22521: Don't fail the module load just because we don't have a schema yet.
Andrew Bartlett [Wed, 25 Apr 2007 16:36:15 +0000 (16:36 +0000)]
r22521: Don't fail the module load just because we don't have a schema yet.

This code to be replaced by metze's schema loader soon...

Andrew Bartlett
(This used to be commit a354ec282232c00d149304d90f9b8ef01c9a2e5f)

16 years agor22520: Fix the TYPE command.
Jelmer Vernooij [Wed, 25 Apr 2007 16:10:54 +0000 (16:10 +0000)]
r22520: Fix the TYPE command.
(This used to be commit b81b0d3308bf51c2e22d54024b3d6f1a59c6b283)

16 years agor22519: convert libnet_DomainOpenSamr function from state-handling routine
Rafal Szczesniak [Wed, 25 Apr 2007 15:24:01 +0000 (15:24 +0000)]
r22519: convert libnet_DomainOpenSamr function from state-handling routine
to composite_continue.

rafal
(This used to be commit 4a2839d95d18fe05152abbd88676c4fef4d59ace)

16 years agor22518: Create pkgconfig dir.
Jelmer Vernooij [Wed, 25 Apr 2007 14:18:22 +0000 (14:18 +0000)]
r22518: Create pkgconfig dir.
(This used to be commit 17e9c56a75264e77a9cab130890ad97618442301)

16 years agor22517: Use DESTDIR
Jelmer Vernooij [Wed, 25 Apr 2007 13:31:38 +0000 (13:31 +0000)]
r22517: Use DESTDIR
(This used to be commit 4614da125fe3ce87ab59bc583aa95fa73beebaab)

16 years agor22516: Use DESTDIR
Jelmer Vernooij [Wed, 25 Apr 2007 12:58:49 +0000 (12:58 +0000)]
r22516: Use DESTDIR
(This used to be commit d0f8d46813ea0b633cb40c9a77b90f34307cb2ab)

16 years agor22515: only steal pipe on success
Stefan Metzmacher [Wed, 25 Apr 2007 12:36:12 +0000 (12:36 +0000)]
r22515: only steal pipe on success

metze
(This used to be commit acfaba06f51184df5f1e99f0acd6fd0bd5f34afc)

16 years agor22514: Add version numbers to tdb and talloc (required so they can be packaged indep...
Jelmer Vernooij [Wed, 25 Apr 2007 12:30:25 +0000 (12:30 +0000)]
r22514: Add version numbers to tdb and talloc (required so they can be packaged independent of Samba for Debian).
(This used to be commit 846cfcf44df07457d228c9a5afab743e071ab7aa)

16 years agor22508: at option for the startup delay
Stefan Metzmacher [Wed, 25 Apr 2007 02:43:23 +0000 (02:43 +0000)]
r22508: at option for the startup delay

metze
(This used to be commit 09da9f6490bf57d231a2ace4697adc8c6cd5f912)

16 years agor22503: Add support for dgram to socket_ipv6. No tests yet...
Jelmer Vernooij [Tue, 24 Apr 2007 13:55:04 +0000 (13:55 +0000)]
r22503: Add support for dgram to socket_ipv6. No tests yet...
(This used to be commit 2f64b758460a3bde6c7b4a240998fb76bd6e0827)

16 years agor22501: dispatching events explicitly is not necessary.
Rafal Szczesniak [Tue, 24 Apr 2007 09:35:55 +0000 (09:35 +0000)]
r22501: dispatching events explicitly is not necessary.

rafal
(This used to be commit 01b1b2b36b05b49a34becbbd20bb4abdc0e86d1e)

16 years agor22500: there's a better way to find out if there are any children
Rafal Szczesniak [Tue, 24 Apr 2007 09:10:43 +0000 (09:10 +0000)]
r22500: there's a better way to find out if there are any children

rafal
(This used to be commit ebc67bc0ae71662e9adef23838a8c7b632bf4ea2)

16 years agor22499: UsrCtx should be created within UsersView. Tree widget just
Rafal Szczesniak [Tue, 24 Apr 2007 08:36:41 +0000 (08:36 +0000)]
r22499: UsrCtx should be created within UsersView. Tree widget just
opens it and passes the domain name(s) to operate on (selectable
via combo box).

rafal
(This used to be commit c438284adf17faff2cd76d14c9de252e995166bd)

16 years agor22498: The initial LDIF import into Fedora DS didn't work, so just push this
Andrew Bartlett [Tue, 24 Apr 2007 07:57:44 +0000 (07:57 +0000)]
r22498: The initial LDIF import into Fedora DS didn't work, so just push this
onto the end of dse.ldif.

This make Fedora DS work with multiple naming contexts.

Andrew Bartlett
(This used to be commit 43deee4f938444349ad2d398670537f4537a6072)

16 years agor22497: Support renaming objectclasses and attributes for the LDAP backend.
Andrew Bartlett [Tue, 24 Apr 2007 05:57:56 +0000 (05:57 +0000)]
r22497: Support renaming objectclasses and attributes for the LDAP backend.

OpenLDAP is fussy about operational attributes in user-supplied
schema.

Andrew Bartlett
(This used to be commit d7cd4b768a7f56ced8ed94b9a63d01865ba7d10a)

16 years agor22494: Skip subSchema again, but we will need to remap this objectClass.
Andrew Bartlett [Mon, 23 Apr 2007 21:56:23 +0000 (21:56 +0000)]
r22494: Skip subSchema again, but we will need to remap this objectClass.

Make the Fedora DS backend test again.

Andrew Bartlett
(This used to be commit 65327a0e4d61e2c9813720f04fe24ffc5c49278b)

16 years agor22488: Hopefully fix ipv6.
Jelmer Vernooij [Mon, 23 Apr 2007 15:32:47 +0000 (15:32 +0000)]
r22488: Hopefully fix ipv6.
(This used to be commit 7a0da66e39fde8c06ab8af94a14113141076c969)

16 years agor22487: Add a separate widget class for listing users and reposition
Rafal Szczesniak [Mon, 23 Apr 2007 13:37:33 +0000 (13:37 +0000)]
r22487: Add a separate widget class for listing users and reposition
things on NetManager's screen. Qooxdoo layout positioning can
be tricky sometimes...

rafal
(This used to be commit 3face29cc2a69b456b78f2384e1b306417b6817d)

16 years agor22486: add a flag to ignore timeouts of a request and don't close
Stefan Metzmacher [Mon, 23 Apr 2007 12:31:12 +0000 (12:31 +0000)]
r22486: add a flag to ignore timeouts of a request and don't close
the connection on timeout

metze
(This used to be commit 6b23ab1fd265e2a92456701fb02bd1838c098874)

16 years agor22485: don't crash when the main dcerpc code haven't setup
Stefan Metzmacher [Mon, 23 Apr 2007 10:39:20 +0000 (10:39 +0000)]
r22485: don't crash when the main dcerpc code haven't setup
transport.recv_data yet

also return always a usefull error

metze
(This used to be commit 0a8b4c328dfac972186564d2a4e1757d5135ec47)

16 years agor22478: Update the LDAP backend code to handle initialisation of multiple
Andrew Bartlett [Mon, 23 Apr 2007 07:33:15 +0000 (07:33 +0000)]
r22478: Update the LDAP backend code to handle initialisation of multiple
partitions onto the target LDAP server.

Make the LDAP provision run before smbd starts, then stop the LDAP
server.  This ensures this occurs synchronously, We then restart it
for the 'real run' (with slapd's stdin being the FIFO).

This required fixing a few things in the provision scripts, with more
containers being created via a add/modify pair.

Andrew Bartlett
(This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)

16 years agor22477: When an invaild base is specified to ldb_search, it should return
Andrew Bartlett [Mon, 23 Apr 2007 07:26:08 +0000 (07:26 +0000)]
r22477: When an invaild base is specified to ldb_search, it should return
LDB_ERR_NO_SUCH_OBJECT.  Handle this (found against LDAP, ldb_tdb is
being updated).

Andrew Bartlett
(This used to be commit 93e2ff2e85c57a192aadac96ce09a678d464e8ad)

16 years agor22476: The OID match is used very oddly in AD, as it is often used for fields
Andrew Bartlett [Mon, 23 Apr 2007 07:25:09 +0000 (07:25 +0000)]
r22476: The OID match is used very oddly in AD, as it is often used for fields
that contain attribute names and objectClasses.  Make it a case
insensitive string for now.

Andrew Bartlett
(This used to be commit 9908a05ef70c748c699b5a18178e7948f7814d7a)

16 years agor22475: Rather than segfault, show the name of the malformed entry.
Andrew Bartlett [Mon, 23 Apr 2007 07:23:45 +0000 (07:23 +0000)]
r22475: Rather than segfault, show the name of the malformed entry.

Andrew Bartlett
(This used to be commit e1536014a05645fd2300de5152e966aa1e067436)

16 years agor22474: If ldb does not return sucess, then the res variable may not be valid.
Andrew Bartlett [Mon, 23 Apr 2007 07:22:16 +0000 (07:22 +0000)]
r22474: If ldb does not return sucess, then the res variable may not be valid.
It *should* just be NULL from the initialisation above, but I've had
this not be the case...

Andrew Bartlett
(This used to be commit a2848dbf1fa9eafdef93bd914b12ff2f9f223a70)

16 years agor22472: Commit the start of the DRSUAPI pull replication service.
Stefan Metzmacher [Mon, 23 Apr 2007 00:43:47 +0000 (00:43 +0000)]
r22472: Commit the start of the DRSUAPI pull replication service.

It doesn't work completely yet because we aren't able to
resolve DNS SRV records. And also we also need a kdc locator
plugin...

But with some hacks the pull replication works fine

metze
(This used to be commit 0dc78f7439c9c786fd8c592960f9669dea40b811)

16 years agor22471: Convert more code to use proper LDB error codes.
Simo Sorce [Mon, 23 Apr 2007 00:36:49 +0000 (00:36 +0000)]
r22471: Convert more code to use proper LDB error codes.
This is a 1 to 1 convertion, next step is to make this
code report an error if the basedn is not used, hopefully
avoiding an  explicit search on the base object in the most
common cases.
(This used to be commit 50534c84b4577b2d32565a74a4716088f706bfea)

16 years agor22470: merge handling of broken connections from wins replication client code
Stefan Metzmacher [Sun, 22 Apr 2007 23:00:22 +0000 (23:00 +0000)]
r22470: merge handling of broken connections from wins replication client code
to the rpc client code

we need to always ask for read events on the socket otherwise we never
get the connection error reported.

shutdown the transport when a request timeout.

metze
(This used to be commit 3403c0cb15e08ec838b0bc834f941051fb94d124)

16 years agor22462: Fix test suite for ndr parser without using 'our'
Jelmer Vernooij [Sun, 22 Apr 2007 15:59:34 +0000 (15:59 +0000)]
r22462: Fix test suite for ndr parser without using 'our'
(This used to be commit d491e60c70de8d78c333b317a143919c1a68c6d9)

16 years agor22457: Fix tests for Samba3 client generator.
Jelmer Vernooij [Sun, 22 Apr 2007 14:19:22 +0000 (14:19 +0000)]
r22457: Fix tests for Samba3 client generator.
(This used to be commit cf5162ad100c1a8201d3309549c8ff0d3bd5a732)

16 years agor22456: Merge wireshark and ejs test improvements.
Jelmer Vernooij [Sun, 22 Apr 2007 13:57:07 +0000 (13:57 +0000)]
r22456: Merge wireshark and ejs test improvements.
(This used to be commit 0375978403dde8ef5052dcca544f118e5387e887)