CVS update: samba/source/libsmb

2004-01-04 Thread abartlet

Date:   Sun Jan  4 11:05:30 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c 
Log Message:
Even if the 'device type' is always an ascii string, use push_string to get
it out onto the wire.  Avoids valgrind warnings because the fstrcpy() causes
part of the wire buffer to be 'marked'.

Andrew Bartlett


Revisions:
cliconnect.c1.71.2.49 = 1.71.2.50

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.49r2=1.71.2.50


CVS update: samba/source/nsswitch

2004-01-04 Thread vlendec

Date:   Sun Jan  4 11:51:31 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
wbinfo.c winbindd.c winbindd_misc.c winbindd_nss.h 
Log Message:
Commit the translation of the realm to the netbios domain name in the kerberos
session setup. After talking to jht and abartlet I made this unconditional, no
additional parameter.

Jerry: This is a change in behaviour, but I think it is necessary.

Volker


Revisions:
wbinfo.c1.38.2.26 = 1.38.2.27

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.38.2.26r2=1.38.2.27
winbindd.c  1.55.2.47 = 1.55.2.48

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c.diff?r1=1.55.2.47r2=1.55.2.48
winbindd_misc.c 1.22.2.16 = 1.22.2.17

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_misc.c.diff?r1=1.22.2.16r2=1.22.2.17
winbindd_nss.h  1.21.2.15 = 1.21.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_nss.h.diff?r1=1.21.2.15r2=1.21.2.16


CVS update: samba/source/smbd

2004-01-04 Thread vlendec

Date:   Sun Jan  4 11:51:31 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
sesssetup.c 
Log Message:
Commit the translation of the realm to the netbios domain name in the kerberos
session setup. After talking to jht and abartlet I made this unconditional, no
additional parameter.

Jerry: This is a change in behaviour, but I think it is necessary.

Volker


Revisions:
sesssetup.c 1.50.2.43 = 1.50.2.44

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


CVS update: samba/source/nsswitch

2004-01-04 Thread vlendec

Date:   Sun Jan  4 11:59:11 2004
Author: vlendec

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

Modified Files:
wbinfo.c winbindd.c winbindd_misc.c winbindd_nss.h 
Log Message:
Commit the translation of the realm to the netbios domain name in the kerberos
session setup. After talking to jht and abartlet I made this unconditional, no
additional parameter.

Jerry: This is a change in behaviour, but I think it is necessary.

Volker


Revisions:
wbinfo.c1.66 = 1.67

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.66r2=1.67
winbindd.c  1.108 = 1.109

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c.diff?r1=1.108r2=1.109
winbindd_misc.c 1.35 = 1.36

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_misc.c.diff?r1=1.35r2=1.36
winbindd_nss.h  1.31 = 1.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_nss.h.diff?r1=1.31r2=1.32


CVS update: samba/source/smbd

2004-01-04 Thread vlendec

Date:   Sun Jan  4 11:59:11 2004
Author: vlendec

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

Modified Files:
sesssetup.c 
Log Message:
Commit the translation of the realm to the netbios domain name in the kerberos
session setup. After talking to jht and abartlet I made this unconditional, no
additional parameter.

Jerry: This is a change in behaviour, but I think it is necessary.

Volker


Revisions:
sesssetup.c 1.114 = 1.115

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


CVS update: samba/source/include

2004-01-04 Thread Jelmer Vernooij

Date:   Sun Jan  4 21:09:42 2004
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
passdb.h 
Log Message:
- Put functions for generating SQL queries in pdb_sql.c
- Add pgSQL backend (based on patch by Hamish Friedlander)
- Use query generate functions from pdb_mysql and pdb_pgsql
- Only pdb_pgsql.c needs to be changed whenever the fields in SAM_ACCOUNT change


Revisions:
passdb.h1.11.2.12 = 1.11.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/passdb.h.diff?r1=1.11.2.12r2=1.11.2.13


CVS update: samba/source/passdb

2004-01-04 Thread Jelmer Vernooij

Date:   Sun Jan  4 21:09:42 2004
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
pdb_mysql.c 
Added Files:
  Tag: SAMBA_3_0
pdb_pgsql.c pdb_sql.c 
Log Message:
- Put functions for generating SQL queries in pdb_sql.c
- Add pgSQL backend (based on patch by Hamish Friedlander)
- Use query generate functions from pdb_mysql and pdb_pgsql
- Only pdb_pgsql.c needs to be changed whenever the fields in SAM_ACCOUNT change


Revisions:
pdb_pgsql.c NONE = 1.1.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_pgsql.c?rev=1.1.2.1
pdb_sql.c   NONE = 1.1.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_sql.c?rev=1.1.2.1
pdb_mysql.c 1.4.2.15 = 1.4.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_mysql.c.diff?r1=1.4.2.15r2=1.4.2.16


CVS update: samba/source

2004-01-04 Thread Jelmer Vernooij

Date:   Sun Jan  4 21:09:42 2004
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in aclocal.m4 configure.in 
Log Message:
- Put functions for generating SQL queries in pdb_sql.c
- Add pgSQL backend (based on patch by Hamish Friedlander)
- Use query generate functions from pdb_mysql and pdb_pgsql
- Only pdb_pgsql.c needs to be changed whenever the fields in SAM_ACCOUNT change


Revisions:
Makefile.in 1.468.2.201 = 1.468.2.202

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.201r2=1.468.2.202
aclocal.m4  1.10.2.20 = 1.10.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/aclocal.m4.diff?r1=1.10.2.20r2=1.10.2.21
configure.in1.300.2.197 = 1.300.2.198

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


CVS update: samba/source/libsmb

2004-01-04 Thread abartlet

Date:   Mon Jan  5 00:11:02 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ntlmssp.c 
Log Message:
Automaticly initialise the signing engine, if we have a session key.


Revisions:
ntlmssp.c   1.4.2.31 = 1.4.2.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c.diff?r1=1.4.2.31r2=1.4.2.32


CVS update: samba/source/libsmb

2004-01-04 Thread abartlet

Date:   Mon Jan  5 00:11:35 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ntlmssp_sign.c 
Log Message:
Make it clear that we cannot sign if we don't have a session key.


Revisions:
ntlmssp_sign.c  1.1.2.8 = 1.1.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp_sign.c.diff?r1=1.1.2.8r2=1.1.2.9


CVS update: samba/source/libads

2004-01-04 Thread abartlet

Date:   Mon Jan  5 00:13:00 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ads_ldap.c 
Log Message:
Add a utilty function for converting a sid to a DN.

Andrew Bartlett


Revisions:
ads_ldap.c  1.2.2.3 = 1.2.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ads_ldap.c.diff?r1=1.2.2.3r2=1.2.2.4


CVS update: samba/source/include

2004-01-04 Thread abartlet

Date:   Mon Jan  5 00:14:12 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ntlmssp.h 
Log Message:
Make arbitary binary data unsigned char.


Revisions:
ntlmssp.h   1.2.2.10 = 1.2.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntlmssp.h.diff?r1=1.2.2.10r2=1.2.2.11


CVS update: samba/source/nsswitch

2004-01-04 Thread abartlet

Date:   Mon Jan  5 00:15:34 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_cm.c 
Log Message:
We can't possilby get 'ok' here, as the if statement above just checked for it.


Revisions:
winbindd_cm.c   1.31.2.44 = 1.31.2.45

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c.diff?r1=1.31.2.44r2=1.31.2.45


CVS update: samba/source

2004-01-04 Thread Jelmer Vernooij

Date:   Mon Jan  5 00:57:53 2004
Author: jelmer

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

Modified Files:
Makefile.in aclocal.m4 configure.in 
Log Message:
Merge commit to 3_0: add pdb_pgsql


Revisions:
Makefile.in 1.739 = 1.740

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.739r2=1.740
aclocal.m4  1.31 = 1.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/aclocal.m4.diff?r1=1.31r2=1.32
configure.in1.511 = 1.512

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


CVS update: samba/source/passdb

2004-01-04 Thread Jelmer Vernooij

Date:   Mon Jan  5 00:57:53 2004
Author: jelmer

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

Modified Files:
pdb_mysql.c 
Added Files:
pdb_pgsql.c pdb_sql.c 
Log Message:
Merge commit to 3_0: add pdb_pgsql


Revisions:
pdb_pgsql.c 1.1 = 1.2

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

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_sql.c.diff?r1=1.1r2=1.2
pdb_mysql.c 1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_mysql.c.diff?r1=1.15r2=1.16


CVS update: samba/source/include

2004-01-04 Thread Jelmer Vernooij

Date:   Mon Jan  5 00:57:53 2004
Author: jelmer

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

Modified Files:
passdb.h 
Log Message:
Merge commit to 3_0: add pdb_pgsql


Revisions:
passdb.h1.32 = 1.33

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/passdb.h.diff?r1=1.32r2=1.33


CVS update: samba/source/libads

2004-01-04 Thread abartlet

Date:   Mon Jan  5 01:06:56 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ads_ldap.c 
Log Message:
I'm not quite sure what happened here - but replace the ads_sid_to_dn 
function with one that compiles.

Andrew Bartlett


Revisions:
ads_ldap.c  1.2.2.4 = 1.2.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ads_ldap.c.diff?r1=1.2.2.4r2=1.2.2.5


CVS update: samba/source/libads

2004-01-04 Thread abartlet

Date:   Mon Jan  5 01:48:21 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ldap.c 
Log Message:
Fix for bug 707, getent group for huge ads groups (1500 members)
This introduces range retrieval of ADS attributes.

VL rewrote most of Günther's patch, partly to remove code duplication and
partly to get the retrieval of members in one rush, not interrupted by the
lookups for the DN.

I rewrote that patch, to ensure that we can keep an eye on the USN
(sequence number) of the entry - this allows us to ensure the read was
atomic.

In particular, the range retrieval is now generic, for strings.  It
could easily be made generic for any attribute type, if need be.

Andrew Bartlett



Revisions:
ldap.c  1.55.2.47 = 1.55.2.48

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap.c.diff?r1=1.55.2.47r2=1.55.2.48


CVS update: samba/source/nsswitch

2004-01-04 Thread abartlet

Date:   Mon Jan  5 01:48:21 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_ads.c 
Log Message:
Fix for bug 707, getent group for huge ads groups (1500 members)
This introduces range retrieval of ADS attributes.

VL rewrote most of Günther's patch, partly to remove code duplication and
partly to get the retrieval of members in one rush, not interrupted by the
lookups for the DN.

I rewrote that patch, to ensure that we can keep an eye on the USN
(sequence number) of the entry - this allows us to ensure the read was
atomic.

In particular, the range retrieval is now generic, for strings.  It
could easily be made generic for any attribute type, if need be.

Andrew Bartlett



Revisions:
winbindd_ads.c  1.43.2.31 = 1.43.2.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.43.2.31r2=1.43.2.32


CVS update: samba/source/libads

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:04:36 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ads_ldap.c 
Log Message:
rpc_client/cli_lsarpc.c:
rpc_parse/parse_lsa.c:
nsswitch/winbindd_rpc.c:
nsswitch/winbindd.h:
 - Add const

libads/ads_ldap.c:
 - Cleanup function for use

nsswitch/winbindd_ads.c:
 - Use new utility function ads_sid_to_dn
 - Don't search for 'dn=', rather call the ads_search_retry_dn()

nsswitch/winbindd_ads.c:
include/rpc_ds.h:
rpc_client/cli_ds.c:
 - Fixup braindamage in cli_ds_enum_domain_trusts():
- This function was returning a UNISTR2 up to the caller, and
  was doing nasty (invalid, per valgrind) things with memcpy()
- Create a new structure that represents this informaiton in a useful way
  and use talloc.

Andrew Bartlett



Revisions:
ads_ldap.c  1.2.2.5 = 1.2.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ads_ldap.c.diff?r1=1.2.2.5r2=1.2.2.6


CVS update: samba/source/include

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:04:36 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
rpc_ds.h 
Log Message:
rpc_client/cli_lsarpc.c:
rpc_parse/parse_lsa.c:
nsswitch/winbindd_rpc.c:
nsswitch/winbindd.h:
 - Add const

libads/ads_ldap.c:
 - Cleanup function for use

nsswitch/winbindd_ads.c:
 - Use new utility function ads_sid_to_dn
 - Don't search for 'dn=', rather call the ads_search_retry_dn()

nsswitch/winbindd_ads.c:
include/rpc_ds.h:
rpc_client/cli_ds.c:
 - Fixup braindamage in cli_ds_enum_domain_trusts():
- This function was returning a UNISTR2 up to the caller, and
  was doing nasty (invalid, per valgrind) things with memcpy()
- Create a new structure that represents this informaiton in a useful way
  and use talloc.

Andrew Bartlett



Revisions:
rpc_ds.h1.2.2.4 = 1.2.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_ds.h.diff?r1=1.2.2.4r2=1.2.2.5


CVS update: samba/source/nsswitch

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:04:36 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
winbindd.h winbindd_ads.c winbindd_rpc.c 
Log Message:
rpc_client/cli_lsarpc.c:
rpc_parse/parse_lsa.c:
nsswitch/winbindd_rpc.c:
nsswitch/winbindd.h:
 - Add const

libads/ads_ldap.c:
 - Cleanup function for use

nsswitch/winbindd_ads.c:
 - Use new utility function ads_sid_to_dn
 - Don't search for 'dn=', rather call the ads_search_retry_dn()

nsswitch/winbindd_ads.c:
include/rpc_ds.h:
rpc_client/cli_ds.c:
 - Fixup braindamage in cli_ds_enum_domain_trusts():
- This function was returning a UNISTR2 up to the caller, and
  was doing nasty (invalid, per valgrind) things with memcpy()
- Create a new structure that represents this informaiton in a useful way
  and use talloc.

Andrew Bartlett



Revisions:
winbindd.h  1.33.2.16 = 1.33.2.17

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h.diff?r1=1.33.2.16r2=1.33.2.17
winbindd_ads.c  1.43.2.32 = 1.43.2.33

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.43.2.32r2=1.43.2.33
winbindd_rpc.c  1.25.2.21 = 1.25.2.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_rpc.c.diff?r1=1.25.2.21r2=1.25.2.22


CVS update: samba/source/rpc_client

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:04:37 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
cli_ds.c cli_lsarpc.c 
Log Message:
rpc_client/cli_lsarpc.c:
rpc_parse/parse_lsa.c:
nsswitch/winbindd_rpc.c:
nsswitch/winbindd.h:
 - Add const

libads/ads_ldap.c:
 - Cleanup function for use

nsswitch/winbindd_ads.c:
 - Use new utility function ads_sid_to_dn
 - Don't search for 'dn=', rather call the ads_search_retry_dn()

nsswitch/winbindd_ads.c:
include/rpc_ds.h:
rpc_client/cli_ds.c:
 - Fixup braindamage in cli_ds_enum_domain_trusts():
- This function was returning a UNISTR2 up to the caller, and
  was doing nasty (invalid, per valgrind) things with memcpy()
- Create a new structure that represents this informaiton in a useful way
  and use talloc.

Andrew Bartlett



Revisions:
cli_ds.c1.2.2.6 = 1.2.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_ds.c.diff?r1=1.2.2.6r2=1.2.2.7
cli_lsarpc.c1.68.2.8 = 1.68.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_lsarpc.c.diff?r1=1.68.2.8r2=1.68.2.9


CVS update: samba/source/rpc_parse

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:04:37 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
parse_lsa.c 
Log Message:
rpc_client/cli_lsarpc.c:
rpc_parse/parse_lsa.c:
nsswitch/winbindd_rpc.c:
nsswitch/winbindd.h:
 - Add const

libads/ads_ldap.c:
 - Cleanup function for use

nsswitch/winbindd_ads.c:
 - Use new utility function ads_sid_to_dn
 - Don't search for 'dn=', rather call the ads_search_retry_dn()

nsswitch/winbindd_ads.c:
include/rpc_ds.h:
rpc_client/cli_ds.c:
 - Fixup braindamage in cli_ds_enum_domain_trusts():
- This function was returning a UNISTR2 up to the caller, and
  was doing nasty (invalid, per valgrind) things with memcpy()
- Create a new structure that represents this informaiton in a useful way
  and use talloc.

Andrew Bartlett



Revisions:
parse_lsa.c 1.75.2.12 = 1.75.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_lsa.c.diff?r1=1.75.2.12r2=1.75.2.13


CVS update: samba/source/rpcclient

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:05:19 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
cmd_ds.c 
Log Message:
Change (unused) structure parameter for cli_ds_enum_domain_trusts() cleanup.


Revisions:
cmd_ds.c1.2.2.7 = 1.2.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_ds.c.diff?r1=1.2.2.7r2=1.2.2.8


CVS update: samba/source/libads

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:12:38 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ldap_utils.c 
Log Message:
There is some memory corruption hidden somewhere in our winbind code.  If I
could reproduce it, I would fix it, but for now just make sure we always 
SAFE_FREE() and set our starting pointers to NULL.

Andrew Bartlett


Revisions:
ldap_utils.c1.3.2.4 = 1.3.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap_utils.c.diff?r1=1.3.2.4r2=1.3.2.5


CVS update: samba/source/nsswitch

2004-01-04 Thread abartlet

Date:   Mon Jan  5 02:16:51 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_cache.c 
Log Message:
Add const.


Revisions:
winbindd_cache.c1.35.2.20 = 1.35.2.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cache.c.diff?r1=1.35.2.20r2=1.35.2.21


CVS update: samba/source/libsmb

2004-01-04 Thread abartlet

Date:   Mon Jan  5 04:10:27 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
namequery_dc.c trusts_util.c 
Log Message:
Change our Domain controller lookup routines to more carefully seperate 
DNS names (realms) from NetBIOS domain names.

Until now, we would experience delays as we broadcast lookups for DNS names 
onto the local network segments.

Now if DNS comes back negative, we fall straight back to looking up the
short name.

Andrew Bartlett


Revisions:
namequery_dc.c  1.2.2.9 = 1.2.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namequery_dc.c.diff?r1=1.2.2.9r2=1.2.2.10
trusts_util.c   1.4.2.11 = 1.4.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/trusts_util.c.diff?r1=1.4.2.11r2=1.4.2.12


CVS update: samba/source/auth

2004-01-04 Thread abartlet

Date:   Mon Jan  5 04:10:27 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
auth_domain.c 
Log Message:
Change our Domain controller lookup routines to more carefully seperate 
DNS names (realms) from NetBIOS domain names.

Until now, we would experience delays as we broadcast lookups for DNS names 
onto the local network segments.

Now if DNS comes back negative, we fall straight back to looking up the
short name.

Andrew Bartlett


Revisions:
auth_domain.c   1.33.2.32 = 1.33.2.33

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_domain.c.diff?r1=1.33.2.32r2=1.33.2.33


CVS update: samba/source/nsswitch

2004-01-04 Thread abartlet

Date:   Mon Jan  5 04:10:28 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_ads.c winbindd_cm.c winbindd_misc.c winbindd_pam.c 
winbindd_rpc.c winbindd_util.c 
Log Message:
Change our Domain controller lookup routines to more carefully seperate 
DNS names (realms) from NetBIOS domain names.

Until now, we would experience delays as we broadcast lookups for DNS names 
onto the local network segments.

Now if DNS comes back negative, we fall straight back to looking up the
short name.

Andrew Bartlett


Revisions:
winbindd_ads.c  1.43.2.33 = 1.43.2.34

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_ads.c.diff?r1=1.43.2.33r2=1.43.2.34
winbindd_cm.c   1.31.2.45 = 1.31.2.46

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c.diff?r1=1.31.2.45r2=1.31.2.46
winbindd_misc.c 1.22.2.17 = 1.22.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_misc.c.diff?r1=1.22.2.17r2=1.22.2.18
winbindd_pam.c  1.44.2.34 = 1.44.2.35

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c.diff?r1=1.44.2.34r2=1.44.2.35
winbindd_rpc.c  1.25.2.22 = 1.25.2.23

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_rpc.c.diff?r1=1.25.2.22r2=1.25.2.23
winbindd_util.c 1.73.2.40 = 1.73.2.41

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c.diff?r1=1.73.2.40r2=1.73.2.41


CVS update: samba/source/libsmb

2004-01-04 Thread abartlet

Date:   Mon Jan  5 04:12:40 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
pwd_cache.c 
Log Message:
Correctly handle per-pipe NTLMSSP inside a NULL session.  Previously we
would attempt to supply a password to the 'inside' NTLMSSP, which the
remote side naturally rejected.

Andrew Bartlett


Revisions:
pwd_cache.c 1.24.2.3 = 1.24.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/pwd_cache.c.diff?r1=1.24.2.3r2=1.24.2.4


CVS update: samba/source/rpc_client

2004-01-04 Thread abartlet

Date:   Mon Jan  5 04:12:40 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
cli_pipe.c 
Log Message:
Correctly handle per-pipe NTLMSSP inside a NULL session.  Previously we
would attempt to supply a password to the 'inside' NTLMSSP, which the
remote side naturally rejected.

Andrew Bartlett


Revisions:
cli_pipe.c  1.79.2.42 = 1.79.2.43

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


CVS update: samba/source/lib

2004-01-04 Thread abartlet

Date:   Mon Jan  5 04:15:55 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
gencache.c 
Log Message:
Always call the auto-init funciton - this avoids tdb segfaulting under
us if we failed to open it earlier.

Andrew Bartlett


Revisions:
gencache.c  1.1.2.16 = 1.1.2.17

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/gencache.c.diff?r1=1.1.2.16r2=1.1.2.17


CVS update: samba/source/nsswitch

2004-01-04 Thread abartlet

Date:   Mon Jan  5 04:26:35 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
wbinfo.c 
Log Message:
Show the sid type in name-sid translatons in a way that can be easily
understood by humans.

Andrew Bartlett


Revisions:
wbinfo.c1.38.2.27 = 1.38.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c.diff?r1=1.38.2.27r2=1.38.2.28


CVS update: samba/source/nsswitch

2004-01-04 Thread abartlet

Date:   Mon Jan  5 05:07:59 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
winbindd_pam.c 
Log Message:
Grumble... grumble... fix the build...


Revisions:
winbindd_pam.c  1.44.2.35 = 1.44.2.36

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c.diff?r1=1.44.2.35r2=1.44.2.36