summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* zebra: support FIB override routestterasTimo Teräs2015-06-041-0/+1
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-06-041-1/+0
* zebra-nexthop-tracking.patchDinesh G Dutt2015-06-049-3/+213
* zebra: redistribute hw_type to connected daemonsTimo Teräs2015-06-041-0/+1
* lib: make prefix2str simpler to use, and use it in zclientTimo Teräs2015-06-013-7/+11
* lib: make sockunion2str safer to useTimo Teräs2015-06-011-5/+12
* route table: constify some APIsTimo Teräs2015-05-292-8/+8
* sockunion: add accessors for sockunion addressTimo Teräs2015-05-292-0/+61
* lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2015-05-293-16/+10
* privs: fix privilege dropping to use system defined groupsTimo Teräs2015-05-291-19/+47
* Revert "lib: wrong #define used for IPV6_MINHOPCOUNT"David Lamparter2015-05-271-7/+3
* lib: wrong #define used for IPV6_MINHOPCOUNTDonald Sharp2015-05-271-3/+7
* lib/privs: Don't use CAP_NET_BROADCASTChristian Franke2015-05-271-2/+1
* lib/privs: display more info if cap_set_proc fails.Christian Franke2015-05-271-1/+15
* lib/vty: don't clear output buffer on input EOFDavid Lamparter2015-05-271-1/+1
* lib/vty: add vty_stdio at-close hookDavid Lamparter2015-05-272-2/+8
* lib/vty: put stdin in raw mode for vtyDavid Lamparter2015-05-271-1/+36
* lib/vty: add vty_stdio()David Lamparter2015-05-272-21/+57
* lib/vty: add separate output fd support to VTYsDavid Lamparter2015-05-273-13/+19
* lib: fix "sockunion: add hash function" for BSD (9196caf)David Lamparter2015-05-201-0/+10
* sockunion: add hash functionTimo Teräs2015-05-202-0/+17
* sockopt: add support for querying tcp round-trip-timeTimo Teräs2015-05-202-0/+17
* lib: assert(0) still needs a returnDavid Lamparter2015-05-141-0/+1
* lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter2015-05-142-33/+19
* lib: straighten out ORF prefix list supportDavid Lamparter2015-05-052-102/+54
* lib: hide internal prefix list structuresDavid Lamparter2015-05-054-43/+82
* lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter2015-05-052-136/+174
* lib: constify sockunion apiTimo Teräs2015-05-052-18/+18
* build: add --enable-werrorDavid Lamparter2015-04-211-0/+1
* snmp: fix warningsDavid Lamparter2015-04-212-4/+4
* vtysh: don't use '\0' as NULLDavid Lamparter2015-04-211-3/+3
* lib, vtysh: reduce unneccessary C extension usageDavid Lamparter2015-04-211-1/+1
* lib: use const consistently for zserv pathDavid Lamparter2015-04-212-3/+3
* lib: silence type range warning in macroDavid Lamparter2015-04-211-6/+10
* *: add/cleanup initialisersDavid Lamparter2015-04-211-1/+1
* *: add missing includesDavid Lamparter2015-04-212-0/+3
* *: remove stray extra semicolonsDavid Lamparter2015-04-211-1/+1
* *: use void * for printing pointersDavid Lamparter2015-04-213-3/+4
* lib: Fix POSIX capabilities on SunOS platformsBrian Bennett2015-03-041-27/+49
* build: track config argsDavid Lamparter2015-02-142-0/+5
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-142-14/+4
* build: remove AIX, NEC EWS and IRIXDavid Lamparter2015-02-141-14/+0
* pimd: Remove non-standard copyright line.Everton Marques2015-02-046-7/+0
* zebra: mrib: Remove non-standard copyright line.Everton Marques2015-02-041-1/+0
* pimd: Revert accidental removal of show_memory_isis_cmd().Everton Marques2015-02-041-0/+1
* zclient: Revert lib export of zclient_socket()/zclient_socket_un().Everton Marques2015-02-042-4/+2
* pimd: Remove motd tweaking.Everton Marques2015-02-041-1/+1
* pimd: -z command-line switch to specify zebra socket path.Everton Marques2015-02-042-1/+7
* zebra: Export zclient_socket_un().Everton Marques2015-02-042-1/+2