CVS update: samba/source/utils

2003-03-24 Thread abartlet

Date:   Mon Mar 24 09:54:12 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ntlm_auth.c 
Log Message:
(merge from HEAD)

NTLM Authentication:

- Add a 'privileged' mode to Winbindd.  This is achieved by means of a directory
  under lockdir, that the admin can change the group access for.

- This mode is now required to access with 'CRAP' authentication feature.
- This *will* break the current SQUID helper, so I've fixed up our ntlm_auth
  replacement:
 - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a
   challenge.
 - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5
   servers.
 - Tested - works for Win2k clients, but not Win9X at present.  NTLMSSP updates
   are needed.
 - Now uses fgets(), not x_fgets() to cope with Squid environment (I think 
   somthing to do with non-blocking stdin).

- Add much more robust connection code to wb_common.c - it will not connect to 
  a server of a different protocol version, and it will automatically try and 
  reconnect to the 'privileged' pipe if possible.
  - This could help with 'privileged' idmap operations etc in future.

- Add a generic HEX encode routine to util_str.c, 
- fix a small line of dodgy C in StrnCpy_fn()

- Correctly pull our 'session key' out of the info3 from th the DC.  This is 
  used in both the auth code, and in for export over the winbind pipe to 
  ntlm_auth.

- Given the user's challenge/response and access to the privileged pipe, 
  allow external access to the 'session key'.  To be used for MSCHAPv2 
  integration.  

Andrew Bartlett


Revisions:
ntlm_auth.c 1.6.2.2 = 1.6.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/ntlm_auth.c?r1=1.6.2.2r2=1.6.2.3


CVS update: samba/source/include

2003-03-24 Thread abartlet

Date:   Mon Mar 24 09:54:13 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
rpc_netlogon.h 
Log Message:
(merge from HEAD)

NTLM Authentication:

- Add a 'privileged' mode to Winbindd.  This is achieved by means of a directory
  under lockdir, that the admin can change the group access for.

- This mode is now required to access with 'CRAP' authentication feature.
- This *will* break the current SQUID helper, so I've fixed up our ntlm_auth
  replacement:
 - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a
   challenge.
 - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5
   servers.
 - Tested - works for Win2k clients, but not Win9X at present.  NTLMSSP updates
   are needed.
 - Now uses fgets(), not x_fgets() to cope with Squid environment (I think 
   somthing to do with non-blocking stdin).

- Add much more robust connection code to wb_common.c - it will not connect to 
  a server of a different protocol version, and it will automatically try and 
  reconnect to the 'privileged' pipe if possible.
  - This could help with 'privileged' idmap operations etc in future.

- Add a generic HEX encode routine to util_str.c, 
- fix a small line of dodgy C in StrnCpy_fn()

- Correctly pull our 'session key' out of the info3 from th the DC.  This is 
  used in both the auth code, and in for export over the winbind pipe to 
  ntlm_auth.

- Given the user's challenge/response and access to the privileged pipe, 
  allow external access to the 'session key'.  To be used for MSCHAPv2 
  integration.  

Andrew Bartlett


Revisions:
rpc_netlogon.h  1.26.2.1 = 1.26.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_netlogon.h?r1=1.26.2.1r2=1.26.2.2


CVS update: samba/source/nsswitch

2003-03-24 Thread abartlet

Date:   Mon Mar 24 09:54:13 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
wb_common.c winbindd.c winbindd.h winbindd_misc.c 
winbindd_nss.h winbindd_pam.c winbindd_util.c 
Log Message:
(merge from HEAD)

NTLM Authentication:

- Add a 'privileged' mode to Winbindd.  This is achieved by means of a directory
  under lockdir, that the admin can change the group access for.

- This mode is now required to access with 'CRAP' authentication feature.
- This *will* break the current SQUID helper, so I've fixed up our ntlm_auth
  replacement:
 - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a
   challenge.
 - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5
   servers.
 - Tested - works for Win2k clients, but not Win9X at present.  NTLMSSP updates
   are needed.
 - Now uses fgets(), not x_fgets() to cope with Squid environment (I think 
   somthing to do with non-blocking stdin).

- Add much more robust connection code to wb_common.c - it will not connect to 
  a server of a different protocol version, and it will automatically try and 
  reconnect to the 'privileged' pipe if possible.
  - This could help with 'privileged' idmap operations etc in future.

- Add a generic HEX encode routine to util_str.c, 
- fix a small line of dodgy C in StrnCpy_fn()

- Correctly pull our 'session key' out of the info3 from th the DC.  This is 
  used in both the auth code, and in for export over the winbind pipe to 
  ntlm_auth.

- Given the user's challenge/response and access to the privileged pipe, 
  allow external access to the 'session key'.  To be used for MSCHAPv2 
  integration.  

Andrew Bartlett


Revisions:
wb_common.c 1.14.2.4 = 1.14.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wb_common.c?r1=1.14.2.4r2=1.14.2.5
winbindd.c  1.55.2.19 = 1.55.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.55.2.19r2=1.55.2.20
winbindd.h  1.33.2.6 = 1.33.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h?r1=1.33.2.6r2=1.33.2.7
winbindd_misc.c 1.22.2.5 = 1.22.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_misc.c?r1=1.22.2.5r2=1.22.2.6
winbindd_nss.h  1.21.2.7 = 1.21.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_nss.h?r1=1.21.2.7r2=1.21.2.8
winbindd_pam.c  1.44.2.10 = 1.44.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_pam.c?r1=1.44.2.10r2=1.44.2.11
winbindd_util.c 1.73.2.14 = 1.73.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c?r1=1.73.2.14r2=1.73.2.15


CVS update: samba/source/auth

2003-03-24 Thread abartlet

Date:   Mon Mar 24 09:54:13 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
auth_domain.c auth_util.c 
Log Message:
(merge from HEAD)

NTLM Authentication:

- Add a 'privileged' mode to Winbindd.  This is achieved by means of a directory
  under lockdir, that the admin can change the group access for.

- This mode is now required to access with 'CRAP' authentication feature.
- This *will* break the current SQUID helper, so I've fixed up our ntlm_auth
  replacement:
 - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a
   challenge.
 - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5
   servers.
 - Tested - works for Win2k clients, but not Win9X at present.  NTLMSSP updates
   are needed.
 - Now uses fgets(), not x_fgets() to cope with Squid environment (I think 
   somthing to do with non-blocking stdin).

- Add much more robust connection code to wb_common.c - it will not connect to 
  a server of a different protocol version, and it will automatically try and 
  reconnect to the 'privileged' pipe if possible.
  - This could help with 'privileged' idmap operations etc in future.

- Add a generic HEX encode routine to util_str.c, 
- fix a small line of dodgy C in StrnCpy_fn()

- Correctly pull our 'session key' out of the info3 from th the DC.  This is 
  used in both the auth code, and in for export over the winbind pipe to 
  ntlm_auth.

- Given the user's challenge/response and access to the privileged pipe, 
  allow external access to the 'session key'.  To be used for MSCHAPv2 
  integration.  

Andrew Bartlett


Revisions:
auth_domain.c   1.33.2.14 = 1.33.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_domain.c?r1=1.33.2.14r2=1.33.2.15
auth_util.c 1.39.2.11 = 1.39.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_util.c?r1=1.39.2.11r2=1.39.2.12


CVS update: samba/source/libsmb

2003-03-24 Thread abartlet

Date:   Mon Mar 24 09:54:13 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
ntlmssp.c 
Log Message:
(merge from HEAD)

NTLM Authentication:

- Add a 'privileged' mode to Winbindd.  This is achieved by means of a directory
  under lockdir, that the admin can change the group access for.

- This mode is now required to access with 'CRAP' authentication feature.
- This *will* break the current SQUID helper, so I've fixed up our ntlm_auth
  replacement:
 - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a
   challenge.
 - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5
   servers.
 - Tested - works for Win2k clients, but not Win9X at present.  NTLMSSP updates
   are needed.
 - Now uses fgets(), not x_fgets() to cope with Squid environment (I think 
   somthing to do with non-blocking stdin).

- Add much more robust connection code to wb_common.c - it will not connect to 
  a server of a different protocol version, and it will automatically try and 
  reconnect to the 'privileged' pipe if possible.
  - This could help with 'privileged' idmap operations etc in future.

- Add a generic HEX encode routine to util_str.c, 
- fix a small line of dodgy C in StrnCpy_fn()

- Correctly pull our 'session key' out of the info3 from th the DC.  This is 
  used in both the auth code, and in for export over the winbind pipe to 
  ntlm_auth.

- Given the user's challenge/response and access to the privileged pipe, 
  allow external access to the 'session key'.  To be used for MSCHAPv2 
  integration.  

Andrew Bartlett


Revisions:
ntlmssp.c   1.4.2.3 = 1.4.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c?r1=1.4.2.3r2=1.4.2.4


CVS update: samba/source/rpc_client

2003-03-24 Thread abartlet

Date:   Mon Mar 24 09:54:12 2003
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
cli_netlogon.c 
Log Message:
(merge from HEAD)

NTLM Authentication:

- Add a 'privileged' mode to Winbindd.  This is achieved by means of a directory
  under lockdir, that the admin can change the group access for.

- This mode is now required to access with 'CRAP' authentication feature.
- This *will* break the current SQUID helper, so I've fixed up our ntlm_auth
  replacement:
 - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a
   challenge.
 - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5
   servers.
 - Tested - works for Win2k clients, but not Win9X at present.  NTLMSSP updates
   are needed.
 - Now uses fgets(), not x_fgets() to cope with Squid environment (I think 
   somthing to do with non-blocking stdin).

- Add much more robust connection code to wb_common.c - it will not connect to 
  a server of a different protocol version, and it will automatically try and 
  reconnect to the 'privileged' pipe if possible.
  - This could help with 'privileged' idmap operations etc in future.

- Add a generic HEX encode routine to util_str.c, 
- fix a small line of dodgy C in StrnCpy_fn()

- Correctly pull our 'session key' out of the info3 from th the DC.  This is 
  used in both the auth code, and in for export over the winbind pipe to 
  ntlm_auth.

- Given the user's challenge/response and access to the privileged pipe, 
  allow external access to the 'session key'.  To be used for MSCHAPv2 
  integration.  

Andrew Bartlett


Revisions:
cli_netlogon.c  1.69.2.4 = 1.69.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_netlogon.c?r1=1.69.2.4r2=1.69.2.5


CVS update: samba/source/include

2003-03-24 Thread jelmer

Date:   Mon Mar 24 11:25:33 2003
Author: jelmer

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

Modified Files:
popt_common.h 
Log Message:

Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes


Revisions:
popt_common.h   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/popt_common.h?r1=1.1r2=1.2


CVS update: samba/source/lib

2003-03-24 Thread jelmer

Date:   Mon Mar 24 11:25:33 2003
Author: jelmer

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

Modified Files:
popt_common.c 
Log Message:

Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes


Revisions:
popt_common.c   1.11 = 1.12

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


CVS update: samba/source/nsswitch

2003-03-24 Thread jelmer

Date:   Mon Mar 24 11:25:33 2003
Author: jelmer

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

Modified Files:
wbinfo.c winbindd.c 
Log Message:

Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes


Revisions:
wbinfo.c1.59 = 1.60

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c?r1=1.59r2=1.60
winbindd.c  1.89 = 1.90

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.89r2=1.90


CVS update: samba/source/smbd

2003-03-24 Thread jelmer

Date:   Mon Mar 24 11:25:33 2003
Author: jelmer

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

Modified Files:
server.c 
Log Message:

Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes


Revisions:
server.c1.413 = 1.414

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/server.c?r1=1.413r2=1.414


CVS update: samba/source/utils

2003-03-24 Thread jelmer

Date:   Mon Mar 24 11:25:34 2003
Author: jelmer

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

Modified Files:
net.c nmblookup.c ntlm_auth.c pdbedit.c smbcacls.c smbtree.c 
status.c testparm.c 
Log Message:

Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes


Revisions:
net.c   1.73 = 1.74
http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c?r1=1.73r2=1.74
nmblookup.c 1.58 = 1.59

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/nmblookup.c?r1=1.58r2=1.59
ntlm_auth.c 1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/ntlm_auth.c?r1=1.8r2=1.9
pdbedit.c   1.75 = 1.76

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/pdbedit.c?r1=1.75r2=1.76
smbcacls.c  1.84 = 1.85

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbcacls.c?r1=1.84r2=1.85
smbtree.c   1.17 = 1.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbtree.c?r1=1.17r2=1.18
status.c1.82 = 1.83
http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/status.c?r1=1.82r2=1.83
testparm.c  1.64 = 1.65

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/testparm.c?r1=1.64r2=1.65


CVS update: samba/source/torture

2003-03-24 Thread jelmer

Date:   Mon Mar 24 11:25:33 2003
Author: jelmer

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

Modified Files:
samtest.c vfstest.c 
Log Message:

Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes


Revisions:
samtest.c   1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/samtest.c?r1=1.15r2=1.16
vfstest.c   1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/vfstest.c?r1=1.15r2=1.16


CVS update: samba/source/modules

2003-03-24 Thread jelmer

Date:   Mon Mar 24 11:31:01 2003
Author: jelmer

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

Modified Files:
developer.c 
Log Message:

Fix init function name and return value


Revisions:
developer.c 1.2 = 1.3

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


CVS update: sambaweb

2003-03-24 Thread vlendec

Date:   Mon Mar 24 12:39:51 2003
Author: vlendec

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

Modified Files:
books.html 
Log Message:
Add my german book.

Volker


Revisions:
books.html  1.38 = 1.39
http://www.samba.org/cgi-bin/cvsweb/sambaweb/books.html?r1=1.38r2=1.39


CVS update: samba/source

2003-03-24 Thread jelmer

Date:   Mon Mar 24 12:47:21 2003
Author: jelmer

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

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

Add modules support to charset


Revisions:
Makefile.in 1.645 = 1.646
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.645r2=1.646
configure.in1.425 = 1.426
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.425r2=1.426


CVS update: samba/source/lib

2003-03-24 Thread jelmer

Date:   Mon Mar 24 12:47:21 2003
Author: jelmer

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

Modified Files:
iconv.c 
Log Message:

Add modules support to charset


Revisions:
iconv.c 1.26 = 1.27
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/iconv.c?r1=1.26r2=1.27


CVS update: sambaweb

2003-03-24 Thread vlendec

Date:   Mon Mar 24 13:01:57 2003
Author: vlendec

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

Modified Files:
books.html 
Log Message:
It's a new year :-)

Volker


Revisions:
books.html  1.39 = 1.40
http://www.samba.org/cgi-bin/cvsweb/sambaweb/books.html?r1=1.39r2=1.40


CVS update: samba/docs/docbook/manpages

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:14:10 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/manpages
In directory dp.samba.org:/tmp/cvs-serv15843/manpages

Modified Files:
nmbd.8.sgml nmblookup.1.sgml pdbedit.8.sgml profiles.1.sgml 
rpcclient.1.sgml smbcacls.1.sgml smbclient.1.sgml smbd.8.sgml 
smbstatus.1.sgml smbtree.1.sgml swat.8.sgml testparm.1.sgml 
vfstest.1.sgml wbinfo.1.sgml winbindd.8.sgml 
Log Message:

Document common arguments with entities


Revisions:
nmbd.8.sgml 1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/nmbd.8.sgml?r1=1.14r2=1.15
nmblookup.1.sgml1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/nmblookup.1.sgml?r1=1.7r2=1.8
pdbedit.8.sgml  1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/pdbedit.8.sgml?r1=1.14r2=1.15
profiles.1.sgml 1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/profiles.1.sgml?r1=1.1r2=1.2
rpcclient.1.sgml1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/rpcclient.1.sgml?r1=1.14r2=1.15
smbcacls.1.sgml 1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/smbcacls.1.sgml?r1=1.8r2=1.9
smbclient.1.sgml1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/smbclient.1.sgml?r1=1.10r2=1.11
smbd.8.sgml 1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/smbd.8.sgml?r1=1.13r2=1.14
smbstatus.1.sgml1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/smbstatus.1.sgml?r1=1.4r2=1.5
smbtree.1.sgml  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/smbtree.1.sgml?r1=1.1r2=1.2
swat.8.sgml 1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/swat.8.sgml?r1=1.7r2=1.8
testparm.1.sgml 1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/testparm.1.sgml?r1=1.6r2=1.7
vfstest.1.sgml  1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/vfstest.1.sgml?r1=1.7r2=1.8
wbinfo.1.sgml   1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/wbinfo.1.sgml?r1=1.9r2=1.10
winbindd.8.sgml 1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/winbindd.8.sgml?r1=1.13r2=1.14


CVS update: samba/source/client

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:12 2003
Author: jelmer

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

Modified Files:
client.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
client.c1.241 = 1.242

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/client.c?r1=1.241r2=1.242


CVS update: samba/source/lib

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:12 2003
Author: jelmer

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

Modified Files:
popt_common.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
popt_common.c   1.12 = 1.13

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


CVS update: samba/source/include

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:12 2003
Author: jelmer

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

Modified Files:
popt_common.h 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
popt_common.h   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/popt_common.h?r1=1.3r2=1.4


CVS update: samba/source/nmbd

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:12 2003
Author: jelmer

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

Modified Files:
nmbd.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
nmbd.c  1.149 = 1.150
http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd.c?r1=1.149r2=1.150


CVS update: samba/source/rpcclient

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:13 2003
Author: jelmer

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

Modified Files:
rpcclient.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
rpcclient.c 1.213 = 1.214

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/rpcclient.c?r1=1.213r2=1.214


CVS update: samba/source/smbd

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:13 2003
Author: jelmer

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

Modified Files:
server.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
server.c1.414 = 1.415

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/server.c?r1=1.414r2=1.415


CVS update: samba/source/wrepld

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:15 2003
Author: jelmer

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

Modified Files:
server.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
server.c1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/wrepld/server.c?r1=1.14r2=1.15


CVS update: samba/source/utils

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:14 2003
Author: jelmer

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

Modified Files:
net.c nmblookup.c ntlm_auth.c pdbedit.c smbcacls.c smbtree.c 
testparm.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
net.c   1.74 = 1.75
http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c?r1=1.74r2=1.75
nmblookup.c 1.59 = 1.60

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/nmblookup.c?r1=1.59r2=1.60
ntlm_auth.c 1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/ntlm_auth.c?r1=1.9r2=1.10
pdbedit.c   1.76 = 1.77

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/pdbedit.c?r1=1.76r2=1.77
smbcacls.c  1.85 = 1.86

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbcacls.c?r1=1.85r2=1.86
smbtree.c   1.18 = 1.19

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbtree.c?r1=1.18r2=1.19
testparm.c  1.65 = 1.66

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/testparm.c?r1=1.65r2=1.66


CVS update: samba/source/nsswitch

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:15:12 2003
Author: jelmer

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

Modified Files:
wbinfo.c winbindd.c 
Log Message:

Revoke some of the popt patch from metze I applied earlier today. It added
some double options and broke some parameters.


Revisions:
wbinfo.c1.60 = 1.61

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/wbinfo.c?r1=1.60r2=1.61
winbindd.c  1.90 = 1.91

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.90r2=1.91


CVS update: samba/docs

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:20:29 2003
Author: jelmer

Update of /home/cvs/samba/docs
In directory dp.samba.org:/tmp/cvs-serv16676

Modified Files:
docs-status 
Log Message:

editreg, wrepld and ntlm_aut aren't documented yet..


Revisions:
docs-status 1.14 = 1.15
http://www.samba.org/cgi-bin/cvsweb/samba/docs/docs-status?r1=1.14r2=1.15


CVS update: samba/source/nsswitch

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:32:11 2003
Author: jelmer

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

Modified Files:
winbindd.c 
Log Message:

Don't use old usage() function, but the one from popt.
Remove some useless arguments


Revisions:
winbindd.c  1.91 = 1.92

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.91r2=1.92


CVS update: samba/source/nmbd

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:32:11 2003
Author: jelmer

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

Modified Files:
nmbd.c 
Log Message:

Don't use old usage() function, but the one from popt.
Remove some useless arguments


Revisions:
nmbd.c  1.150 = 1.151
http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd.c?r1=1.150r2=1.151


CVS update: samba/source/wrepld

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:32:11 2003
Author: jelmer

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

Modified Files:
server.c 
Log Message:

Don't use old usage() function, but the one from popt.
Remove some useless arguments


Revisions:
server.c1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/wrepld/server.c?r1=1.15r2=1.16


CVS update: samba/source/smbd

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:32:11 2003
Author: jelmer

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

Modified Files:
server.c 
Log Message:

Don't use old usage() function, but the one from popt.
Remove some useless arguments


Revisions:
server.c1.415 = 1.416

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/server.c?r1=1.415r2=1.416


CVS update: samba/docs/docbook/manpages

2003-03-24 Thread jelmer

Date:   Mon Mar 24 14:32:55 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/manpages
In directory dp.samba.org:/tmp/cvs-serv18661/manpages

Modified Files:
nmbd.8.sgml winbindd.8.sgml 
Log Message:

Remove documentation for removed options


Revisions:
nmbd.8.sgml 1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/nmbd.8.sgml?r1=1.15r2=1.16
winbindd.8.sgml 1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/manpages/winbindd.8.sgml?r1=1.14r2=1.15


CVS update: samba/source/libsmb

2003-03-24 Thread jelmer

Date:   Mon Mar 24 16:15:10 2003
Author: jelmer

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

Modified Files:
clierror.c 
Log Message:

Add mapping for Bad Network Path


Revisions:
clierror.c  1.33 = 1.34

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


CVS update: samba/source/client

2003-03-24 Thread jelmer

Date:   Mon Mar 24 16:16:13 2003
Author: jelmer

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

Modified Files:
client.c 
Log Message:

Add static to satisfy exotic compilers


Revisions:
client.c1.242 = 1.243

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/client.c?r1=1.242r2=1.243


CVS update: samba/source/utils

2003-03-24 Thread jelmer

Date:   Mon Mar 24 17:59:11 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_2_2
smbpasswd.c 
Log Message:

FALSE - False


Revisions:
smbpasswd.c 1.93.2.59 = 1.93.2.60

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbpasswd.c?r1=1.93.2.59r2=1.93.2.60


CVS update: samba/source

2003-03-24 Thread jelmer

Date:   Mon Mar 24 18:25:31 2003
Author: jelmer

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

Modified Files:
configure.in aclocal.m4 
Log Message:

Simplify modules interface and make it easier to build 
complete subsystems as modules (--with-shared-modules=rpc,pdb_xml,pdb_ldap 
works now, for example)


Revisions:
configure.in1.426 = 1.427
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.426r2=1.427
aclocal.m4  1.19 = 1.20
http://www.samba.org/cgi-bin/cvsweb/samba/source/aclocal.m4?r1=1.19r2=1.20


CVS update: samba/source/rpc_server

2003-03-24 Thread jelmer

Date:   Mon Mar 24 18:38:59 2003
Author: jelmer

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

Modified Files:
srv_pipe.c 
Log Message:

Give error message when module doesn't seem to contain 
pipe functions


Revisions:
srv_pipe.c  1.106 = 1.107

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_pipe.c?r1=1.106r2=1.107


CVS update: samba/docs/docbook/devdoc

2003-03-24 Thread jelmer

Date:   Mon Mar 24 18:47:18 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/devdoc
In directory dp.samba.org:/tmp/cvs-serv12718

Modified Files:
dev-doc.sgml 
Added Files:
packagers.sgml 
Log Message:

Add notes for packagers


Revisions:
packagers.sgml  NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/devdoc/packagers.sgml?rev=1.1
dev-doc.sgml1.11 = 1.12

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/devdoc/dev-doc.sgml?r1=1.11r2=1.12


CVS update: samba/source

2003-03-24 Thread jelmer

Date:   Mon Mar 24 19:53:02 2003
Author: jelmer

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

Modified Files:
configure.in 
Log Message:

Fix two typos


Revisions:
configure.in1.428 = 1.429
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.428r2=1.429


CVS update: samba/source/rpc_server

2003-03-24 Thread jelmer

Date:   Mon Mar 24 19:53:02 2003
Author: jelmer

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

Modified Files:
srv_pipe.c 
Log Message:

Fix two typos


Revisions:
srv_pipe.c  1.107 = 1.108

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_pipe.c?r1=1.107r2=1.108


Re: CVS update: samba/source/lib

2003-03-24 Thread Rafal Szczesniak
On Sat, Mar 22, 2003 at 11:25:09PM +, [EMAIL PROTECTED] wrote:
 
 Date: Sat Mar 22 23:25:09 2003
 Author:   abartlet
 
 Update of /data/cvs/samba/source/lib
 In directory dp.samba.org:/tmp/cvs-serv27868/lib
 
 Modified Files:
   gencache.c 
 Log Message:
 Valgrind found a few memory leaks!

Nice! I better start to use it...


cheers,
-- 
 Rafal Szczesniak  mimir[at]diament.ists.pwr.wroc.pl
 Samba Team member mimir[at]samba.org
+-+
 *BSD, GNU/Linux and Samba  http://www.samba.org
+-+



CVS update: samba/source

2003-03-24 Thread jelmer

Date:   Mon Mar 24 23:03:46 2003
Author: jelmer

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

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

- Add support to auth/ for the new modules system
- Quite some small fixes (also fixes the build)


Revisions:
Makefile.in 1.646 = 1.647
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.646r2=1.647
aclocal.m4  1.21 = 1.22
http://www.samba.org/cgi-bin/cvsweb/samba/source/aclocal.m4?r1=1.21r2=1.22
configure.in1.429 = 1.430
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.429r2=1.430


CVS update: samba/source/auth

2003-03-24 Thread jelmer

Date:   Mon Mar 24 23:03:46 2003
Author: jelmer

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

Modified Files:
auth.c auth_builtin.c auth_domain.c auth_rhosts.c auth_sam.c 
auth_server.c auth_unix.c auth_winbind.c 
Log Message:

- Add support to auth/ for the new modules system
- Quite some small fixes (also fixes the build)


Revisions:
auth.c  1.48 = 1.49
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth.c?r1=1.48r2=1.49
auth_builtin.c  1.19 = 1.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_builtin.c?r1=1.19r2=1.20
auth_domain.c   1.72 = 1.73

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_domain.c?r1=1.72r2=1.73
auth_rhosts.c   1.21 = 1.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_rhosts.c?r1=1.21r2=1.22
auth_sam.c  1.51 = 1.52

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c?r1=1.51r2=1.52
auth_server.c   1.31 = 1.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_server.c?r1=1.31r2=1.32
auth_unix.c 1.26 = 1.27

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_unix.c?r1=1.26r2=1.27
auth_winbind.c  1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_winbind.c?r1=1.15r2=1.16


CVS update: samba/source/include

2003-03-24 Thread jelmer

Date:   Mon Mar 24 23:03:46 2003
Author: jelmer

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

Modified Files:
auth.h 
Log Message:

- Add support to auth/ for the new modules system
- Quite some small fixes (also fixes the build)


Revisions:
auth.h  1.17 = 1.18
http://www.samba.org/cgi-bin/cvsweb/samba/source/include/auth.h?r1=1.17r2=1.18


CVS update: samba/source/smbd

2003-03-24 Thread jerry

Date:   Tue Mar 25 04:14:54 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
reply.c 
Log Message:
win9x was suffered a case of the blues during a domain logon.
For some reason, explicitly setting the service type during the
tconX fixes this.

Revisions:
reply.c 1.381.2.19 = 1.381.2.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c?r1=1.381.2.19r2=1.381.2.20


CVS update: samba/source/smbd

2003-03-24 Thread jerry

Date:   Tue Mar 25 04:19:04 2003
Author: jerry

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

Modified Files:
reply.c 
Log Message:
win9x was suffered a case of the blues during a domain logon.
For some reason, explicitly setting the service type during the
tconX fixes this.

Revisions:
reply.c 1.421 = 1.422
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c?r1=1.421r2=1.422


CVS update: samba/source/passdb

2003-03-24 Thread vlendec

Date:   Tue Mar 25 07:54:34 2003
Author: vlendec

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

Modified Files:
pdb_ldap.c 
Log Message:
Apply metze's change correctly this time. Playing 'patch' by
hand can be somewhat error-prone..

Volker


Revisions:
pdb_ldap.c  1.93 = 1.94

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c?r1=1.93r2=1.94


CVS update: samba/source/modules

2003-03-24 Thread abartlet

Date:   Tue Mar 25 07:55:10 2003
Author: abartlet

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

Modified Files:
vfs_recycle.c xml.c 
Log Message:
Make these functions static, keep them out of proto.


Revisions:
vfs_recycle.c   1.5 = 1.6

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