summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org
index c3afd1a..9b17953 100644
--- a/content/posts/WIP-how-bsd-authentication-works/index.org
+++ b/content/posts/WIP-how-bsd-authentication-works/index.org
@@ -630,7 +630,13 @@
Finally when it's gone through both lists, returns =NULL=
** _auth_spool
+ #+begin_src c
+ static void _auth_spool(auth_session_t *as, int fd)
+ #+end_src
+ =_auth_spool='s job is to read data from =fd= and place it in
+ =as->spool=, and to update =as->index= to the length of the data on
+ the spool.
** _recv_fd
* auth_close