CVS update: samba/source/include

2003-04-06 Thread idra

Date:   Sun Apr  6 09:35:16 2003
Author: idra

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

Modified Files:
idmap.h 
Log Message:

This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
first run if idmap.tdb is not found, and then eventually convert it to the
new format.
This is done to unify winbind and idmap databases and to make a backup of
winbindd_idmap.tdb in case you want to downgrade (of course it will not be
updated).
This is needed because idmap.tdb contains also local mappings, not only
foreign domains mappings.

Added some other fixes/improvements

Simo.



Revisions:
idmap.h 1.4 = 1.5
http://www.samba.org/cgi-bin/cvsweb/samba/source/include/idmap.h?r1=1.4r2=1.5


CVS update: samba/source/nsswitch

2003-04-06 Thread idra

Date:   Sun Apr  6 09:35:16 2003
Author: idra

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

Modified Files:
winbindd_idmap_tdb.c 
Log Message:

This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
first run if idmap.tdb is not found, and then eventually convert it to the
new format.
This is done to unify winbind and idmap databases and to make a backup of
winbindd_idmap.tdb in case you want to downgrade (of course it will not be
updated).
This is needed because idmap.tdb contains also local mappings, not only
foreign domains mappings.

Added some other fixes/improvements

Simo.



Revisions:
winbindd_idmap_tdb.c1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_idmap_tdb.c?r1=1.3r2=1.4


CVS update: samba/source/sam

2003-04-06 Thread idra

Date:   Sun Apr  6 09:35:16 2003
Author: idra

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

Modified Files:
idmap_tdb.c idmap_winbind.c 
Log Message:

This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
first run if idmap.tdb is not found, and then eventually convert it to the
new format.
This is done to unify winbind and idmap databases and to make a backup of
winbindd_idmap.tdb in case you want to downgrade (of course it will not be
updated).
This is needed because idmap.tdb contains also local mappings, not only
foreign domains mappings.

Added some other fixes/improvements

Simo.



Revisions:
idmap_tdb.c 1.4 = 1.5
http://www.samba.org/cgi-bin/cvsweb/samba/source/sam/idmap_tdb.c?r1=1.4r2=1.5
idmap_winbind.c 1.2 = 1.3

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


Re: CVS update: samba/source/rpc_server

2003-04-06 Thread Andrew Bartlett
On Sun, 2003-04-06 at 17:04, [EMAIL PROTECTED] wrote:
 
 Date: Sun Apr  6 07:04:09 2003
 Author:   vlendec
 
 Update of /data/cvs/samba/source/rpc_server
 In directory dp.samba.org:/tmp/cvs-serv22214/source/rpc_server
 
 Modified Files:
   Tag: SAMBA_3_0
   srv_netlog_nt.c srv_pipe.c srv_pipe_hnd.c 
 Log Message:
 Merge the TNG netlogon schannel from HEAD.
 
 No more XP requiresignorseal anymore!

Thanks for getting this merged - I tested this with my WinXP client and
it works great!

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part


CVS update: samba/source/torture

2003-04-06 Thread abartlet

Date:   Sun Apr  6 11:19:26 2003
Author: abartlet

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

Added Files:
t_push_ucs2.c 
Log Message:
Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.

Andrew Bartlett


Revisions:
t_push_ucs2.c   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/t_push_ucs2.c?rev=1.1


CVS update: samba/source

2003-04-06 Thread abartlet

Date:   Sun Apr  6 11:19:26 2003
Author: abartlet

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

Modified Files:
Makefile.in 
Log Message:
Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.

Andrew Bartlett


Revisions:
Makefile.in 1.673 = 1.674
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.673r2=1.674


CVS update: samba/source/torture

2003-04-06 Thread abartlet

Date:   Sun Apr  6 12:01:44 2003
Author: abartlet

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

Modified Files:
t_push_ucs2.c 
Log Message:
If the string does not convert back, print the buggy result.


Revisions:
t_push_ucs2.c   1.1 = 1.2

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


CVS update: samba/source/lib

2003-04-06 Thread tridge

Date:   Sun Apr  6 12:28:00 2003
Author: tridge

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

Modified Files:
charcnv.c 
Log Message:
don't rely on realloc() working on NULL


Revisions:
charcnv.c   1.75 = 1.76
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c?r1=1.75r2=1.76


Re: CVS update: samba/source

2003-04-06 Thread Jim McDonough




Thanks!

I was messsing around with configure and didn't get it right...I missed
that that whole stream of stuff was inside those parens...


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



|-+
| |   [EMAIL PROTECTED] |
| |   Sent by: |
| |   [EMAIL PROTECTED]|
| |   s.samba.org  |
| ||
| ||
| |   04/05/2003 08:08 PM  |
| ||
|-+
  
--|
  |
  |
  |   To:   [EMAIL PROTECTED]  
|
  |   cc:  
  |
  |   Subject:  CVS update: samba/source   
  |
  |
  |
  
--|





Date:Sun Apr  6 01:08:39 2003
Author:jelmer

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

Modified Files:
 Makefile.in configure.in
Log Message:

Fix building on platforms without ldap


Revisions:
Makefile.in1.672 = 1.673

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.672r2=1.673

configure.in 1.456 = 1.457

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.456r2=1.457






CVS update: samba/source/passdb

2003-04-06 Thread abartlet

Date:   Sun Apr  6 12:59:53 2003
Author: abartlet

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

Modified Files:
secrets.c 
Log Message:
Don't bail if we have a badly formed record, just move on to the next one.


Revisions:
secrets.c   1.57 = 1.58

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/secrets.c?r1=1.57r2=1.58


CVS update: samba/source/lib

2003-04-06 Thread abartlet

Date:   Sun Apr  6 13:00:46 2003
Author: abartlet

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

Modified Files:
ldap.c 
Log Message:
Fix memory leak of the key.


Revisions:
ldap.c  1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/ldap.c?r1=1.1r2=1.2


CVS update: samba/docs/docbook/smbdotconf/security

2003-04-06 Thread ab

Date:   Sun Apr  6 13:07:44 2003
Author: ab

Update of /home/cvs/samba/docs/docbook/smbdotconf/security
In directory dp.samba.org:/tmp/cvs-serv23804

Modified Files:
adminusers.xml algorithmicridbase.xml allowhosts.xml 
allowtrusteddomains.xml authmethods.xml createmask.xml 
createmode.xml denyhosts.xml directorymask.xml 
directorymode.xml directorysecuritymask.xml 
encryptpasswords.xml forcecreatemode.xml 
forcedirectorymode.xml forcedirectorysecuritymode.xml 
forcegroup.xml forcesecuritymode.xml forceuser.xml group.xml 
guestaccount.xml guestok.xml guestonly.xml hostsallow.xml 
hostsdeny.xml hostsequiv.xml inheritacls.xml 
inheritpermissions.xml invalidusers.xml lanmanauth.xml 
maptoguest.xml minpasswdlength.xml minpasswordlength.xml 
nonunixaccountrange.xml ntlmauth.xml nullpasswords.xml 
obeypamrestrictions.xml onlyguest.xml onlyuser.xml 
pampasswordchange.xml passdbbackend.xml passwdchat.xml 
passwdchatdebug.xml passwdprogram.xml passwordlevel.xml 
passwordserver.xml printeradmin.xml privatedir.xml public.xml 
readlist.xml readonly.xml restrictanonymous.xml root.xml 
rootdir.xml rootdirectory.xml security.xml securitymask.xml 
serverschannel.xml smbpasswdfile.xml unixpasswordsync.xml 
updateencrypted.xml user.xml username.xml usernamelevel.xml 
usernamemap.xml users.xml validusers.xml writable.xml 
writeable.xml writelist.xml writeok.xml 
Log Message:
Convert 'Security' section of smb.conf to new format

Revisions:
adminusers.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/adminusers.xml?r1=1.1r2=1.2
algorithmicridbase.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/algorithmicridbase.xml?r1=1.1r2=1.2
allowhosts.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/allowhosts.xml?r1=1.1r2=1.2
allowtrusteddomains.xml 1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/allowtrusteddomains.xml?r1=1.1r2=1.2
authmethods.xml 1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/authmethods.xml?r1=1.1r2=1.2
createmask.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/createmask.xml?r1=1.1r2=1.2
createmode.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/createmode.xml?r1=1.1r2=1.2
denyhosts.xml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/denyhosts.xml?r1=1.1r2=1.2
directorymask.xml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/directorymask.xml?r1=1.1r2=1.2
directorymode.xml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/directorymode.xml?r1=1.1r2=1.2
directorysecuritymask.xml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/directorysecuritymask.xml?r1=1.1r2=1.2
encryptpasswords.xml1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/encryptpasswords.xml?r1=1.1r2=1.2
forcecreatemode.xml 1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/forcecreatemode.xml?r1=1.1r2=1.2
forcedirectorymode.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/forcedirectorymode.xml?r1=1.1r2=1.2
forcedirectorysecuritymode.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/forcedirectorysecuritymode.xml?r1=1.1r2=1.2
forcegroup.xml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/forcegroup.xml?r1=1.1r2=1.2
forcesecuritymode.xml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/forcesecuritymode.xml?r1=1.1r2=1.2
forceuser.xml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/forceuser.xml?r1=1.1r2=1.2
group.xml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/group.xml?r1=1.1r2=1.2
guestaccount.xml1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/guestaccount.xml?r1=1.1r2=1.2
guestok.xml 1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/guestok.xml?r1=1.1r2=1.2
guestonly.xml   1.1 = 1.2


CVS update: samba/source/libsmb

2003-04-06 Thread abartlet

Date:   Sun Apr  6 13:08:07 2003
Author: abartlet

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

Modified Files:
smb_signing.c ntlmssp_sign.c clientgen.c 
Log Message:
SMB signing updates - this gets NTLMSSP signing workin to the point where I 
just need to get the verifiction code working - we get back a signiture from
the server, and just can't verify it yet.

This also brings the short-packet checks into common code, and breaks the
connection if the server sends a signed reply, on an established connection, 
that fails the test.

This breaks our read/write code at the moment, as we need to keep a list 
of outstanding packets.

(signing is not enabled by default, unless the server demands it)

Not for 3.0 till I fix the outstanding packet list.

Andrew Barlett


Revisions:
smb_signing.c   1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smb_signing.c?r1=1.6r2=1.7
ntlmssp_sign.c  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp_sign.c?r1=1.2r2=1.3
clientgen.c 1.218 = 1.219

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c?r1=1.218r2=1.219


CVS update: samba/source/include

2003-04-06 Thread abartlet

Date:   Sun Apr  6 13:08:07 2003
Author: abartlet

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

Modified Files:
smb.h 
Log Message:
SMB signing updates - this gets NTLMSSP signing workin to the point where I 
just need to get the verifiction code working - we get back a signiture from
the server, and just can't verify it yet.

This also brings the short-packet checks into common code, and breaks the
connection if the server sends a signed reply, on an established connection, 
that fails the test.

This breaks our read/write code at the moment, as we need to keep a list 
of outstanding packets.

(signing is not enabled by default, unless the server demands it)

Not for 3.0 till I fix the outstanding packet list.

Andrew Barlett


Revisions:
smb.h   1.480 = 1.481

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h?r1=1.480r2=1.481


CVS update: samba/source/lib

2003-04-06 Thread abartlet

Date:   Sun Apr  6 13:11:29 2003
Author: abartlet

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

Modified Files:
charcnv.c 
Log Message:
Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void **)


Revisions:
charcnv.c   1.76 = 1.77
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c?r1=1.76r2=1.77


CVS update: samba/source/libsmb

2003-04-06 Thread abartlet

Date:   Sun Apr  6 13:19:49 2003
Author: abartlet

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

Modified Files:
clierror.c 
Log Message:
Clean up error messages on cli pipe disconnection, including adding the message
for broken-due-to-bad-sig.

Andrew Bartlett


Revisions:
clierror.c  1.34 = 1.35

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clierror.c?r1=1.34r2=1.35


CVS update: samba/source/nsswitch

2003-04-06 Thread tpot

Date:   Mon Apr  7 04:36:03 2003
Author: tpot

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

Modified Files:
  Tag: APPLIANCE_HEAD
winbindd_cache.c 
Log Message:
Free a cache entry if there is an access denied error
and need to return information from the netsamlogon cache in
query_user() and lookup_usergroups().

No CR# but already found by Siubing.

Jerry to review.


Revisions:
winbindd_cache.c1.5.2.16 = 1.5.2.17

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cache.c?r1=1.5.2.16r2=1.5.2.17


CVS update: samba/source/passdb

2003-04-06 Thread abartlet

Date:   Mon Apr  7 04:52:30 2003
Author: abartlet

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

Modified Files:
pdb_unix.c 
Log Message:
Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)


Revisions:
pdb_unix.c  1.12 = 1.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_unix.c?r1=1.12r2=1.13


CVS update: samba/source/passdb

2003-04-06 Thread abartlet

Date:   Mon Apr  7 04:53:07 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
pdb_unix.c 
Log Message:
Merge from HEAD - restore previous behaviour of pdb_unix (auto upgrade to
add on update)


Revisions:
pdb_unix.c  1.5.2.5 = 1.5.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_unix.c?r1=1.5.2.5r2=1.5.2.6