summaryrefslogtreecommitdiffstats
path: root/lib/privs.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-10/+10
| | | | | * global: Replace strerror with safe_strerror. And vtysh/vtysh.c needs to include "log.h" to pick up the declaration.
* 2003-06-11 Paul Jakma <paul@dishone.st>paul2003-06-111-14/+21
| | | | | | * lib/privs.h (zprivs_init): do not use zlog() as it depends on vty having been initialised (zlog calls vty_log). print to stderr directly instead.
* Paul forgot probably to commit privs.[c|h] changes. Had to reorder includeshasso2003-06-041-39/+68
| | | | in zebra.h to make it compile in debian.
* Add additional system capabilitiespaul2003-05-221-1/+5
|
* Fix stray comment and using pwentry for group info.paul2003-05-201-5/+5
|
* Fix several small caps related errors.paul2003-05-201-15/+16
|
* Privilege support files for zebra.paul2003-05-201-0/+351
Linux capabilities enabled (if libcap is enabled).