CVS update: samba/source/python

2003-02-19 Thread mbp

Date:   Thu Feb 20 15:01:25 2003
Author: mbp

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

Modified Files:
py_tdbpack.c 
Log Message:
Doc


Revisions:
py_tdbpack.c1.28 => 1.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_tdbpack.c?r1=1.28&r2=1.29



Re: CVS update: samba/source/python

2003-02-19 Thread Martin Pool
On 20 Feb 2003, [EMAIL PROTECTED] wrote:
> 
> Modified Files:
>   Tag: APPLIANCE_HEAD
>   py_tdbpack.c 
> Log Message:
> CR1829: Fix memory leak when unpacking 'B' buffers in Python.

This functionality is backported to APPLIANCE_HEAD but not 2.2, so it
doesn't need to be merged there.  Just in case you were wondering.

-- 
Martin 



CVS update: samba/source/python

2003-02-19 Thread mbp

Date:   Thu Feb 20 14:35:11 2003
Author: mbp

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

Modified Files:
  Tag: SAMBA_3_0
py_tdbpack.c 
Log Message:
(Merge from APPLIANCE_HEAD)

CR1829: Fix memory leak when unpacking 'B' buffers in Python.

(PyList_Append creates a new reference to the added object, and so we
have to release the existing one.)


Revisions:
py_tdbpack.c1.1.2.9 => 1.1.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_tdbpack.c?r1=1.1.2.9&r2=1.1.2.10



CVS update: samba/source/python

2003-02-19 Thread mbp

Date:   Thu Feb 20 14:33:20 2003
Author: mbp

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

Modified Files:
py_tdbpack.c 
Log Message:
(Merge from APPLIANCE_HEAD)

CR1829: Fix memory leak when unpacking 'B' buffers in Python.

(PyList_Append creates a new reference to the added object, and so we
have to release the existing one.)


Revisions:
py_tdbpack.c1.27 => 1.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_tdbpack.c?r1=1.27&r2=1.28



CVS update: samba/source/python

2003-02-19 Thread mbp

Date:   Thu Feb 20 14:30:11 2003
Author: mbp

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

Modified Files:
  Tag: APPLIANCE_HEAD
py_tdbpack.c 
Log Message:
CR1829: Fix memory leak when unpacking 'B' buffers in Python.

(PyList_Append creates a new reference to the added object, and so we
have to release the existing one.)


Revisions:
py_tdbpack.c1.23.2.2 => 1.23.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_tdbpack.c?r1=1.23.2.2&r2=1.23.2.3



CVS update: samba/source/rpcclient

2003-02-19 Thread tpot

Date:   Wed Feb 19 22:54:21 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
cmd_ds.c 
Log Message:
Merge typo fix.


Revisions:
cmd_ds.c1.2.2.1 => 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_ds.c?r1=1.2.2.1&r2=1.2.2.2



CVS update: samba/source/rpcclient

2003-02-19 Thread tpot

Date:   Wed Feb 19 22:52:51 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
cmd_srvsvc.c 
Log Message:
Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()


Revisions:
cmd_srvsvc.c1.31.2.3 => 1.31.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_srvsvc.c?r1=1.31.2.3&r2=1.31.2.4



CVS update: samba/source/rpc_client

2003-02-19 Thread tpot

Date:   Wed Feb 19 22:51:18 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
cli_srvsvc.c 
Log Message:
Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()


Revisions:
cli_srvsvc.c1.21.2.2 => 1.21.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_srvsvc.c?r1=1.21.2.2&r2=1.21.2.3



CVS update: samba/source/lib

2003-02-19 Thread tpot

Date:   Wed Feb 19 22:50:29 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
gencache.c 
Log Message:
Merge cleanups of return values.


Revisions:
gencache.c  1.1.2.7 => 1.1.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/gencache.c?r1=1.1.2.7&r2=1.1.2.8



CVS update: samba/source/nsswitch

2003-02-19 Thread tpot

Date:   Wed Feb 19 22:50:05 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_ads.c 
Log Message:
Merge some random looking setenv related kerberos stuff that makes
winbindd build again.


Revisions:
winbindd_ads.c  1.43.2.7 => 1.43.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c?r1=1.43.2.7&r2=1.43.2.8



CVS update: samba/source/python

2003-02-19 Thread tpot

Date:   Wed Feb 19 22:47:49 2003
Author: tpot

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

Modified Files:
  Tag: SAMBA_3_0
py_common.c py_common.h py_conv.c py_conv.h py_lsa.h 
py_ntsec.c py_samr.c py_samr.h py_smb.h py_spoolss.c 
py_spoolss.h py_spoolss_printerdata.c py_tdb.h py_winbind.c 
py_winbind_conv.c py_winreg.h setup.py 
Added Files:
  Tag: SAMBA_3_0
py_spoolss_common.c py_srvsvc.c py_srvsvc.h py_srvsvc_conv.c 
py_winbind.h 
Removed Files:
  Tag: SAMBA_3_0
py_common_proto.h py_lsa_proto.h py_spoolss_proto.h 
Log Message:
Merge of cleanups and srvsvc implementation from HEAD.


Revisions:
py_spoolss_common.c NONE => 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_spoolss_common.c?rev=1.1.2.1
py_srvsvc.c NONE => 1.2.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_srvsvc.c?rev=1.2.2.1
py_srvsvc.h NONE => 1.2.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_srvsvc.h?rev=1.2.2.1
py_srvsvc_conv.cNONE => 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_srvsvc_conv.c?rev=1.1.2.1
py_winbind.hNONE => 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_winbind.h?rev=1.1.2.1
py_common.c 1.15.2.4 => 1.15.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_common.c?r1=1.15.2.4&r2=1.15.2.5
py_common.h 1.7.2.1 => 1.7.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_common.h?r1=1.7.2.1&r2=1.7.2.2
py_conv.c   1.6.2.4 => 1.6.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_conv.c?r1=1.6.2.4&r2=1.6.2.5
py_conv.h   1.5.2.2 => 1.5.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_conv.h?r1=1.5.2.2&r2=1.5.2.3
py_lsa.h1.2.2.1 => 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_lsa.h?r1=1.2.2.1&r2=1.2.2.2
py_ntsec.c  1.5.2.1 => 1.5.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_ntsec.c?r1=1.5.2.1&r2=1.5.2.2
py_samr.c   1.10.2.3 => 1.10.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_samr.c?r1=1.10.2.3&r2=1.10.2.4
py_samr.h   1.3.2.1 => 1.3.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_samr.h?r1=1.3.2.1&r2=1.3.2.2
py_smb.h1.1.2.1 => 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_smb.h?r1=1.1.2.1&r2=1.1.2.2
py_spoolss.c1.27.2.2 => 1.27.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_spoolss.c?r1=1.27.2.2&r2=1.27.2.3
py_spoolss.h1.6.2.1 => 1.6.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_spoolss.h?r1=1.6.2.1&r2=1.6.2.2
py_spoolss_printerdata.c1.11.2.2 => 1.11.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_spoolss_printerdata.c?r1=1.11.2.2&r2=1.11.2.3
py_tdb.h1.2.2.1 => 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_tdb.h?r1=1.2.2.1&r2=1.2.2.2
py_winbind.c1.10.2.2 => 1.10.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_winbind.c?r1=1.10.2.2&r2=1.10.2.3
py_winbind_conv.c   1.1.2.1 => 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_winbind_conv.c?r1=1.1.2.1&r2=1.1.2.2
py_winreg.h 1.2.2.1 => 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_winreg.h?r1=1.2.2.1&r2=1.2.2.2
setup.py1.5.2.4 => 1.5.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/setup.py?r1=1.5.2.4&r2=1.5.2.5
py_common_proto.h   1.7.2.2 => NONE

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_common_proto.h?rev=1.7.2.2
py_lsa_proto.h  1.2.2.1 => NONE

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_lsa_proto.h?rev=1.2.2.1
py_spoolss_proto.h  1.18.2.2 => NONE

http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_spoolss_proto.h?rev=1.18.2.2



CVS update: samba/source/smbd

2003-02-19 Thread jra

Date:   Wed Feb 19 22:31:05 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
uid.c 
Log Message:
Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.
Jeremy.


Revisions:
uid.c   1.85.2.8 => 1.85.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/uid.c?r1=1.85.2.8&r2=1.85.2.9



CVS update: samba/source/smbd

2003-02-19 Thread jra

Date:   Wed Feb 19 22:30:57 2003
Author: jra

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

Modified Files:
uid.c 
Log Message:
Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.
Jeremy.


Revisions:
uid.c   1.100 => 1.101
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/uid.c?r1=1.100&r2=1.101



CVS update: samba/source/torture

2003-02-19 Thread idra

Date:   Wed Feb 19 22:26:54 2003
Author: idra

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

Modified Files:
  Tag: SAMBA_3_0
vfstest.c 
Log Message:
correct init, tx Stefan


Revisions:
vfstest.c   1.10.2.3 => 1.10.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/vfstest.c?r1=1.10.2.3&r2=1.10.2.4



CVS update: samba/source/torture

2003-02-19 Thread idra

Date:   Wed Feb 19 22:26:19 2003
Author: idra

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

Modified Files:
vfstest.c 
Log Message:
correct init for vfs.conn, thanks Stefan


Revisions:
vfstest.c   1.13 => 1.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/vfstest.c?r1=1.13&r2=1.14



CVS update: samba/source/smbd

2003-02-19 Thread jra

Date:   Wed Feb 19 21:47:44 2003
Author: jra

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

Modified Files:
  Tag: APPLIANCE_HEAD
uid.c 
Log Message:
Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.
No CR#.
Jeremy.


Revisions:
uid.c   1.50.2.20 => 1.50.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/uid.c?r1=1.50.2.20&r2=1.50.2.21



CVS update: samba/source/smbd

2003-02-19 Thread jra

Date:   Wed Feb 19 21:47:27 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_2_2
uid.c 
Log Message:
Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.
Jeremy.


Revisions:
uid.c   1.50.4.28 => 1.50.4.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/uid.c?r1=1.50.4.28&r2=1.50.4.29



CVS update: samba/source/libads

2003-02-19 Thread jmcd

Date:   Wed Feb 19 20:37:34 2003
Author: jmcd

Update of /home/cvs/samba/source/libads
In directory dp.samba.org:/tmp/cvs-serv10856/libads

Modified Files:
krb5_setpw.c 
Log Message:
libads/krb5_setpw.c

Revisions:
krb5_setpw.c1.12 => 1.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/krb5_setpw.c?r1=1.12&r2=1.13



CVS update: samba/source/include

2003-02-19 Thread jerry

Date:   Wed Feb 19 18:02:13 2003
Author: jerry

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

Modified Files:
  Tag: APPLIANCE_HEAD
rpc_spoolss.h 
Log Message:
backing out PRINTER_ATTRIBUTE_RAW_ONLY; more testing needed; CR 1736

Revisions:
rpc_spoolss.h   1.39.2.30 => 1.39.2.31

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_spoolss.h?r1=1.39.2.30&r2=1.39.2.31



CVS update: samba/packaging/Mandrake

2003-02-19 Thread jerry

Date:   Wed Feb 19 18:00:30 2003
Author: jerry

Update of /data/cvs/samba/packaging/Mandrake
In directory dp.samba.org:/tmp/cvs-serv27217

Modified Files:
  Tag: SAMBA_2_2
samba-print-pdf.sh samba2.spec.tmpl smb.conf 
Added Files:
  Tag: SAMBA_2_2
samba-2.2.7a-smbldaptools-paths.patch 
Log Message:
Mandrake packaging updates from Buchan

Revisions:
samba-2.2.7a-smbldaptools-paths.patch   NONE => 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Mandrake/samba-2.2.7a-smbldaptools-paths.patch?rev=1.1.2.1
samba-print-pdf.sh  1.1.2.2 => 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Mandrake/samba-print-pdf.sh?r1=1.1.2.2&r2=1.1.2.3
samba2.spec.tmpl1.1.2.30 => 1.1.2.31

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Mandrake/samba2.spec.tmpl?r1=1.1.2.30&r2=1.1.2.31
smb.conf1.1.2.10 => 1.1.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Mandrake/smb.conf?r1=1.1.2.10&r2=1.1.2.11



CVS update: samba/source/include

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:48:12 2003
Author: jmcd

Update of /home/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv11373/include

Modified Files:
  Tag: SAMBA_3_0
includes.h 
Log Message:
Sync with HEAD for verifying kerberos tickets.

Revisions:
includes.h  1.262.2.23 => 1.262.2.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h?r1=1.262.2.23&r2=1.262.2.24



CVS update: samba/source/libads

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:48:12 2003
Author: jmcd

Update of /home/cvs/samba/source/libads
In directory dp.samba.org:/tmp/cvs-serv11373/libads

Modified Files:
  Tag: SAMBA_3_0
kerberos_verify.c 
Log Message:
Sync with HEAD for verifying kerberos tickets.

Revisions:
kerberos_verify.c   1.1.2.9 => 1.1.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/kerberos_verify.c?r1=1.1.2.9&r2=1.1.2.10



CVS update: samba/source/libsmb

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:48:12 2003
Author: jmcd

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv11373/libsmb

Modified Files:
  Tag: SAMBA_3_0
clikrb5.c 
Log Message:
Sync with HEAD for verifying kerberos tickets.

Revisions:
clikrb5.c   1.15.2.16 => 1.15.2.17

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clikrb5.c?r1=1.15.2.16&r2=1.15.2.17



CVS update: samba/source

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:48:12 2003
Author: jmcd

Update of /home/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv11373

Modified Files:
  Tag: SAMBA_3_0
configure.in 
Log Message:
Sync with HEAD for verifying kerberos tickets.

Revisions:
configure.in1.300.2.47 => 1.300.2.48

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.300.2.47&r2=1.300.2.48



CVS update: samba/source/libsmb

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:46:15 2003
Author: jmcd

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv11206/libsmb

Modified Files:
clikrb5.c 
Log Message:
Can't return SAFE_FREE...put on its own line.

Revisions:
clikrb5.c   1.31 => 1.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clikrb5.c?r1=1.31&r2=1.32



CVS update: samba/source/libsmb

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:22:46 2003
Author: jmcd

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv2954/libsmb

Modified Files:
clikrb5.c 
Log Message:
Correct way to keep fucntion from proto.h

Revisions:
clikrb5.c   1.30 => 1.31

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clikrb5.c?r1=1.30&r2=1.31



CVS update: samba/source/include

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:22:46 2003
Author: jmcd

Update of /home/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv2954/include

Modified Files:
includes.h 
Log Message:
Correct way to keep fucntion from proto.h

Revisions:
includes.h  1.299 => 1.300

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h?r1=1.299&r2=1.300



CVS update: samba/source/libads

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:04:04 2003
Author: jmcd

Update of /home/cvs/samba/source/libads
In directory dp.samba.org:/tmp/cvs-serv32689/libads

Modified Files:
  Tag: SAMBA_3_0
ldap.c 
Log Message:
Fix segv in net ads join...an extra & was the culprit

Revisions:
ldap.c  1.55.2.19 => 1.55.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap.c?r1=1.55.2.19&r2=1.55.2.20



CVS update: samba/source/libads

2003-02-19 Thread jmcd

Date:   Wed Feb 19 15:03:04 2003
Author: jmcd

Update of /home/cvs/samba/source/libads
In directory dp.samba.org:/tmp/cvs-serv32600/libads

Modified Files:
ldap.c 
Log Message:
Fix segv in net ads join...an extra & was the culprit

Revisions:
ldap.c  1.99 => 1.100
http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap.c?r1=1.99&r2=1.100



CVS update: samba/source/include

2003-02-19 Thread ab

Date:   Wed Feb 19 13:24:06 2003
Author: ab

Update of /home/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv21790/include

Modified Files:
includes.h 
Log Message:
Improve detection of iconv(3) for various platforms. M4 code is similar to what I use 
in Midgard for past few years, modified for Samba needs.

Revisions:
includes.h  1.298 => 1.299

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h?r1=1.298&r2=1.299



CVS update: samba/source

2003-02-19 Thread ab

Date:   Wed Feb 19 13:24:06 2003
Author: ab

Update of /home/cvs/samba/source
In directory dp.samba.org:/tmp/cvs-serv21790

Modified Files:
aclocal.m4 configure.in 
Log Message:
Improve detection of iconv(3) for various platforms. M4 code is similar to what I use 
in Midgard for past few years, modified for Samba needs.

Revisions:
aclocal.m4  1.15 => 1.16
http://www.samba.org/cgi-bin/cvsweb/samba/source/aclocal.m4?r1=1.15&r2=1.16
configure.in1.407 => 1.408
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.407&r2=1.408



CVS update: samba/source/nsswitch

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:33:32 2003
Author: abartlet

Update of /home/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv17676/nsswitch

Modified Files:
  Tag: SAMBA_3_0
winbindd.h 
Log Message:
Merge from HEAD: We don't need this any more, setenv() is in replace.c now


Revisions:
winbindd.h  1.33.2.4 => 1.33.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h?r1=1.33.2.4&r2=1.33.2.5



CVS update: samba/source/lib

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:31:16 2003
Author: abartlet

Update of /home/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv16968/lib

Modified Files:
  Tag: SAMBA_3_0
replace.c system_smbd.c 
Log Message:
Merge minor library fixes from HEAD to 3.0.

 - setenv() replacement
 - mimir's ASN1/SPNEGO typo fixes
 - (size_t)-1 fixes for push_* returns
 - function argument signed/unsigned correction
 - ASN1 error handling (ensure we don't use initiailsed data)
 - extra net ads join error checking 
 - allow 'set security discriptor' to fail
 - escape ldap strings in libads.
 - getgrouplist() correctness fixes (include primary gid)

Andrew Bartlett


Revisions:
replace.c   1.26.2.5 => 1.26.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/replace.c?r1=1.26.2.5&r2=1.26.2.6
system_smbd.c   1.1.2.2 => 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/system_smbd.c?r1=1.1.2.2&r2=1.1.2.3



CVS update: samba/source/smbwrapper

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:31:16 2003
Author: abartlet

Update of /home/cvs/samba/source/smbwrapper
In directory dp.samba.org:/tmp/cvs-serv16968/smbwrapper

Modified Files:
  Tag: SAMBA_3_0
smbsh.c 
Log Message:
Merge minor library fixes from HEAD to 3.0.

 - setenv() replacement
 - mimir's ASN1/SPNEGO typo fixes
 - (size_t)-1 fixes for push_* returns
 - function argument signed/unsigned correction
 - ASN1 error handling (ensure we don't use initiailsed data)
 - extra net ads join error checking 
 - allow 'set security discriptor' to fail
 - escape ldap strings in libads.
 - getgrouplist() correctness fixes (include primary gid)

Andrew Bartlett


Revisions:
smbsh.c 1.16.2.1 => 1.16.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbwrapper/smbsh.c?r1=1.16.2.1&r2=1.16.2.2



CVS update: samba/source/nsswitch

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:31:16 2003
Author: abartlet

Update of /home/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv16968/nsswitch

Modified Files:
  Tag: SAMBA_3_0
winbindd.c 
Log Message:
Merge minor library fixes from HEAD to 3.0.

 - setenv() replacement
 - mimir's ASN1/SPNEGO typo fixes
 - (size_t)-1 fixes for push_* returns
 - function argument signed/unsigned correction
 - ASN1 error handling (ensure we don't use initiailsed data)
 - extra net ads join error checking 
 - allow 'set security discriptor' to fail
 - escape ldap strings in libads.
 - getgrouplist() correctness fixes (include primary gid)

Andrew Bartlett


Revisions:
winbindd.c  1.55.2.17 => 1.55.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.55.2.17&r2=1.55.2.18



CVS update: samba/source/libsmb

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:31:16 2003
Author: abartlet

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv16968/libsmb

Modified Files:
  Tag: SAMBA_3_0
asn1.c clispnego.c errormap.c 
Log Message:
Merge minor library fixes from HEAD to 3.0.

 - setenv() replacement
 - mimir's ASN1/SPNEGO typo fixes
 - (size_t)-1 fixes for push_* returns
 - function argument signed/unsigned correction
 - ASN1 error handling (ensure we don't use initiailsed data)
 - extra net ads join error checking 
 - allow 'set security discriptor' to fail
 - escape ldap strings in libads.
 - getgrouplist() correctness fixes (include primary gid)

Andrew Bartlett


Revisions:
asn1.c  1.11.2.3 => 1.11.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/asn1.c?r1=1.11.2.3&r2=1.11.2.4
clispnego.c 1.11.2.4 => 1.11.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clispnego.c?r1=1.11.2.4&r2=1.11.2.5
errormap.c  1.15.2.5 => 1.15.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/errormap.c?r1=1.15.2.5&r2=1.15.2.6



CVS update: samba/source/libads

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:31:16 2003
Author: abartlet

Update of /home/cvs/samba/source/libads
In directory dp.samba.org:/tmp/cvs-serv16968/libads

Modified Files:
  Tag: SAMBA_3_0
ads_ldap.c ldap.c ldap_printer.c 
Log Message:
Merge minor library fixes from HEAD to 3.0.

 - setenv() replacement
 - mimir's ASN1/SPNEGO typo fixes
 - (size_t)-1 fixes for push_* returns
 - function argument signed/unsigned correction
 - ASN1 error handling (ensure we don't use initiailsed data)
 - extra net ads join error checking 
 - allow 'set security discriptor' to fail
 - escape ldap strings in libads.
 - getgrouplist() correctness fixes (include primary gid)

Andrew Bartlett


Revisions:
ads_ldap.c  1.2.2.1 => 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ads_ldap.c?r1=1.2.2.1&r2=1.2.2.2
ldap.c  1.55.2.18 => 1.55.2.19

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap.c?r1=1.55.2.18&r2=1.55.2.19
ldap_printer.c  1.7.2.8 => 1.7.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap_printer.c?r1=1.7.2.8&r2=1.7.2.9



CVS update: samba/source/include

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:31:16 2003
Author: abartlet

Update of /home/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv16968/include

Modified Files:
  Tag: SAMBA_3_0
asn_1.h includes.h 
Log Message:
Merge minor library fixes from HEAD to 3.0.

 - setenv() replacement
 - mimir's ASN1/SPNEGO typo fixes
 - (size_t)-1 fixes for push_* returns
 - function argument signed/unsigned correction
 - ASN1 error handling (ensure we don't use initiailsed data)
 - extra net ads join error checking 
 - allow 'set security discriptor' to fail
 - escape ldap strings in libads.
 - getgrouplist() correctness fixes (include primary gid)

Andrew Bartlett


Revisions:
asn_1.h 1.3.2.2 => 1.3.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/asn_1.h?r1=1.3.2.2&r2=1.3.2.3
includes.h  1.262.2.22 => 1.262.2.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h?r1=1.262.2.22&r2=1.262.2.23



CVS update: samba/source/nsswitch

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:19:52 2003
Author: abartlet

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

Modified Files:
winbindd.c 
Log Message:
Missed one use of SETENV.  (Compat macro no longer needed, as we have a 
replace.c function).


Revisions:
winbindd.c  1.84 => 1.85

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.84&r2=1.85



CVS update: samba/source/smbwrapper

2003-02-19 Thread abartlet

Date:   Wed Feb 19 12:05:21 2003
Author: abartlet

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

Modified Files:
smbsh.c 
Log Message:
Now we have setenv() in replace.c, we don't need a seperate copy here.

Andrew Bartlett


Revisions:
smbsh.c 1.17 => 1.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbwrapper/smbsh.c?r1=1.17&r2=1.18



CVS update: samba/source/libads

2003-02-19 Thread abartlet

Date:   Wed Feb 19 11:35:02 2003
Author: abartlet

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

Modified Files:
ldap.c 
Log Message:
Check return values of various join-related functions, and ensure we always 
compare push_* returns with (size_t)-1, not < 0.

Andrew Bartlett


Revisions:
ldap.c  1.98 => 1.99
http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap.c?r1=1.98&r2=1.99



CVS update: samba/source/include

2003-02-19 Thread abartlet

Date:   Wed Feb 19 11:33:35 2003
Author: abartlet

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

Modified Files:
includes.h 
Log Message:
Move to a in-memory ccache for winbind, and replace setenv() properly.  
(According to the manpages, you cannot put a stack variable into putenv()).

Yes, this leaks memory.

Andrew Bartlett


Revisions:
includes.h  1.297 => 1.298

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h?r1=1.297&r2=1.298



CVS update: samba/source/nsswitch

2003-02-19 Thread abartlet

Date:   Wed Feb 19 11:33:35 2003
Author: abartlet

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

Modified Files:
winbindd.h winbindd_ads.c 
Log Message:
Move to a in-memory ccache for winbind, and replace setenv() properly.  
(According to the manpages, you cannot put a stack variable into putenv()).

Yes, this leaks memory.

Andrew Bartlett


Revisions:
winbindd.h  1.37 => 1.38

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h?r1=1.37&r2=1.38
winbindd_ads.c  1.60 => 1.61

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c?r1=1.60&r2=1.61



CVS update: samba/source/lib

2003-02-19 Thread abartlet

Date:   Wed Feb 19 11:33:35 2003
Author: abartlet

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

Modified Files:
replace.c 
Log Message:
Move to a in-memory ccache for winbind, and replace setenv() properly.  
(According to the manpages, you cannot put a stack variable into putenv()).

Yes, this leaks memory.

Andrew Bartlett


Revisions:
replace.c   1.33 => 1.34
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/replace.c?r1=1.33&r2=1.34



CVS update: samba/source/libsmb

2003-02-19 Thread abartlet

Date:   Wed Feb 19 11:30:52 2003
Author: abartlet

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

Modified Files:
ntlmssp.c 
Log Message:
After a talloc_zero(), we don't need to ZERO_STRUCTP too..


Revisions:
ntlmssp.c   1.10 => 1.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c?r1=1.10&r2=1.11



CVS update: samba/source/smbd

2003-02-19 Thread abartlet

Date:   Wed Feb 19 11:30:09 2003
Author: abartlet

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

Modified Files:
service.c 
Log Message:
Fix logfile formatting, we were missing a "\n"


Revisions:
service.c   1.113 => 1.114

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/service.c?r1=1.113&r2=1.114



CVS update: samba/source/libsmb

2003-02-19 Thread abartlet

Date:   Wed Feb 19 10:12:14 2003
Author: abartlet

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

Modified Files:
cliconnect.c 
Log Message:
Only do a kinit if we got told to use kerberos.

Andrew Bartlett


Revisions:
cliconnect.c1.126 => 1.127

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c?r1=1.126&r2=1.127