Elrond | 11 Oct 2005 22:02
Picon

cvs commit: tng/source/include sql.h tng/source/lib sql.c util_status.c tng/source/smbd connection.c server.c

elrond      2005/10/11 22:02:04 CEST

Modified files:
   source/lib             util_status.c 
   source/smbd            connection.c server.c 
Added files:
   source/include         sql.h 
   source/lib             sql.c 
Log:
I can't resist to commit it:

Most of my sql code. It's all #def'd out and configure
currently wont generate the appropiate #define. So nothing
will happen. I just want to have the code out of my local
tree.

Revision  Changes    Path
1.1       +33 -0     tng/source/include/sql.h (new)
1.1       +82 -0     tng/source/lib/sql.c (new)
1.12      +3 -1      tng/source/lib/util_status.c
1.17      +82 -1     tng/source/smbd/connection.c
1.44      +3 -0      tng/source/smbd/server.c

Elrond | 12 Oct 2005 23:04
Picon

cvs commit: tng/source/client client.c

elrond      2005/10/12 23:04:04 CEST

Modified files:
   source/client          client.c 
Log:
NooN noticed a problem with smbclient showing its usage
info.
The problem was d_printf, which wanted do vfprintf into a
(FILE*) NULL pointer.

This commit is a workaround basicly. I've already added a
\todo and explained, what really should be done, basicly.

Revision  Changes    Path
1.55      +10 -1     tng/source/client/client.c


Gmane