Re: [Samba] Does anybody use idmap_adex?

2010-06-28 Thread Gerald Carter
On 06/28/2010 09:42 AM, Volker Lendecke wrote: Hi! $SUBJECT says it all. Why am I asking? A few times in the recent past I've stumbled across this module when trying to make changes in the winbind infrastructure that would involve changes to idmap_adex. The problem here is that I have no

Re: [Samba] Does anybody use idmap_adex?

2010-06-28 Thread Gerald Carter
Hey Volker, On 06/28/2010 10:07 AM, Volker Lendecke wrote: Part of what I want to test is possible changes to for example the routine _nss_adex_get_info(). This has code like { NTSTATUS nt_status; struct likewise_cell *cell; nt_status = _idmap_adex_init(NULL,

Re: [Samba] Does anybody use idmap_adex?

2010-06-28 Thread Gerald Carter
On 06/28/2010 10:13 AM, simo wrote: There's some confusion here. The idmap_adex() doesn't have anything to do with Likewise Cells. It's just an rfc2307 idmap module with support for domain trusts. The comments in the code are misleading only because it was derived from my original code at

Re: [Samba] Does anybody use idmap_adex?

2010-06-28 Thread Gerald Carter
(sorry...I keep sending from my work address which is not subscribed to the lists) Hey Simo, On 06/28/2010 10:29 AM, simo wrote: Ok, for some reason I thought information was maintained on your side of the trust using the cells. Sort of correct. But these are specific OU cells and not a

Re: [Samba] Does anybody use idmap_adex?

2010-06-28 Thread Gerald Carter
On 06/28/2010 10:51 AM, Volker Lendecke wrote: On Mon, Jun 28, 2010 at 10:37:28AM -0500, Gerald Carter wrote: Sort of correct. But these are specific OU cells and not a forest wide cell. At the risk of digressing into a Likewise specific thing, an OU cell stores the meta data for objects

Re: [Samba] Samba, and NFS. lag?

2010-01-15 Thread Gerald Carter
Nathan Lager wrote: Afternoon! I have a samba server, which shares out an NFS mounted share. It seems that everything works rather well, except that i get some lag when modifying a file. If i share a directory which is local to the samba server, no lag, everything works perfectly. However,

Re: [Samba] idmap_rid/idmap_hash collisions?

2009-11-11 Thread Gerald Carter
Hey Nick, Nick wrote: Is it possible for the uid/gid numbers that are generated by the idmap_rid and idmap_hash to collide if there are a large number of users or groups? I cannot seem to find any documentation on the limitations of these plugins. Before using I want to make absolutely

Re: [Samba] idmap_rid/idmap_hash collisions?

2009-11-11 Thread Gerald Carter
Nick, Gerald Carter wrote: Hey Nick, Nick wrote: Is it possible for the uid/gid numbers that are generated by the idmap_rid and idmap_hash to collide if there are a large number of users or groups? I cannot seem to find any documentation on the limitations of these plugins. Before using

Re: [Samba] idmap_rid/idmap_hash collisions?

2009-11-11 Thread Gerald Carter
Robert LeBlanc wrote: There's a slide or two outlining the algorithm in this slide deck from LInuxWorld SF '08 http://archives.likewiseopen.org/%7Egcarter/presentations/likewise_open_first_class_citizen_lwsf08.pdf How does this compare with idmap hash? It's the same thing algorithm. I

Re: [Samba] idmap_rid/idmap_hash collisions?

2009-11-11 Thread Gerald Carter
Robert LeBlanc wrote: So if I understand right, hash does not hash the SID, it does the same as rid and takes the last section directly from the SID and uses that withou modification (rid adds that number to the lower range number). idmap_hash *does* the SID. cheers, jerry

Re: [Samba] Convert idmap_rid to idmap_hash?

2009-10-19 Thread Gerald Carter
Robert, Robert LeBlanc wrote: I was looking through the change log of 3.3.0 and noticed that a new idmap_hash was introduced that seems to play well with trusted domains. What means are available to convert all my rids to this new hash so I can update file permissions? You mean updating the

Re: [Samba] net rpc rights grant: NT_STATUS_ACCESS_DENIED

2009-09-08 Thread Gerald Carter
Hey Ryan, The samba host is a domain member server (security=ADS) with winbind for user accounts. Where is this user rights database stored and what is the tool to assign admin privileges? Use 'net sam' to add the user in question to the BUILTIN\Administrators group on your Samba host.

Re: [Samba] net rpc rights grant: NT_STATUS_ACCESS_DENIED

2009-09-08 Thread Gerald Carter
Ryan Suarez wrote: Thanks, it worked for me! Looks like the local BUILTIN\Administrators has all those rpc rights granted by default. Correct. Glad things are working now. cheers, jerry signature.asc Description: OpenPGP digital signature -- To unsubscribe from this list go to the

Re: [Samba] net rpc rights grant: NT_STATUS_ACCESS_DENIED

2009-09-08 Thread Gerald Carter
Hey Adam, Use 'net sam' to add the user in question to the BUILTIN\Administrators group on your Samba host. # /usr/local/samba/bin/net rpc rights grant testpc1 SePrintOperatorPrivilege -U testpc1 Failed to grant privileges for testpc1 (NT_STATUS_ACCESS_DENIED) Oh, so does 'net rpc' in

Re: [Samba] net rpc rights grant: NT_STATUS_ACCESS_DENIED

2009-09-07 Thread Gerald Carter
Ryan, hmm, the best option for me is to ask the AD administrator to grant the samba SePrintOperatorPrivilege directly to the user object in Active Directory. Where is this added in AD and what is this privilege called? The user rights database is maintained in Samba's passdb. If you are

Re: [Samba] Keeping a list of NetBIOS names on a network?

2009-08-17 Thread Gerald Carter
John H Terpstra - Samba Team wrote: On 08/17/2009 12:53 PM, Matthew Dempsky wrote: I'm trying to make some DNS server software aware of NetBIOS names on the local network. Is there an easy and efficient way using Samba to keep track of what NetBIOS names are present? Thanks. Use the

Re: [Samba] Difference in Samba and CIFS interms of keeping the deleted files opened

2009-07-21 Thread Gerald Carter
Nikhil, I looked at the enabling kernel oplocks in the samba configuration file and I have enabled kernel oplocks = yes in the [global] section on both of Linux-2.6.18-92 and Linux-2.4.21-47.0.1.ELsmp kernel machines running the samba and I notice that the behaviour is not as what is said. I

[Samba] New certs on {lists,bugzilla}.samba.org

2009-05-28 Thread Gerald Carter
I've installed new certs on the mailman and bugzilla servers. Both are signed by the Samba CA http://us1.samba.org/samba/ftp/Samba_CA.crt cheers, jerry -- = http://www.plainjoe.org/ What man is a man who does not make the

Re: [Samba] New certs on {lists,bugzilla}.samba.org

2009-05-28 Thread Gerald Carter
Hey Jeremy, On Thu, May 28, 2009 at 12:05:00PM -0500, Gerald Carter wrote: I've installed new certs on the mailman and bugzilla servers. Both are signed by the Samba CA http://us1.samba.org/samba/ftp/Samba_CA.crt Thanks a *lot* for this ! Sorry it took me a couple of weeks to get

Re: [Samba] parameter default devmode missing in man pages and other docs

2009-05-17 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Ray, would it make sense to for the developers to pull in some code from the wine or winelib projects to take care of device mode issues. I've replaced a few printers recently with ones for which I can't set up point and print with samba

[Samba] Upgrading cert on lists.samba.org and bugzilla.samba.org later today

2009-05-15 Thread Gerald Carter
Fyi The bugzilla cert expired today. Will be issuing a new one in the next 24 hours. cheers, jerry signature.asc Description: OpenPGP digital signature -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] User friendly URLs to shares

2009-04-28 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jorgen, \\host\share and file://host/share don't seem to work, and has nowhere for the username part to be included. You can encode the username as an arg in the net use * \\host\share /user:DOMAIN\username cheers, jerry - --

Re: [Samba] Question about BUILTIN\Administrators and BUILTIN\Users nested groups in 3.3.3

2009-04-20 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dorrian, William M wrote: Anyone have any input? I think I'm just missing something simple here... -Original Message- From: samba-bounces+william.m.dorrian=usace.army@lists.samba.org Sorry about the dumb question: Are the

[SCM] Samba Shared Repository - branch master updated - 073e9f42f0c5f5de5d736ec7843d80a274c891ce

2009-01-16 Thread Gerald Carter
The branch, master has been updated via 073e9f42f0c5f5de5d736ec7843d80a274c891ce (commit) from 57f978d1712943f6c93e914e52a12a4cfb73aadd (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

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

2009-01-16 Thread Gerald Carter
The branch, v3-3-test has been updated via 2d0fd7543d0543ce59cb84db64afb99aa1f304b4 (commit) from 3764e6ed2a683a69706d7654e46b998de9294883 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-10-06 Thread Gerald Carter
The branch, v3-3-test has been updated via e8f3a35193bcbdf69c5eebdac532cfaa7b44edc2 (commit) from b3735cfc098e27a2af29a4671bc4e40b47314585 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-10-06 Thread Gerald Carter
The branch, v3-3-test has been updated via 46627792a69fd6d5a24f4ca69ad26c1f9e2213ff (commit) from e8f3a35193bcbdf69c5eebdac532cfaa7b44edc2 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

[SCM] Samba Shared Repository - branch master updated - 2a35985283be45adbba63b5d7ced8499bcb64f59

2008-10-06 Thread Gerald Carter
The branch, master has been updated via 2a35985283be45adbba63b5d7ced8499bcb64f59 (commit) via 338f658a5a300e21cc69b1a84ebbdc7d63262448 (commit) from 9e492b1ba2ccf2d7c62ef7295b33260687e3aeae (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated - c7625979ceb350d90d87d2add6ed7156440072c3

2008-10-03 Thread Gerald Carter
The branch, master has been updated via c7625979ceb350d90d87d2add6ed7156440072c3 (commit) via 8e1d93e6a692676744c267dfd0d95802ff036a5f (commit) from 63e908e4b4b07455e14ac04d8efb3c4a3d043692 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

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

2008-10-03 Thread Gerald Carter
The branch, v3-3-test has been updated via 17c9f8810598d8117befc896d12a597a52b0ac3b (commit) via 6b6402bce318a48b0890ed6fc23ed5b30440927b (commit) from 89df6afb7a16feb1a0b186965ff37a1f8990bcca (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

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

2008-10-03 Thread Gerald Carter
The branch, v3-2-test has been updated via 2fb742e127f725b56f308538852d7b10b86f29c1 (commit) via adde53eddb85e9af391c3f77425a3376c5c60dbf (commit) from a1323951a3264f81be07276f021201bee0d8d0f5 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log

[SCM] Samba Shared Repository - branch master updated - a089b3bb99a226e8f99884867a677672cc028f1c

2008-09-25 Thread Gerald Carter
The branch, master has been updated via a089b3bb99a226e8f99884867a677672cc028f1c (commit) via 73769e136e85fd1f6d39dad89bd84cdb7d758764 (commit) from f27774729e8c88615b9d3d25a85cae0a1fc35c4f (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

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

2008-09-25 Thread Gerald Carter
The branch, v3-3-test has been updated via 77bc0be0536bcd6a3ce8283a708828bebbbffee3 (commit) via 6dc81eb85b11851794619a1f2769d68cd9a54fb6 (commit) from 508cd214ef9abf0d69fbc7f5408d004162092b39 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

[SCM] Samba Shared Repository - branch master updated - 571f23c03cc443e88029be3a020faa499f1e10cb

2008-09-25 Thread Gerald Carter
The branch, master has been updated via 571f23c03cc443e88029be3a020faa499f1e10cb (commit) from a089b3bb99a226e8f99884867a677672cc028f1c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - e9e0e9a401f581286ed8d3f1f9f277e134478ade

2008-09-25 Thread Gerald Carter
The branch, master has been updated via e9e0e9a401f581286ed8d3f1f9f277e134478ade (commit) from 571f23c03cc443e88029be3a020faa499f1e10cb (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

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

2008-09-25 Thread Gerald Carter
The branch, v3-3-test has been updated via 701b9f34c986283fdead9ddd42147dd49d5e481e (commit) via ba2c14e8474a20a9aabb07486a3c4e322980f96a (commit) from 77bc0be0536bcd6a3ce8283a708828bebbbffee3 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

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

2008-09-25 Thread Gerald Carter
The branch, v3-3-test has been updated via 89fa178011c44dc5c4bcfafc6643234e01b2d536 (commit) via bddc2956634194d7daedbf5cd18964811ef6fe5e (commit) from 405a4e1eeebcec35801e3072c9db627c7b925c61 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

[SCM] Samba Shared Repository - branch master updated - 6f46002ff6b153730635bfd4a8380792a815ce6b

2008-09-25 Thread Gerald Carter
The branch, master has been updated via 6f46002ff6b153730635bfd4a8380792a815ce6b (commit) from f8b741eef9b94b94120800e08a4e3b3e58bc6881 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - 7d5fb989ac9942a6f3394853f6930d34ef6adf7b

2008-09-22 Thread Gerald Carter
The branch, master has been updated via 7d5fb989ac9942a6f3394853f6930d34ef6adf7b (commit) from b18449dbd587e978a65d8de3b8df96371d4bcdcb (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

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

2008-09-22 Thread Gerald Carter
The branch, v3-3-test has been updated via 62785b8e2aa862b7eb85e20a11f7a29e1e8b2825 (commit) from 110756cc7bcaed5a9d6aa58f3b3fe4481f8d1f31 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

[SCM] Samba Shared Repository - branch master updated - 7d391c09eea0197d6ea298afff66ae13d6398fdb

2008-09-19 Thread Gerald Carter
The branch, master has been updated via 7d391c09eea0197d6ea298afff66ae13d6398fdb (commit) from 8ac5db124630586605bd3972975ea47ee1cb34c0 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

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

2008-09-19 Thread Gerald Carter
The branch, v3-3-test has been updated via 387deb2ece6f4374990ab34a4682c773ee85943a (commit) from cf40fb97239ed9a11e5750fde6e078233e567bba (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-09-16 Thread Gerald Carter
The branch, v3-2-test has been updated via 30a660ea41faa3b84afa8819c7673b3fe334e79b (commit) from bf38373c978c8e1fd4c33d024e9608fe5083c344 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

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

2008-09-16 Thread Gerald Carter
The branch, v3-3-test has been updated via cc6d1c9a9fb4d97278af4d676f260c479b338638 (commit) from 798f2887913505cc038ee8aad26d2d22dba1ead4 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-31-14-g32ebe0d

2008-08-25 Thread Gerald Carter
The branch, v3-0-test has been updated via 32ebe0dcdcbc86c7f8dcf78669b7407773c0906d (commit) via 79a7401b9089fa458e1927126b01e2ad2848a7cc (commit) from 04767e3b7c9abbc4c39fc2ff2a7fa7d54786f642 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-31-15-gd4f5b52

2008-08-25 Thread Gerald Carter
The branch, v3-0-test has been updated via d4f5b5255f9b95050ddd9d67bd3958402be77918 (commit) from 32ebe0dcdcbc86c7f8dcf78669b7407773c0906d (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-31-18-g1e1449a

2008-08-25 Thread Gerald Carter
The branch, v3-0-test has been updated via 1e1449afba5d37fcfd26e0ca7edde05715bc48f7 (commit) from bd93b038099197787c733a8660ced59852c3f1b5 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] Samba Shared Repository - annotated tag release-3-0-32 created - release-3-0-32

2008-08-25 Thread Gerald Carter
The annotated tag, release-3-0-32 has been created at 7e4b30a3f6ebd9f398c17551426909f85ee8256f (tag) tagging d4f5b5255f9b95050ddd9d67bd3958402be77918 (commit) replaces release-3-0-31 tagged by Gerald (Jerry) Carter on Mon Aug 25 17:40:55 2008 -0500 - Log

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

2008-08-22 Thread Gerald Carter
The branch, v3-3-test has been updated via 0aa7e1f54201577fa92ccda56b836eb8b8d49727 (commit) from ad0296ad1c02ccc2b24cc33a3aad6317227a47b5 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-08-22 Thread Gerald Carter
The branch, v3-2-test has been updated via 72d138adc200ab36e324721900af1a06d0879318 (commit) from dffb2d8eea03bb75224c3d8b4d0ab210993c645a (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

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

2008-08-22 Thread Gerald Carter
The branch, v3-devel has been updated via 25293ba1507f8f8fa7e33c302200184e980bb123 (commit) via 5ce4a2ae6697970ea37d0078a506615b4b7a9a9c (commit) from b868463015dedc684eb13d12118a98ccca71250a (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel - Log

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-31-11-g5410ad4

2008-08-20 Thread Gerald Carter
The branch, v3-0-test has been updated via 5410ad4f4eb0162806778833362a68804d69196e (commit) from 6acd5c086b0019f54749a67756975b3c0ba35ac0 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

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

2008-08-20 Thread Gerald Carter
The branch, v3-2-test has been updated via 29b39723b82f363d32dc4678d6b71a78485c65ce (commit) from 3366ac2857820d87fb36a1357786a3564d258da5 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

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

2008-08-20 Thread Gerald Carter
The branch, v3-3-test has been updated via a46d7ffeef1807bafda15eb76ec74fcf41aae7f6 (commit) from a12cbcb009a02ee23ec0b24c2fca5deaa0ba6412 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-08-20 Thread Gerald Carter
The branch, v3-devel has been updated via ee26664602445fa7798e2061f6bcbef0756d6528 (commit) from 7b4c8a4e39f310eb450918fa841b0ea1b4af19f7 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel - Log -

[SCM] Samba Shared Repository - annotated tag release-3-0-31 created - release-3-0-31

2008-07-21 Thread Gerald Carter
documentation networkless build. We did override build/catalog.xml but didn't define BUILDDIR for it Fix use of smbconfoption in samba.entities. Gerald Carter (1): Set version in v3-0-test to 3.0.30-GIT Gerald W. Carter (6): Release scripts: Copy the support release scripts from

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-86-g4e3bbde

2008-07-10 Thread Gerald Carter
The branch, v3-0-test has been updated via 4e3bbdebfefa447b415c1a2769cadb8375397736 (commit) from 84a5f63d50b24dab6013db61243003fd69f7803c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-88-gdf2e84c

2008-07-10 Thread Gerald Carter
The branch, v3-0-test has been updated via df2e84cf4c3ebe3712af966384cff29d897f3616 (commit) from a33dcc6ac77a26e6b88cc2ff5cca93e20019df76 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

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

2008-06-28 Thread Gerald Carter
The branch, v3-2-test has been updated via 7a853d265b3701a8a0003c4e3771c4a2fa1c6156 (commit) from 52552623277726c2f28a992f68d8bc22982bab28 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

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

2008-06-28 Thread Gerald Carter
The branch, v3-3-test has been updated via 8704c2ab37479236788c0a99465d73643d3d555a (commit) from d3facf4cbdb2915168e91d64c2d8320f67524df8 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-75-g730af19

2008-06-28 Thread Gerald Carter
The branch, v3-0-test has been updated via 730af199e62de52a928179b3a6d280ddaba54d50 (commit) from a159dc8ded51335b570886bd9dfedfd256a6baff (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

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

2008-06-27 Thread Gerald Carter
The branch, v3-3-test has been updated via f4c37dbe2c986fb7bfe510cdff3b4a9fbc06d079 (commit) from 30d181c92463aecd6e649330d3645d86d5a17e43 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-06-03 Thread Gerald Carter
The branch, v3-3-test has been updated via 57d596395db287301eefd34e62c9aaf857c34c69 (commit) via 7c96795e5954b6a716beb6f5a30d6c7bb1647717 (commit) from f7bfa1330cef34b1bbe7969bddbce2ff895321ed (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-11-g749178f

2008-05-28 Thread Gerald Carter
The branch, v3-0-test has been updated via 749178f44ea9a065120478ff1df44a932e45ec37 (commit) via fa07a60da640795513c40e6c23589847a01e9372 (commit) via 159946915fe35cab1d0fe2deef8547b720ccc011 (commit) from d48bdc8f5de03b88d79685d2e89f0ed2f8207ef5 (commit)

[SCM] Samba Shared Repository - annotated tag release-3-0-30 created - release-3-0-30

2008-05-28 Thread Gerald Carter
The annotated tag, release-3-0-30 has been created at ff0c0960ec5a87adde8c4932feda132cb313e165 (tag) tagging 91d94a9f466d48fb5f8522962c9ed7c793865f52 (commit) replaces release-3-0-29 tagged by Gerald W. Carter on Wed May 28 10:21:04 2008 -0500 - Log

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

2008-05-27 Thread Gerald Carter
The branch, v3-3-test has been updated via b77c46a36366d25dcdbc476963fbf43aaa4b9801 (commit) via 0865f4615d3ee91673dd6d02c6537765f34b3129 (commit) from bf3c2773f94c1db29a8a3e5935ff587f16f9a905 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

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

2008-05-23 Thread Gerald Carter
The branch, v3-3-test has been updated via b78b14c88e8354aadf9ba7644bdb1c29245fe419 (commit) via 69b37ae60757075a0712149c5f97f17ee22c2e41 (commit) from 36ba31e39b28e5495b0aeb8638df3a10ce6c51e6 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

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

2008-05-23 Thread Gerald Carter
The branch, v3-2-test has been updated via f1e6b40bbc8ce249e2f2a85a1d57ed6b8141e3bb (commit) via 8a64988fc45aff15359caf16f28ff1712bbe6d5f (commit) from 401a0c84fe5f60e57e95331805da6b53dd1d7c2e (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log

[SCM] Samba Shared Repository - annotated tag release-3-0-29 created - release-3-0-29

2008-05-22 Thread Gerald Carter
we Deryck Hodge (1): Adding info on the '-P' option I added to swat. Gerald (Jerry) Carter (1): Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04. Gerald Carter (80): adding the THANKS and history files back after talking to jht add 'html

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

2008-05-22 Thread Gerald Carter
The branch, v3-3-test has been updated via 037b9689d9042a398cb91e4628a82fcdfa913c21 (commit) from 87fa2f4a287eccb596d803096c10c3d58a253452 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-1185-gb0b4bd2

2008-05-21 Thread Gerald Carter
The branch, v3-0-test has been updated via b0b4bd2466658deacb1de3d58154bcc8d198d675 (commit) from a39d9ab9c68932c15f5b42d8539aab6dfbc4d57a (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-1186-gd1223dd

2008-05-21 Thread Gerald Carter
The branch, v3-0-test has been updated via d1223dd331841c2482301a9418e3a8607c81a8e9 (commit) from b0b4bd2466658deacb1de3d58154bcc8d198d675 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-1184-ga39d9ab

2008-05-20 Thread Gerald Carter
The branch, v3-0-test has been updated via a39d9ab9c68932c15f5b42d8539aab6dfbc4d57a (commit) via 41c56ceb7c7b378747c01ffb863cd718f38ea31e (commit) from e3ecb1828791e3e142dd84d7248c4ae70afe5e0c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log

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

2008-05-13 Thread Gerald Carter
The branch, v3-3-test has been updated via 31614cd5e08dd6389c66e6ddf9f2d5429c6ab033 (commit) via cb5e8f60ac3313aec726c01687a040e6e0e42c10 (commit) from c572d537e088a3fffb057181cad9a3692e40b815 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log

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

2008-05-12 Thread Gerald Carter
The branch, v3-3-test has been updated via aebae0b71b427838fdc6344d69d6dea87a5dd58b (commit) from 88423a17b966652eba4085e88f7ddb5c86b463dd (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-05-12 Thread Gerald Carter
The branch, v3-2-test has been updated via 437a59598d886b316fd58ca88ed40f5fb325c47f (commit) from 8bab6d651f1cd0efe5aa1e7808b3f043602a3dfa (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

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

2008-04-30 Thread Gerald Carter
The branch, v3-3-test has been updated via b379b5b5d8a6daccc69aaf2be6d9a6e276e7dd78 (commit) via 5ed9b92097460cd8180db806a08213e97cfb8daa (commit) via 2983b9dc790e0f90ec1e6add131438c6bfd361b4 (commit) from 14327b11baa18f185e747a321e75abe581d153d2 (commit)

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

2008-04-30 Thread Gerald Carter
The branch, v3-2-test has been updated via 5a270bc99f52483f168d662d843672d05be74473 (commit) via 5dff914f9ebcda63b9e3c78d6d0bb5a3212c6690 (commit) via c28e21c63eca87a266078b65d65b436badc4e349 (commit) from 1b2f189e1f78a52a4d1e224bb5d20d77bb192d56 (commit)

[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-1149-g3c709e2

2008-04-30 Thread Gerald Carter
The branch, v3-0-test has been updated via 3c709e20772333f64501747107bbb70d43f6f262 (commit) from 6c8f19cd6cc21106a71ab9d6bca5de76c71f0bca (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

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

2008-04-25 Thread Gerald Carter
The branch, v3-3-test has been updated via 4dd00987be6ac0dbc706d9148472846d95f3b882 (commit) from 192ffa3835c407d5603f47c1633a075869daae01 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log -

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

2008-04-23 Thread Gerald Carter
The branch, v3-2-test has been updated via f8c364da94fac96450116be980e38d3f304a (commit) from 59cfba2c3d6d4594f08cbe3b7295ab36a7cfb044 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-2013-gb5b72c3

2008-04-23 Thread Gerald Carter
The branch, v3-2-stable has been updated via b5b72c3784d4de77f4cd221fc3f2ca99753b8b5b (commit) via 5f4b77eb63f72a3004c0c7e760e85fa08c339a7d (commit) via c174826ee57b1b3b34eec080ca6474c9cc34cfa0 (commit) via d14b5874eeaeec57834926ae487675dd5f877494 (commit)

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

2008-04-17 Thread Gerald Carter
The branch, v3-2-test has been updated via 7c2e735df3d8a4105a4944411d111fc66c13b01f (commit) via fea52dc46048ff869299267f7596b93a8c5c8b3d (commit) via 2fbe8437efe232b6f53af6fafed5995fe7e26820 (commit) via 5c454e77cf664fee65fcb03e5811764c92e73696 (commit) via

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

2008-04-16 Thread Gerald Carter
The branch, v3-2-test has been updated via 359921acd436684a0b4cf76ba15f82a224d2c337 (commit) from 01bc4b6ac03b98c2371b4dfc0948f5ef8d06bcbc (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

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

2008-03-31 Thread Gerald Carter
The branch, v3-2-test has been updated via 3414eac439b731ad7204b821ddc4fec54fe4435d (commit) via b68caaa81bd75bb882c9363612d11d49dd73cb6f (commit) via e7827bb6afa264c12ecdc0858f49707ca3d6104f (commit) via 6aac972d790ad5ca65096cb2e85e6819b60a5413 (commit) from

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

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

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

2008-03-27 Thread Gerald Carter
The branch, v3-2-test has been updated via 2e24f7c0243c67a00102c11258cfa6f61caf499f (commit) via 4de4949e3bfcfb2169c329f19cb76936d9043d50 (commit) from 0d617f639a3c9c52e4327aed4bd02d9e8e7312a2 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log

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

2008-03-26 Thread Gerald Carter
The branch, v3-2-test has been updated via 4ddf58dbdc3d74cb72788ef4a2ec7587d4948c40 (commit) from 2586dc34e0f72204749f5bf10c8135cd3a753a42 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

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

2008-03-24 Thread Gerald Carter
The branch, v3-2-test has been updated via 36f8bafbd3dee66a869aa26cfc2eb4aa62019325 (commit) via 6e9287c5c3a6bbd15ec495593978c1a76e64ee60 (commit) from f19d1e3d93d0d9dfe80372c6c5635f1047f9aa88 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log

[SCM] Samba Shared Repository - annotated tag release-3-0-28a created - release-3-0-28a

2008-03-12 Thread Gerald Carter
-stable' into v3-0-test Merge branch 'v3-0-stable' into v3-0-test Fix a segv in winbindd caused by trying to free an fstring. Make a copy of the machine_password and machine_account strings in all conditional paths so that SAFE_FREE() will always be valid. Gerald Carter (1): r22709

[SCM] Samba Shared Repository - branch v3-0-stable updated - release-3-0-28-148-ge357326

2008-03-08 Thread Gerald Carter
Gerald Carter [EMAIL PROTECTED] +* Restrict the enctypes in the generated krb5.conf files to + Win2003 types. + + +o Steven Danneman [EMAIL PROTECTED] +* Error path memory leak fixes. + + +o Guenther Deschner [EMAIL PROTECTED] +* Fix PAC decoding from Vista SP1 client. +* Fix

[Samba] Samba 3.0.11rc1 Available for Download

2005-01-28 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is a release candidate of the Samba 3.0.11 code base and is provided for testing only. While close to the final stable release, this snapshot is *not* intended for production servers. If all goes well, this this version will become the final

Samba 3.0.11rc1 Available for Download

2005-01-28 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is a release candidate of the Samba 3.0.11 code base and is provided for testing only. While close to the final stable release, this snapshot is *not* intended for production servers. If all goes well, this this version will become the final

[Samba] Samba 3.0.11pre1 Available for Download

2005-01-05 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is a preview release of the Samba 3.0.11 code base and is provided for testing only. This release is *not* intended for production servers. However, there have been several bug fixes since 3.0.10 that we feel are important to make available to

[Samba] CAN-2004-1154 : Integer overflow could lead to remote code execution in Samba 2.x, 3.0.x = 3.0.9

2004-12-16 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 == == == Subject: Possible remote code execution == CVE ID#: CAN-2004-1154 == == Versions:Samba 2.x 3.0.x = 3.0.9 == == Summary: A potential integer overflow when ==

CAN-2004-1154 : Integer overflow could lead to remote code execution in Samba 2.x, 3.0.x = 3.0.9

2004-12-16 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 == == == Subject: Possible remote code execution == CVE ID#: CAN-2004-1154 == == Versions:Samba 2.x 3.0.x = 3.0.9 == == Summary: A potential integer overflow when ==

[Samba] Samba 3.0.2 Available for Download

2004-02-09 Thread Gerald Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's another holiday release in time to be wrapped up for Valentine's Day. This is the latest stable release of Samba. This is the version that all production Samba servers should be running for all current bug-fixes. It has been confirmed that

Re: [Samba] patching 3.0.0 to 3.0.1

2004-01-18 Thread Gerald Carter
On Sun, 18 Jan 2004, Greg Chavez wrote: Okay, I realize at this point that's it's certainly easier for me to just compile 3.0.1 from scratch, but I'm irritated that I can't get patch to work right. Maybe somebody will lead me in the right direction. I've scoured the archives and Google

Re: [Samba] build samba rpm for redhat 9

2003-09-04 Thread Gerald Carter
On Wed, 3 Sep 2003, N H wrote: Hello group, I have downloaded the source file of samba 3: samba-3.0.0rc2-1.src.rpm.And build it for redhat 9.0,I didn't see any redhat package of samba 3 for redhat 9.0. I fixed this late Tuesday night. Get samba-3.0.0rc2-2_rh9.i386.rpm (or the new source

Re: [Samba] RedHat RPMS for Samba 3.0.0rc2 available

2003-09-03 Thread Gerald Carter
On Wed, 3 Sep 2003, Eric Wilson wrote: RedHat RPMs for s/390 ??? any chance? Ha! Talk to Jim about those :-) cheers, jerry -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

  1   2   3   4   5   >