elrond | 30 Apr 2011 15:24

cvs commit: tng/source/smbd pipe-proxy.c

elrond      2011/04/30 15:24:04 CEST

Modified files:
   source/smbd            pipe-proxy.c 
Log:
Fix dereference before check for NULL

Found in a usual audit session.

Revision  Changes                              Path
1.11      +4 -4;  commitid: d9FoNnC7IaaPgRhv;  tng/source/smbd/pipe-proxy.c

elrond | 30 Apr 2011 15:30

cvs commit: tng/source/smbd connection.c server.c

elrond      2011/04/30 15:30:51 CEST

Modified files:
   source/smbd            connection.c server.c 
Log:
connections-db: Handle disconnects better

smbd keeps a db of the currently connected
hosts/shares/users. If people disconnect from a share, this
is handled. But if the host finally closes the connection
and the smbd shuts down, this is not handled. Fix this.

Also minimal update to the sqlite backend version (not yet
ready for prime time).

Revision  Changes                              Path
1.19      +6 -3;  commitid: onOUio7QdHaxiRhv;  tng/source/smbd/connection.c
1.51      +1 -0;  commitid: onOUio7QdHaxiRhv;  tng/source/smbd/server.c


Gmane