]> arthur.barton.de Git - ngircd-alex.git/commit
Move client password from the Client to the Connection struct.
authorBrett Smith <brett@w3.org>
Thu, 23 Aug 2012 15:07:08 +0000 (11:07 -0400)
committerBrett Smith <brett@w3.org>
Thu, 23 Aug 2012 15:07:08 +0000 (11:07 -0400)
commit0d5de60584f094ef3b7c27806d6cd7f79e861d7b
tree6fd7b64c9c835e44b2f5d761e5676c3d7fa4cc3a
parent4cf65b973c780880047b0ad4e77e95cf7315cb0f
Move client password from the Client to the Connection struct.

This is a relatively naive implementation, basically doing the bare minimum
necessary to make the switchover go.  Subsequent commits can focus on
improving the implementation.
src/ngircd/client.c
src/ngircd/client.h
src/ngircd/conn.c
src/ngircd/conn.h
src/ngircd/irc-login.c
src/ngircd/irc-server.c
src/ngircd/login.c
src/ngircd/pam.c