Re: CVS update: samba/source

2004-03-19 Thread Simo Sorce
On Thu, 2004-03-18 at 20:22, [EMAIL PROTECTED] wrote:

 The login cache read/write/delete is outside of the ldap backend, so it could
 easily be called by other backends.  tdbsam won't call it for obvious
 reasons, and authors of other backends need to decide if they want to 
 implement it.

Which are these obvious reasons?
Sorry but have followed the discussion around this problem only and
haven't seen the code, can you just put down 2 words?
Wouldn't it be better to be consistent and lett all backend behave the
same way?

Simo.

-- 
Simo Sorce - [EMAIL PROTECTED]
Xsec s.r.l. - http://www.xsec.it
via Garofalo, 39 - 20133 - Milano
mobile: +39 329 328 7702
tel. +39 02 2953 4143 - fax: +39 02 700 442 399


CVS update: sambaweb

2004-03-19 Thread vlendec

Date:   Fri Mar 19 08:52:22 2004
Author: vlendec

Update of /data/cvs/sambaweb
In directory dp.samba.org:/tmp/cvs-serv7904

Modified Files:
samba.html 
Log Message:
Samba has won another award :-)

Volker


Revisions:
samba.html  1.237 = 1.238
http://www.samba.org/cgi-bin/cvsweb/sambaweb/samba.html.diff?r1=1.237r2=1.238


CVS update: samba/source/lib

2004-03-19 Thread idra

Date:   Fri Mar 19 11:28:36 2004
Author: idra

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

Modified Files:
  Tag: SAMBA_3_0
replace.c 
Log Message:
backport from head

Revisions:
replace.c   1.26.2.7 = 1.26.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/replace.c.diff?r1=1.26.2.7r2=1.26.2.8


Re: CVS update: samba/source

2004-03-19 Thread Jim McDonough





  The login cache read/write/delete is outside of the ldap backend, so it
could
  easily be called by other backends.  tdbsam won't call it for obvious
  reasons, and authors of other backends need to decide if they want to
  implement it.

 Which are these obvious reasons?
Adding a tdb cache to tdbsam is pointless.  Nothing good can come from it.
Despite our warnings, people use rsync to replicate tdbsam, and I don't
think the interactions would be beneficial.  Also, if the idealx
replication project produces something, I would imagine tdbsam would be the
backend of choice, and we'd be conflicting there.
 Sorry but have followed the discussion around this problem only and
 haven't seen the code, can you just put down 2 words?
 Wouldn't it be better to be consistent and lett all backend behave the
 same way?
besides the tdbsam reasons above:
- Each backend should evaluate if it is even appropriate for that tbackend
- Every backend would already have to have its own way of dealing with
getting time on the backend storage, which in some cases would mean
changing each backend
- It would have been put in more places in passdb than we have backends (I
know, this isn't a valid reason, I'm just pointing it out.

In fact, we need to consider the appropriate way of turning it off when the
user wants, but I didn't consider another smb.conf parm a good thing.  I'm
very open to ideas here.  It was suggested to me as a compile or configure
option, and I thought perhaps of a policy option, or perhaps something in
our ldap schema itself would be more appropriate.

I put the generic caching functions in a separate file so other backends
could use them, but just not the logic that decides how to actually cache.
I also didn't use gencache for 3 reasons: it was silly to be going
back/forth from text-numbers just to use them; these are not cache
entries that expire based on a timestamp when they are created, but
relative to the current password policy, so the gencache expiration logic
wouldn't work; wasn't sure it was a great idea for performance, though I
admit this is just conjecture.


Jim McDonough
IBM Linux Technology Center
Samba Team
6 Minuteman Drive
Scarborough, ME 04074
USA

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Phone: (207) 885-5565
IBM tie-line: 776-9984



CVS update: samba/source/param

2004-03-19 Thread idra

Date:   Fri Mar 19 14:31:09 2004
Author: idra

Update of /data/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv8699/param

Modified Files:
loadparm.c 
Log Message:
add privileges support to ldapsam too

Revisions:
loadparm.c  1.536 = 1.537

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.536r2=1.537


CVS update: samba/source/include

2004-03-19 Thread idra

Date:   Fri Mar 19 14:31:09 2004
Author: idra

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv8699/include

Modified Files:
smbldap.h 
Log Message:
add privileges support to ldapsam too

Revisions:
smbldap.h   1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smbldap.h.diff?r1=1.9r2=1.10


CVS update: samba/source/lib

2004-03-19 Thread idra

Date:   Fri Mar 19 14:31:09 2004
Author: idra

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

Modified Files:
privileges.c smbldap.c 
Log Message:
add privileges support to ldapsam too

Revisions:
privileges.c1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/privileges.c.diff?r1=1.6r2=1.7
smbldap.c   1.23 = 1.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/smbldap.c.diff?r1=1.23r2=1.24


CVS update: samba/source/passdb

2004-03-19 Thread idra

Date:   Fri Mar 19 14:31:09 2004
Author: idra

Update of /data/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv8699/passdb

Modified Files:
pdb_ldap.c 
Log Message:
add privileges support to ldapsam too

Revisions:
pdb_ldap.c  1.137 = 1.138

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.137r2=1.138


CVS update: samba/source/utils

2004-03-19 Thread idra

Date:   Fri Mar 19 14:31:09 2004
Author: idra

Update of /data/cvs/samba/source/utils
In directory dp.samba.org:/tmp/cvs-serv8699/utils

Modified Files:
net_privileges.c 
Log Message:
add privileges support to ldapsam too

Revisions:
net_privileges.c1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_privileges.c.diff?r1=1.1r2=1.2


CVS update: samba/source

2004-03-19 Thread jerry

Date:   Fri Mar 19 14:53:53 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
Makefile.in 
Log Message:
syncing with 3.0

Revisions:
Makefile.in 1.710.2.25 = 1.710.2.26

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.710.2.25r2=1.710.2.26


CVS update: samba/source/client

2004-03-19 Thread jerry

Date:   Fri Mar 19 14:53:53 2004
Author: jerry

Update of /data/cvs/samba/source/client
In directory dp.samba.org:/tmp/cvs-serv12853/source/client

Modified Files:
  Tag: SAMBA_3_0_RELEASE
clitar.c 
Log Message:
syncing with 3.0

Revisions:
clitar.c1.97.2.5 = 1.97.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/clitar.c.diff?r1=1.97.2.5r2=1.97.2.6


CVS update: samba/source/include

2004-03-19 Thread jerry

Date:   Fri Mar 19 14:53:54 2004
Author: jerry

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv12853/source/include

Modified Files:
  Tag: SAMBA_3_0_RELEASE
passdb.h smbldap.h 
Log Message:
syncing with 3.0

Revisions:
passdb.h1.27.2.6 = 1.27.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/passdb.h.diff?r1=1.27.2.6r2=1.27.2.7
smbldap.h   1.1.4.9 = 1.1.4.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smbldap.h.diff?r1=1.1.4.9r2=1.1.4.10


CVS update: samba/source/lib

2004-03-19 Thread jerry

Date:   Fri Mar 19 14:53:54 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
charcnv.c replace.c smbldap.c util.c 
Log Message:
syncing with 3.0

Revisions:
charcnv.c   1.81.2.17 = 1.81.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c.diff?r1=1.81.2.17r2=1.81.2.18
replace.c   1.34.2.1 = 1.34.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/replace.c.diff?r1=1.34.2.1r2=1.34.2.2
smbldap.c   1.1.4.10 = 1.1.4.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/smbldap.c.diff?r1=1.1.4.10r2=1.1.4.11
util.c  1.404.2.9 = 1.404.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util.c.diff?r1=1.404.2.9r2=1.404.2.10


CVS update: samba/source/pam_smbpass

2004-03-19 Thread jerry

Date:   Fri Mar 19 14:53:54 2004
Author: jerry

Update of /data/cvs/samba/source/pam_smbpass
In directory dp.samba.org:/tmp/cvs-serv12853/source/pam_smbpass

Modified Files:
  Tag: SAMBA_3_0_RELEASE
pam_smb_auth.c 
Log Message:
syncing with 3.0

Revisions:
pam_smb_auth.c  1.8 = 1.8.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/pam_smbpass/pam_smb_auth.c.diff?r1=1.8r2=1.8.2.1


CVS update: samba/source/passdb

2004-03-19 Thread jerry

Date:   Fri Mar 19 14:53:55 2004
Author: jerry

Update of /data/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv12853/source/passdb

Modified Files:
  Tag: SAMBA_3_0_RELEASE
pdb_ldap.c 
Added Files:
  Tag: SAMBA_3_0_RELEASE
login_cache.c 
Log Message:
syncing with 3.0

Revisions:
login_cache.c   NONE = 1.2.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/login_cache.c?rev=1.2.2.1
pdb_ldap.c  1.116.2.17 = 1.116.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c.diff?r1=1.116.2.17r2=1.116.2.18


CVS update: samba/source/libsmb

2004-03-19 Thread jerry

Date:   Fri Mar 19 15:52:16 2004
Author: jerry

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv24429/libsmb

Modified Files:
clientgen.c 
Log Message:
wrap cli_tdis() in check to make sure we have a valid cnum

Revisions:
clientgen.c 1.228 = 1.229

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c.diff?r1=1.228r2=1.229


CVS update: samba/source/libsmb

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:21:50 2004
Author: jerry

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv30058/libsmb

Modified Files:
cliconnect.c clientgen.c 
Log Message:
cleaning up a few compiler warngings

Revisions:
cliconnect.c1.149 = 1.150

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.149r2=1.150
clientgen.c 1.229 = 1.230

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c.diff?r1=1.229r2=1.230


CVS update: samba/source/lib

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:22:47 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
util_sock.c 
Log Message:
updating release notes  merging Derrel Lipman's libsmbclient patch from HEAD

Revisions:
util_sock.c 1.57.2.24 = 1.57.2.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_sock.c.diff?r1=1.57.2.24r2=1.57.2.25


CVS update: samba/source/libsmb

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:22:47 2004
Author: jerry

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv30139/libsmb

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c clientgen.c libsmb_cache.c libsmbclient.c 
Log Message:
updating release notes  merging Derrel Lipman's libsmbclient patch from HEAD

Revisions:
cliconnect.c1.71.2.53 = 1.71.2.54

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.53r2=1.71.2.54
clientgen.c 1.190.2.23 = 1.190.2.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c.diff?r1=1.190.2.23r2=1.190.2.24
libsmb_cache.c  1.2.2.4 = 1.2.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmb_cache.c.diff?r1=1.2.2.4r2=1.2.2.5
libsmbclient.c  1.50.2.14 = 1.50.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmbclient.c.diff?r1=1.50.2.14r2=1.50.2.15


CVS update: samba/source

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:23:54 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
VERSION 
Log Message:
bumping version to 3.0.3pre2

Revisions:
VERSION 1.1.2.11 = 1.1.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/VERSION.diff?r1=1.1.2.11r2=1.1.2.12


CVS update: samba/source/lib

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:25:01 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
util_sock.c 
Log Message:
tightening down the release branch now -- last planned merge from 3.0

Revisions:
util_sock.c 1.78.2.8 = 1.78.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_sock.c.diff?r1=1.78.2.8r2=1.78.2.9


CVS update: samba

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:25:01 2004
Author: jerry

Update of /data/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv30340

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
tightening down the release branch now -- last planned merge from 3.0

Revisions:
WHATSNEW.txt1.57.2.78 = 1.57.2.79

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.57.2.78r2=1.57.2.79


CVS update: samba/source/libsmb

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:25:02 2004
Author: jerry

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv30340/source/libsmb

Modified Files:
  Tag: SAMBA_3_0_RELEASE
cliconnect.c clientgen.c libsmb_cache.c libsmbclient.c 
Log Message:
tightening down the release branch now -- last planned merge from 3.0

Revisions:
cliconnect.c1.137.2.12 = 1.137.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.137.2.12r2=1.137.2.13
clientgen.c 1.221.2.7 = 1.221.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c.diff?r1=1.221.2.7r2=1.221.2.8
libsmb_cache.c  1.5 = 1.5.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmb_cache.c.diff?r1=1.5r2=1.5.2.1
libsmbclient.c  1.73.2.3 = 1.73.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmbclient.c.diff?r1=1.73.2.3r2=1.73.2.4


CVS update: samba-docs/docbook/manpages

2004-03-19 Thread samba-bugs

Date:   Fri Mar 19 16:29:58 2004
Author: samba-bugs

Update of /data/cvs/samba-docs/docbook/manpages
In directory dp.samba.org:/home/samba-bugs/src/samba-docs/docbook/manpages

Modified Files:
smbd.8.xml 
Log Message:
fix XML syntax error

Revisions:
smbd.8.xml  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/smbd.8.xml.diff?r1=1.3r2=1.4


Re: CVS update: samba/source/utils

2004-03-19 Thread Rafal Szczesniak
On Thu, Mar 18, 2004 at 07:32:15AM +, [EMAIL PROTECTED] wrote:
 
 Date: Thu Mar 18 07:32:15 2004
 Author:   vlendec
 
 Update of /data/cvs/samba/source/utils
 In directory dp.samba.org:/tmp/cvs-serv28359
 
 Modified Files:
   Tag: SAMBA_3_0
   net.c net_rpc.c 
 Log Message:
 Two little annoyances:
 
 net rpc did not inform you if no smbd is running.
 
 I never liked the error message (!) Success! when we established a trust.

Don't you like error message first and then success ? ;-)


cheers,
-- 
Rafal Szczesniak 
Samba Team member  http://www.samba.org



CVS update: samba/source

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:58:17 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
configure.in 
Log Message:
add --with-libdir and --with-mandir (patch from Guenther Deschner)

Revisions:
configure.in1.300.2.217 = 1.300.2.218

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.300.2.217r2=1.300.2.218


CVS update: samba/source

2004-03-19 Thread jerry

Date:   Fri Mar 19 16:59:59 2004
Author: jerry

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

Modified Files:
configure.in 
Log Message:
add --with-libdir and --with-mandir (patch from Guenther Deschner)

Revisions:
configure.in1.531 = 1.532

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.531r2=1.532


CVS update: samba/source

2004-03-19 Thread jerry

Date:   Fri Mar 19 17:00:53 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0_RELEASE
configure.in 
Log Message:
sync configure.in with 3.0

Revisions:
configure.in1.471.2.27 = 1.471.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.471.2.27r2=1.471.2.28


CVS update: samba

2004-03-19 Thread jerry

Date:   Fri Mar 19 17:03:04 2004
Author: jerry

Update of /data/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv6341

Modified Files:
  Tag: SAMBA_3_0_RELEASE
WHATSNEW.txt 
Log Message:
preparing for release of 3.0.3pre1

Revisions:
WHATSNEW.txt1.57.2.79 = 1.57.2.80

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.57.2.79r2=1.57.2.80


Re: CVS update: samba/source/include

2004-03-19 Thread Rafal Szczesniak
On Thu, Mar 18, 2004 at 08:05:00PM +, [EMAIL PROTECTED] wrote:
 
 Date: Thu Mar 18 20:05:00 2004
 Author:   jmcd
 
 Update of /home/cvs/samba/source/include
 In directory dp.samba.org:/tmp/cvs-serv17754/include
 
 Modified Files:
   passdb.h smbldap.h 
 Log Message:
 merge from 3.0...LDAP password lockout support

Can you see any reason why this could not be written to utilise gencache ?
As far as I can see there's actually no data that couldn't be represented
with gencache entry. If so, I could port it.


cheers,
-- 
Rafal Szczesniak 
Samba Team member  http://www.samba.org



CVS update: samba/examples/libsmbclient

2004-03-19 Thread sharpe

Date:   Fri Mar 19 17:36:56 2004
Author: sharpe

Update of /data/cvs/samba/examples/libsmbclient
In directory dp.samba.org:/tmp/cvs-serv13826

Modified Files:
Makefile 
Added Files:
testbrowse.c 
Log Message:

Apply some more of Derrell Lipman's changes.



Revisions:
testbrowse.cNONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/libsmbclient/testbrowse.c?rev=1.1
Makefile1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/examples/libsmbclient/Makefile.diff?r1=1.6r2=1.7


CVS update: samba/examples/libsmbclient

2004-03-19 Thread jerry

Date:   Fri Mar 19 17:48:08 2004
Author: jerry

Update of /data/cvs/samba/examples/libsmbclient
In directory dp.samba.org:/tmp/cvs-serv16434/examples/libsmbclient

Modified Files:
  Tag: SAMBA_3_0
Makefile 
Added Files:
  Tag: SAMBA_3_0
testbrowse.c 
Log Message:
missed some of Derrel's changes

Revisions:
testbrowse.cNONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/libsmbclient/testbrowse.c?rev=1.1.2.1
Makefile1.3.2.2 = 1.3.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/examples/libsmbclient/Makefile.diff?r1=1.3.2.2r2=1.3.2.3


CVS update: samba

2004-03-19 Thread jerry

Date:   Fri Mar 19 17:48:08 2004
Author: jerry

Update of /data/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv16434

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
missed some of Derrel's changes

Revisions:
WHATSNEW.txt1.52.2.78 = 1.52.2.79

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.52.2.78r2=1.52.2.79


CVS update: samba/source/rpc_client

2004-03-19 Thread jerry

Date:   Fri Mar 19 17:48:08 2004
Author: jerry

Update of /data/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv16434/source/rpc_client

Modified Files:
  Tag: SAMBA_3_0
cli_pipe.c 
Log Message:
missed some of Derrel's changes

Revisions:
cli_pipe.c  1.79.2.45 = 1.79.2.46

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c.diff?r1=1.79.2.45r2=1.79.2.46


CVS update: samba/examples/libsmbclient

2004-03-19 Thread jerry

Date:   Fri Mar 19 17:51:30 2004
Author: jerry

Update of /data/cvs/samba/examples/libsmbclient
In directory dp.samba.org:/tmp/cvs-serv17302/examples/libsmbclient

Modified Files:
  Tag: SAMBA_3_0_RELEASE
Makefile 
Added Files:
  Tag: SAMBA_3_0_RELEASE
testbrowse.c 
Log Message:
syncing more changes from 3.0

Revisions:
testbrowse.cNONE = 1.1.4.1

http://www.samba.org/cgi-bin/cvsweb/samba/examples/libsmbclient/testbrowse.c?rev=1.1.4.1
Makefile1.4.2.1 = 1.4.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/examples/libsmbclient/Makefile.diff?r1=1.4.2.1r2=1.4.2.2


CVS update: samba/source/rpc_client

2004-03-19 Thread jerry

Date:   Fri Mar 19 17:51:30 2004
Author: jerry

Update of /data/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv17302/source/rpc_client

Modified Files:
  Tag: SAMBA_3_0_RELEASE
cli_pipe.c 
Log Message:
syncing more changes from 3.0

Revisions:
cli_pipe.c  1.100.2.8 = 1.100.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c.diff?r1=1.100.2.8r2=1.100.2.9


Re: CVS update: samba/source/include

2004-03-19 Thread Jim McDonough




 Can you see any reason why this could not be written to utilise gencache
?
 As far as I can see there's actually no data that couldn't be represented
 with gencache entry. If so, I could port it.
Yes, the cache entries do not expire based on a timestamp, but rather a
timestamp+current password policy setting.

Also, it was a lot of undue converstion between strings and numbers, which
increases potential for errors.


Jim McDonough
IBM Linux Technology Center
Samba Team
6 Minuteman Drive
Scarborough, ME 04074
USA

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Phone: (207) 885-5565
IBM tie-line: 776-9984



CVS update: samba/packaging/RedHat

2004-03-19 Thread jerry

Date:   Fri Mar 19 18:59:06 2004
Author: jerry

Update of /data/cvs/samba/packaging/RedHat
In directory dp.samba.org:/tmp/cvs-serv31343

Modified Files:
  Tag: SAMBA_3_0
samba.spec.tmpl 
Log Message:
removing working when install swat since the installswat.sh is fixed now

Revisions:
samba.spec.tmpl 1.1.2.25 = 1.1.2.26

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/RedHat/samba.spec.tmpl.diff?r1=1.1.2.25r2=1.1.2.26


Re: CVS update: samba/source/include

2004-03-19 Thread Rafal Szczesniak
On Fri, Mar 19, 2004 at 01:40:50PM -0500, Jim McDonough wrote:
 
 
 
 
  Can you see any reason why this could not be written to utilise gencache
 ?
  As far as I can see there's actually no data that couldn't be represented
  with gencache entry. If so, I could port it.
 Yes, the cache entries do not expire based on a timestamp, but rather a
 timestamp+current password policy setting.

Of course and it's still doable. As caches based on gencache have their own
specifics they're built on top of it. This mechanism provides a GENeric CACHE :)
If you think it is better to leave logon caching with its own mechanism, I am
still happy with that. I just thought I had written gencache with using it
this way on mind. I'll take a look once more at the code and talk to you.


cheers,
-- 
Rafal Szczesniak 
Samba Team member  http://www.samba.org



CVS update: samba/source/lib

2004-03-19 Thread jerry

Date:   Fri Mar 19 22:06:54 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
substitute.c username.c 
Log Message:
BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info 
struct in register_vuid() -- shouldn't be any more broken than we were

Revisions:
substitute.c1.25.2.18 = 1.25.2.19

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/substitute.c.diff?r1=1.25.2.18r2=1.25.2.19
username.c  1.66.2.13 = 1.66.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/username.c.diff?r1=1.66.2.13r2=1.66.2.14


CVS update: samba/source/param

2004-03-19 Thread jerry

Date:   Fri Mar 19 22:06:54 2004
Author: jerry

Update of /data/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv667/param

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info 
struct in register_vuid() -- shouldn't be any more broken than we were

Revisions:
loadparm.c  1.397.2.126 = 1.397.2.127

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.397.2.126r2=1.397.2.127


CVS update: samba/source/smbd

2004-03-19 Thread jerry

Date:   Fri Mar 19 22:06:54 2004
Author: jerry

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv667/smbd

Modified Files:
  Tag: SAMBA_3_0
password.c sesssetup.c 
Log Message:
BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info 
struct in register_vuid() -- shouldn't be any more broken than we were

Revisions:
password.c  1.248.2.20 = 1.248.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c.diff?r1=1.248.2.20r2=1.248.2.21
sesssetup.c 1.50.2.48 = 1.50.2.49

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c.diff?r1=1.50.2.48r2=1.50.2.49


CVS update: samba/source/lib

2004-03-19 Thread jerry

Date:   Fri Mar 19 22:15:14 2004
Author: jerry

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

Modified Files:
substitute.c username.c 
Log Message:
BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info 
struct in register_vuid() -- shouldn't be any more broken than we were

Revisions:
substitute.c1.49 = 1.50

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/substitute.c.diff?r1=1.49r2=1.50
username.c  1.79 = 1.80

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/username.c.diff?r1=1.79r2=1.80


CVS update: samba/source/smbd

2004-03-19 Thread jerry

Date:   Fri Mar 19 22:15:14 2004
Author: jerry

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv2045/smbd

Modified Files:
password.c sesssetup.c 
Log Message:
BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info 
struct in register_vuid() -- shouldn't be any more broken than we were

Revisions:
password.c  1.279 = 1.280

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c.diff?r1=1.279r2=1.280
sesssetup.c 1.120 = 1.121

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c.diff?r1=1.120r2=1.121


CVS update: samba

2004-03-19 Thread jerry

Date:   Fri Mar 19 22:24:23 2004
Author: jerry

Update of /data/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv4014

Modified Files:
  Tag: SAMBA_3_0
WHATSNEW.txt 
Log Message:
starting WHATSNEW for 3.0.3pre2

Revisions:
WHATSNEW.txt1.52.2.79 = 1.52.2.80

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt.diff?r1=1.52.2.79r2=1.52.2.80


CVS update: samba/source/smbd

2004-03-19 Thread jra

Date:   Fri Mar 19 23:46:46 2004
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv19703/smbd

Modified Files:
dosmode.c open.c 
Log Message:
Fix for #1064 - ensure truncate attribute checking is done correctly on hidden dot 
files.
Jeremy.


Revisions:
dosmode.c   1.32 = 1.33

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dosmode.c.diff?r1=1.32r2=1.33
open.c  1.142 = 1.143

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/open.c.diff?r1=1.142r2=1.143


CVS update: samba/source/smbd

2004-03-19 Thread jra

Date:   Fri Mar 19 23:46:48 2004
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv19449/smbd

Modified Files:
  Tag: SAMBA_3_0
dosmode.c open.c 
Log Message:
Fix for #1064 - ensure truncate attribute checking is done correctly on hidden dot 
files.
Jeremy.


Revisions:
dosmode.c   1.27.2.6 = 1.27.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dosmode.c.diff?r1=1.27.2.6r2=1.27.2.7
open.c  1.115.2.32 = 1.115.2.33

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/open.c.diff?r1=1.115.2.32r2=1.115.2.33