Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6793
Modified Files:
ChangeLog
Log Message:
* nsd/nsd.h:
* nsd/proc.c:
* nsd/server.c:
* nsd/adprequest.c:
* nsd/tclrequest.c: Fix the confusion around the default adp
request handler and ns_register_adp and add the missing proc
callback info. ns_info requestprocs now gets things
right. ns_register_adp will also now register the default adp
request handler if you don't specify an optional file to map.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -C2 -d -r1.164 -r1.165
*** ChangeLog 12 Jul 2005 08:26:04 -0000 1.164
--- ChangeLog 12 Jul 2005 11:19:19 -0000 1.165
***************
*** 1,4 ****
--- 1,14 ----
2005-07-12 Stephen Deasey <sd...@us...>
+ * nsd/nsd.h:
+ * nsd/proc.c:
+ * nsd/server.c:
+ * nsd/adprequest.c:
+ * nsd/tclrequest.c: Fix the confusion around the default adp
+ request handler and ns_register_adp and add the missing proc
+ callback info. ns_info requestprocs now gets things
+ right. ns_register_adp will also now register the default adp
+ request handler if you don't specify an optional file to map.
+
* include/ns.h:
* nsd/Makefile:
|