Warning: CVS status is still work in progress and has not been tested yet.
At 06:28 PM 2/23/2003, Greg Fausak wrote:
I need a couple of the new features in CVS, so I thought I'd try to build it.
It build and installed, but complained of a missing reference: realm_column I changed modules/auth/checks.c to read: checks.c: keys[0] = domain_column; instead of realm_column and that fixed the load reference.
It's fixed on CVS now, thanks.
My script references the functions: addRecordRoute() and rewriteFromRoute()
I remember seeing something a few days ago about rewriteFromRoute() going away. I see these new functions: loose_route, strict_route and record_route.
In a nutshell, do I just lose the rewriteFromRoute() calls and add record_route(1) instead of addRecordRoute()?
1) s/addRecordRoute/record_route(lr) 2) s/rewriteFromRoute/loose_route
#1 makes ser put loose record-routes in messages (lr=1), #2 makes it interpret loose routes.
-Jiri