Sanitize username inputs in the database layer
authorChip Black <bytex64@bytex64.net>
Fri, 31 Dec 2010 05:35:58 +0000 (23:35 -0600)
committerChip Black <bytex64@bytex64.net>
Fri, 31 Dec 2010 05:35:58 +0000 (23:35 -0600)
commit96ec261b36bdbb701e05f5ee1aab70dec44085f9
treed15f68b9dfb7103be0fc9ad7f86fcd6a38aa4196
parent3d475d15c024ccda534c711a305a5a0e6da60870
Sanitize username inputs in the database layer
Makefile
common/auth.c
database/database.c
database/tags.c
database/util.c [new file with mode: 0644]
database/util.h [new file with mode: 0644]
tools/blergtool.c