diff options
| author | Dante Catalfamo | 2020-06-29 21:42:48 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-06-29 21:42:48 -0400 | 
| commit | 2683901bae1d65476e2527a1807b747451111331 (patch) | |
| tree | 8a0daa1b187d5c2912d74bb5d18c0fb4717de40a | |
| parent | 5651d2b47d1b212196e6c68ba44b751c05292906 (diff) | |
| download | blog-2683901bae1d65476e2527a1807b747451111331.tar.gz blog-2683901bae1d65476e2527a1807b747451111331.tar.bz2 blog-2683901bae1d65476e2527a1807b747451111331.zip | |
Add sections for _auth_spool and _recv_fd
| -rw-r--r-- | content/posts/how-bsd-authentication-works/index.org | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org index 070b428..65c44cf 100644 --- a/content/posts/how-bsd-authentication-works/index.org +++ b/content/posts/how-bsd-authentication-works/index.org @@ -309,6 +309,9 @@    #define  AUTH_PWEXPIRED  0x40            /* password expired */    #+END_SRC +** _auth_spool + +** _recv_fd  * auth_close    <<here3>>  * grapgh? | 
