[Samba] Win32 services management?

2007-03-13 Thread syshen
Hi there, I just saw samba added the net rpc service for Win32 service management since 3.0.20, and it's fantastic. I used to use samba-tng to do this job, but now I can use samba! However, I also found it has limited usage. I cannot pass parameters when I start a service, and I cannot create a

Re: [Samba] samba problems. accounts expire after a hour, but work after reset

2007-03-13 Thread Collen Blijenberg
Hi Edmundo, here is the situation: we have a PDC and BDC running samba 3.0.23d we have a Application Server running samba 3.0.24 + winbind. all have fixed (static) IP addresses in the 192.168.2.X segment. (no dhcp or whatever) with resetting, i ment a restart of the samba processes (sorry i

[Samba] VFS module and file size problem

2007-03-13 Thread Roman Bouchner
Hi I am writing opaque VFS module and have file size problem in stat function. My stat function looks like this: static int mystat(SMB_STRUCT_STAT *sbuf) { memset(sbuf, 0, sizeof(SMB_STRUCT_STAT)); sbuf-st_dev = 770; // just some number sbuf-st_ino = 2; //

Re: [Samba] Users Read/Write/Delete Permission

2007-03-13 Thread Charles Marcus
On 3/12/2007 Michael Heydon ([EMAIL PROTECTED]) wrote: As Felipe said, if you're looking to protect documents, this isn't the solution. In that situation I personally like keeping rsync snapshots on a seperate hard drive of server. Using hard links you can store a LOT of snapshots using

Re: [Samba] Concerns about Samba4

2007-03-13 Thread Adam Tauno Williams
I attended the Samba conference at the FOSDEM yesterday. Jeremy Allison was great, and explained very clearly the problems faced by implementing an Active Directory controller. The CIFS protocol is required in heterogenous environments. Jeremy made it pretty clear that even in pure Unix

Re: [Samba] Win32 services management?

2007-03-13 Thread Volker Lendecke
On Tue, Mar 13, 2007 at 03:27:01PM +0800, syshen wrote: I just saw samba added the net rpc service for Win32 service management since 3.0.20, and it's fantastic. I used to use samba-tng to do this job, but now I can use samba! However, I also found it has limited usage. I cannot pass

[Samba] pdb_getsampwnam (TDB): error fetching database.

2007-03-13 Thread Javi Legido
Hi. I've samba 3.0.24-2 installed on my Debian etch linux. It works perfectly, but when I try to add a new user, I get a pdb_getsampwnam (TDB): error fetching database. error. The dump: informatica:/# smbpasswd -D 10 -a usuario Netbios name list:- my_netbios_names[0]=INFORMATICA Attempting to

[Samba] NET_SAMLOGON failed

2007-03-13 Thread Pedro Drimel Neto
I'm looking at /var/log/messages and see SAMBA messages error Mar 13 10:39:43 server smbd[1289]: [2007/03/13 10:39:43, 0] rpc_server/srv_netlog.c:api_net_sam_logon(206) Mar 13 10:39:43 server smbd[1289]: api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON. Mar 13 10:39:43 server smbd[1289]:

[Samba] Registry on server

2007-03-13 Thread Bert_De_Ridder
Hi, all, I can connect to the 'registry' of our Samba server using regedt32; I can't however change/add entries even though I start the program as Domain Admin. I get the message Cannot create key. Error writing to the registry Does anybody have any idea what could cause this ? Or is this

[Samba] can´t access share by name, but on ip

2007-03-13 Thread Aders andersson
Hi All ! i´m running Clearcase (IBM Rational) and have some strange problems ... when i use Samba ver 3.21b i can´t access the samba share by name (\\servername\sambashare) but i can access it on ip (\\192.168.1.100\sambashare\) i´m running debug level 10 and it seems like it can´t

[Samba] Need some explanation on Samba/NFS locks handle

2007-03-13 Thread Alain . Gorlier
Hi there, We are thinking about sharing same files: - OS2/Win clients with Samba - Linux clients with NFS. So, the same files would be shared by 2 different protocols. Looking at the open.c samba code, there seems to be no check / no error (sharing violation) returned to the smb client when the

[Samba] Authenticating with Active Directory

2007-03-13 Thread Jociel Andrade
Hi all, I need to authenticate Active Directory users in Solaris. I wrote a program to do it using smbclient.a lib, but the method Valid_User is returning aways the code 1 (Network Error). The program is in attachment. When I use the following code, the user is sucessfully authenticated:

Re: [Samba] can´t access share by name, but on ip

2007-03-13 Thread Lutieri G.
2007/3/13, Aders andersson [EMAIL PROTECTED]: Hi All ! i´m running Clearcase (IBM Rational) and have some strange problems ... when i use Samba ver 3.21b i can´t access the samba share by name (\\servername\sambashare) but i can access it on ip (\\192.168.1.100\sambashare\) i´m running debug

Re: [Samba] Authenticating with Active Directory

2007-03-13 Thread Lutieri G.
take a look here: http://www.hacom.nl/~richard/software/smb_auth_pt_br.html it's a squid module for authentication. see the source code. maybe can help you. 2007/3/13, Jociel Andrade [EMAIL PROTECTED]: Hi all, I need to authenticate Active Directory users in Solaris. I wrote a program to do

[Samba] Re: Authenticating with Active Directory

2007-03-13 Thread franz . pfoertsch
Jociel Andrade wrote: Hi all, I need to authenticate Active Directory users in Solaris. I wrote a program to do it using smbclient.a lib, but the method Valid_User is returning aways the code 1 (Network Error). The program is in attachment. When I use the following code, the user is

Re: [Samba] Re: Authenticating with Active Directory

2007-03-13 Thread Jociel Andrade
Franz, My output for the command: --- Begin --- [EMAIL PROTECTED] # smbclient -L 192.168.0.20 -U dmadmin%Senha123 added interface ip=192.168.0.120 bcast=192.168.0.255 nmask=255.255.255.0 session request to 192.168.0.20 failed (Called name not present) session request

Re: [Samba] Re: Authenticating with Active Directory

2007-03-13 Thread Lutieri G.
After this command run: echo $? will return 0(zero) if prior command has success and 1(one) if fail. 2007/3/13, Jociel Andrade [EMAIL PROTECTED]: Franz, My output for the command: --- Begin --- [EMAIL PROTECTED] # smbclient -L 192.168.0.20 -U dmadmin%Senha123 added

[Samba] Re: Re: Authenticating with Active Directory

2007-03-13 Thread franz . pfoertsch
Jociel Andrade wrote: Hello Jociel, to run samba in a AD-Environment there are severall steps which must be fulfilled . 1. name resolution from samba server to DC 2. timesync samba server an DC should run the same time 3. securtiy = domain or better ADS do this step by step. without security

Re: [Samba] Re: Authenticating with Active Directory

2007-03-13 Thread Jociel Andrade
Valeu Lutieri, Era isso que eu precisava... Eu não conhecia o comando echo $?. It is that I needed. I didn't know the echo $? command. But, I had to modify my registry in Windows Server in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters\requiresecuritysignature

[Samba] Can't connect to Samba server from Windows XP box

2007-03-13 Thread Tom Gederberg
Sorry for the novice question, but I am trying to set up my Linux box (running Fedora Core 6) with Samba. On my Windows XP box, I can find my Samba Server under my Workgroup, but when I try clicking on it, I get the following error message: \\localhost is not accessible. You might not have

Re: [Samba] Win32 services management?

2007-03-13 Thread Eric A. Hall
On 3/13/2007 3:27 AM, syshen wrote: I just saw samba added the net rpc service for Win32 service management since 3.0.20, and it's fantastic. I used to use samba-tng to do this job, but now I can use samba! However, I also found it has limited usage. I cannot pass parameters when I start a

[Samba] Re: can´t access share by name, but on ip

2007-03-13 Thread Jay Flory
Alders In my environment here I had the same problem on a single Windows XP workstation. All of the other workstations were fine. While investigating, I discovered that the clock on the affected machine was off by more than the allowed Kerberos skew limit. I solved it by synchorizing the

[Samba] Owner/Permissions and winbind

2007-03-13 Thread Marc Muehlfeld
Hello, I have two Samba Domains and each trust each other (PDCs run 3.0.22). Also I have a samba member server (3.0.24) that runs winbind. When I use wbinfo I can see the user and groups of both domains. I also can chown/chgrp files with users of the domain the server is member of. But I can`t

Re: [Samba] smbclient -P

2007-03-13 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harve Dearing wrote: Good Morning, In version 2.x we used smbclient -P in the interface files to print to printers connected to windows machines. I see that in version 3.x that no longer works. What is the equivalent command in 3.x? Thanks

[Samba] Problem with pdbedit -e, Samba 3.0.11

2007-03-13 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey all, Looking to upgrade from Samba 3.0.11 to HP CIFS/9000 2.03 (which is basically a patched Samba 3.0.22) on HP-UX 11i. Looking at simultaneously moving from smbpasswd as my passdb backed to tdbsam. Looks pretty idiot proof, and I think I should

Re: [Samba] 3.0.24 weird errors, harmless?

2007-03-13 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Schaefer Jr, Thomas R. wrote: 2) Every several seconds to every several minutes depending, I guess depending on how heavy the server's being worked I'm getting log.smbd entries: [2007/03/07 08:16:57, 0]

Re: [Samba] Owner/Permissions and winbind

2007-03-13 Thread Mostro Mostro
On 3/13/07, Marc Muehlfeld [EMAIL PROTECTED] wrote: Hello, I have two Samba Domains and each trust each other (PDCs run 3.0.22). Also I have a samba member server (3.0.24) that runs winbind. When I use wbinfo I can see the user and groups of both domains. I also can chown/chgrp files with

[Samba] NT Migration Auth Problem with NIS Samba3

2007-03-13 Thread SoUnD WrEcK
Hello, I have been working to migrate away from my failing NT PDC to Samba (3.0.23d) on a Solaris 8 server running NIS. Passwords, etc.. are kept in /etc/yp/passwd, and the passwd command is used to change passwords (not yppasswd). I have used the vampire command to migrate all user accounts

[Samba] Problem with Samba and McAfee?

2007-03-13 Thread Tom Gederberg
I am having trouble with my Windows XP machine and my Linux machine (Fedora Core 6) communicating with Samba. My XP machine is running McAfee Security Center and I think that is what is causing the problem. Does anyone know of any conflicts? Regards, Tom -- To unsubscribe from this list go to

svn commit: samba r21816 - in branches/SAMBA_3_0_25/source: .

2007-03-13 Thread lmuelle
Author: lmuelle Date: 2007-03-13 07:30:26 + (Tue, 13 Mar 2007) New Revision: 21816 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21816 Log: Merge missing hunks of rev 20663, 20664, 20666, and 20668 to install smbmount, smbmnt, smbumount, and the man pages only if

Re: svn commit: samba r21814 - in branches: SAMBA_3_0/source/librpc/ndr SAMBA_4_0/source/librpc/ndr

2007-03-13 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: tridge Date: 2007-03-13 04:42:49 + (Tue, 13 Mar 2007) New Revision: 21814 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21814 Log: use ndr_push_error in the ndr layer, not

svn commit: samba r21817 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

2007-03-13 Thread metze
Author: metze Date: 2007-03-13 11:10:48 + (Tue, 13 Mar 2007) New Revision: 21817 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21817 Log: give fields a meaning metze Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl

svn commit: samba r21818 - in branches/SAMBA_3_0/source/passdb: .

2007-03-13 Thread vlendec
Author: vlendec Date: 2007-03-13 12:45:20 + (Tue, 13 Mar 2007) New Revision: 21818 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21818 Log: Remove some unused code Modified: branches/SAMBA_3_0/source/passdb/secrets.c Changeset: Modified:

svn commit: samba r21819 - in branches/SAMBA_3_0/source/passdb: .

2007-03-13 Thread vlendec
Author: vlendec Date: 2007-03-13 14:05:38 + (Tue, 13 Mar 2007) New Revision: 21819 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21819 Log: Wrap all steps in secrets_store_machine_password into one single transaction. Succeed all or store nothing. Volker

svn commit: samba r21820 - in branches/SAMBA_4_0/source/libnet: .

2007-03-13 Thread metze
Author: metze Date: 2007-03-13 14:32:20 + (Tue, 13 Mar 2007) New Revision: 21820 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21820 Log: move function, so that all are in top-down order as they get called metze Modified:

svn commit: samba r21821 - in branches/SAMBA_4_0/source: libnet torture/rpc

2007-03-13 Thread metze
Author: metze Date: 2007-03-13 15:41:25 + (Tue, 13 Mar 2007) New Revision: 21821 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21821 Log: move comment about the becoming a dc to the code which implements it and extent the comments a bit metze Modified:

svn commit: samba r21825 - in branches: SAMBA_3_0/source/lib SAMBA_3_0/source/param SAMBA_3_0_25/source/lib SAMBA_3_0_25/source/param

2007-03-13 Thread herb
Author: herb Date: 2007-03-13 17:39:06 + (Tue, 13 Mar 2007) New Revision: 21825 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21825 Log: add debug prefix timestamp to allow short timestamps to be added to debug messages Modified:

svn commit: samba-docs r1061 - in trunk/smbdotconf: logging printing

2007-03-13 Thread herb
Author: herb Date: 2007-03-13 17:40:17 + (Tue, 13 Mar 2007) New Revision: 1061 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-docsrev=1061 Log: add documentation for debug prefix timestamp fix missing tag close in printjobusername Added:

svn commit: samba r21826 - in branches/SAMBA_4_0/source/libnet: .

2007-03-13 Thread metze
Author: metze Date: 2007-03-13 18:12:21 + (Tue, 13 Mar 2007) New Revision: 21826 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21826 Log: reorder functions metze Modified: branches/SAMBA_4_0/source/libnet/libnet_unbecome_dc.c Changeset: Modified:

svn commit: samba r21827 - in branches/SAMBA_4_0/source: libnet torture/rpc

2007-03-13 Thread metze
Author: metze Date: 2007-03-13 18:17:31 + (Tue, 13 Mar 2007) New Revision: 21827 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21827 Log: move comments to the place where the functionality is implemented metze Modified:

svn commit: samba r21828 - in branches/SAMBA_4_0: . source/lib/registry

2007-03-13 Thread jelmer
Author: jelmer Date: 2007-03-13 20:08:44 + (Tue, 13 Mar 2007) New Revision: 21828 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21828 Log: Hardcode prototypes, as they're a public API. Modified: branches/SAMBA_4_0/

svn commit: samba r21829 - in branches/SAMBA_4_0: . source/librpc

2007-03-13 Thread jelmer
Author: jelmer Date: 2007-03-13 20:26:35 + (Tue, 13 Mar 2007) New Revision: 21829 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21829 Log: Integrate mgmt in libdcerpc. We have enough libraries as it is and mgmt is part of the DCE/RPC standard. Modified:

svn commit: samba r21830 - in branches/SAMBA_4_0: . source source/lib/registry source/torture

2007-03-13 Thread jelmer
Author: jelmer Date: 2007-03-13 20:44:14 + (Tue, 13 Mar 2007) New Revision: 21830 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21830 Log: Fix header installation, remove proto header with a single prototype. Modified: branches/SAMBA_4_0/

svn commit: samba r21831 - in branches/SAMBA_3_0/source: include libads libsmb passdb utils

2007-03-13 Thread vlendec
Author: vlendec Date: 2007-03-13 20:53:38 + (Tue, 13 Mar 2007) New Revision: 21831 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21831 Log: Back out r21823 for a while, this is going into a bzr tree first. Volker Modified:

svn commit: samba r21834 - in branches/SAMBA_4_0: . source/lib/registry/tools

2007-03-13 Thread jelmer
Author: jelmer Date: 2007-03-13 22:03:04 + (Tue, 13 Mar 2007) New Revision: 21834 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21834 Log: Remove unnecessary includes Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/registry/tools/regdiff.c

svn commit: samba r21835 - in branches/SAMBA_4_0/source/rpc_server: .

2007-03-13 Thread tridge
Author: tridge Date: 2007-03-13 22:58:23 + (Tue, 13 Mar 2007) New Revision: 21835 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21835 Log: fixed a rpc server bug where we failed to remove a call from one linked list when moving it to another. This could cause a

svn commit: samba r21836 - in branches/SAMBA_4_0/source/script/tests: .

2007-03-13 Thread abartlet
Author: abartlet Date: 2007-03-13 23:16:09 + (Tue, 13 Mar 2007) New Revision: 21836 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21836 Log: Assume that if an OpenLDAP system is 'modular' then everything is a module, so we have to bring in syncprov too. Andrew

Build status as of Wed Mar 14 00:00:02 2007

2007-03-13 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-03-13 00:01:17.0 + +++ /home/build/master/cache/broken_results.txt 2007-03-14 00:01:53.0 + @@ -1,4 +1,4 @@ -Build status as of Tue Mar 13 00:00:02 2007 +Build status as of Wed Mar

svn commit: samba r21837 - in branches/SAMBA_4_0: . source/lib/registry source/librpc source/torture

2007-03-13 Thread jelmer
Author: jelmer Date: 2007-03-14 00:44:29 + (Wed, 14 Mar 2007) New Revision: 21837 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=21837 Log: Make dcerpc_mgmt a separate library again, as the linker leaves it out when it's part of dcerpc. Modified:

Rev 11732: Hardcode prototypes, as they're a public API. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11732 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-03-13 20:44:54 +0100

Rev 11733: Integrate mgmt in libdcerpc. We have enough libraries as it is and mgmt is part of the DCE/RPC standard. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11733 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-03-13 21:24:40 +0100

Rev 11330: Fix build of the Debian packages. in file:///home/jelmer/bzr.samba/4.0-debian/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11330 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Tue 2007-03-13 19:20:56 +0100 message:

Rev 11333: Merge upstream in file:///home/jelmer/bzr.samba/4.0-debian/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11333 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Tue

Rev 11335: Merge upstream in file:///home/jelmer/bzr.samba/4.0-debian/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11335 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Tue

Rev 11740: Make dcerpc_mgmt a separate library again, as the linker leaves it out when it's part of dcerpc. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11740 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Wed 2007-03-14 01:42:36 +0100

Rev 11334: Fix some more missing files. in file:///home/jelmer/bzr.samba/4.0-debian/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11334 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Tue 2007-03-13 22:50:58 +0100 message:

Rev 11332: Merge upstream. in file:///home/jelmer/bzr.samba/4.0-debian/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11332 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Tue

Rev 11734: Fix header installation, remove proto header with a single prototype. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11734 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-03-13 21:42:24 +0100

Rev 11336: Merge more upstream fixes. in file:///home/jelmer/bzr.samba/4.0-debian/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11336 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Tue

Rev 11733: Integrate mgmt in libdcerpc. We have enough libraries as it is and mgmt is part of the DCE/RPC standard. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/SAMBA_4_0/ revno: 11733 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Tue 2007-03-13 21:20:37 +0100 message:

Rev 11337: Merge upstream in file:///home/jelmer/bzr.samba/4.0-debian/

2007-03-13 Thread Jelmer Vernooij
At file:///home/jelmer/bzr.samba/4.0-debian/ revno: 11337 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: 4.0-debian timestamp: Wed