[dhcp-agent-commits] dhcp-agent TODO,1.2,1.3
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-12-18 05:46:37
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv25335 Modified Files: TODO Log Message: more stuff to do Index: TODO =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 19 Nov 2002 19:44:43 -0000 1.2 --- TODO 18 Dec 2002 05:46:34 -0000 1.3 *************** *** 106,107 **** --- 106,115 ---- -- conversion routines are taking too long to access. walks through the table can be shortened by direct indexing. + + -- delete resolv in dhcp-util.c since we're not using it. + + -- purge_list only accepts one destructor. we need a way of destroying a list + with differnet data types. + + -- cache code needs to escape what it saves to '"' or the '\' + since both are interpreted by our lower level parser. |