More work on password support for the menu systems. Make the base64
authorhpa <hpa>
Fri, 21 Jan 2005 00:49:46 +0000 (00:49 +0000)
committerhpa <hpa>
Fri, 21 Jan 2005 00:49:46 +0000 (00:49 +0000)
commite8d5cb2b20b82c4e30942834fad8ddb1592bb1db
treed968800a7b80406059ba06508b84ed62ddfd89db
parentf7c564216b2d987a1b0b30602fd33536c7f4276e
More work on password support for the menu systems.  Make the base64
decoder work (necessary to handle encrypted passwords.)  Simple
SHA-1 password generator in Perl.
com32/include/netinet/in.h
com32/libutil/Makefile
com32/libutil/include/base64.h [new file with mode: 0644]
com32/libutil/include/sha1.h
com32/libutil/sha1hash.c
com32/libutil/unbase64.c [new file with mode: 0644]
com32/modules/menu.c
com32/modules/menu.h
com32/modules/readconfig.c
sha1pass [new file with mode: 0755]