summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-how-bsd-authentication-works/graph.dot
diff options
context:
space:
mode:
authorDante Catalfamo2021-07-04 13:16:26 -0400
committerDante Catalfamo2021-07-04 13:16:26 -0400
commit363bdc671ea02fda571d70e304bd5cc0d73ac1e5 (patch)
tree3ed2382e09b3deb3518f177c370a065217c2e924 /content/posts/WIP-how-bsd-authentication-works/graph.dot
parent830655bb4a9cc719e4297de908f7cd043617cb40 (diff)
downloadblog-363bdc671ea02fda571d70e304bd5cc0d73ac1e5.tar.gz
blog-363bdc671ea02fda571d70e304bd5cc0d73ac1e5.tar.bz2
blog-363bdc671ea02fda571d70e304bd5cc0d73ac1e5.zip
bsd-auth: Generate new graph with tool
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"]
}