From 12610a2992f59a4819598fddbc60693a6b733ff7 Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Mon, 18 Oct 2021 14:07:45 -0400
Subject: bsd-auth: Move graph over notes

---
 .../WIP-how-bsd-authentication-works/index.org     | 31 +++++++++++-----------
 1 file changed, 15 insertions(+), 16 deletions(-)

(limited to 'content/posts/WIP-how-bsd-authentication-works')

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
-- 
cgit v1.2.3