summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-how-bsd-authentication-works/graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works/graph.dot')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/graph.dot9
1 files changed, 8 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/graph.dot b/content/posts/WIP-how-bsd-authentication-works/graph.dot
index 27730fb..9a2be3c 100644
--- a/content/posts/WIP-how-bsd-authentication-works/graph.dot
+++ b/content/posts/WIP-how-bsd-authentication-works/graph.dot
@@ -131,15 +131,22 @@ auth_call -> _add_rmlist [color = "#a9e6c9"]
auth_call -> auth_clrenv [color = "#a9e6c9"]
_auth_spool -> _recv_fd [color = "#977e1c"]
login_getstyle -> login_getcapstr [color = "#51a344"]
+login_getcapsize -> strtolimit [color = "#97959e"]
gsetrl -> login_getcaptime [color = "#35d53a"]
gsetrl -> login_getcapsize [color = "#35d53a"]
gsetrl -> login_getcapnum [color = "#35d53a"]
setclasscontext -> login_getclass [color = "#5b8e44"]
+setclasscontext -> setusercontext [color = "#5b8e44"]
setclasscontext -> login_close [color = "#5b8e44"]
setusercontext -> login_getclass [color = "#7eb75f"]
setusercontext -> login_close [color = "#7eb75f"]
setusercontext -> login_getcapnum [color = "#7eb75f"]
-setusercontext -> setlogin [color = "#7eb75f"]
+setusercontext -> setuserenv [color = "#7eb75f"]
+setusercontext -> setuserpath [color = "#7eb75f"]
setuserpath -> login_setenv [color = "#35ed7d"]
setuserenv -> login_setenv [color = "#a1aa6a"]
+login_setenv -> expandstr [color = "#502c54"]
+strtosize -> multiply [color = "#a61402"]
+strtosize -> strtosize [color = "#a61402"]
+strtolimit -> strtosize [color = "#c987ba"]
}