diff options
author | Dante Catalfamo | 2020-07-04 22:43:07 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-04 22:43:07 -0400 |
commit | a2c9d49f514c812d1eb8a1ab68e5a74b816f3673 (patch) | |
tree | 8b8d9f31c6992b91fda53a87ca369defc01ba173 /content/posts/how-bsd-authentication-works | |
parent | 2052394aad4702e90fb28f4cfa499b33559e33d2 (diff) | |
download | blog-a2c9d49f514c812d1eb8a1ab68e5a74b816f3673.tar.gz blog-a2c9d49f514c812d1eb8a1ab68e5a74b816f3673.tar.bz2 blog-a2c9d49f514c812d1eb8a1ab68e5a74b816f3673.zip |
Add auth_set* stubs
Diffstat (limited to 'content/posts/how-bsd-authentication-works')
-rw-r--r-- | content/posts/how-bsd-authentication-works/index.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org index 46b804a..4126284 100644 --- a/content/posts/how-bsd-authentication-works/index.org +++ b/content/posts/how-bsd-authentication-works/index.org @@ -195,6 +195,13 @@ }; #+END_SRC +** auth_setdata + +** auth_setitem + +** auth_setoption + +** auth_setstate * auth_open The =auth_open= function is used by several functions to create a |