CVS update: samba/source/utils

2002-12-09 Thread sharpe

Date:   Mon Dec  9 09:26:17 2002
Author: sharpe

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

Modified Files:
editreg.c 
Log Message:

Handle the creation of more parts of the tree ... Still have to do SK records
and the data parts of the VK records.

Also have to code up routines that can iterate across keys and values, as 
well as return values associated with a particular key, etc.



Revisions:
editreg.c   1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/editreg.c?r1=1.10r2=1.11



CVS update: samba/source/modules

2002-12-09 Thread idra

Date:   Mon Dec  9 12:06:15 2002
Author: idra

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

Modified Files:
vfs_recycle.c 
Log Message:

make vfs recycle use vfs facilities correctly!

WARNING: every vfs module maintainer should look at these changes to understand how to 
properly write a vfs module in head!!

also make installmodules work correctly when the directory structure is not yet in 
place.

Simo.



Revisions:
vfs_recycle.c   1.1 = 1.2

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



CVS update: samba/source/script

2002-12-09 Thread idra

Date:   Mon Dec  9 12:06:15 2002
Author: idra

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

Modified Files:
installmodules.sh 
Log Message:

make vfs recycle use vfs facilities correctly!

WARNING: every vfs module maintainer should look at these changes to understand how to 
properly write a vfs module in head!!

also make installmodules work correctly when the directory structure is not yet in 
place.

Simo.



Revisions:
installmodules.sh   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/script/installmodules.sh?r1=1.1r2=1.2



CVS update: samba/source/modules

2002-12-09 Thread idra

Date:   Mon Dec  9 13:02:27 2002
Author: idra

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

Modified Files:
vfs_recycle.c 
Log Message:

finnally put in Alexander parametric pacth



Revisions:
vfs_recycle.c   1.2 = 1.3

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



CVS update: samba

2002-12-09 Thread herb

Date:   Mon Dec  9 21:59:40 2002
Author: herb

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

Modified Files:
  Tag: SAMBA_2_2
WHATSNEW.txt 
Log Message:
mention fix for string overflow in string_sub


Revisions:
WHATSNEW.txt1.34.6.40 = 1.34.6.41

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt?r1=1.34.6.40r2=1.34.6.41



CVS update: samba/source/lib

2002-12-09 Thread jra

Date:   Tue Dec 10 00:46:47 2002
Author: jra

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

Modified Files:
time.c 
Log Message:
The _abs time functions should not be converting from/to GMT.
Patch from Jordan Russell [EMAIL PROTECTED]
Jeremy.


Revisions:
time.c  1.47 = 1.48
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/time.c?r1=1.47r2=1.48



CVS update: samba/source/libsmb

2002-12-09 Thread jerry

Date:   Tue Dec 10 00:50:28 2002
Author: jerry

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

Modified Files:
  Tag: APPLIANCE_HEAD
namequery.c 
Added Files:
  Tag: APPLIANCE_HEAD
namequery_dc.c 
Log Message:
final fix for CR 1076 - make sure we always bind to the PDC
  (in winbindd and smbd) for 15 minutes following a change of our
  machine trust account password.  

Also fix bug in domain_client_validate() that was causing us to 
always fail back to smbd for user authentication.  No CR #.




Revisions:
namequery_dc.c  NONE = 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namequery_dc.c?rev=1.1.2.1
namequery.c 1.48.2.36 = 1.48.2.37

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namequery.c?r1=1.48.2.36r2=1.48.2.37



CVS update: samba/source/nsswitch

2002-12-09 Thread jerry

Date:   Tue Dec 10 00:50:28 2002
Author: jerry

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

Modified Files:
  Tag: APPLIANCE_HEAD
winbindd_cm.c 
Log Message:
final fix for CR 1076 - make sure we always bind to the PDC
  (in winbindd and smbd) for 15 minutes following a change of our
  machine trust account password.  

Also fix bug in domain_client_validate() that was causing us to 
always fail back to smbd for user authentication.  No CR #.




Revisions:
winbindd_cm.c   1.33.2.18 = 1.33.2.19

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c?r1=1.33.2.18r2=1.33.2.19



CVS update: samba/source/utils

2002-12-09 Thread sharpe

Date:   Tue Dec 10 06:20:53 2002
Author: sharpe

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

Modified Files:
editreg.c 
Log Message:

Clean up the code some more. Create more elements of the tree.
Security Descriptors/Keys not yet processed.
Make debugging printfs only occur if verbose is set.
Create an iterator for the registry key.
Still not King. Bother!



Revisions:
editreg.c   1.11 = 1.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/editreg.c?r1=1.11r2=1.12