Re: [Samba] what's the best filesystem

2005-10-06 Thread James Peach
On 10/6/05, Eric A. Hall [EMAIL PROTECTED] wrote: On 10/4/2005 7:17 PM, mourik jan c heupink wrote: I like xfs, specially with quota. (and using acl's here as well) with xfs you never have to run the check_quota (or whatever the command is...) This makes a rebooting after a crash *much*

Re: [Samba] [SOLUTION} problem accessing home directory

2005-10-06 Thread Jason Smith
My problem was related to the %S in the valid users parameter for the [homes] share. Remove the %S and it worked. Jason Jason Smith wrote: Hello, I'm trying to setup a domain member server. I've followed the directions from

[Samba] Re: what's the best filesystem

2005-10-06 Thread Sean W
Actually, I am setting up an Ubuntu 5.04 box tomorrow as a Samba server (right after I figure out how to disable the raid controller). Do you suggest xfs? I've been reading this thread and people seem positive on it, but are there negatives as well? Sean James Peach wrote: On 10/6/05,

Re: [Samba] Trying to add machine accounts on the fly,

2005-10-06 Thread Marcos S. Trazzini
On Wed, Oct 05, 2005 at 06:34:17PM -0700, DSanchez wrote: [...] The following error occured attempting to join the domain etnet the user name could not be found [...] Well, I see in your config that you have not setup your server as a local master browser (by defining the local master

[Samba] Retrieve share information

2005-10-06 Thread Henrik Zagerholm
Hi! I wonder if it is possible to retreive info about Win shares in samba. I would like retrieve the physical path of a share. I.e a share named Public is physical located at C:\Data\Public. Is it possible to retrieve this with samba? Thanks Henrik -- To unsubscribe from this list go to

[Samba] password policy

2005-10-06 Thread Niels Peuyn
Hello, PDC: Samba 2.2.5 on FreeBSD 4.11 Clients: WindowsXP SP2 (local user profiles) The WindowsXP clients login to the PDC. The users can change their password on local PC and Samba in one step (Ctrl+Alt+Del - Change Password) Now my question: How can I set password policies like min.

RE [Samba] password policy

2005-10-06 Thread stephane . purnelle
Hi, pdbedit -P min password length -C value --- Stéphane PURNELLE [EMAIL PROTECTED] Service Informatique Corman S.A. Tel : 00 32 087/342467 [EMAIL PROTECTED] a écrit sur 06/10/2005 11:40:33 : Hello, PDC: Samba 2.2.5

Re: RE [Samba] password policy

2005-10-06 Thread Niels Peuyn
Hi Stéphane, pdbedit -P min password length -C value thanks for your reply. Ok, I will upgrade Samba to Version 3 and try pdbedit. 8-)) Thank you very much Niels -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Strange error.

2005-10-06 Thread James Kosin
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Jerry Others, What does this error in my logs mean: [2005/10/06 08:50:47, 0] smbd/service.c:make_connection(798) ~ james (192.168.100.158) couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d} It could be that I don't have any

Re: [Samba] Re: what's the best filesystem

2005-10-06 Thread Tobias Bluhm
I gotta put my vote in for ext3. While it is slower than the other fs's: - It's robust. I've researched this it seems you can bash ext3/2 pretty hard still recover data. I saw too many stories of lost data on the other fs's for my liking. - It's fully supported. ACL, xattr, quota, LVM

Re: [Samba] Re: what's the best filesystem

2005-10-06 Thread Dennis Veatch
On Thursday 06 October 2005 09:10 am, Tobias Bluhm wrote: I gotta put my vote in for ext3. While it is slower than the other fs's: - It's robust. I've researched this it seems you can bash ext3/2 pretty hard still recover data. I saw too many stories of lost data on the other fs's for my

Re: [Samba] Re: what's the best filesystem

2005-10-06 Thread Ryan Kather
EXT3 is a good filesystem, but I wouldn't say it's the standard for Linux. That largely depends on what distribution you use. For example, SuSE's standard is ReiserFS 3.6. Reiser is great for lots of small files, but yes EXT3 is better in general. Reiser4 is very high performance though, if

Re: [Samba] Winbind have repeat wbinfo -u before user can authentication

2005-10-06 Thread Sean Kennedy
Nattapon, My thanks for putting this in the list. I have been running head long into this problem for months now, and this was the fix. You have my gratitude. Sean nattapon viroonsri wrote: After mailling list search someone told that samba 3.0.14 already fixed this problem Or in my

[Samba] authentication problem with WinXP clients

2005-10-06 Thread Jouda Hrouda
Hello, we have problem with user authentication when accessing shared folders at standalone Samba server (security=share) from Windows XP. There is no problem accessing public folders (guest ok=yes and guest only=yes). But when trying to access non-public folders (guest ok=no with valid

Re: [Samba] Re: what's the best filesystem

2005-10-06 Thread Tobias Bluhm
While I don't know all distros, I don't know of any that doesn't support ext2/3. I can't say that about xfs, jfs, reiserfs. That's what I meant by standard. SuSE's default or preferred fs maybe reiser, but I would be surprised to find out they took out ext2/3 support.

Re: [Samba] LDAP PDC question

2005-10-06 Thread Michael Gasch
recent versions of nss honor more than just one nss_base_passwd entry greez Michael George wrote: Question is, will it check both DNs or does it just use the last one entered? On Wed, October 5, 2005 3:06 pm, Derek Harkness said: The cool thing is, I didn't either I simply forgot to comment

Re: [Samba] what's the best filesystem

2005-10-06 Thread Josh Kelley
Duncan Robertson wrote: snip dir_index for ext3 some comments here: http://info.ccone.at/INFO/Mail-Archives/redhat/Jul-2005/msg00225.html http://www.surfnetters.nl/paul/fs/ seem to indicate variable results with this feature enabled, does anyone have much experience with it in production

Re: [Samba] SAMBA/PDC + LDAP HELP please?

2005-10-06 Thread Ryan Braun [ADS]
On October 5, 2005 06:28 pm, Ryan Taylor wrote: Error 49 from the slapd docs is an invalid credentials error. So you're problem will be in the libnss config file /etc/ldap.conf not in /etc/ldap/ldap.conf. Check to make sure that both binddn and rootdn are defined in the file and make sure

[Samba] samba support for local profiles

2005-10-06 Thread Milo
Hi, I tried searching the list and could not find a straight answer. Does samba support local profiles? How does one enable/setup local profiles? What version of samba has best support for local profiles? We are having trouble with a novell-samba migration and would like to use local profiles if

Re: [Samba] Reliability of samba

2005-10-06 Thread Kevin Dalley
So far, I haven't seen problems with smbclient as much as with smbmount There have been problems with windows machines not responding, due to business. Possibly some network issues, but I think that these are normal. Inability to read files which are already open is a problem, but I can't blame

Re: [Samba] Tree connect failed: ERRDOS - ERRnomem

2005-10-06 Thread colin ingram
sorry for the long lag in reply...my grandmother passed so I've been down in TN for her services. [EMAIL PROTECTED] wrote: You don't see a slowdown or even jobs failing (oom-killer) when you receive the samba out of memory messages? novery strange I tried deleting browse.dat but

[Samba] smbprint'ing problem

2005-10-06 Thread Peter Lauda
Hey Folks, I've spent several days weeding through list archives and FAQs. I've been given the task to debug a samba printing issue and have really no idea where to start. The version is 3.0.15a and the config in question is exactly the same as the previous version we used. I believe that was

[Samba] Samba Cups Windows 98 Raw Printing - need help

2005-10-06 Thread Dave Sheckells
Hello - I am trying to use Samba and Cups to serve a file share and a raw printer to a Windows 98 client. I am using Gentoo Linux, kernel 2.6.12, Samba 3.0.14a, and Cups 1.1.23. I can access the data share from the Samba server, but the printer share does not show up when I try to use it, even if

Re: [Samba] Samba Cups Windows 98 Raw Printing - need help

2005-10-06 Thread Craig White
On Thu, 2005-10-06 at 13:03 -0700, Dave Sheckells wrote: Hello - I am trying to use Samba and Cups to serve a file share and a raw printer to a Windows 98 client. I am using Gentoo Linux, kernel 2.6.12, Samba 3.0.14a, and Cups 1.1.23. I can access the data share from the Samba server, but

Re: [Samba] Samba Cups Windows 98 Raw Printing - need help

2005-10-06 Thread Joe Cipale
I have used both with and without '_' and I am still unable to get Samba CUPS printing to work... in either direction (linux - W2K). I can even get smbclient printing to work. Joe Craig White wrote: On Thu, 2005-10-06 at 13:03 -0700, Dave Sheckells wrote: Hello - I am trying to use Samba

[Samba] Can not change password via winbind

2005-10-06 Thread nattapon viroonsri
OS: Redhat Enterprise Linux V.4 update1 samba-client-3.0.10-1.4E samba-common-3.0.10-1.4E system-config-samba-1.2.21-1 samba-common-3.0.10-1.4E samba-3.0.10-1.4E ### nsswitch.conf ### passwd: file winbind group: file winbind shadow: file winbind /etc/pam.d/system-auth ## auth

Re: [Samba] Samba Cups Windows 98 Raw Printing - need help

2005-10-06 Thread Craig White
On Thu, 2005-10-06 at 13:19 -0700, Joe Cipale wrote: I have used both with and without '_' and I am still unable to get Samba CUPS printing to work... in either direction (linux - W2K). I can even get smbclient printing to work. --- make sure the host machine can print first Craig -- This

Re: [Samba] what's the best filesystem

2005-10-06 Thread Robert Schetterer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi @ll, last time i tested xfs on suse 9 i cant get acl to work...this maybe fixed in suse 10 from the pure paper xfs reads itself as the best solution, but whatever ext3 has the biggest compatility. I agree for problems on big file server with

[Samba] samba and mysql

2005-10-06 Thread Dnebla
hello everybody , before sorry bad english . my consults is , the configuration samba with passdb backend mysql , is necessary, create user unix system ? is necessary, adduser user ? -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Winbind problem - 3.0.20a and NT4 domain

2005-10-06 Thread bdehn
All - We are using 3.0.20a on SLES 9 and are trying to configure a member server for our NT4 domain. The wbinfo commands (-u and -g) show correct information. The getent commands (passwd and group) work fine also. If Samba is running without winbind, I can see the shares in the config file

[Samba] error , mysql and samba

2005-10-06 Thread Dnebla
hello everybody , before sorry bad english . my consults is , the configuration samba with passdb backend mysql , is necessary, create user unix system ? is necessary, adduser user ? -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] Samba, OpenLDAP, numeric logins and vampire

2005-10-06 Thread jools
Hi All, I have a query regarding the interaction between Samba, LDAP and vampire. The situation is as follows. I have five NT4 servers serving 1000 users 700 of which have 4-digit numeric logins. I have a Samba PDC that I'd like to transfer all the accounts and data to, Vampire being the

[Samba] idmap problem / Where is the shared module documentation?

2005-10-06 Thread Joshua Weage
I've spent a couple of hours trying to figure out why the Samba 3.0.20aidmap facility doesn't appear to be working when it works just fine with my current config file and 3.0.14a. I'm getting Username DOMAIN\MACHINE$ is invalid on this system errors in the logs - which I believe I used to get

[Samba] slow down with WS 2003

2005-10-06 Thread akm
Debian Sarge as fileserver. W2003 as an application server on an HP desktop, only providing services to 3 other machines. A DOS application, whcih of course is not g'teed by MS to run on Terminal Server, but has seemed OK. Now it produces extreme slowdowns, I think unpredictably. It seemed

[Samba] Samba Problem

2005-10-06 Thread Gruener, Hannes
Hallo my name is Hannes Grüner. I have some problem with the samba server and don't know is it possible to help me. I'm use the Samba Version 3.0.14a and authenticate this over Kerberos to a windows 2003 domain. This works fine because I have some Problems with the folder permissions:

[Samba] Domain Authentication oddities

2005-10-06 Thread Eduard Tieseler
Hello List, I am running Samba 3.0.10-1.4E on RHEL 4.0. I was able to join this server to the domain using the 'net ads join' command and it created a machine account in AD with the name of the server. My issue is that I can authenticate using domain credentials when I access the server from

[Samba] slow down with WS 2003

2005-10-06 Thread Adrian Midgley
Debian Sarge as fileserver. W2003 as an application server on an HP desktop, only providing services to 3 other machines. A DOS application, whcih of course is not g'teed by MS to run on Terminal Server, but has seemed OK. Now it produces extreme slowdowns, I think unpredictably. It seemed to

[Samba] Patch: FC4 spec file

2005-10-06 Thread S Murthy Kambhampaty
The patch below modifies the spec file for FC4 RPM builds as follows: 1.) Build binaries using the -lmcheck option; various samba commands and smbd process crash badly without; see, for example: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164353 2.) The Fedora project's samba RPMS

[Samba] Re: SAMBA/PDC + LDAP HELP please?

2005-10-06 Thread Ryan Taylor
Ok, I figured it out!! Thank you for the help and for others the change was in /etc/ldap.conf and I had: rootbinddn = cn=root,ou=???,dc=beefylinux,dc=com i removed the ou=group after root and changed rootbinddn to just binddn and that did it.. Everything works great except for the profiles which

Re: [Samba] samba support for local profiles

2005-10-06 Thread Cybionet
Milo a écrit : Hi, I tried searching the list and could not find a straight answer. Does samba support local profiles? How does one enable/setup local profiles? What version of samba has best support for local profiles? We are having trouble with a novell-samba migration and would like to use

[Samba] backup LDAP

2005-10-06 Thread Matt Sellers
does winbind have the capability to have a backup idmap backend via ldap? ie: idmap_backend = ldap://primary idmap_backend = ldap://secondary I know this syntax is not allowed but I'm wondering if anybody sees this as a usable feature. I apologize ahead of time if this is not the catalyst of a

[Samba] inherit owner parameter

2005-10-06 Thread Cybionet
Greeting all, First, I'm using Samba 3.0.20-r1 with OpenLDAP 2.2.28 I trying to use the new parameter inherit owner and samba don't seems to reconize it. I compile Samba with acl flags. Anybody have the solution? It's to solve a ACL(EA) problem, because if a user modify a file, the old owner

[Samba] nt migration concerns

2005-10-06 Thread Joey S. Eisma
hi! we have completed testing samba pdc on a small network using fc3. we have been succesful so far. we now intend to totally replace our nt4 pdc with samba pdc. the following will be the main components of the network: 1. 300++ win98/2000/xx clients 2. win2003 db servers 3. terminal

Re: [Samba] nt migration concerns

2005-10-06 Thread Gary Dale
Joey S. Eisma wrote: hi! we have completed testing samba pdc on a small network using fc3. we have been succesful so far. we now intend to totally replace our nt4 pdc with samba pdc. the following will be the main components of the network: 1. 300++ win98/2000/xx clients 2. win2003 db

[Samba] hp officejet 9130 and samba

2005-10-06 Thread kurt weiss
we're using an hp officejet 9130 (all in one printer/scanner), wich has the possibility to store scans on a network share (smb). path, username and password are checked on a workstation and are ok. the printer has full access to the network. unfortunally samba denies access: snip

[Samba] samba errors: (87) The parameter is incorrect. (1326) Logon failure: unknown user name or bad password.

2005-10-06 Thread tom booster
I get these repeated errors from my windows server but cannot understand why. I am running samba on fedora 4 boxes and my servers run on windows 2000. Whenever someone attempts to manually access a shared volume on a linux box and use the right credentials we never experience the 1326 error. I

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

2005-10-06 Thread tridge
Author: tridge Date: 2005-10-06 06:01:56 + (Thu, 06 Oct 2005) New Revision: 10757 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10757 Log: remove the proxy module (it is not complete yet) Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c

Re: svn commit: samba r10741 - in trunk/source: include services

2005-10-06 Thread Stefan Metzmacher
+ { courier-imap, NULL, NIS Directory Service, NULL }, Hi Jerry, shouldn't this be something like IMAP4 Mail-Service? metze

svn commit: samba r10758 - in branches/tmp/samba4-winsrepl: . source/dsdb/samdb/ldb_modules source/lib/ldb/common source/lib/ldb/include source/lib/ldb/ldb_ildap source/lib/ldb/ldb_ldap source/lib/ldb

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 06:11:29 + (Thu, 06 Oct 2005) New Revision: 10758 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10758 Log: [EMAIL PROTECTED] (orig r10732): jelmer | 2005-10-05 16:52:35 +0200 Generate _ctr structures for unions [EMAIL

svn commit: samba r10759 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules lib/ldb/common lib/ldb/modules

2005-10-06 Thread tridge
Author: tridge Date: 2005-10-06 06:57:09 + (Thu, 06 Oct 2005) New Revision: 10759 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10759 Log: make modules easier to write by allowing modules to only implement the functions they care about, instead of all functions.

svn commit: samba r10760 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba: .

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 07:04:36 + (Thu, 06 Oct 2005) New Revision: 10760 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10760 Log: remove only one star from the pointers, and not from the stars that come from the array nesting this fixes a compiler

svn commit: samba r10761 - in branches/SAMBA_4_0/source: libcli/nbt libcli/wrepl pidl/lib/Parse/Pidl

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 07:26:05 + (Thu, 06 Oct 2005) New Revision: 10761 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10761 Log: we need to use a pointer to a nbt_name to fix compiler warnings, because we can only use a pointers to unknown types in

svn commit: samba r10762 - in branches/tmp/samba4-winsrepl: . source/dsdb/samdb/ldb_modules source/lib/ldb/common source/lib/ldb/modules source/libcli/nbt source/libcli/wrepl source/pidl/lib/Parse/Pid

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 07:36:29 + (Thu, 06 Oct 2005) New Revision: 10762 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10762 Log: [EMAIL PROTECTED] (orig r10759): tridge | 2005-10-06 08:57:09 +0200 make modules easier to write by allowing modules to

svn commit: samba r10763 - in branches/SAMBA_4_0/source/torture/rpc: .

2005-10-06 Thread abartlet
Author: abartlet Date: 2005-10-06 10:29:28 + (Thu, 06 Oct 2005) New Revision: 10763 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10763 Log: PROOF of the single, easily understood cause of all of our schannel PAIN! This test currently passes against Win2k3 SP0,

svn commit: samba r10764 - in branches/SAMBA_4_0/source: auth/gensec rpc_server/lsa torture/rpc

2005-10-06 Thread abartlet
Author: abartlet Date: 2005-10-06 11:15:20 + (Thu, 06 Oct 2005) New Revision: 10764 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10764 Log: To match Win2k3 SP1, we need to set an anonymous user token for schannel connections. Test for Win2k3 SP1 behaviour in

svn commit: samba r10765 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal: .

2005-10-06 Thread jelmer
Author: jelmer Date: 2005-10-06 11:57:25 + (Thu, 06 Oct 2005) New Revision: 10765 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10765 Log: Actually use VALS() setting for enums Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm

svn commit: samba r10766 - in branches/SAMBA_4_0/source: include libcli/wrepl torture/nbt

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 14:38:07 + (Thu, 06 Oct 2005) New Revision: 10766 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10766 Log: - make it possible to mark a wrepl_request as send only, used for WREPL_REPL_INFORM* messsages - make it possible to close

svn commit: samba r10767 - in branches/tmp/samba4-winsrepl: . source/auth/gensec source/include source/libcli/wrepl source/pidl/lib/Parse/Pidl/Ethereal source/rpc_server/lsa source/torture/nbt source/

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 14:38:42 + (Thu, 06 Oct 2005) New Revision: 10767 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10767 Log: [EMAIL PROTECTED] (orig r10763): abartlet | 2005-10-06 12:29:28 +0200 PROOF of the single, easily understood cause of all

svn commit: samba r10768 - in branches/SAMBA_4_0/source/smbd: .

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 14:44:37 + (Thu, 06 Oct 2005) New Revision: 10768 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10768 Log: add a function to create a stream_connection from an already existing socket connection, that's used for protocols which

svn commit: samba r10769 - in branches/tmp/samba4-winsrepl: . source/smbd

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 14:45:06 + (Thu, 06 Oct 2005) New Revision: 10769 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10769 Log: [EMAIL PROTECTED] (orig r10768): metze | 2005-10-06 16:44:37 +0200 add a function to create a stream_connection from an

svn commit: samba r10770 - in branches/tmp/samba4-winsrepl/source/wrepl_server: .

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 14:56:01 + (Thu, 06 Oct 2005) New Revision: 10770 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10770 Log: - move the table filling to a seperate function, will be reused later - fix the build, wrepl_nbt_name fixes - remove state -

svn commit: samba r10771 - in branches/tmp/samba4-winsrepl/source/wrepl_server: .

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 15:04:48 + (Thu, 06 Oct 2005) New Revision: 10771 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10771 Log: add a function to create a wreplsrv_in_connection from a client connection metze Modified:

svn commit: samba r10772 - in branches/tmp/samba4-winsrepl/source/wrepl_server: .

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 15:13:51 + (Thu, 06 Oct 2005) New Revision: 10772 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10772 Log: - make the connection code more generic to handle the pull cached connection, push cached connection or given connections -

svn commit: samba r10773 - in branches/tmp/samba4-winsrepl/source: include wrepl_server

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 15:18:49 + (Thu, 06 Oct 2005) New Revision: 10773 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10773 Log: - add composite functions for push notification metze Modified: branches/tmp/samba4-winsrepl/source/include/structs.h

svn commit: samba r10774 - in branches/tmp/samba4-winsrepl/source/wrepl_server: .

2005-10-06 Thread metze
Author: metze Date: 2005-10-06 15:23:46 + (Thu, 06 Oct 2005) New Revision: 10774 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10774 Log: - use periodic push notifycation, this is just for now as it needs to be configurable and and be triggered when the local

svn commit: samba r10775 - in trunk/source/services: .

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 15:25:53 + (Thu, 06 Oct 2005) New Revision: 10775 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10775 Log: * update the common unix service displayname table a bit * read the description from the init file if possible (Default to

svn commit: samba r10776 - in trunk/source: include rpc_parse rpc_server

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 16:23:51 + (Thu, 06 Oct 2005) New Revision: 10776 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10776 Log: I admit that I don't completely understand the \ntsvcs pipe and that this is a really horrible hack. But since I just need

svn commit: samba r10777 - in trunk/source/rpc_client: .

2005-10-06 Thread jra
Author: jra Date: 2005-10-06 16:51:08 + (Thu, 06 Oct 2005) New Revision: 10777 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10777 Log: Allow schannel setup over NTLMSSP authenticated pipes. Jeremy. Modified: trunk/source/rpc_client/cli_pipe.c Changeset:

svn commit: samba r10778 - in branches/SAMBA_3_0/source/rpc_client: .

2005-10-06 Thread jra
Author: jra Date: 2005-10-06 16:51:10 + (Thu, 06 Oct 2005) New Revision: 10778 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10778 Log: Allow schannel setup over NTLMSSP authenticated pipes. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_client/cli_pipe.c

svn commit: samba r10779 - in trunk/source/rpc_client: .

2005-10-06 Thread jra
Author: jra Date: 2005-10-06 17:42:42 + (Thu, 06 Oct 2005) New Revision: 10779 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10779 Log: Fix typo noticed by Volker. Jeremy. Modified: trunk/source/rpc_client/cli_pipe.c Changeset: Modified:

svn commit: samba r10780 - in branches/SAMBA_3_0/source/rpc_client: .

2005-10-06 Thread jra
Author: jra Date: 2005-10-06 17:43:18 + (Thu, 06 Oct 2005) New Revision: 10780 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10780 Log: Fix typo noticed by Volker. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_client/cli_pipe.c Changeset: Modified:

svn commit: samba r10781 - in branches/SAMBA_3_0/source: . include param registry rpc_parse rpc_server services

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 17:48:03 + (Thu, 06 Oct 2005) New Revision: 10781 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10781 Log: merging eventlog and svcctl code from trunk Added: branches/SAMBA_3_0/source/rpc_server/srv_eventlog_lib.c

svn commit: samba r10782 - branches/SAMBA_3_0/source/rpc_parse trunk/source/rpc_parse

2005-10-06 Thread gd
Author: gd Date: 2005-10-06 18:00:19 + (Thu, 06 Oct 2005) New Revision: 10782 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10782 Log: Only parse the group rid_array in net_user_info3() when num_group is 0. This fixes the PAC parsing for win2k DCs up to SP3.

svn commit: samba r10783 - in branches/SAMBA_3_0_RELEASE: . examples examples/LDAP source source/auth source/client source/groupdb source/include source/lib source/libads source/libsmb source/locking

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 18:06:46 + (Thu, 06 Oct 2005) New Revision: 10783 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10783 Log: merging up for 3.0.21pre1 (in a few days) Added: branches/SAMBA_3_0_RELEASE/examples/libmsrpc/

svn commit: samba r10784 - in branches/SAMBA_3_0_RELEASE: .

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 18:10:23 + (Thu, 06 Oct 2005) New Revision: 10784 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10784 Log: outline for release notes draft Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt Changeset: Modified:

svn commit: samba r10785 - in branches/SAMBA_3_0_RELEASE/source/rpc_parse: .

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 18:17:09 + (Thu, 06 Oct 2005) New Revision: 10785 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10785 Log: adding gd's group parsing fix (current up to r10784) Modified: branches/SAMBA_3_0_RELEASE/source/rpc_parse/parse_net.c

svn commit: samba r10786 - in branches/SAMBA_3_0_RELEASE/source/libsmb: .

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 18:19:29 + (Thu, 06 Oct 2005) New Revision: 10786 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10786 Log: remove forgotten files Removed: branches/SAMBA_3_0_RELEASE/source/libsmb/samlogon_cache.c Changeset: Sorry, the patch is

svn commit: samba r10787 - in branches/SAMBA_4_0/source/pidl: . lib/Parse/Pidl/Samba3

2005-10-06 Thread jelmer
Author: jelmer Date: 2005-10-06 20:07:53 + (Thu, 06 Oct 2005) New Revision: 10787 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10787 Log: Fix silly nodiscriminant-issue Modified: branches/SAMBA_4_0/source/pidl/TODO

svn commit: samba r10788 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3: .

2005-10-06 Thread jelmer
Author: jelmer Date: 2005-10-06 20:53:55 + (Thu, 06 Oct 2005) New Revision: 10788 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10788 Log: - Give unions a name - Check initialisation function return value Modified:

svn commit: samba r10789 - in trunk/source: registry rpc_server services

2005-10-06 Thread jerry
Author: jerry Date: 2005-10-06 23:06:09 + (Thu, 06 Oct 2005) New Revision: 10789 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10789 Log: only keep the registry.tdb open when there is an open key handle; use a ref count on the tdb Modified:

Build status as of Fri Oct 7 00:00:02 2005

2005-10-06 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-10-06 00:00:11.0 + +++ /home/build/master/cache/broken_results.txt 2005-10-07 00:00:09.0 + @@ -1,17 +1,17 @@ -Build status as of Thu Oct 6 00:00:02 2005 +Build status as of Fri Oct

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

2005-10-06 Thread tridge
Author: tridge Date: 2005-10-07 00:40:29 + (Fri, 07 Oct 2005) New Revision: 10790 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10790 Log: allow updating of existing ldb opaque values (thanks to abartlet for spotting this) Modified:

svn commit: samba r10791 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2005-10-06 Thread abartlet
Author: abartlet Date: 2005-10-07 01:01:44 + (Fri, 07 Oct 2005) New Revision: 10791 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10791 Log: Add copyright, fix comments (this isn't the timestamps module any more) Andrew Bartlett Modified:

svn commit: samba r10792 - in branches/SAMBA_3_0/source: include passdb rpc_server

2005-10-06 Thread jra
Author: jra Date: 2005-10-07 01:46:19 + (Fri, 07 Oct 2005) New Revision: 10792 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10792 Log: Fix the schannel not stored across client disconnects problem. Based on the Samba4 solution - stores data in

svn commit: samba r10793 - in trunk/source: include passdb rpc_server

2005-10-06 Thread jra
Author: jra Date: 2005-10-07 01:46:34 + (Fri, 07 Oct 2005) New Revision: 10793 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10793 Log: Fix the schannel not stored across client disconnects problem. Based on the Samba4 solution - stores data in

svn commit: samba r10794 - in trunk/source/rpc_server: .

2005-10-06 Thread jra
Author: jra Date: 2005-10-07 01:52:45 + (Fri, 07 Oct 2005) New Revision: 10794 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10794 Log: Fix code before decl error. Jeremy. Modified: trunk/source/rpc_server/srv_eventlog_lib.c Changeset: Modified:

svn commit: samba r10795 - in branches/SAMBA_3_0/source/rpc_server: .

2005-10-06 Thread jra
Author: jra Date: 2005-10-07 01:52:48 + (Fri, 07 Oct 2005) New Revision: 10795 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10795 Log: Fix code before decl error. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_server/srv_eventlog_lib.c Changeset:

svn commit: samba r10796 - in branches/SAMBA_4_0/source/auth: . gensec

2005-10-06 Thread abartlet
Author: abartlet Date: 2005-10-07 02:07:25 + (Fri, 07 Oct 2005) New Revision: 10796 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10796 Log: Make getting an anonymous session info a utility function. Andrew Bartlett Modified:

svn commit: samba r10797 - in trunk/source/rpc_client: .

2005-10-06 Thread tpot
Author: tpot Date: 2005-10-07 02:08:38 + (Fri, 07 Oct 2005) New Revision: 10797 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10797 Log: Fix warning if not compiling with kerberos. Modified: trunk/source/rpc_client/cli_pipe.c Changeset: Modified:

svn commit: samba r10798 - in trunk/source/python: .

2005-10-06 Thread tpot
Author: tpot Date: 2005-10-07 03:48:43 + (Fri, 07 Oct 2005) New Revision: 10798 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10798 Log: Cleanup of yucky code in setup.py with patch from Christian Andreetta. Bugzilla #3141. Modified:

svn commit: samba r10801 - in branches/SAMBA_3_0/source/rpc_client: .

2005-10-06 Thread jra
Author: jra Date: 2005-10-07 04:53:30 + (Fri, 07 Oct 2005) New Revision: 10801 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10801 Log: Janitor for tpot - remember to keep 3.0 in sync. Jeremy. Modified: branches/SAMBA_3_0/source/rpc_client/cli_pipe.c