CVS update: samba4/source/smbd

2004-02-03 Thread Stefan Metzmacher

Date:   Tue Feb  3 11:10:56 2004
Author: metze

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

Modified Files:
process.c 
Log Message:
- port AUTH and PASSDB subsystems to new 
  SMB_SUBSYSTEM() scheme

- some const fixes in ntvfs

metze


Revisions:
process.c   1.11 = 1.12

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.11r2=1.12


CVS update: samba4/source/smbd

2004-02-02 Thread Stefan Metzmacher

Date:   Mon Feb  2 13:43:03 2004
Author: metze

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

Modified Files:
process_model.c process_single.c process_standard.c 
process_thread.c server.c 
Added Files:
process_model.h process_model.m4 
Log Message:
- we now specify the object files in the subsystems config.m4 file
  I plan to convert all objectfile group to use SMB_SUBSYSTEM
  later I'll add a SMB_BINARY() and SMB_LIBRARY(), then there will be no more need
  to touch Makefile.in, because all make rules will be autogenerated by configure

- convert the PROCESS_MODEL subsystem to this new scheme
  and move the pthread test to smbd/process_model.m4

- convert the CHARSET subsystem to this new scheme
  and move the iconv test to lib/iconv.m4



Revisions:
process_model.h NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_model.h?rev=1.1
process_model.m4NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_model.m4?rev=1.1
process_model.c 1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_model.c.diff?r1=1.1.1.1r2=1.2
process_single.c1.3 = 1.4

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

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_standard.c.diff?r1=1.3r2=1.4
process_thread.c1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_thread.c.diff?r1=1.9r2=1.10
server.c1.6 = 1.7

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


CVS update: samba4/source/smbd

2004-02-02 Thread Stefan Metzmacher

Date:   Mon Feb  2 14:42:43 2004
Author: metze

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

Modified Files:
server.c 
Log Message:
const fixes

metze


Revisions:
server.c1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/server.c.diff?r1=1.7r2=1.8


CVS update: samba4/source/smbd

2004-02-02 Thread Stefan Metzmacher

Date:   Tue Feb  3 05:47:36 2004
Author: metze

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

Modified Files:
process.c 
Removed Files:
conn.c connection.c negprot.c nttrans.c password.c reply.c 
request.c search.c service.c session.c sesssetup.c tcon.c 
trans2.c 
Log Message:
- move all SMB server stuff to smb_server/*
  and create the SMB server subsystem

- remove unused XML and MYSQL configure tests

metze


Revisions:
process.c   1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.10r2=1.11
conn.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/conn.c?rev=1.1.1.1
connection.c1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/connection.c?rev=1.1.1.1
negprot.c   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/negprot.c?rev=1.1.1.1
nttrans.c   1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/nttrans.c?rev=1.1
password.c  1.2 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/password.c?rev=1.2
reply.c 1.7 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/reply.c?rev=1.7
request.c   1.5 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/request.c?rev=1.5
search.c1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/search.c?rev=1.1
service.c   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/service.c?rev=1.1.1.1
session.c   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/session.c?rev=1.1.1.1
sesssetup.c 1.2 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/sesssetup.c?rev=1.2
tcon.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/tcon.c?rev=1.1.1.1
trans2.c1.8 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/trans2.c?rev=1.8


CVS update: samba4/source/smbd

2004-01-28 Thread Stefan Metzmacher

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

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

Modified Files:
process_thread.c server.c sesssetup.c 
Log Message:
merge the version.h autogeneration stuff from 3.0

metze


Revisions:
process_thread.c1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_thread.c.diff?r1=1.8r2=1.9
server.c1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/server.c.diff?r1=1.5r2=1.6
sesssetup.c 1.1.1.1 = 1.2

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


CVS update: samba4/source/smbd

2004-01-28 Thread Stefan Metzmacher

Date:   Wed Jan 28 15:47:20 2004
Author: metze

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

Modified Files:
process.c 
Log Message:
- cosmetic fix in configure.in

- fix mem leak in process.c

metze


Revisions:
process.c   1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.9r2=1.10


CVS update: samba4/source/smbd

2004-01-21 Thread Stefan Metzmacher

Date:   Thu Jan 22 01:56:31 2004
Author: metze

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

Modified Files:
process.c 
Log Message:
initilize ev-maxfd = EVENT_INVALID_MAXFD; before the while() loop.

metze


Revisions:
process.c   1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.7r2=1.8


CVS update: samba4/source/smbd

2004-01-21 Thread Stefan Metzmacher

Date:   Thu Jan 22 02:13:13 2004
Author: metze

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

Modified Files:
process.c 
Log Message:
fix last commit, which went in by mistake
('cvs ci filename' should be my friend:-)

get rid of some more global unconst vars.
I didn't find a referenz of this vars:
SIG_ATOMIC_T reload_after_sighup = 0;
SIG_ATOMIC_T got_sig_term = 0;

tridge: is it ok to remove them?
it compiles for me

metze


Revisions:
process.c   1.8 = 1.9

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


CVS update: samba4/source/smbd

2004-01-21 Thread Stefan Metzmacher

Date:   Thu Jan 22 02:28:17 2004
Author: metze

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

Modified Files:
process_thread.c 
Log Message:
- move the vars used by the backtrace stuff into the #ifdef

- handle SIBABRT with a backtrace

metze


Revisions:
process_thread.c1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_thread.c.diff?r1=1.7r2=1.8


CVS update: samba4/source/smbd

2004-01-09 Thread Stefan Metzmacher

Date:   Fri Jan  9 06:59:48 2004
Author: metze

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

Modified Files:
server.c 
Log Message:
Update Copyright to 1992-2004

Jerry should I change this in 3_0 and HEAD as well?

metze


Revisions:
server.c1.4 = 1.5

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


CVS update: samba4/source/smbd

2004-01-08 Thread Stefan Metzmacher

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

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

Modified Files:
process.c process_thread.c reply.c request.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:
process.c   1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.6r2=1.7
process_thread.c1.6 = 1.7

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

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/reply.c.diff?r1=1.6r2=1.7
request.c   1.4 = 1.5

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


CVS update: samba4/source/smbd

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:02:51 2003
Author: tridge

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

Modified Files:
trans2.c 
Log Message:
a fairly large commit!

This adds support for bigendian rpc in the client. I have installed
SUN pcnetlink locally and am using it to test the samba4 rpc
code. This allows us to easily find places where we have stuffed up
the types (such as 2 uint16 versus a uint32), as testing both
big-endian and little-endian easily shows which is correct. I have now
used this to fix several bugs like that in the samba4 IDL.

In order to make this work I also had to redefine a GUID as a true
structure, not a blob. From the pcnetlink wire it is clear that it is
indeed defined as a structure (the byte order changes). This required
changing lots of Samba code to use a GUID as a structure.

I also had to fix the if_version code in dcerpc syntax IDs, as it
turns out they are a single uint32 not two uint16s.

The big-endian support is a bit ugly at the moment, and breaks the
layering in some places. More work is needed, especially on the server
side.


Revisions:
trans2.c1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/trans2.c.diff?r1=1.7r2=1.8


CVS update: samba4/source/smbd

2003-12-15 Thread tridge

Date:   Tue Dec 16 03:27:36 2003
Author: tridge

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

Modified Files:
process_thread.c 
Log Message:
use smb_rwlock_t instead of rwlock_t to avoid conflicts with system
types on some platforms (eg. solaris)



Revisions:
process_thread.c1.5 = 1.6

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


CVS update: samba4/source/smbd

2003-12-13 Thread tridge

Date:   Sat Dec 13 10:58:48 2003
Author: tridge

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

Modified Files:
process.c process_single.c process_standard.c process_thread.c 
rewrite.c server.c 
Log Message:
dcerpc over tcp in the samba4 server now works to some extent. It
needs quite a bit more work to get it finished. The biggest missing
feature is the lack of NTLMSSP which is needed for basic
authentication over tcp



Revisions:
process.c   1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.5r2=1.6
process_single.c1.1.1.1 = 1.2

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

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_standard.c.diff?r1=1.1.1.1r2=1.2
process_thread.c1.3 = 1.4

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

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/rewrite.c.diff?r1=1.3r2=1.4
server.c1.3 = 1.4

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


CVS update: samba4/source/smbd

2003-12-13 Thread tridge

Date:   Sat Dec 13 23:25:07 2003
Author: tridge

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

Modified Files:
process_single.c process_standard.c process_thread.c 
Log Message:
completed the linkage between the endpoint mapper and the dcerpc
server endpoints. We can now successfully setup listening endpoints on
high ports, then use our endpoint mapper redirect incoming clients to
the right port.

also greatly cleanup the rpc over tcp session handling.


Revisions:
process_single.c1.2 = 1.3

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

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_standard.c.diff?r1=1.2r2=1.3
process_thread.c1.4 = 1.5

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


CVS update: samba4/source/smbd

2003-12-11 Thread tridge

Date:   Thu Dec 11 09:07:45 2003
Author: tridge

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

Modified Files:
reply.c trans2.c 
Log Message:
the next step in the dcerpc server code. Added the link between the
IPC IO routines and the dcerpc endpoint servers.


Revisions:
reply.c 1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/reply.c.diff?r1=1.5r2=1.6
trans2.c1.5 = 1.6

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


CVS update: samba4/source/smbd

2003-12-11 Thread tridge

Date:   Fri Dec 12 03:59:04 2003
Author: tridge

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

Modified Files:
trans2.c 
Log Message:
 * the RPC-ECHO pipe now works in smbd, as long as the data sizes
   don't cause fragmented pdus (I'll add fragments shortly)

 * change data_blob_talloc() to not zero memory when the 2nd argument
   is NULL. The zeroing just masks bugs, and can't even allow a DOS
   attack

 * modified pidl to ensure that [ref] arguments to the out side of
   functions are allocated when parsing the in side. This allows rpc
   backends to assume that [ref] variables are all setup. Doesn't work
   correctly for [ref] arrays yet

 * changed DLIST_ADD_END() to take the type instead of a tmp
   variable. This means you don't need to declare a silly tmp variable in
   the caller


Revisions:
trans2.c1.6 = 1.7

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


CVS update: samba4/source/smbd

2003-12-10 Thread tridge

Date:   Wed Dec 10 22:24:33 2003
Author: tridge

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

Modified Files:
process.c 
Log Message:
the rest of the initial rpc server side infrastructure


Revisions:
process.c   1.4 = 1.5

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


CVS update: samba4/source/smbd

2003-12-09 Thread tridge

Date:   Wed Dec 10 03:02:02 2003
Author: tridge

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

Modified Files:
process.c 
Log Message:
 * removed some unused code

 * updated tdb to latest version from Samba3

 * removed some extraneous ';' in tdbutil.c (Thanks to Erlend Aasland
   for pointing this out)


Revisions:
process.c   1.3 = 1.4

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


CVS update: samba4/source/smbd

2003-12-04 Thread tridge

Date:   Thu Dec  4 11:01:58 2003
Author: tridge

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

Modified Files:
process_thread.c reply.c request.c 
Added Files:
nttrans.c search.c 
Log Message:
merged more updates from Jim Myers


Revisions:
nttrans.c   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/nttrans.c?rev=1.1
search.cNONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/search.c?rev=1.1
process_thread.c1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process_thread.c.diff?r1=1.2r2=1.3
reply.c 1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/reply.c.diff?r1=1.4r2=1.5
request.c   1.3 = 1.4

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


CVS update: samba4/source/smbd

2003-12-03 Thread tridge

Date:   Thu Dec  4 02:02:52 2003
Author: tridge

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

Modified Files:
process.c reply.c 
Log Message:
* patch based on work by Jim Myers to unify the ioctl handling to be
  more like the other major SMB functions

* added SMBntrename code


Revisions:
process.c   1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.2r2=1.3
reply.c 1.3 = 1.4

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


CVS update: samba4/source/smbd

2003-10-30 Thread tridge

Date:   Thu Oct 30 08:32:26 2003
Author: tridge

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

Modified Files:
server.c 
Log Message:
- a few portability fixes from Jim Myers

- added SMBD_LISTEN_BACKLOG in local.h

- added the beginnings of a ndr/rpc parsing framework for Samba4. It
  currently correctly parses security descriptors for the nttrans
  QUERY_SECDESC call, but I hope it will become a reasonable framework
  that an idl based generator can work to



Revisions:
server.c1.2 = 1.3

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


CVS update: samba4/source/smbd

2003-09-02 Thread tridge

Date:   Tue Sep  2 04:37:22 2003
Author: tridge

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

Modified Files:
trans2.c 
Log Message:
thanks to ntfsd and some google searches I worked out what the unknown
fields in level 261 and level 262 of directory search are, plus the
names of the levels

the unknown fields are a 64bit unique file id, and match the 64 bit
number from the internal_information qfileinfo level


Revisions:
trans2.c1.4 = 1.5

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


CVS update: samba4/source/smbd

2003-08-31 Thread tridge

Date:   Sun Aug 31 03:16:46 2003
Author: tridge

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

Modified Files:
trans2.c 
Log Message:
I think I've finally got the ascii/unicode issues right in trans2 find
first

Also expanded the rename test a little


Revisions:
trans2.c1.3 = 1.4

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


CVS update: samba4/source/smbd

2003-08-15 Thread tridge

Date:   Fri Aug 15 16:19:46 2003
Author: tridge

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

Modified Files:
request.c 
Log Message:
fixed some places where we don't brace (flags  STR_UNICODE)

this fixes the samba4 server with ascii clients


Revisions:
request.c   1.1.1.1 = 1.2

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


CVS update: samba4/source/smbd

2003-08-15 Thread tridge

Date:   Fri Aug 15 18:33:42 2003
Author: tridge

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

Modified Files:
server.c 
Log Message:
more fixes from the IRIX compiler (thanks herb!)

Revisions:
server.c1.1.1.1 = 1.2

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


CVS update: samba4/source/smbd

2003-08-15 Thread tridge

Date:   Fri Aug 15 20:19:30 2003
Author: tridge

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

Modified Files:
process.c request.c trans2.c 
Log Message:
- patch to fix a memory leak from metze

- fix a couple of unicode string errors for ascii clients found by
  RAW- tests





Revisions:
process.c   1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/process.c.diff?r1=1.1.1.1r2=1.2
request.c   1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/request.c.diff?r1=1.2r2=1.3
trans2.c1.1.1.1 = 1.2

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


CVS update: samba4/source/smbd

2003-08-15 Thread tridge

Date:   Fri Aug 15 21:11:13 2003
Author: tridge

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

Modified Files:
trans2.c 
Log Message:
ascii/unicode fixes in ascii mode found by smbtorture

Revisions:
trans2.c1.2 = 1.3

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


CVS update: samba4/source/smbd

2003-08-14 Thread tridge

Date:   Wed Aug 13 02:02:54 2003
Author: tridge

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

Modified Files:
reply.c 
Log Message:
check for an invalid TID in reply_exit()




Revisions:
reply.c 1.1.1.1 = 1.2

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


CVS update: samba4/source/smbd

2003-08-14 Thread tridge

Date:   Wed Aug 13 16:04:16 2003
Author: tridge

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

Modified Files:
reply.c 
Log Message:
- added SMBntrename test suite

- allow username of form DOMAIN\username or DOMAIN/username

- added ntrename to gentest


Revisions:
reply.c 1.2 = 1.3

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