[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-508-g53b5730

2008-09-12 Thread Simo Sorce
- commit 53b57300c799a079b4d64815243fe6120e0a9fa2 Author: Simo Sorce [EMAIL PROTECTED] Date: Fri Sep 12 13:57:50 2008 -0400 Remove ancient remains of first experimentations about supporting a schema --- Summary of changes

[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4143-g20b9c0a

2008-09-11 Thread Simo Sorce
- commit 20b9c0aa7b4e6d6be5bb6e4e96bd8a1cbb6edd37 Author: Simo Sorce [EMAIL PROTECTED] Date: Thu Sep 11 09:51:39 2008 -0400 Fix for bug 5571 Make sure that usernames are parsed using the correct separator. Otherwise group memeberships in winbind may be result broken

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3991-g346f08d

2008-09-11 Thread Simo Sorce
- commit 346f08dba401aed08b83cbcf57cc9dd92421cc13 Author: Simo Sorce [EMAIL PROTECTED] Date: Thu Sep 11 09:51:39 2008 -0400 Fix for bug 5571 Make sure that usernames are parsed using the correct separator. Otherwise group memeberships in winbind may be result broken

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3016-ga2c3131

2008-09-11 Thread Simo Sorce
- commit a2c313182135fc4f7596a595c5143b7bb71a0bdf Author: Simo Sorce [EMAIL PROTECTED] Date: Thu Sep 11 09:51:39 2008 -0400 Fix for bug 5571 Make sure that usernames are parsed using the correct separator. Otherwise group memeberships in winbind may be result broken

Re: [Samba] Samba 3.0.28a onwards allow trusted domains has no effect?

2008-09-10 Thread simo
On Wed, 2008-09-10 at 11:50 +0100, Hari Sekhon wrote: simo wrote: On Tue, 2008-09-09 at 15:52 +0100, Hari Sekhon wrote: Hi, I've noticed a discrepancy between Samba Version 3.0.28a and Version 3.0.24 in relation to Winbind rid idmap and trusted domains behaviour. I have

Re: [Samba] Samba 3.0.28a onwards allow trusted domains has no effect?

2008-09-10 Thread simo
On Wed, 2008-09-10 at 16:35 +0200, Volker Lendecke wrote: On Wed, Sep 10, 2008 at 12:44:43PM +, simo wrote: and optionally (to avoid a 1000 ids hole at the start of each range): idmap config PRIMARYDOMAIN:base_rid = 1000 idmap config OTHERDOMAIN:base_rid = 1000 I'd stronly recomment

Re: [Samba] Samba 3.0.28a onwards allow trusted domains has no effect?

2008-09-10 Thread simo
On Wed, 2008-09-10 at 16:35 +0200, Volker Lendecke wrote: On Wed, Sep 10, 2008 at 12:44:43PM +, simo wrote: and optionally (to avoid a 1000 ids hole at the start of each range): idmap config PRIMARYDOMAIN:base_rid = 1000 idmap config OTHERDOMAIN:base_rid = 1000 I'd stronly recomment

Re: [Samba] Samba 3.0.28a onwards allow trusted domains has no effect?

2008-09-09 Thread simo
on Gentoo, for which those are the latest stable versions packaged for the systems. I have tried 3.0.32 and the problem seems to occur there too. Is this a bug that has crept in after 3.0.24? If that is the configuration you use, it seem more like a configuration error. Simo. -- Simo Sorce Samba

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-450-g40b71bb

2008-09-06 Thread Simo Sorce
- commit 40b71bbd718f6dee70c0611e527f55c56623dea6 Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Sep 6 12:31:50 2008 -0400 Always free tmp contexts before returning --- Summary of changes: source/lib/ldb/common/ldb.c |1

Re: [SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4041-g0bae1ef

2008-09-05 Thread simo
Can you add a comment about the discussions we had, so that next time someone look at this code and at the manpage we do not have to discuss this again ? Simo. On Fri, 2008-09-05 at 17:33 -0500, Jeremy Allison wrote: The branch, v3-devel has been updated via

[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3961-g74c8575

2008-09-03 Thread Simo Sorce
32cb45c962c822bd79a7d0f666f2f6037060b324 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel - Log - commit 74c8575b3f3b90ea21ae6aa7ccd95947838af956 Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Sep 3 10:44:09 2008

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3933-ge1d4db8

2008-09-03 Thread Simo Sorce
- commit e1d4db8f55b25c7e9c408cb334fb89ccfd4c6565 Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jul 12 22:44:15 2008 -0400 samu_set_unix() does not use the rid allocator, but forces to use the algoritmic allocator unconditionally, this is wrong an inconsistent. Use samu_alloc_rid_unix

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3934-gde8f483

2008-09-03 Thread Simo Sorce
- commit de8f483254ec59c7cf678d8c03e07c0c241f6d7b Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Sep 3 10:44:09 2008 -0400 The msync manpage reports that msync *must* be called before munmap. Failure to do so may result in lost data. Fix an ifdef check, I really think we meant to check

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2971-gbfced01

2008-09-03 Thread Simo Sorce
- commit bfced01a92ae1a4913c0c9aba27e7b43e06f9032 Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Sep 3 10:44:09 2008 -0400 The msync manpage reports that msync *must* be called before munmap. Failure to do so may result in lost data. Fix an ifdef check, I really think we meant to check

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-11-g0b39c04

2008-09-03 Thread Simo Sorce
- commit 0b39c04fed2720aad07544c65a57b6580ae322a0 Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Sep 3 10:44:09 2008 -0400 The msync manpage reports that msync *must* be called before munmap. Failure to do so may result in lost data. Fix an ifdef check, I really think we meant to check

[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3962-gad462e2

2008-09-03 Thread Simo Sorce
- commit ad462e2e2d025a7fc23e7dea32b2b442b528970b Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Sep 3 14:36:43 2008 -0400 Revert Split lookup_name() and create a new functiong called This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6

Re: [SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3962-gad462e2

2008-09-03 Thread simo
Sorry I pushed this by mistake, so I reverted :-( On Wed, 2008-09-03 at 13:37 -0500, Simo Sorce wrote: The branch, v3-devel has been updated via ad462e2e2d025a7fc23e7dea32b2b442b528970b (commit) from 74c8575b3f3b90ea21ae6aa7ccd95947838af956 (commit) http://gitweb.samba.org/?p

Re: [Samba] Samba ignoring socket options?

2008-08-28 Thread simo
compliant then we should write KiB/s[1] not Kb/s and MiB/s[2] and GiB/s[3] :-D Simo. [1] http://en.wikipedia.org/wiki/Kibibyte [2] http://en.wikipedia.org/wiki/Mebibyte [3] http://en.wikipedia.org/wiki/Gibibyte -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer

Re: [Samba] Samba ignoring socket options?

2008-08-28 Thread simo
to be pedant :-) Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3833-g566d3b6

2008-08-26 Thread simo
that the sid is unknown as soon as the cache is checked for inside winbindd. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED]

Re: svn commit: samba r22638 - in tags: .

2008-08-04 Thread simo
- tdb has really improved a lot since the sourceforge project split off. I second this. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED]

Re: [SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3266-gc633f10

2008-07-16 Thread simo
+ UNINSTALL_CIFSUPCALL=uninstallcifsupcall fi ;; *) -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED]

Re: [SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3215-gc4a137e

2008-07-14 Thread simo
- commit c4a137e9789b06047ce53e5828fb5e1bb76aca06 Author: Jeremy Allison [EMAIL PROTECTED] Date: Mon Jul 14 12:40:33 2008 -0700 Add fix from Simo for bug #5540 - missing code to substitute %u. Make this the same as other

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3213-g4436272

2008-07-12 Thread Simo Sorce
1dfb9242d1b6000d4b75327adf1a0a0882f3ea6c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log - commit 4436272dd4d6cdd223b1dc3d217a97cbe3bc887b Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jul 12 21:28:18

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2722-gc17b125

2008-07-12 Thread Simo Sorce
- commit c17b125e1fdb9b71877200b2419d7f682bb52e87 Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jul 12 21:28:18 2008 -0400 Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4 We must not return an error here just because we are offline. We must instead fix

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3090-ge19e12d

2008-07-06 Thread Simo Sorce
- commit e19e12d5cbba28ccf682eaf0ff26909bd7e8e6c6 Author: Simo Sorce [EMAIL PROTECTED] Date: Sun Jul 6 12:03:35 2008 -0400 Make code more readable, fix indentation and traling spaces. --- Summary of changes: source/winbindd

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3091-gd17d401

2008-07-06 Thread Simo Sorce
- commit d17d401603c1c26a5fd5eca5ece245790445e6d4 Author: Simo Sorce [EMAIL PROTECTED] Date: Sun Jul 6 12:17:22 2008 -0400 More clean up, indentation and trailing space removal --- Summary of changes: source/winbindd

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3092-gf6c92c4

2008-07-06 Thread Simo Sorce
- commit f6c92c4759096f839e3854a1e9eea56e6eecad4d Author: Simo Sorce [EMAIL PROTECTED] Date: Sun Jul 6 12:27:34 2008 -0400 Clean up the rest of the file too --- Summary of changes: source/winbindd/winbindd_user.c | 160

[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3093-g50a347f

2008-07-06 Thread Simo Sorce
- commit 50a347f5503ebed0fcc7b9de60f8368677585bb1 Author: Simo Sorce [EMAIL PROTECTED] Date: Sun Jul 6 12:55:07 2008 -0400 Clean up winbindd_group.c too --- Summary of changes: source/winbindd/winbindd_group.c | 465

Re: [SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3089-g01c8c7b

2008-07-05 Thread simo
later on to set the mapping again with a new timeout (ie the mapping, once set will never be re-validated). Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED]

Re: [Samba] Samba 3.2.0: error while loading shared libraries: libtalloc.so.1

2008-07-01 Thread simo
[FAILED] With yum provides libtalloc.so.1 I can not found any package for this library :( Any idea for help ? You should use the spec file we use in Fedora 9 I think. That will create all necessary packages. Simo. -- Simo Sorce Samba Team GPL Compliance

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-88-g220b580

2008-06-16 Thread Simo Sorce
- commit 220b58070239141158d796bd782d62cc36cd19db Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Jun 16 09:04:33 2008 -0400 Fix build commit fd9f7c56752a06433cc26fa61a16d87941cbb2d3 Author: Simo Sorce [EMAIL PROTECTED] Date: Mon

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-90-g649f6c0

2008-06-16 Thread Simo Sorce
- commit 649f6c0c1084828dda7d50bd2904208192de77da Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Jun 16 17:51:42 2008 -0400 Try to get a bit further with provisioning --- Summary of changes: source/scripting/python/samba

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-81-gb32a040

2008-06-15 Thread Simo Sorce
- commit b32a040c2f0eb28d68837bde727437ca118d1b18 Author: Simo Sorce [EMAIL PROTECTED] Date: Sun Jun 15 11:15:12 2008 -0400 Cleanup. Remove trailing spaces and try to fit 80 column where possible. commit

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-86-gacbe365

2008-06-15 Thread Simo Sorce
- commit acbe365e34571218fe312f52edec98f4fe5b76be Author: Simo Sorce [EMAIL PROTECTED] Date: Sun Jun 15 11:15:12 2008 -0400 Fix cleanup. commit 10ffa87b6b7ebfe51e81819feb93a72e9ec10418 Author: Simo Sorce [EMAIL PROTECTED] Date

Re: [SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-84-g1659a57

2008-06-15 Thread simo
On Sun, 2008-06-15 at 12:21 -0500, Jelmer Vernooij wrote: commit 4ac91e301455721b76f7f456bc50c5c6e47c05d3 Author: Jelmer Vernooij [EMAIL PROTECTED] Date: Sun Jun 15 19:16:35 2008 +0200 Fix standalone ldb build. Thanks Jelmer. Simo. -- Simo Sorce Samba Team GPL Compliance Officer

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-73-g3b8eec7

2008-06-14 Thread Simo Sorce
- commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0 Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jun 14 11:24:17 2008 -0400 Make up the right dependencies now that ldb depends on libevents commit

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-74-ge566a2f

2008-06-14 Thread Simo Sorce
- commit e566a2f308ac6fb4b526a744f7059b565670aea5 Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jun 14 13:00:53 2008 -0400 Use a custom init function for samba4 that sets a samba4 specific debug function. By default do not debug, this is the most appropriate action for a library

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-76-gd5525b7

2008-06-14 Thread Simo Sorce
- commit d5525b79649ff75d6e9e853615949e4fbe9e0b6e Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jun 14 15:54:46 2008 -0400 Fix events_aio --- Summary of changes: source/lib/events/events_aio.c |6 +++--- 1 files changed

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-77-g5457c66

2008-06-14 Thread Simo Sorce
- commit 5457c667647ec156bb7b4f86ce580def4e9350d5 Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jun 14 17:33:27 2008 -0400 Cosmetic fixes. Remove trailing spaces adn try to fit 80 columns where possible --- Summary

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-78-geb351e3

2008-06-14 Thread Simo Sorce
- commit eb351e33e58abdacdf44cf700f028cc13f52c4c8 Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jun 14 20:18:50 2008 -0400 Ups fix typo in error type --- Summary of changes: source/lib/ldb/common/ldb.c |4 ++-- 1 files

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-79-gedf6b77

2008-06-14 Thread Simo Sorce
- commit edf6b77a1314d8f91839836855ae049393f73aca Author: Simo Sorce [EMAIL PROTECTED] Date: Sat Jun 14 20:37:40 2008 -0400 Cleanup, Remove trailing spaces and try to fit 80 columns where possible --- Summary of changes

Re: [Samba] Help with sudden wierd ticket error.

2008-06-12 Thread simo
. ads_secrets_verify_ticket: enc type [23] failed to decrypt with error Ticket not yet valid You have time synchronization issues. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-47-g0671dce

2008-06-08 Thread Simo Sorce
- commit 0671dce355432a2a4c08ab010831eadd73e4561e Author: Simo Sorce [EMAIL PROTECTED] Date: Sun Jun 8 19:16:26 2008 -0400 Make it possible to disable gnutls at configure time, until someone will finally decide to fix

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1531-g10415bb

2008-05-13 Thread Simo Sorce
- commit 10415bb738d51afdebbfeae976923e086805ae84 Author: Simo Sorce [EMAIL PROTECTED] Date: Thu Apr 24 17:28:30 2008 -0400 Make it possible to build libevents standalone. --- Summary of changes: source/lib/events

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-276-g0c59b39

2008-04-23 Thread Simo Sorce
- commit 0c59b39ad8edcaf9f06a2d1393e11e06e4b2f18f Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Apr 23 08:54:57 2008 -0400 Revert Add port number for ncacn_http epmapper. This reverts commit 1304362b3754960f68fb56e0915c3d80cace6e60. This was causing way too many tests to fail

Re: [SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-265-gca7e4d9

2008-04-23 Thread simo
James ! The only problem I have is that this test takes forever on my machine... should we ban it from normal test runs ? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED]

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-275-gd6c5d8b

2008-04-22 Thread Simo Sorce
- commit d6c5d8baf0c48a6078a47bba33993a841ff526d9 Author: Simo Sorce [EMAIL PROTECTED] Date: Tue Apr 22 16:37:54 2008 -0400 Fix more failing tests to pass the event context. commit 10780e638af8afc3ffa261255200779aea732694 Author

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-268-gb7c96e0

2008-04-21 Thread Simo Sorce
://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log - commit b7c96e0cc270bd3b1c9bd117a22df3f657b6acd5 Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Apr 21 19:53:29 2008 -0400 Make sure we have an event context available

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-230-g3f46eb9

2008-04-17 Thread Simo Sorce
- commit 3f46eb95e47828ba1db236d584933c997cb0c170 Author: Simo Sorce [EMAIL PROTECTED] Date: Thu Apr 17 08:04:57 2008 -0400 Add useful provisioning debugging options --- Summary of changes: source/selftest/target/Samba4.pm

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-130-g957c4d8

2008-04-14 Thread Simo Sorce
- commit 957c4d893acf9e6db06a3fc3a4687ab6bb238635 Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Apr 14 12:43:37 2008 -0400 Fix problems with event context not being the parent. --- Summary of changes: source/libnet/libnet.c

Re: [Samba] Samba 3.0.24 handling LDAP responses incorrectly

2008-04-09 Thread simo
of the process. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba 3.0.24 handling LDAP responses incorrectly

2008-04-09 Thread simo
On Wed, 2008-04-09 at 15:11 -0400, Adam Tauno Williams wrote: On Wed, 2008-04-09 at 11:57 -0400, simo wrote: On Wed, 2008-04-09 at 17:54 +0200, Volker Lendecke wrote: On Wed, Apr 09, 2008 at 11:40:33AM -0400, Adam Tauno Williams wrote: How are these policies exactly defined in LDAP

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-86-ga13f64b

2008-04-09 Thread Simo Sorce
- commit a13f64bf54afc22516d1f6a786dfec67389cb754 Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Apr 9 17:11:57 2008 -0400 Make sure we do not reference req after it has been freed --- Summary of changes: source/libcli/cldap

Re: [Samba] Urgent... winbind and keytab file creation

2008-04-02 Thread simo
-hmac IIRC. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-565-ge03d1df

2008-03-31 Thread Simo Sorce
The branch, v3-2-test has been updated via e03d1dfdb80333c071b600245eb749ef5664aa22 (commit) from 0c94918fb52c5345ce30490046b79f81712c30bf (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

Re: [SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1406-gee6539e

2008-03-29 Thread simo
to pick patches from their own branch and apply them to the push branch *after* a git pull and just before a git push. This way it will much less common to have merge commits cluttering the main tree. Simo. On Sat, 2008-03-29 at 01:19 -0500, Andrew Bartlett wrote: The branch, v4-0-test has been

Re: [Samba] Signal 11 in Samba adding Windows XP printer driver

2008-03-17 Thread simo
. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1292-gdb3b5f1

2008-03-14 Thread simo
?? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED]

Re: [Samba] Samba to Kerberos via OpenLDAP

2008-03-07 Thread simo
On Fri, 2008-03-07 at 15:27 -0800, Wes Modes wrote: Is it possible to have Samba defer authentication to OpenLDAP? No. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go

[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-139-gc20c5f0

2008-03-07 Thread Simo Sorce
- commit c20c5f082162ff6c0c2931f456897334aa002e83 Author: Simo Sorce [EMAIL PROTECTED] Date: Fri Mar 7 11:33:26 2008 -0500 Enable use of Relocations Read-Only, if supported, for enhanced security. --- Summary of changes

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1007-g8cb0781

2008-02-25 Thread Simo Sorce
- commit 8cb07814bc6627fc8eba228eafd13336e3ca3758 Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Feb 25 14:03:07 2008 -0500 Update homepages for talloc, tdb and ldb subprojects --- Summary of changes: source/lib/ldb/web

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2492-gce57d38

2008-02-22 Thread Simo Sorce
- commit ce57d388251063c22f89680e9d1c2129d9879975 Author: Simo Sorce [EMAIL PROTECTED] Date: Fri Feb 22 14:10:28 2008 -0500 Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3 --- Summary of changes: source/client

Re: [Samba] Re: cifs verses smbfs for Linux clients

2008-02-20 Thread simo
with such a wrapper for 3.2? Jeremy? Jerry? Uhmm I think wrappers like this should be distribution specific, maybe we can put it in the examples ? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list

Re: [Samba] cifs verses smbfs for Linux clients

2008-02-18 Thread simo
to build either or both helpers, it is a packaging choice. Most distributions are slowly killing smbfs and stopping building the smbmount helper in the samba packages. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED

Re: [Samba] Re: cifs verses smbfs for Linux clients

2008-02-18 Thread simo
On Mon, 2008-02-18 at 19:44 -0500, Michael Lueck wrote: simo wrote: There is no interdependency at all, when compiling samba you can choose to build either or both helpers, it is a packaging choice. Most distributions are slowly killing smbfs and stopping building the smbmount helper

Re: [Samba] Re: winbind - not ready for prime time

2008-02-17 Thread simo
the rocks you find on your road rather then gracefully removing them ... so long Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions

Re: [Samba] smbd daemon running as wrong user ID

2008-02-15 Thread simo
to the authenticated user to perform file system operations, so that the kernel can enforce the proper access control. Can you be more specific and tell what problem exactly you have? Ciao, Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat

Re: [Samba] idmap_ad alloc to store uid/gid attributes in AD

2008-02-15 Thread simo
-only being the default. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-127-g05d5895

2008-02-14 Thread Simo Sorce
- commit 05d5895a3bb0d8b001ed164c5720f10607dfbaca Author: Simo Sorce [EMAIL PROTECTED] Date: Thu Feb 14 11:53:59 2008 -0500 Revert mount.cifs: fix several problems when mounting subdirectories of shares This reverts commit e8f569735e2c0523efa175ca44dd919f838ae49e. We found

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2248-gc5b7d53

2008-02-14 Thread Simo Sorce
- commit c5b7d538ecfa93377ff20704633ac57dbf8dd530 Author: Simo Sorce [EMAIL PROTECTED] Date: Thu Feb 14 12:03:32 2008 -0500 Revert Merge in J.Layton patch and resolve conflict. This reverts commit 6b1a118eaaab405eeef0cf3c0488a2747af562ba. We found that this patch does not play

Re: [Samba] unable to access HOMES share

2008-02-12 Thread simo
to share unrelated directories just make sure you have them labeled correctly. See this document to know how: http://fedoraproject.org/wiki/SELinux/samba SELinux can really add a lot to your system security, and it doesn't take much to configure it correctly. Simo. -- Simo Sorce Samba Team GPL

Re: [Samba] Adding a second server, SIDs in security tab?

2008-02-05 Thread simo
= domain and join it to the PDC, remove all ldap stuff from smb.conf it will never directly authenticate or touch anything in there, the PDC qill do the job. 2.Configure it as a BDC making sure you set the same SID as set on the PDC. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-116-g6e66512

2008-02-01 Thread Simo Sorce
- commit 6e66512d5beb256a44c6703cdb8c7fa7e0fd8537 Author: Simo Sorce [EMAIL PROTECTED] Date: Fri Feb 1 13:50:04 2008 -0500 Fix winbindd running on a Samba DC, This patch make sure we do not try to contact smbd in the main dameon to avoid deadlocks. All the operations that require

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1771-g7dbfc7b

2008-02-01 Thread Simo Sorce
- commit 7dbfc7bdc65314466a83e8121b35c9bcb24b2631 Merge: 9347d34b502bef70cdae8f3e8acd9796dba49581 69e8a83093149201c36ffc2b7fadfa469aabf7bd Author: Simo Sorce [EMAIL PROTECTED] Date: Fri Feb 1 14:24:31 2008 -0500 Merge branch 'v3-2

Re: [Samba] Trouble with restricting access and ads

2008-01-29 Thread simo
Enterprise 5, [...] Please shed some light on this if anyone can. Why people never read release notes ? :-D Since a few samba versions the usernames must be fully qualified In domain FOO with user Bar you set: valid users = FOO\Bar setting just valid users = Bar won't do it. Simo. -- Simo

Re: [Samba] Permissions issue -- cannot delete a folder/file

2008-01-23 Thread simo
server a netbios alias and connecting to this different name and a new set of credentials (does not work with kerberos credentials for obvious reasons, but works with NTLM auth). Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1435-g05c22a5

2008-01-16 Thread Simo Sorce
- commit 05c22a55a4c052c682a2f2afdb0696504195d18c Merge: dfc80b4f1c00c131ba8077432bfe79f22f63ccd1 2ea55c03b25eb5e98be3449e12004a7246319acd Author: Simo Sorce [EMAIL PROTECTED] Date: Wed Jan 16 12:06:34 2008 -0500 Merge branch 'v3-2

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1443-gf2aa921

2008-01-16 Thread simo
On Wed, 2008-01-16 at 15:22 -0600, Jeremy Allison wrote: +#define DEFAULT_KRB5_PORT 88 + Jeremy why don't you simply rely on /etc/services to find the default port ? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL

Re: [SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1443-gf2aa921

2008-01-16 Thread simo
On Wed, 2008-01-16 at 13:55 -0800, Jeremy Allison wrote: On Wed, Jan 16, 2008 at 04:46:46PM -0500, simo wrote: On Wed, 2008-01-16 at 15:22 -0600, Jeremy Allison wrote: +#define DEFAULT_KRB5_PORT 88 + Jeremy why don't you simply rely on /etc/services to find the default port

Re: [Samba] Reproducible samba bug with directory name

2008-01-15 Thread simo
Not a samba bug really, what you see is a mangled name. That happens because you put a . as the last character which is not allowed in windows IIRC. Simo. On Tue, 2008-01-15 at 11:28 -0500, Greg Freemyer wrote: I just recreated this bug in samba-3.0.26a-3.3. It is as simple as creating

Re: [Samba] Reproducible samba bug with directory name

2008-01-15 Thread simo
On Tue, 2008-01-15 at 12:34 -0500, Greg Freemyer wrote: Simo, I just tried to create a directory name ending with a dot from XP. You're correct, it silently truncates the dot. And I tried creating a simple test directory asdf. from Linux on my filesystem, and only the mangled name

Re: [Samba] fI'll post again as I did not get any replies

2008-01-12 Thread simo
from somewhere else *to* the samba server ? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman

Re: [Samba] RE: Sync passwords unix/smb with FDS backend?

2008-01-10 Thread simo
a slapi plugin specific to the FreeIPA project, but you can easily extract what you need probably, see the ipa-pwd-extop plugin here: http://hg.fedorahosted.org/hg/freeipa/file/ef7de25000ff/ipa-server/ipa-slapi-plugins/ Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED

Re: [Samba] Simple Samba PDC - tdbsam limitations?

2007-12-21 Thread simo
to do with network topologies usually implemented when you get around these numbers, and has nothing to do with the scalability of the backend itself. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED

Re: [Samba] Invalid request size nsswitch/winbindd

2007-12-19 Thread simo
to be restarted when you upgrade winbindd. You can either restart every service one by one or reboot the box. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read

RE: [Samba] IDMAP RID problems and documentation

2007-12-19 Thread simo
^^^ You don't need an alloc config range when using the RID backend, but if you want to use (eg for trusted domains) then you *ABSOLUTELY DON'T* want it to *conflict* with the same range used for the RID backend. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software

Re: [Samba] Invalid request size nsswitch/winbindd

2007-12-19 Thread simo
should REBOOT?? No, you just have to restart services that use nss_winbindd because the winbindd protocol may change, rebooting is the easiest way, but is not required. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED

Re: [Samba] Unanswered question

2007-12-19 Thread simo
and the answer is: it depends. Samba supports locking, so if the application that is writing to a file locks it then you may be out of luck. From a protocol and server point of view, however, there is absolutely no limitation on concurrent file reading/writing. Simo. -- Simo Sorce Samba Team GPL

Re: [Samba] Vista Sync (offline file) and Samba Problem

2007-12-18 Thread simo
offline folder tool, but the Problem seem the same. Can you please explain how to exactly reproduce this from scratch ? Do you know if it happens with later Samba versions ? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL

Re: [Samba] Vista Sync (offline file) and Samba Problem

2007-12-18 Thread simo
that you fixed at SambaXP ? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] SAMBA under window?

2007-12-18 Thread simo
quantities of files. Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: svn commit: samba r26529 - in branches/SAMBA_4_0/source/lib/ldb/common: .

2007-12-18 Thread simo
to it, but maybe, I have overlooked it ? Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL PROTECTED]

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-44-gf94e461

2007-12-17 Thread Simo Sorce
- commit f94e4619d1b2985881ec7ed76587057f00fbf1f7 Merge: e8f569735e2c0523efa175ca44dd919f838ae49e 76dcbbd1213ebf0212997d9a0599c894076d77bb Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Dec 17 09:40:10 2007 -0500 Resolve conflict

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-696-g6b1a118

2007-12-17 Thread Simo Sorce
- commit 6b1a118eaaab405eeef0cf3c0488a2747af562ba Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Dec 17 09:43:18 2007 -0500 Merge in J.Layton patch and resolve conflict. --- Summary of changes: source/client/mount.cifs.c

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-46-gc5e3c77

2007-12-17 Thread Simo Sorce
- commit c5e3c7778e5b0ee24fe0ff5623e37d9574b9a7d7 Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Dec 17 15:21:38 2007 -0500 While 'data' is usually 0 terminated, nothing in the spec requires that. The correct way is to copy only 'length' bytes. Simo

[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-699-ge940537

2007-12-17 Thread Simo Sorce
- commit e940537d5be870ae622712a3b76dff891739df8c Merge: 814c1b0e0034fb67c7718760dfcf913904f3e7fa 545cd2139cfc9484b733693814d4724d37125942 Author: Simo Sorce [EMAIL PROTECTED] Date: Mon Dec 17 15:26:16 2007 -0500 Merge branch 'v3-2

Re: [Samba] vfs_ChDir fails, even though the share is read-write for that user

2007-12-13 Thread simo
and a burden. That said, your real problem is the Solaris limitation. It is a kernel limitation so it will be very unlikely you'll get a fix anytime soon. This limitation is very well known since many years and Sun never fixed it. However, good luck :) Simo. -- Simo Sorce Samba Team GPL Compliance Officer

Re: [Samba] vfs_ChDir fails, even though the share is read-write for that user

2007-12-12 Thread simo
. Any other ideas? Nathan, AFAIK Solaris has a HARD limit to 32 anyway, so anything above 32 (and I guess anything but 16 or 32) will not work. (FWIW Linux has it to 65536). Simo. -- Simo Sorce Samba Team GPL Compliance Officer [EMAIL PROTECTED] Senior Software Engineer at Red Hat Inc. [EMAIL

Re: [Samba] smbtorture epoll

2007-12-11 Thread simo
On Tue, 2007-12-11 at 09:42 -0500, Carl Dubois wrote: Hi All, Looks like smbtorture is attempting to recreate an epoll event handle when pid changes. Not sure why? Because otherwise epoll events will be shared between process causing havoc. The reason why it fails, I don't know. Simo

<    1   2   3   4   5   6   7   8   9   10   >