CVS update: samba4/source/param

2004-03-22 Thread tridge

Date:   Tue Mar 23 03:17:33 2004
Author: tridge

Update of /home/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv22408

Modified Files:
loadparm.c 
Log Message:
put the max xmit option back into Samba4



Revisions:
loadparm.c  1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/loadparm.c.diff?r1=1.8r2=1.9


CVS update: samba4/source/param

2004-02-22 Thread Stefan Metzmacher

Date:   Sun Feb 22 13:09:51 2004
Author: metze

Update of /home/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv14225/param

Added Files:
config.m4 
Log Message:
- creat the LIBCMDLINE subsystem
  including readline and popt

- creat the CONFIG subsystem
  including param/* dynconfig.* and passdb/secrets.*

metze


Revisions:
config.m4   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/config.m4?rev=1.1


CVS update: samba4/source/param

2004-01-28 Thread Stefan Metzmacher

Date:   Wed Jan 28 12:47:52 2004
Author: metze

Update of /home/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv26955/source/param

Modified Files:
loadparm.c 
Log Message:
merge the version.h autogeneration stuff from 3.0

metze


Revisions:
loadparm.c  1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/loadparm.c.diff?r1=1.6r2=1.7


CVS update: samba4/source/param

2004-01-08 Thread Stefan Metzmacher

Date:   Thu Jan  8 22:55:26 2004
Author: metze

Update of /home/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv9405/param

Modified Files:
loadparm.c 
Log Message:
This patch adds a better dcerpc server infastructure.

1.) We now register endpoint servers add startup via register_backend()
and later use the smb.conf 'dcerpc endpoint servers' parameter to setup the 
dcesrv_context

2.) each endpoint server can register at context creation time as much interfaces as 
it wants
(multiple interfaces on one endpoint are supported!)
(NOTE:  there's a difference between 'endpoint server' and 'endpoint'!
for details look at rpc_server/dcesrv_server.h)

3.) one endpoint can have a security descriptor registered to it self
this will be checked in the future when a client wants to connect
to an smb pipe endpoint.

4.) we now have a 'remote' endpoint server, which works like the ntvfs_cifs module
it takes this options in the [globals] section:

dcerpc remote:interfaces = srvsvc, winreg, w32time, epmapper
dcerpc remote:binding = ...
dcerpc remote:user = ...
dcerpc remote:password = ...

5.) we currently have tree endpoint servers: epmapper, rpcecho and remote

the default for the 'dcerpc endpiont servers = epmapper, rpcecho'

for testing you can also do 
dcerpc endpoint servers = rpcecho, remote, epmapper
dcerpc remote:interfaces = srvsvc, samr, netlogon

6,) please notice the the epmapper now only returns NO_ENTRIES
(but I think we'll find a solution for this too:-)

7.) also there're some other stuff left, but step by step :-)

This patch also includes updates for the 
register_subsystem() , ntvfs_init(), and some other funtions
to check for duplicate subsystem registration


metze

(hmmm, my first large commit...I hope it works as supposed :-)



Revisions:
loadparm.c  1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/loadparm.c.diff?r1=1.5r2=1.6


CVS update: samba4/source/param

2003-12-16 Thread tridge

Date:   Wed Dec 17 02:06:38 2003
Author: tridge

Update of /home/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv31336

Modified Files:
loadparm.c 
Log Message:
added a smb.conf flag rpc big endian that tells our rpc server to
send packets in bigendian format. 





Revisions:
loadparm.c  1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/loadparm.c.diff?r1=1.4r2=1.5


CVS update: samba4/source/param

2003-11-25 Thread tridge

Date:   Wed Nov 26 02:08:41 2003
Author: tridge

Update of /home/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv4372

Modified Files:
loadparm.c 
Log Message:
fixed some memory leaks in the dcerpc use of ntlmssp signing


Revisions:
loadparm.c  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/loadparm.c.diff?r1=1.3r2=1.4


CVS update: samba4/source/param

2003-09-17 Thread tpot

Date:   Thu Sep 18 01:34:59 2003
Author: tpot

Update of /data/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv12354

Modified Files:
loadparm.c 
Log Message:
Quieten a compiler warning.


Revisions:
loadparm.c  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/loadparm.c.diff?r1=1.2r2=1.3


CVS update: samba4/source/param

2003-08-15 Thread tridge

Date:   Fri Aug 15 19:09:52 2003
Author: tridge

Update of /home/cvs/samba4/source/param
In directory dp.samba.org:/tmp/cvs-serv576

Modified Files:
loadparm.c 
Log Message:
fix handling of parametric smb.conf parms with embedded spaces




Revisions:
loadparm.c  1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/param/loadparm.c.diff?r1=1.1.1.1r2=1.2