Eliminated the unpacking of uid in the chkpwd
authorArt Cancro <ajc@citadel.org>
Tue, 19 Jun 2007 15:23:25 +0000 (15:23 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 19 Jun 2007 15:23:25 +0000 (15:23 +0000)
commitdf4369884b613dbd63f2f1a5466ccdbd0048531c
tree67c4cbdf13c6dc6e8d11af48eb9de0eaaae5bdcc
parentdba163badaa9fae3f922f84e371593ae33e994d9
Eliminated the unpacking of uid in the chkpwd
binary protocol.  sizeof uid_t is now used, since it will
always be on the same host anyway.
citadel/chkpw.c
citadel/chkpwd.c
citadel/server_main.c
citadel/user_ops.c