Re: [Samba] weird stat()

2002-12-22 Thread Simo Sorce
You are probably using smbfs not samba, so what matter is the kernel you
have not samba version (no we do not develop smbfs as part of samba.
You do not tell which is the OS you mount from.
You should know dos system had 2 seconds time resolution, we also
emulate this behavior in samba code.
However, this seem a kernel bug in smbfs.

Simo.

On Sun, 2002-12-22 at 07:52, Erick Calder wrote:
 hei everyone,
 
 I have a weird problem: if I do a
 
 # cd /somedir; stat somesubdir |grep Modify
 
 where /somedir is some directory on an SMB-mounted filesystem I get one
 datetime... but I I do:
 
 # cd /somedir; stat * |grep Modify
 
 for the same directory I get a Modify time which consistently differs by 1
 second.  As I'm writing a perl module to detect differences in a filesystem
 and rely on the mtime, I'm crawling up walls...
 
 I'm running RH 7.2 with a 2.4.18-18.7 kernel and samba 2.2.1a-4.  and I've
 had this weird behaviour confirmed by someone on OPN #redhat running a RH
 8.0 system with samba 2.2.7.
 
 wtf?
 
 thx - ekkis
-- 
Simo Sorce - [EMAIL PROTECTED]
Xsec s.r.l.
via Durando 10 Ed. G - 20158 - Milano
tel. +39 02 2399 7130 - fax: +39 02 700 442 399



signature.asc
Description: This is a digitally signed message part


RE: [Samba] samba win2k network path not found error 53

2002-12-22 Thread shamu90
Hi,

I am not using WINS and both machines are on the same subnet. Is there is
any known issue of win2k with samba ?

Regards,
Muhammad Shakeel



-Original Message-
From: John H Terpstra [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 21, 2002 11:29 PM
To: shamu90
Cc: [EMAIL PROTECTED]
Subject: Re: [Samba] samba win2k network path not found error 53


On Sat, 21 Dec 2002, shamu90 wrote:

 Hi all,

 i installed the samba 2.2.2 for solaris 8 on SPARC server and trying to
 connect it throught win2k machine but when i use the following command:

 net use \\sunmachine

 i get the following error message

 system error 53 has occured

This means that your Win2K machine is unable to resolve the sunmachine
name to it's IP address. Are you wusing WINS?

If so, how is Samba configured? Where is your WINS server?

If you are not using WINS, are both machines on the same sub-net?

- John T.


 The network was path not found


 sunmachine name is also entered in the lmhosts file.

 I really appreciate the quick reply.

 My smb.conf is attached

 Regards,
 shakeel


--
John H Terpstra
Email: [EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] samba win2k network path not found error 53

2002-12-22 Thread shamu90
Hi Bob,

Yes both machines can ping each through IP and machine name.

smb.conf is pasted belew:


# Samba config file created using SWAT
# from 192.168.5.21 (192.168.5.21)
# Date: 2000/11/10 16:31:31

# Global parameters
[global]
workgroup = RIY
netbios name = came-sun
netbios aliases = SUN  Administrator
server string = solaris 8
interfaces = 192.168.0.11/24
security = SERVER
encrypt passwords = Yes
log file = /var/log/samba/log.%m
max log size = 50
name resolve order = wins bcast lmhosts host
os level = 0
local master = No
wins server = 192.168.0.1
lock dir = /var/lock
hosts allow = 192.168.0.

[homes]
comment = Home Directories
read only = No
create mask = 0750
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
print ok = Yes
browseable = No

[public]
comment = Public For All
path = /home/public
read only = No
guest only = Yes
guest ok = Yes



Regards,
Muhammad Shakeel
Technical Consultant Storage
Computer Associates Middle East
[EMAIL PROTECTED]
Ph: +966-1-460-0001 Ext 223
Fax: +966-1-460-0011
http://www.ca-me.com




-Original Message-
From: Owens, Bob [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 22, 2002 2:26 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [Samba] samba win2k network path not found error 53


shakeel,

Can you ping with the IP address?
Can you ping with the IP sunmachine?
Your conf did not come right, or i am not get it.  If you could paste it in.

-Original Message-
From: shamu90 [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 21, 2002 12:40 PM
To: [EMAIL PROTECTED]
Subject: [Samba] samba win2k network path not found error 53


Hi all,

i installed the samba 2.2.2 for solaris 8 on SPARC server and trying to
connect it throught win2k machine but when i use the following command:

net use \\sunmachine

i get the following error message

system error 53 has occured

The network was path not found


sunmachine name is also entered in the lmhosts file.

I really appreciate the quick reply.

My smb.conf is attached

Regards,
shakeel

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] MS Word / office hangs from Win2K workstations when using samba s hare

2002-12-22 Thread Nir Livni
I am using samba-2.2.7

ALL OPLOCKS are turned off.

Yet, 
when using a Win2K workstations ,
and editing a word document,
sometimes word hangs.
No crash.
No special log messages.
Simply - word hangs.

I saw a similar message in the archives:
http://marc.theaimsgroup.com/?l=sambam=102543430800530w=2
the suggestion there is to install a microsoft patch in the Win2K clients.

Has anyone of you installed that microsoft's patch to Win2K ? did it help ?

Thanks,
Nir
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] LDAP, SASL, Invalid credentials???

2002-12-22 Thread Norberto Bensa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm sorry for this but it's driving me crzzyy

My setup:
samba: 2.2.7
openldap: 2.0.25
sasl: 1.5.27

I've configured my LDAP server (for testing purposes only) with 
SASL/DIGEST-MD5 auth.

In slapd.conf
rootdn  [EMAIL PROTECTED]
sasl-realm  bensa.ar

# saslpasswd -u bensa.ar -c root
(I've set 'admin' as the password for root)

ldapsearch, ldapadd, ldapdelete, etc., do work.

in smb.conf
ldap admin dn   = [EMAIL PROTECTED]

# smbpasswd -w admin
Setting stored password for [EMAIL PROTECTED] in secrets.tdb

# smbpasswd -D 15 -a nbensa
.
.
.
New SMB password:
Retype new SMB password:
ldap_open_connection: starting...
Initializing connection to ldap.bensa.ar on port 389
ldap_open_connection: connection opened
ldap_connect_system: Binding to ldap server as [EMAIL PROTECTED]
Bind failed: Invalid credentials
ldap_open_connection: starting...
Initializing connection to ldap.bensa.ar on port 389
ldap_open_connection: connection opened
ldap_connect_system: Binding to ldap server as [EMAIL PROTECTED]
Bind failed: Invalid credentials
Failed to add entry for user nbensa.
Failed to modify password entry for user nbensa


Why??? Am I missing something here or is there a bug in smbpasswd when using 
SASL in OpenLDAP, or it just doesn't work???


TIA,
Norberto

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+BciLnRsXzlfuYhwRAvD8AJ9R3+cs2tedPjH+9vwxIy0tPbVoYgCgk8dL
cziZfDARoHohrEwkfZbh6I4=
=DQA/
-END PGP SIGNATURE-

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] need roaming profile + local profile

2002-12-22 Thread sander




Hi

due a very strange behaviour of my windows I 
coudn't see the reply that you've sended on my mail, (my computer froze and all 
mail that i've received is gone, dont ask me how :) so could you pls send it 
again.

mvg

sander


-"Are 
you still wasting your time with spam?...There is a solution!"

Protected by GIANT Company's Spam InspectorThe 
most powerful anti-spam software available.http://www.giantcompany.com



  - Original Message - 
  From: 
  sander 
  To: [EMAIL PROTECTED] 
  Sent: Saturday, December 21, 2002 11:33 
  AM
  Subject: [Samba] need roaming profile + 
  local profile
  
  
  Hi
  
  I've got a samba pdc set up but I've got a 
  strange problem. Everything works fine I can login with the roaming 
  profile BUT I also need a local profile, without the local profile he says 
  that he cannot find the domain name. And the local profile has to be 
  administrator or he doesn't remember my preferences of all my programs and 
  settings.
  
  Any idea what I'm doing wrong?
  
  
  Sander
  
  -"Are 
  you still wasting your time with spam?...There is a 
solution!"
  
  Protected by GIANT Company's Spam 
  InspectorThe most powerful anti-spam software available.http://www.giantcompany.com
  
  


RE: [Samba] samba win2k network path not found error 53

2002-12-22 Thread John H Terpstra
On Sun, 22 Dec 2002, shamu90 wrote:

 Hi,

 I am not using WINS and both machines are on the same subnet. Is there is
 any known issue of win2k with samba ?

The underlying issue with all MS Windows Networking (like Samba and Win2K)
is that if the TCP/IP networking is not corectly configured then it will
not work!

You did not help me to understand how your samba is configured.

Firstly, you need to make sure that all machines have correct TCP/IP
configuration.

Secondly, MS Windows networking involves a namespace that uses a method of
translating it's names to TCP/IP addresses that differs from basic TCP/IP
name resolution. In the absence of WINS, the resolution of a Windows
machine name to an IP address will be done via UDP broadcast. WINS is your
best friend - it saves a lot of heartache and significantly reduces
network broadcast traffic.

Something basic is broken in your network configuration.

So, first suggestion is read the Entire-HOWTO-Collection documentation
that is part of the samba sources (in the docs directory).

Then, when you are ready to receive help, please send me your smb.conf
file to [EMAIL PROTECTED] and I will try to help you further.

- John T.


 Regards,
 Muhammad Shakeel



 -Original Message-
 From: John H Terpstra [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, December 21, 2002 11:29 PM
 To: shamu90
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Samba] samba win2k network path not found error 53


 On Sat, 21 Dec 2002, shamu90 wrote:

  Hi all,
 
  i installed the samba 2.2.2 for solaris 8 on SPARC server and trying to
  connect it throught win2k machine but when i use the following command:
 
  net use \\sunmachine
 
  i get the following error message
 
  system error 53 has occured

 This means that your Win2K machine is unable to resolve the sunmachine
 name to it's IP address. Are you wusing WINS?

 If so, how is Samba configured? Where is your WINS server?

 If you are not using WINS, are both machines on the same sub-net?

 - John T.

 
  The network was path not found
 
 
  sunmachine name is also entered in the lmhosts file.
 
  I really appreciate the quick reply.
 
  My smb.conf is attached
 
  Regards,
  shakeel
 

 --
 John H Terpstra
 Email: [EMAIL PROTECTED]


-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Print queue not viewable from Windows XP

2002-12-22 Thread Zoran Ovcin
I am using Samba PDC LDAP box as a file and print server on our local 
network.

The printer is loaded and I can print on it, using the usual way:

   printcap name = /etc/printcap
   load printers = yes

   printing = lprng

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
   guest ok = no
   writable = no
#   public = yes
   printable = yes

I can print to this queue from an Windows XP Professional workstation, 
as well as from other systems (Windows 98,...), but I can not view the 
print queue from the XP.

I can view the queue from W98, remove a job, but, XP says when I try to 
Open the Printer, on its top bar:

lp on server Access denied, unable to connect

Does anybody else have the same problem? Can somebody help me solving it?

In my experiments I used the XP and the W98 computers as a workgroup 
members, but the same problem happens with a Windows 2000 Professional 
workstation as a Domain member.

Not forgetting to mention: defining of lpr, lpq and lprm in the smb.conf 
in the usual way did not help.

Zoran


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] weird stat()

2002-12-22 Thread Erick Calder
 so what matter is the kernel you have not samba version

sorry if I didn't provide all relevant info.

client host: RH 7.2 (2.4.18-18.7 kernel), samba 2.2.1a-4
server host: RH 7.0 (2.4.9 kernel), samba 2.0.10-0.7

 However, this seem a kernel bug in smbfs

if this is a bug in the kernel... the question on which side: the client
(which is rather recent) or the server (which is a little older)... and in
either case then I should be posting to which mailing list?

-Original Message-
From: Simo Sorce [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 22, 2002 2:35 AM
To: Erick Calder
Cc: [EMAIL PROTECTED]
Subject: Re: [Samba] weird stat()


You are probably using smbfs not samba, so what matter is the kernel you
have not samba version (no we do not develop smbfs as part of samba.
You do not tell which is the OS you mount from.
You should know dos system had 2 seconds time resolution, we also
emulate this behavior in samba code.
However, this seem a kernel bug in smbfs.

Simo.

On Sun, 2002-12-22 at 07:52, Erick Calder wrote:
 hei everyone,

 I have a weird problem: if I do a

 # cd /somedir; stat somesubdir |grep Modify

 where /somedir is some directory on an SMB-mounted filesystem I get one
 datetime... but I I do:

 # cd /somedir; stat * |grep Modify

 for the same directory I get a Modify time which consistently differs by 1
 second.  As I'm writing a perl module to detect differences in a
filesystem
 and rely on the mtime, I'm crawling up walls...

 I'm running RH 7.2 with a 2.4.18-18.7 kernel and samba 2.2.1a-4.  and I've
 had this weird behaviour confirmed by someone on OPN #redhat running a RH
 8.0 system with samba 2.2.7.

 wtf?

 thx - ekkis
--
Simo Sorce - [EMAIL PROTECTED]
Xsec s.r.l.
via Durando 10 Ed. G - 20158 - Milano
tel. +39 02 2399 7130 - fax: +39 02 700 442 399

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] PDC conversion, XP, and printing

2002-12-22 Thread Viraj Alankar
Hello,

I came across the PDC conversion docs listed here:

http://www.longfamilyusa.net/samba/pdc-conversion.html

I have a couple of questions that maybe someone here can answer:

1. If I have Windows XP Pro clients as part of the domain, will taking over
the domain without applying the SignOrSeal patch or any changes to the
workstations work?

2. I have printers setup on my Win2K PDC right now and I would like to keep
printer spooling on this machine. Is there any problem with me making that PDC
a member of the Samba domain instead of a controller? I read that I do not
really have the change the SID on this machine.

Thanks for any help.

Viraj.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Problems with Backup Exec

2002-12-22 Thread Bruce Lane
Fellow samba dancers,

Here's my situation: I've got a NetBSD (1.6) box running smoothly enough with 
the most recent stable Samba release (2.2.7a). I have no problems whatsoever browsing, 
reading, and writing files from NT boxes to the shared directory using File Manager or 
Explorer.

Our NT server is a PDC, and has Veritas Backup Exec 8.6 and a tape library on 
it. This serves as the central backup system for all the servers.

My problem is that, for whatever reason, Backup Exec cannot attach to the 
share for read or write access. The directory selections are all visible and 
browseable from Backup Exec's selection window, but they remain grayed out and cannot 
be checkmarked for backup or restore.

Backup Exec is using my own administrator-level account for access on the NT 
system, and the usernames and passwords are all consistent between the NT and BSD 
systems. I have Samba configured for domain level security, and encrypted passwords.

Has anyone else run into this, and perhaps has a fix for it? It strikes me as 
truly bizarre that I would have full access to the samba share from Explorer, yet not 
from Backup Exec.

Thanks in advance.


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner  Head Hardware Heavy,
Blue Feather Technologies -- http://www.bluefeathertech.com
ARS KC7GR (Formerly WD6EOS) since 12-77 -- [EMAIL PROTECTED]
I'll get a life when someone demonstrates that it would be superior
to what I have now... (Taki Kogoma, aka Gym Z. Quirk)

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



daemontools patches for SAMBA 2.2.7a and HEAD

2002-12-22 Thread Michael Handler
I've revved up my patches to run all SAMBA daemons (nmbd, smbd, and
winbindd) under daemontools. The patches add -F and -S options
to each of those daemons, which make them run the foreground, and
log to stdout respectively. Documentation, in the form of patches to
the SGML for the man pages, is included.

The patches can be found here:

http://www.grendel.net/handler/pub/samba-patches/

If there's any problem with importing these patches into SAMBA,
please let me know and I'll be glad to make any necessary changes.
Thanks.

--michael



Re: daemontools patches for SAMBA 2.2.7a and HEAD

2002-12-22 Thread Jelmer Vernooij
On Sun, Dec 22, 2002 at 06:47:47PM -0500, Michael Handler wrote about 'daemontools 
patches for SAMBA 2.2.7a and HEAD':
 I've revved up my patches to run all SAMBA daemons (nmbd, smbd, and
 winbindd) under daemontools. The patches add -F and -S options
 to each of those daemons, which make them run the foreground, and
 log to stdout respectively. Documentation, in the form of patches to
 the SGML for the man pages, is included.

 The patches can be found here:

   http://www.grendel.net/handler/pub/samba-patches/

 If there's any problem with importing these patches into SAMBA,
 please let me know and I'll be glad to make any necessary changes.

Just curious: Why not just use -i and -l - ?

Jelmer



msg05057/pgp0.pgp
Description: PGP signature


Re: Swat Installation

2002-12-22 Thread Dan Kegel
Pedram Dehghani wrote:


i install it RedHat Linux version 8.0 in my PC,and i  install it samba 
,but i can not fined inetd.conf in the /etc/inet.conf path,

Please help me for install swat program.

Red Hat 8.0 uses xinetd, not inetd.  You'll need to read 'man xinetd'
and look at the files in /etc/xinetd.d, and perhaps create
/etc/xinetd.d/swat
See e.g. http://samba.linuxbe.org/en/samba/learn/swat.html

- Dan

--
Dan Kegel
Linux User #78045
http://www.kegel.com




talloc_init_named

2002-12-22 Thread Stefan (metze) Metzmacher
Hi Jeremy,

please run 'grep talloc_init_named source/*/*.c' in HEAD and 3_0

and rename the function calls. :-)

thanks




metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]





talloc_init_named

2002-12-22 Thread Stefan (metze) Metzmacher
Hi Jeremy,

please run

'grep talloc_init_named source/*/*.c' and
'grep talloc_init() source/*/*.c'

in HEAD and 3_0

and rename the function calls and add strings as parameter,
please also update the DEBUG messages :-)

thanks



metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]




Re: talloc_init_named

2002-12-22 Thread jra
On Sun, Dec 22, 2002 at 10:45:02AM +0100, Stefan (metze) Metzmacher wrote:
 Hi Jeremy,
 
 please run
 
 'grep talloc_init_named source/*/*.c' and
 'grep talloc_init() source/*/*.c'
 
 in HEAD and 3_0
 
 and rename the function calls and add strings as parameter,
 please also update the DEBUG messages :-)

Hmmm. I thought I'd already done all that. It definately 
works here...

Jeremy.



Re: talloc_init_named

2002-12-22 Thread jra
On Sun, Dec 22, 2002 at 10:45:02AM +0100, Stefan (metze) Metzmacher wrote:
 Hi Jeremy,
 
 please run
 
 'grep talloc_init_named source/*/*.c' and
 'grep talloc_init() source/*/*.c'
 
 in HEAD and 3_0
 
 and rename the function calls and add strings as parameter,
 please also update the DEBUG messages :-)

Ah - ok. Missed some not commonly compiled in.

Jeremy.



CVS update: samba/source/lib

2002-12-22 Thread jra

Date:   Sun Dec 22 16:02:36 2002
Author: jra

Update of /data/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv16670/lib

Modified Files:
talloctort.c 
Log Message:
talloc_init_named - talloc_init.
Jeremy.


Revisions:
talloctort.c1.5 = 1.6
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/talloctort.c?r1=1.5r2=1.6



CVS update: samba/source/modules

2002-12-22 Thread jra

Date:   Sun Dec 22 16:02:36 2002
Author: jra

Update of /data/cvs/samba/source/modules
In directory dp.samba.org:/tmp/cvs-serv16670/modules

Modified Files:
vfs_netatalk.c vfs_recycle.c 
Log Message:
talloc_init_named - talloc_init.
Jeremy.


Revisions:
vfs_netatalk.c  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_netatalk.c?r1=1.1r2=1.2
vfs_recycle.c   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_recycle.c?r1=1.3r2=1.4



CVS update: samba/source/sam

2002-12-22 Thread jra

Date:   Sun Dec 22 16:02:36 2002
Author: jra

Update of /data/cvs/samba/source/sam
In directory dp.samba.org:/tmp/cvs-serv16670/sam

Modified Files:
account.c group.c gums_api.c gums_helper.c interface.c 
sam_ads.c 
Log Message:
talloc_init_named - talloc_init.
Jeremy.


Revisions:
account.c   1.6 = 1.7
http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/account.c?r1=1.6r2=1.7
group.c 1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/group.c?r1=1.1r2=1.2
gums_api.c  1.2 = 1.3
http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/gums_api.c?r1=1.2r2=1.3
gums_helper.c   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/gums_helper.c?r1=1.1r2=1.2
interface.c 1.23 = 1.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/interface.c?r1=1.23r2=1.24
sam_ads.c   1.5 = 1.6
http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/sam_ads.c?r1=1.5r2=1.6



CVS update: samba/source/lib

2002-12-22 Thread jra

Date:   Sun Dec 22 16:03:28 2002
Author: jra

Update of /data/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv16806/lib

Modified Files:
  Tag: SAMBA_3_0
talloctort.c 
Log Message:
talloc_init_named - talloc_init.
Jeremy.


Revisions:
talloctort.c1.5 = 1.5.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/talloctort.c?r1=1.5r2=1.5.2.1



CVS update: samba/source/modules

2002-12-22 Thread jra

Date:   Sun Dec 22 16:03:28 2002
Author: jra

Update of /data/cvs/samba/source/modules
In directory dp.samba.org:/tmp/cvs-serv16806/modules

Modified Files:
  Tag: SAMBA_3_0
vfs_netatalk.c vfs_recycle.c 
Log Message:
talloc_init_named - talloc_init.
Jeremy.


Revisions:
vfs_netatalk.c  1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_netatalk.c?r1=1.1.2.1r2=1.1.2.2
vfs_recycle.c   1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_recycle.c?r1=1.1.2.1r2=1.1.2.2



Re: talloc_init_named

2002-12-22 Thread Stefan (metze) Metzmacher
At 15:58 22.12.2002 +, you wrote:

On Sun, Dec 22, 2002 at 10:45:02AM +0100, Stefan (metze) Metzmacher wrote:
 Hi Jeremy,

 please run

 'grep talloc_init_named source/*/*.c' and
 'grep talloc_init() source/*/*.c'


please really run it...



 in HEAD and 3_0

 and rename the function calls and add strings as parameter,
 please also update the DEBUG messages :-)

Ah - ok. Missed some not commonly compiled in.

Jeremy.


this are the output in HEAD now (I removed the DEBUG messages...):
source/modules/mysql.c: query.mem_ctx = talloc_init();
source/python/py_lsa.c: if (!(mem_ctx = talloc_init())) {
source/python/py_samr.c:if (!(mem_ctx = talloc_init())) {
source/python/py_samr.c:if (!(mem_ctx = talloc_init())) {
source/python/py_samr.c:if (!(mem_ctx = talloc_init())) {
source/python/py_smb.c: mem_ctx = talloc_init();
source/python/py_smb.c: TALLOC_CTX *mem_ctx = talloc_init();
source/python/py_spoolss_drivers.c: if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_drivers.c: if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_drivers.c: if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_ports.c:   if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_printers.c:if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_printers.c:if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_printers.c:if (!(mem_ctx = talloc_init())) {
source/rpcclient/samsync.c: if (!(mem_ctx = talloc_init())) {
source/sam/gums_api.c:  TALLOC_CTX *mem_ctx = talloc_init();
source/torture/samtest.c:   if (!(mem_ctx = 
talloc_init())) {
source/utils/rpccheck.c:ctx=talloc_init();

and 3_0:
source/passdb/pdb_mysql.c:  query.mem_ctx = talloc_init();
source/python/py_lsa.c: if (!(mem_ctx = talloc_init())) {
source/python/py_samr.c:if (!(mem_ctx = talloc_init())) {
source/python/py_samr.c:if (!(mem_ctx = talloc_init())) {
source/python/py_samr.c:if (!(mem_ctx = talloc_init())) {
source/python/py_smb.c: mem_ctx = talloc_init();
source/python/py_smb.c: TALLOC_CTX *mem_ctx = talloc_init();
source/python/py_spoolss_drivers.c: if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_drivers.c: if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_drivers.c: if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_ports.c:   if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_printers.c:if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_printers.c:if (!(mem_ctx = talloc_init())) {
source/python/py_spoolss_printers.c:if (!(mem_ctx = talloc_init())) {
source/rpcclient/samsync.c: if (!(mem_ctx = talloc_init())) {
source/utils/rpccheck.c:ctx=talloc_init();


metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]