[Xorp-cvs] XORP cvs commit: xorp/examples/usermgr

Paul Zeldin paulz at icir.org
Fri Oct 17 19:41:51 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	paulz at chum.icir.org	2008-10-18 02:41:51 UTC

XORP CVS repository


Added files:
	examples/usermgr Makefile.am README.INSTALL test_usermgr.cc 
	                 usermgr.cc usermgr.hh usermgr.tgt usermgr.tp 
	                 usermgr.xif usermgr_exception.hh 
	                 usermgr_module.h xorp_usermgr.cc xrl_target.cc 
	                 xrl_target.hh 

Log message:
	This is a sample XORP process to manager collections of users and groups.
	It has been kept purposefully trivial, but it does exercise XRLs and TPs.

Revision  Changes    Path
1.1       +44 -0     xorp/examples/usermgr/Makefile.am (new)
1.1       +203 -0    xorp/examples/usermgr/README.INSTALL (new)
1.1       +65 -0     xorp/examples/usermgr/test_usermgr.cc (new)
1.1       +22 -0     xorp/examples/usermgr/usermgr.cc (new)
1.1       +242 -0    xorp/examples/usermgr/usermgr.hh (new)
1.1       +6 -0      xorp/examples/usermgr/usermgr.tgt (new)
1.1       +76 -0     xorp/examples/usermgr/usermgr.tp (new)
1.1       +18 -0     xorp/examples/usermgr/usermgr.xif (new)
1.1       +34 -0     xorp/examples/usermgr/usermgr_exception.hh (new)
1.1       +38 -0     xorp/examples/usermgr/usermgr_module.h (new)
1.1       +69 -0     xorp/examples/usermgr/xorp_usermgr.cc (new)
1.1       +181 -0    xorp/examples/usermgr/xrl_target.cc (new)
1.1       +96 -0     xorp/examples/usermgr/xrl_target.hh (new)



More information about the Xorp-cvs mailing list