summaryrefslogtreecommitdiffstats
path: root/lib/privs.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some XMALLOC items that were not being XFREE'd.Chris Hall2012-03-221-1/+1
* Fix zprivs_init for when have capabilities and *not* --dryrun.Chris Hall2012-02-231-2/+4
* Fix: "--more--" and "no ip prefix-list fred"Chris Hall2012-02-221-52/+106
* Do not install "end" command in nodes where it has no effect.Chris Hall2012-02-221-19/+48
* vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-1/+1
* Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-1/+0
* Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-31/+41
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-99/+99
* Use static mutexespaulo2009-12-171-35/+36
* Fix shutdown. Move cpu stats command to cli thread.paulo2009-12-171-2/+3
* vty running in main thread. bgp running in its own thread.paulo2009-12-111-2/+1
* Added zlog_abort functions. Changed pthread mutes to qpthread mutexespaulo2009-12-031-46/+48
* Fix nested LOCK bugpaulo2009-12-011-1/+5
* Fix raise_count in zprivs_change_caps HAVE_LCAPS casepaulo2009-12-011-9/+18
* Make logging (lib.c) and privileges (privs.c) pthread safepaulo2009-11-301-43/+143
* [privs/Solaris] Quagga should work in zones with IP instancesPaul Jakma2007-09-181-0/+5
* [lib/privs] Changing user IDs should be done before dropping privilegesPaul Jakma2006-03-301-18/+20
* [privs/solaris] Fix unused variable and incorrect format string.paul2005-11-241-3/+3
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-140/+478
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-10/+10
* 2003-06-11 Paul Jakma <paul@dishone.st>paul2003-06-111-14/+21
* Paul forgot probably to commit privs.[c|h] changes. Had to reorder includeshasso2003-06-041-39/+68
* 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