Re: Samba 3.0: vfs_netatalk.c

2003-02-11 Thread Andrew Bartlett
On Wed, 2003-02-12 at 07:52, Christopher R. Hertel wrote: Paul Green wrote: Anthony Liguori [mailto:aliguor at us.ibm.com] wrote: scandir() (and it's [alpha|version]sort() brethren) is a BSD/Linux-ism and therefore isn't very portable. Since this is in a VFS module (and therefore

Re: Samba 3.0: vfs_netatalk.c

2003-02-11 Thread Christopher R. Hertel
On Tue, Feb 11, 2003 at 02:00:18PM -0700, Anthony Liguori wrote: One catch is that there is a difference between BSD and System V implementations, but that's something that should be handle-able with ./configure. It seems to me that in either case the data could be sorted using

Re: Samba 3.0: vfs_netatalk.c

2003-02-11 Thread jra
On Tue, Feb 11, 2003 at 03:23:37PM -0500, Green, Paul wrote: Anthony Liguori [mailto:[EMAIL PROTECTED]] wrote: scandir() (and it's [alpha|version]sort() brethren) is a BSD/Linux-ism and therefore isn't very portable. Since this is in a VFS module (and therefore only optional) I guess

[PATCH] Re: Samba 3.0: vfs_netatalk.c

2003-02-11 Thread Anthony Liguori
If you read the code, then it's pretty obvious that we just need the entries in the directory - unsorted and one at a time. As such, my understanding it that we can re-implement as readdir(). See attachment (See attached file: scandir.patch) Anthony Liguori Linux/Active Directory

Re: Enumerating from trusted domain - fix to winbindd_util.c

2003-02-11 Thread Tim Potter
On Tue, Feb 11, 2003 at 12:44:54PM -0500, Ken Cross wrote: You may or may not have noticed, but wbinfo -m doesn't work on SAMBA_3_0, and -u or -g don't return users/groups from trusted domains. The problem was in winbindd_util.c. init_domain_list would reset the list using free_domain_list

password quality script aka --with-cracklib replacement

2003-02-11 Thread Pierre Belanger
Hi, Here's what I've come up for the password quality script, cracklib replacement after exchanging a few email and reading what came up on the mailing list. Your comments are again very welcome -- I've come up with this but if it's all wrong fell free to blast me ;-) I had good fun doing it and

Dual winbind daemons - fix to winbindd_dual.c

2003-02-11 Thread Ken Cross
Samba-folk: The dual winbindd daemon hasn't been working (at least not on NetBSD). It always bombs out with [2003/02/11 10:03:23, 2] tdb/tdbutil.c:tdb_log(582) tdb(unnamed): tdb_open_ex: /var/samba/locks/winbindd_idmap.tdb (0,162792) is already open in this process [2003/02/11 10:03:23, 0]

Re: password quality script aka --with-cracklib replacement

2003-02-11 Thread Martin Pool
On 11 Feb 2003, Pierre Belanger [EMAIL PROTECTED] wrote: What is it? I have my own comments at the end ... From the documentation I wrote (even if I'm French I think it's not that bad!?!?!?): This looks good to me. Would it be possible to do this as a PAM module called by Samba? (Possibly

background updates of print queues via a dedicated process

2003-02-11 Thread Martin Pool
The Samba 3.0 roadmap mentions this as a wishlist item for 3.x. I'm interested in looking at it. Has anybody else already worked on it? It seemed like it would involve a separate smbd process repeatedly parsing the output of lpq and feeding it into a database, rather than this being done

Re: Problem with nt acl support when saving Excel or Word Files

2003-02-11 Thread Dmitry Melekhov
Michael Steffens wrote: Hi, does anyone have an idea concerning this one? Has anyone else also seen these symptoms? Yes, we have the same problem. No ideas :-(

Re: background updates of print queues via a dedicated process

2003-02-11 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 12 Feb 2003, Martin Pool wrote: The Samba 3.0 roadmap mentions this as a wishlist item for 3.x. I'm interested in looking at it. Has anybody else already worked on it? JF started on it, but do to some bugs it got sidetracked after

Re: background updates of print queues via a dedicated process

2003-02-11 Thread Martin Pool
On 11 Feb 2003, Gerald (Jerry) Carter [EMAIL PROTECTED] wrote: It seemed like it would involve a separate smbd process repeatedly parsing the output of lpq and feeding it into a database, rather than this being done on-demand from a regular smbd child. I suppose when some change is

Re: background updates of print queues via a dedicated process

2003-02-11 Thread Martin Pool
On 12 Feb 2003, Tim Potter [EMAIL PROTECTED] wrote: My idea which I've probably told a couple of you is to use kernel dnotify stuff to work out when jobs are spooled or removed. So a daemon would get a signal when a spool file is created and add that to printing.tdb. When the file completes

Re: Problem with nt acl support when saving Excel or Word Files

2003-02-11 Thread Michael Steffens
Hi Jeff, Jeff Mandel wrote: I found this is office 2000 v 9.3821 SR1 (not the latest) We are trying to load the latest office update to see if that fixes it first. Is anybody experiencing this with samba later than 9.4402 SR1 or on the latest version, whatever that is? Would also prefer to

Re: password quality script aka --with-cracklib replacement

2003-02-11 Thread Andrew Bartlett
On Wed, 2003-02-12 at 15:50, Martin Pool wrote: On 11 Feb 2003, Pierre Belanger [EMAIL PROTECTED] wrote: What is it? I have my own comments at the end ... From the documentation I wrote (even if I'm French I think it's not that bad!?!?!?): This looks good to me. Would it be

Re: revert changes please

2003-02-11 Thread Richard Sharpe
On Mon, 10 Feb 2003, Stefan (metze) Metzmacher wrote: HI Richard, can you revert this: http://cvs.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.603r2=1.604 - @$(CC) $(FLAGS) -o $@ $(SMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINTLIBS) \ + $(CC) $(FLAGS) -o $@

revert changes please

2003-02-11 Thread Stefan (metze) Metzmacher
HI Richard, can you revert this: http://cvs.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.603r2=1.604 - @$(CC) $(FLAGS) -o $@ $(SMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINTLIBS) \ + $(CC) $(FLAGS) -o $@ $(SMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINTLIBS) \ $(AUTHLIBS)

Re: CVS update: sambaweb

2003-02-11 Thread Simo Sorce
Congrats Alexander :-) On Tue, 2003-02-11 at 12:43, [EMAIL PROTECTED] wrote: Date: Tue Feb 11 11:43:12 2003 Author: ab Update of /home/cvs/sambaweb In directory dp.samba.org:/tmp/cvs-serv32706 Modified Files: team.html Log Message: Test commit of contact address as per

CVS update: samba/source

2003-02-11 Thread jmcd
Date: Tue Feb 11 19:57:17 2003 Author: jmcd Update of /home/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv17709 Modified Files: Makefile.in Log Message: remove trailing 'a' from VFS_MODULES targets...fix build Revisions: Makefile.in 1.610 = 1.611

CVS update: samba/source/modules

2003-02-11 Thread abartlet
Date: Tue Feb 11 21:54:36 2003 Author: abartlet Update of /data/cvs/samba/source/modules In directory dp.samba.org:/tmp/cvs-serv32232/modules Modified Files: vfs_netatalk.c Log Message: Patch from Anthony Liguori [EMAIL PROTECTED] to remove scandir() portability madness. Andrew

CVS update: samba/source/rpc_parse

2003-02-11 Thread tridge
Date: Tue Feb 11 21:55:41 2003 Author: tridge Update of /home/cvs/samba/source/rpc_parse In directory dp.samba.org:/tmp/cvs-serv32515 Modified Files: parse_lsa.c parse_misc.c Log Message: added server stubs for lsa_enum_acct_with_right Revisions: parse_lsa.c 1.89 = 1.90

CVS update: samba/source/rpc_server

2003-02-11 Thread tridge
Date: Tue Feb 11 21:55:49 2003 Author: tridge Update of /home/cvs/samba/source/rpc_server In directory dp.samba.org:/tmp/cvs-serv32532 Modified Files: srv_lsa.c srv_lsa_nt.c Log Message: added server stubs for lsa_enum_acct_with_right Revisions: srv_lsa.c 1.84 = 1.85

CVS update: samba/source/modules

2003-02-11 Thread abartlet
Date: Tue Feb 11 21:56:38 2003 Author: abartlet Update of /home/cvs/samba/source/modules In directory dp.samba.org:/tmp/cvs-serv32374/modules Modified Files: Tag: SAMBA_3_0 vfs_netatalk.c Log Message: Merge from HEAD: Patch by Anthony Liguori [EMAIL PROTECTED] to replace

CVS update: samba/source/rpc_parse

2003-02-11 Thread tridge
Date: Tue Feb 11 22:53:57 2003 Author: tridge Update of /home/cvs/samba/source/rpc_parse In directory dp.samba.org:/tmp/cvs-serv7194 Modified Files: parse_misc.c Log Message: removed a duplicate copy of smb_io_sid_array() Revisions: parse_misc.c1.109 = 1.110

CVS update: samba/source/lib

2003-02-11 Thread tridge
Date: Wed Feb 12 00:39:36 2003 Author: tridge Update of /home/cvs/samba/source/lib In directory dp.samba.org:/tmp/cvs-serv19969 Modified Files: charcnv.c Log Message: pull_ucs2_talloc() should pull to a char**, not a void** Revisions: charcnv.c 1.68 = 1.69

CVS update: samba/source/libads

2003-02-11 Thread tridge
Date: Wed Feb 12 00:40:41 2003 Author: tridge Update of /home/cvs/samba/source/libads In directory dp.samba.org:/tmp/cvs-serv20252 Modified Files: ldap.c Log Message: add a note about a better method for finding netbios name of workgroup (not implemented yet) Revisions: ldap.c

CVS update: samba/source/smbd

2003-02-11 Thread tridge
Date: Wed Feb 12 00:41:35 2003 Author: tridge Update of /home/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv20323 Modified Files: nttrans.c Log Message: add a note about relative opens with blank paths - its a re-open! (not implemented yet) Revisions: nttrans.c

CVS update: samba-python/testsuite

2003-02-11 Thread tpot
Date: Wed Feb 12 00:52:49 2003 Author: tpot Update of /data/cvs/samba-python/testsuite In directory dp.samba.org:/tmp/cvs-serv21295/testsuite Log Message: Directory /data/cvs/samba-python/testsuite added to the repository Revisions:

CVS update: samba/source/nsswitch

2003-02-11 Thread tridge
Date: Wed Feb 12 00:56:14 2003 Author: tridge Update of /home/cvs/samba/source/nsswitch In directory dp.samba.org:/tmp/cvs-serv21886 Modified Files: winbindd_user.c Log Message: setup the %U substitution in winbindd for the homedir template Revisions: winbindd_user.c

CVS update: samba/source/smbd

2003-02-11 Thread jra
Date: Wed Feb 12 01:06:52 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv23757/smbd Modified Files: Tag: SAMBA_3_0 nttrans.c Log Message: Ensure we are not forgetting our janitorial duties... Jeremy. Revisions: nttrans.c

CVS update: samba/source/libads

2003-02-11 Thread jra
Date: Wed Feb 12 01:07:48 2003 Author: jra Update of /data/cvs/samba/source/libads In directory dp.samba.org:/tmp/cvs-serv23865/libads Modified Files: Tag: SAMBA_3_0 ldap.c Log Message: Merging from HEAD - add a note about a better method for finding netbios name of workgroup

CVS update: samba/source/nsswitch

2003-02-11 Thread jra
Date: Wed Feb 12 01:08:40 2003 Author: jra Update of /data/cvs/samba/source/nsswitch In directory dp.samba.org:/tmp/cvs-serv24048/nsswitch Modified Files: Tag: SAMBA_3_0 winbindd_user.c Log Message: Merge from HEAD...setup the %U substitution in winbindd for the homedir

CVS update: samba/source/lib

2003-02-11 Thread jra
Date: Wed Feb 12 01:09:35 2003 Author: jra Update of /data/cvs/samba/source/lib In directory dp.samba.org:/tmp/cvs-serv24130/lib Modified Files: Tag: SAMBA_3_0 charcnv.c Log Message: Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void** Jeremy. Revisions:

CVS update: samba/source/smbd

2003-02-11 Thread jra
Date: Wed Feb 12 01:12:33 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv24665/smbd Modified Files: open.c Log Message: Correctly return access denied on share mode deny when we can't open the file. This is a regression that was damaged

CVS update: samba/source/smbd

2003-02-11 Thread jra
Date: Wed Feb 12 01:12:58 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv24730/smbd Modified Files: Tag: SAMBA_2_2 open.c Log Message: Correctly return access denied on share mode deny when we can't open the file. This is a

CVS update: samba/source/smbd

2003-02-11 Thread jra
Date: Wed Feb 12 01:13:30 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv24780/smbd Modified Files: Tag: APPLIANCE_HEAD open.c Log Message: Correctly return access denied on share mode deny when we can't open the file. This is a

CVS update: samba/source/smbd

2003-02-11 Thread jra
Date: Wed Feb 12 01:13:35 2003 Author: jra Update of /data/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv24656/smbd Modified Files: Tag: SAMBA_3_0 open.c Log Message: Correctly return access denied on share mode deny when we can't open the file. This is a

CVS update: samba/source/utils

2003-02-11 Thread tpot
Date: Wed Feb 12 01:22:33 2003 Author: tpot Update of /data/cvs/samba/source/utils In directory dp.samba.org:/tmp/cvs-serv25924/utils Modified Files: Tag: SAMBA_3_0 smbcontrol.c Log Message: Merge of smbcontrol debuglevel fixes from HEAD. Revisions: smbcontrol.c

CVS update: samba/source/locking

2003-02-11 Thread jra
Date: Wed Feb 12 01:31:26 2003 Author: jra Update of /data/cvs/samba/source/locking In directory dp.samba.org:/tmp/cvs-serv26932/locking Modified Files: Tag: APPLIANCE_HEAD locking.c Log Message: Fix from Andrew Bartlett. Always use safe_strcpy not pstrcpy for malloced strings.

CVS update: samba/source/locking

2003-02-11 Thread jra
Date: Wed Feb 12 01:31:43 2003 Author: jra Update of /data/cvs/samba/source/locking In directory dp.samba.org:/tmp/cvs-serv27006/locking Modified Files: Tag: SAMBA_2_2 locking.c Log Message: Fix from Andrew Bartlett. Always use safe_strcpy not pstrcpy for malloced strings.

CVS update: samba/source/printing

2003-02-11 Thread abartlet
Date: Wed Feb 12 06:38:18 2003 Author: abartlet Update of /data/cvs/samba/source/printing In directory dp.samba.org:/tmp/cvs-serv1930/printing Modified Files: notify.c Log Message: Prevent NULL-pointer induced segfaults. Is tdb_pack in appliance_head different for some reason?

<    1   2