diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index cbb1fd5..7e7607f 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -2622,6 +2622,21 @@ It returns =0= if the user is allowed to login, and =-1= otherwise. +* Call Graph + :PROPERTIES: + :CUSTOM_ID: graph + :END: + + #+ATTR_HTML: :title Authentication call graph + #+ATTR_HTML: :title Authentication call graph + [[file:graph.svg]] + + @@html: <details> <summary> @@ + *Click here* to see the code that generates the call graph. + @@html: </summary> @@ +#+INCLUDE: "gen_dot.rb" src ruby + @@html: </details> @@ + * Notes https://web.archive.org/web/20170327150148/http://www.penzin.net/bsdauth/ - In the man page for [[https://man.openbsd.org/auth_subr.3#auth_call][=auth_call=]] it says @@ -2704,22 +2719,6 @@ - The [[#auth_getchallenge][=auth_getchallenge=]] function in the [[https://man.openbsd.org/auth_subr.3#auth_getchallenge][=auth_subr(3)=]] man page doesn't seem to exist in the source code. -* Call Graph - :PROPERTIES: - :CUSTOM_ID: graph - :END: - - #+ATTR_HTML: :title Authentication call graph - #+ATTR_HTML: :title Authentication call graph - [[file:graph.svg]] - - @@html: <details> <summary> @@ - *Click here* to see the code that generates the call graph. - @@html: </summary> @@ -#+INCLUDE: "gen_dot.rb" src ruby - @@html: </details> @@ - - * Copyright :PROPERTIES: :CUSTOM_ID: copyright |