Re: [Samba] Write Once Read Many share with samba

2008-05-21 Thread Björn Jacke
On 2008-05-18 at 19:03 +1000 Jean-Yves Avenard sent off: I am trying to simulate a Write Once Read Many (WORM) drive using Samba. Eg. Anyone can write on a drive, but once the file has been written no one can delete or modify the file. try making the shared directory be owned by root:root and

[Samba] Fwd: permissions

2008-05-21 Thread solarflow99
I guess not many people use this on here? perhaps the cups list is a better place to ask this? -- Forwarded message -- From: solarflow99 [EMAIL PROTECTED] Date: May 20, 2008 11:53 AM Subject: permissions To: samba@lists.samba.org Hi, I am trying to run the cupsaddsmb command

RE: [Samba] squid + samba error

2008-05-21 Thread Jason Waters
How many users do you have? It says you reached your max for mapping. Try changing winbind uid = 1-2 winbind gid = 1-2 To winbind uid = 1-3 winbind gid = 1-3 Jason Waters -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Pepijn Schmitz
*Bump* Does this ring a bell with anyone? I'm still at a loss and so it seems is everyone else... :-) In short: on one of my existing Samba 3.0 shares (Linux server, ext3 filesystem) all existing files have suddenly become invisible, but it is still possible to create, modify and delete new

RE: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Jason Waters
What parameters are set on the share? Anything like map system, map hidden? Are you using ACL's? What about giving us an ls -l of a directory that isn't showing files. Is it just files or does it happen to folders too. Jason Waters -Original Message- From: [EMAIL PROTECTED]

Re: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Pepijn Schmitz
Jason Waters wrote: What parameters are set on the share? Anything like map system, map hidden? This is the share definition: [multimedia] comment = Multimedia Files path = /mnt/data/multimedia public = yes writable = yes printable = no write

RE: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Jason Waters
Let's see if it's permissions(which is what I think it is). chmod 777 * in that directory and then see if it works. Then we can figure out what went on. The uid of 500 of the new file seems strange. Jason Waters From: Pepijn Schmitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21,

RE: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Greene, Joe
His directory is already 777 and the 500 is the UID of pepijn on the serve unless I miss my guess. I also had him check all permissions on the directories above it to make sure they were at least 755 and they were. BTW Pepijn, you might want o make sure that your userid is the same on all of

RE: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Rubin Bennett
Unless I missed it there was no further discussion of ACLs? Run mount on the linux box and look to see if that filesystem is mounted with the acl option. If it was, you can either remountit without ACLs or reset the ACLs on the filesystem. Run getfacl on the directory and see if there's

Re: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Pepijn Schmitz
I tried getfacl on both the share directory and the files within it, but it showed only the regular UNIX permissions, no access control lists. Nevertheless I tried mounting the filesystem that contains /mnt/data/multimedia with noacl, but it made no difference... Kind regards, Pepijn Schmitz

[Samba] [Slightly OT] Mac and Samba

2008-05-21 Thread Rubin Bennett
Hello all... I have a question that is outside the realm of my experience but that has come up several times recently. I have a mixed network (some Macs, some PCs) that needs a server. I'm going through the standard process of deciding between Samba and a Windows domain controller, my strong

Re: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Pepijn Schmitz
I'm slightly closer to finding the cause of this problem. I set the smbd log level to 7 and found the following entries when trying to list the contents of the share: [2008/05/21 15:27:05, 5] smbd/uid.c:change_to_user(273) change_to_user uid=(500,500) gid=(0,500) [2008/05/21 15:27:05, 3]

RE: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Jason Waters
Remove any restrictions on the shares. Like valid user and that sort of thing. Jason Waters -Original Message- From: Pepijn Schmitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 10:08 AM To: Rubin Bennett Cc: Jason Waters; samba@lists.samba.org Subject: Re: [Samba] Existing

RE: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread stephane . purnelle
It's the unix right which is incorrect. what is the unix right of the file on the server ? --- Stéphane PURNELLE [EMAIL PROTECTED] Service Informatique Corman S.A. Tel : 00 32 087/342467 [EMAIL PROTECTED] a écrit sur

Re: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Pepijn Schmitz
I tried commenting out the write list = pepijn line and adding a guest ok = yes line, but it made no difference, both when logging in as pepijn or when logging in as guest. Kind regards, Pepijn Schmitz Jason Waters wrote: Remove any restrictions on the shares. Like valid user and that sort

Re: [Samba] Existing files don't show up in share, new files do

2008-05-21 Thread Rubin Bennett
Ok then my guess is that somehow Samba is reverting to nobody/nogroup or similar guest permissions. chmod 777 Audio and see what happens? Rubin On Wed, 2008-05-21 at 16:09 +0200, Pepijn Schmitz wrote: I'm slightly closer to finding the cause of this problem. I set the smbd log level to 7 and

Re: [Samba] Existing files don't show up in share, new files do (Solved!)

2008-05-21 Thread Pepijn Schmitz
I got it. SELinux was causing the problem. Grmbl... I don't know why I didn't think to check before, but I took a look in my syslog and saw entries like these: May 21 16:21:29 roadrunner kernel: audit(1211379689.340:4629): avc: denied { getattr } for pid=13682 comm=smbd

[Samba] Samba4 wouldn't create smbpython

2008-05-21 Thread Martin Faust
Hello, i have installed samba alpha3, domain-join works fine. But smbpython setup/adduser is buggy, so i tried to install newest checkout. (I also tried it with a new installed machine) After configure, make, and make install there is no smbpython in source/bin. Everyother seems to bee

Re: [Samba] [Slightly OT] Mac and Samba

2008-05-21 Thread James Peach
2008/5/21 Rubin Bennett [EMAIL PROTECTED]: Hello all... I have a question that is outside the realm of my experience but that has come up several times recently. I have a mixed network (some Macs, some PCs) that needs a server. I'm going through the standard process of deciding between

Re: [Samba] SAMBA PDC with LDAP backend syncing unix/samba accounts ...

2008-05-21 Thread Adam Williams
do the samba accounts already exist in another format such as smbpasswd or tdbsam? if so, use pdbedit -i smbpasswd:/etc/samba/smbpasswd (dunno what the command is for tdbsam though) to have samba and unix passwords changed at the same time, use ldap password sync = yes in smb.conf and when a

[Samba] ADS, NTLM, KRB and other crazy acronyms

2008-05-21 Thread Jason Gerfen
Ok I have a problem and I am not sure how I can go about resolving it. This environment utilizes a strange configuration I have not seen anywhere else. Kerberos Realm is: REALM.COM SMB.CONF realm = REALM.COM % net ads join Failed: no servers If I change it to this: SMB.CONF realm =

Re: [Samba] Unable to join Samba

2008-05-21 Thread Adam Williams
recompile samba? agustin cruz wrote: hope I'm in the right place, I trying to join a samba server to Active Directory. Samba server FreeBSD 6.2 the Active Directory machine is running Windows 2008 Server When I execute net ads join -U Administrator I get the following error

RE: [Samba] [samba 3.0.25c] disappearing printers problem

2008-05-21 Thread Greene, Joe
debug was not turned on, but no errors or access showed when it failed. I can't try again until the Tuesday after Memorial Day as they are production servers.. I'll try and get debugs then. Joe Greene UNIX Systems Administrator Phone 317-707-2730 Fax 317-707-2397 Hours M-F 7am-4pm

Re: [Samba] Re: Write Once Read Many share with samba

2008-05-21 Thread Mike Wilkinson
Hello all, I've knocked together a vfs module that does this, basically a worm with the exception of directories. directories can be renamed if they're empty, otherwise it's readonly. I'm not sure what the policy is with posting attachments so won't include it here, give me a shout if your

[Samba] could not parse domain user errors

2008-05-21 Thread Jason Gerfen
Hello again. Well I am stuck again. I cannot for the life of me get the wbinfo -i username to work properly Here is some more information pulled from the log.winbind file: [2008/05/21 11:15:15, 10] nsswitch/winbindd.c:process_request(314) process_request: request fn GETPWNAM [2008/05/21

Re: [Samba] Re: Write Once Read Many share with samba

2008-05-21 Thread Jeremy Allison
On Wed, May 21, 2008 at 01:15:02PM -0400, Mike Wilkinson wrote: Hello all, I've knocked together a vfs module that does this, basically a worm with the exception of directories. directories can be renamed if they're empty, otherwise it's readonly. I'm not sure what the policy is with

Re: [Samba] HowTo clear a share using smbclient ?

2008-05-21 Thread Charlie
find /full/path/to/directory -type f -exec rm {} \; will delete all files found below /full/path/to/directory without deleting pipes, directories, etc. find /full/path/to/directory -exec rm {} \; will blow out everything. If you don't use an environment variable for the path you run no risks.

[Samba] swat password

2008-05-21 Thread Santiago Andres Triana
Hello all, I'm having trouble logging into swat. Not even root can login! I'm using Rocks 4.1 (linux cluster based on CentOS) Has anybody experienced this? Thanks in advance! Santiago -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] swat password

2008-05-21 Thread Santiago Andres Triana
Hello all, I'm having trouble logging into swat. Not even root can login! I'm using Rocks 4.1 (linux cluster based on CentOS) Has anybody experienced this? Thanks in advance! Santiago -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] add machine script option

2008-05-21 Thread Charlie
Red Hat linux includes a few extra switches on useradd. This is from the RHEL4 man page, but I think Fedora and all recent versions of Red Hat have these: -M The user home directory will not be created, even if the system wide settings from /etc/login.defs is to create home dirs.

[Samba] user can not print to cups printer

2008-05-21 Thread Andreas
Hello, we installed cups, the cups-windows driver and added the printers to samba via cupsaddsmb. As administrators we can print to this printer. When I look into windows security tab everyone has the right to print, but when the standard users logs in there are two problems: - the printer

Re: [Samba] smb_ldap_setup_connection failed with blank user Password

2008-05-21 Thread Charlie
It looks like your LDAP backend is rejecting the bind - if the backend was OpenLDAP, this would be because the LDAP administrator disabled anonymous (passwordless) binds. I don't know eDirectory, I jumped ship on NDS years ago. That's all I know, sorry. --Charlie On Sat, May 17, 2008 at 5:56

[Samba] Looking for a set of definitive answers (long)

2008-05-21 Thread Avery Payne
Question: We recently moved to a Samba-based file server, which holds mission- critical data on it (.dbf files used by our Accounting software, etc.) The goal was to create a file server that had excellent performance while providing Volume Management, but we felt that something like Veritas

Re: [Samba] [Slightly OT] Mac and Samba

2008-05-21 Thread Steve Thompson
On Wed, 21 May 2008, James Peach wrote: The Mac won't join to a Samba (NT4-style) domain, only to an Active Directory domain. I have several Macs (Tiger) joined to a Samba-hosted domain with no problems. Haven't tried it with Leopard, though. Steve -- To unsubscribe from this list go to

[Samba] Re: swat password

2008-05-21 Thread Santiago Andres Triana
Thanks for your reply Vickie, I actually have the OS root password and samba root password identical. I did it issuing the command smbpasswd -a root and setting the password as the same for the OS but swat still won't let me in... Santiago -- To unsubscribe from this list go to the following

Re: [Samba] Looking for a set of definitive answers (long)

2008-05-21 Thread Jeremy Allison
On Wed, May 21, 2008 at 06:47:52PM +, Avery Payne wrote: Question: We recently moved to a Samba-based file server, which holds mission- critical data on it (.dbf files used by our Accounting software, etc.) The goal was to create a file server that had excellent performance while

Re: [Samba] Existing files don't show up in share, new files do (Solved!)

2008-05-21 Thread Rubin Bennett
Glad to hear it! Damn SELinux *grumble*. I shoulda thought of that too :) Rubin On Wed, 2008-05-21 at 17:20 +0200, Pepijn Schmitz wrote: I got it. SELinux was causing the problem. Grmbl... I don't know why I didn't think to check before, but I took a look in my syslog and saw entries like

Re: [Samba] Looking for a set of definitive answers (long)

2008-05-21 Thread John H Terpstra
Avery, OK - I'll respond too. I see Jeremy has beaten me to it. Let me tell you up front, if you want the documentation to be improved the best thing you can do is contribute changes and updates. Making us aware of docuentation problems is a good start, but please take this a step further

Re: [Samba] could not parse domain user errors

2008-05-21 Thread Volker Lendecke
On Wed, May 21, 2008 at 11:23:36AM -0600, Jason Gerfen wrote: Hello again. Well I am stuck again. I cannot for the life of me get the wbinfo -i username to work properly Here is some more information pulled from the log.winbind file: [2008/05/21 11:15:15, 10]

[Samba] howto sync unix passwd samba passwd?

2008-05-21 Thread Iris Lames
Hi, I'm using samba-3.0.28-0.fc8. I'm trying to build a file server for 100 users. I created a perl script that automatically adds the 100 users plus their passwords with success. Now I'm having difficulty creating a script using the smbpasswd command because passwords must be entered in stdin. I

Re: [Samba] howto sync unix passwd samba passwd?

2008-05-21 Thread Scott Lovenberg
Iris Lames wrote: Hi, I'm using samba-3.0.28-0.fc8. I'm trying to build a file server for 100 users. I created a perl script that automatically adds the 100 users plus their passwords with success. Now I'm having difficulty creating a script using the smbpasswd command because passwords must be

Re: [Samba] howto sync unix passwd samba passwd?

2008-05-21 Thread Carl Brewer
Iris Lames wrote: Hi, I'm using samba-3.0.28-0.fc8. I'm trying to build a file server for 100 users. I created a perl script that automatically adds the 100 users plus their passwords with success. Now I'm having difficulty creating a script using the smbpasswd command because passwords must be

Re: [Samba] howto sync unix passwd samba passwd?

2008-05-21 Thread Edmundo Valle Neto
Iris Lames escreveu: Hi, I'm using samba-3.0.28-0.fc8. I'm trying to build a file server for 100 users. I created a perl script that automatically adds the 100 users plus their passwords with success. Now I'm having difficulty creating a script using the smbpasswd command because passwords must

Re: [Samba] permissions

2008-05-21 Thread Michael Heydon
solarflow99 wrote: Hi, snip My question is since I am using LDAP as the backend, root can't easily be used; does anyone have any recommendations on how this can be done? Why don't you create an Administrator user in ldap that has uid 0? *Michael Heydon - IT Administrator * [EMAIL

[Samba] Samba 3.0.29 Available for Download

2008-05-21 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 == ~ You have an amazing capacity for self-deception. ~ How do you do that? ~ --Number Six (spoken to

Re: [Samba] Samba 3.0.29 Available for Download

2008-05-21 Thread Jeremy Allison
On Wed, May 21, 2008 at 09:16:28PM -0500, Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 == ~ You have an amazing capacity for self-deception. ~ How do

RE: HP CIFS and ExtAuth Module

2008-05-21 Thread Michael Ober
Paul, I should have provided this in my first request. Single OpenVMS 8.3 running TCPIP v5.3 Alpha Server. The HP CIFS is configured as a domain member. What I need to do is enable the Pathworks External Authentication module so that our users, who are VMS dumb can change their windows

Re: HP CIFS vs JYC SAMBA 2.2.8

2008-05-21 Thread bradhamilton
Michael Ober wrote: Now that HP's CIFS has been out for a few months, are there any benefits to migrating from JYC's Samba 2.2.8 to HP CIFS? I have a slightly different question - has anyone migrated from Samba to CIFS using workgroup only, rather than a domain setup? The last time I

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre3-110-g697159d

2008-05-21 Thread Karolin Seeger
The branch, v3-2-stable has been updated via 697159d80a766d9a47b6c52ebb2544343e350c08 (commit) via b8dce2ffe528c8bf149207ed3eb3dc4338a44161 (commit) via c31e1a9765552ced56d031aac1be4221e0ec3412 (commit) via f4a7b090115b8eaf27c7ed842b02f027f5b44b33 (commit)

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

2008-05-21 Thread Karolin Seeger
On Tue, May 20, 2008 at 11:37:07AM -0500, Volker Lendecke wrote: The branch, v3-2-test has been updated via 006e45fba01e05c664359e8104d495609d9555f7 (commit) from d3dd7ea5a77414c0d802668ab5bfbe3487b66926 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test

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

2008-05-21 Thread Kai Blin
The branch, v3-2-test has been updated via d923d3acdf2c47e8d1dff0951edabe37ba5078c0 (commit) from a0e1d8ac4dd9121312fd66ecb2e2942513df5a4b (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-0pre3-111-ga8d27e4

2008-05-21 Thread Karolin Seeger
The branch, v3-2-stable has been updated via a8d27e49003ce43c353c5b3938adb0e11da0a2fa (commit) from 697159d80a766d9a47b6c52ebb2544343e350c08 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable - Log

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

2008-05-21 Thread Günther Deschner
The branch, v3-2-test has been updated via 46985b309f9cf3261d34746294ac13e56ac283e4 (commit) via ee196b77b1f8fa35c5127958962a7f1a68665c1e (commit) from d923d3acdf2c47e8d1dff0951edabe37ba5078c0 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1665-g5c56464

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via 5c56464a6c2f29a039ba3152de83d34778ca0615 (commit) via a95f2bf86a75729717542b401aa39bedd21be8d0 (commit) via bd3f3e7c85f1a92638d69379782aa7bfcecd9e2f (commit) from c3eeae2ea6a7562b43a436f20c110002ca4d1d2b (commit)

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

2008-05-21 Thread Günther Deschner
The branch, v3-2-test has been updated via 2d06726b7b65a9071a872ac71a09a614270c6b2c (commit) from 46985b309f9cf3261d34746294ac13e56ac283e4 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log -

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1666-g17c41a6

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via 17c41a6c3e71102e3516e6926f7e7d1ab5c97563 (commit) from 5c56464a6c2f29a039ba3152de83d34778ca0615 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log -

[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre3-113-gb6be3a4

2008-05-21 Thread Karolin Seeger
The branch, v3-2-stable has been updated via b6be3a4426dca340459ed60ea328d7855fd3f5d4 (commit) via f522c9bc3981d7558f4a6dc5407db284f8a8ca72 (commit) from a8d27e49003ce43c353c5b3938adb0e11da0a2fa (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1673-gf29e900

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via f29e9009310e4a6d575651dd9ba41ffc90bfb386 (commit) via f0914d0187130adcd4f239d4ea0fc9f729fdedc9 (commit) via 58f956dc4591137489cba16f360f2d24d91dadc1 (commit) via 034c68bea934db87bce13a750c17fb1bd2bbe3b6 (commit) via

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

2008-05-21 Thread Jelmer Vernooij
The branch, v3-3-test has been updated via 01987778a123f853fccdcb7fe9566143e2d7c490 (commit) via 825cf91fa8b30a67d04cbda8885ff62a4c26458f (commit) via 256200e951476ff31c95a7d5621a50ba297ea6e4 (commit) via ac0d768676b1b8105a9141169b1afa248df6ce66 (commit) via

[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 v4-0-test updated - release-4-0-0alpha3-1675-gc0a84c2

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via c0a84c2b4698f6ac9b555cc74bed52e5930804d9 (commit) via 28e04f751f1d509da2c821f33df79b2a0c2d5a1a (commit) from f29e9009310e4a6d575651dd9ba41ffc90bfb386 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-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-2-test updated - release-3-2-0pre2-2393-g03a1b79

2008-05-21 Thread Jeremy Allison
The branch, v3-2-test has been updated via 03a1b791f1ce41f67bf134024bbc8d116b42ea48 (commit) from 2d06726b7b65a9071a872ac71a09a614270c6b2c (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-2544-g478a359

2008-05-21 Thread Jeremy Allison
The branch, v3-3-test has been updated via 478a359edead0677281a3ca4e64db6521941b0f3 (commit) from 01987778a123f853fccdcb7fe9566143e2d7c490 (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-1187-g9c5c3ea

2008-05-21 Thread Jeremy Allison
The branch, v3-0-test has been updated via 9c5c3eadf5aaf9821c0ebe1d2bb533eff22aab63 (commit) from d1223dd331841c2482301a9418e3a8607c81a8e9 (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-1188-g5c83e5f

2008-05-21 Thread Jeremy Allison
The branch, v3-0-test has been updated via 5c83e5f9d5f672817e64c7c8c0865d3a3e2eaf14 (commit) from 9c5c3eadf5aaf9821c0ebe1d2bb533eff22aab63 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

[SCM] CTDB repository - branch master updated - 92be23dbd6a5bf32d4d1af4a41437fbcd7d8eaf2

2008-05-21 Thread Ronnie Sahlberg
The branch, master has been updated via 92be23dbd6a5bf32d4d1af4a41437fbcd7d8eaf2 (commit) via a953a0fb450955b62d747bdc82c5b968fe0ed378 (commit) via 1ad0295f86370979d0537f7290f5e9c7d1ff6e94 (commit) from c8181476748395fe6ec5284c49e9d37b882d15ea (commit)

[SCM] CTDB repository - branch master updated - 2908e092710d7fa2245161b3315747e17e4226c0

2008-05-21 Thread Ronnie Sahlberg
The branch, master has been updated via 2908e092710d7fa2245161b3315747e17e4226c0 (commit) from 92be23dbd6a5bf32d4d1af4a41437fbcd7d8eaf2 (commit) http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1677-g76be51d

2008-05-21 Thread Stefan Metzmacher
The branch, v4-0-test has been updated via 76be51d3a08e2239a137b8abe3f2df722f69ddb2 (commit) via e835e7eebcc064ce0813814796828f15ad112fbd (commit) from c0a84c2b4698f6ac9b555cc74bed52e5930804d9 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log

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

2008-05-21 Thread Michael Adam
The branch, v3-3-test has been updated via c81d5537420ea305d995eaedb68e65f4864b331c (commit) via 1cbb46e2e282a9044bd343b65e4f0269e2afac36 (commit) from 478a359edead0677281a3ca4e64db6521941b0f3 (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-2552-gfe8f9e4

2008-05-21 Thread Michael Adam
The branch, v3-3-test has been updated via fe8f9e427af3eb42d63fde96c4fe20a255facb95 (commit) via a0bdd56c75ca6f6c6068995647c0dc1ba89aef12 (commit) via 24ac40518f79fd480baaedc1d42f3b6fe8ea1c94 (commit) via be5d54a363a57113e494202a2d22dd9bbcf13b41 (commit) via

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1686-g30f8d58

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via 30f8d581aa339b37b27011e65355937590df10b9 (commit) via 453206665677821b254c18cc67192e007b892f04 (commit) via cd8c8226784c96d7f1dbae006a4853eb50c7b2e2 (commit) via 0fae6f11081cff7846319175cfec95fa3911571c (commit) via

Build status as of Thu May 22 00:00:02 2008

2008-05-21 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2008-05-21 00:00:23.0 + +++ /home/build/master/cache/broken_results.txt 2008-05-22 00:00:23.0 + @@ -1,4 +1,4 @@ -Build status as of Wed May 21 00:00:02 2008 +Build status as of Thu May

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1688-g8ee4f07

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf (commit) via 937456c69d23ece85bdb7415f52d722c2aa6b6b5 (commit) from 30f8d581aa339b37b27011e65355937590df10b9 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1689-g8dafd4c

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1 (commit) from 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log -

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1690-g96501be

2008-05-21 Thread Jelmer Vernooij
The branch, v4-0-test has been updated via 96501be38da947f02ad57217e0bc23f7a66d36f9 (commit) from 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log -

svn commit: samba-web r1188 - in trunk/history: .

2008-05-21 Thread jerry
Author: jerry Date: 2008-05-22 02:05:13 + (Thu, 22 May 2008) New Revision: 1188 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=1188 Log: Commit the 3.0.29 release announcement to the web site Added: trunk/history/samba-3.0.29.html Changeset: Added:

svn commit: samba-web r1189 - in trunk: .

2008-05-21 Thread jerry
Author: jerry Date: 2008-05-22 02:10:13 + (Thu, 22 May 2008) New Revision: 1189 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=1189 Log: Announce 3.0.29 release Modified: trunk/header_columns.html trunk/index.html Changeset: Modified:

[SCM] CTDB repository - branch master updated - 3d85d2cf669686f89cacdc481eaa97aef1ba62c0

2008-05-21 Thread Ronnie Sahlberg
The branch, master has been updated via 3d85d2cf669686f89cacdc481eaa97aef1ba62c0 (commit) via 7fb6cf549de1b5e9ac5a3e4483c7591850ea2464 (commit) from 2908e092710d7fa2245161b3315747e17e4226c0 (commit) http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1695-g761e667

2008-05-21 Thread Andrew Bartlett
The branch, v4-0-test has been updated via 761e667e45475d3a7d5a41558b400ba4c94c4650 (commit) via 4ca8f32a37196c81547679b2ee8d00cb77a01269 (commit) via ebf130e9e57b640129cf0d05dbd7d210b71ea371 (commit) via 617d4b666514f997510a942c6f8aba6a4ae5e40e (commit) via