From 5963705b935b89785e2f050512f701a2248372e8 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 30 Oct 2020 13:17:16 -0400 Subject: Begin _auth_spool --- content/posts/WIP-how-bsd-authentication-works/index.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/posts') 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 -- cgit v1.2.3