index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
privs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
lib: fix capability double resource allocation
Rafael Zalamena
2022-12-12
1
-12
/
+27
*
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-2
/
+2
*
lib: Allow downgrade of all caps when none are specified
Donald Sharp
2022-06-29
1
-8
/
+7
*
lib: add SYS_RAWIO to the capabilities definitions
Anuradha Karuppiah
2022-06-27
1
-0
/
+4
*
*: Fix spelling of neccessary
Donald Sharp
2022-04-19
1
-1
/
+1
*
lib: Add ZCAP_IPC_LOCK
Donald Sharp
2021-05-12
1
-0
/
+4
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
lib: have a lib_privs for ... lib privs
David Lamparter
2021-02-12
1
-0
/
+6
*
*: Remove solaris from FRR
Donald Sharp
2020-09-21
1
-289
/
+8
*
lib: explicitly cast -1 to uid_t
Quentin Young
2020-09-02
1
-3
/
+3
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
lib: don't try to change/reset capabilities if process has none
Mark Stapp
2020-06-11
1
-1
/
+3
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-6
/
+3
*
Merge pull request #3045 from opensourcerouting/atoms
Lou Berger
2019-04-30
1
-1
/
+1
|
\
|
*
lib: ZEBRA_NUM_OF -> array_size
David Lamparter
2019-04-18
1
-1
/
+1
*
|
libs: control privs changes with refcount
Mark Stapp
2019-04-22
1
-9
/
+79
|
/
*
libs: fix race in privs changes
Mark Stapp
2019-03-17
1
-20
/
+21
*
libs: make privilege escalation thread-safe
Mark Stapp
2019-03-05
1
-0
/
+19
*
lib: fix garbage array size in zprivs_init
Quentin Young
2019-02-15
1
-1
/
+1
*
lib: fix uninitialized value use in privs.c
Quentin Young
2019-02-14
1
-1
/
+1
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
*
lib: Convert privs.c to use new error-code subsystem
Donald Sharp
2018-09-06
1
-1
/
+3
*
lib: add frr_elevate_privs() wrapper
David Lamparter
2018-08-14
1
-0
/
+35
*
lib: Fix privs when using HAVE_CAPABILITIES
Donald Sharp
2018-06-21
1
-0
/
+13
*
lib: terminate capabilities only if initialized
David Lamparter
2017-08-21
1
-1
/
+3
*
lib: privs: make uid/gid accessible before setuid
David Lamparter
2017-08-02
1
-4
/
+13
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-120
/
+102
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-102
/
+120
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-696
/
+713
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-05-24
1
-2
/
+2
|
\
|
*
lib: fix array sizes for capability map
Quentin Young
2017-05-22
1
-2
/
+2
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
|
Merge pull request #315 from LabNConsulting/working/master/patch/bgp-startup
Donald Sharp
2017-04-18
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
lib/frr: fix reference to zsuid before it is set
Lou Berger
2017-04-02
1
-0
/
+1
*
|
lib: fix usage of getgrouplist() in *BSD
Mike Tancsa
2017-04-01
1
-1
/
+1
|
/
*
lib: Don't change uid/gid if we are already the correct uid/gid
Martin Winter
2017-01-25
1
-7
/
+14
*
lib: privs: always look up VTY group
David Lamparter
2016-11-09
1
-23
/
+28
*
ldpd: adapt the code for Quagga
Renato Westphal
2016-09-23
1
-6
/
+3
*
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-19
1
-0
/
+3
*
lib: fix memory leak in zprivs_caps_init
Lou Berger
2016-09-03
1
-0
/
+7
*
lib: Fix priviledge modification for vty group specified
Donald Sharp
2016-04-09
1
-1
/
+11
*
lib: add getgrouplist() for Solaris
David Lamparter
2016-04-09
1
-0
/
+35
*
privs: fix privilege dropping to use system defined groups
Timo Teräs
2016-04-09
1
-19
/
+47
*
lib/privs: Don't use CAP_NET_BROADCAST
Christian Franke
2016-04-09
1
-2
/
+1
*
lib/privs: display more info if cap_set_proc fails.
Christian Franke
2016-04-09
1
-1
/
+15
*
lib: Fix POSIX capabilities on SunOS platforms
Brian Bennett
2016-04-09
1
-27
/
+49
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-5
/
+5
*
[privs/Solaris] Quagga should work in zones with IP instances
Paul Jakma
2007-09-18
1
-0
/
+5
*
[lib/privs] Changing user IDs should be done before dropping privileges
Paul Jakma
2006-03-30
1
-18
/
+20
[next]