index
:
blog
master
blog.lambda.cx
dante@lambda.cx
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
posts
/
WIP-how-bsd-authentication-works
Commit message (
Collapse
)
Author
Age
Files
Lines
*
bsd-auth: add links to notes
Dante Catalfamo
2021-05-30
1
-1
/
+1
|
*
bsd-auth: add test output
Dante Catalfamo
2021-05-30
1
-1
/
+13
|
*
bsd-auth: add notes
Dante Catalfamo
2021-05-30
1
-26
/
+67
|
*
bsd-auth: add copyright section
Dante Catalfamo
2021-05-30
1
-1
/
+106
|
*
bsd-auth: move auth_approval section
Dante Catalfamo
2021-05-30
1
-97
/
+97
|
*
bsd-auth: Add a lot of links to the online man pages, add missing funcs
Dante Catalfamo
2021-05-30
1
-32
/
+89
|
*
bsd-auth: Add missing quotes
Dante Catalfamo
2021-05-30
1
-1
/
+1
|
*
bsd-auth: Begin adding links to the man pages
Dante Catalfamo
2021-05-30
1
-5
/
+39
|
*
bas-auth: remove excess senstence
Dante Catalfamo
2021-05-30
1
-1
/
+1
|
*
bsd-auth: specify that fd=4 is for stateful challenge/response
Dante Catalfamo
2021-05-30
1
-3
/
+3
|
*
bsd-auth: improve wording
Dante Catalfamo
2021-05-30
1
-8
/
+8
|
*
bsd-auth: better wording, use consistent voice in explanation
Dante Catalfamo
2021-05-30
1
-9
/
+5
|
*
bsd-auth: more wording
Dante Catalfamo
2021-05-30
1
-2
/
+3
|
*
bsd-auth: better wording
Dante Catalfamo
2021-05-30
1
-7
/
+9
|
*
bsd-auth: add more funcs
Dante Catalfamo
2021-05-30
1
-5
/
+68
|
*
bsd-auth: move approval script section, add more helper functions
Dante Catalfamo
2021-05-30
1
-18
/
+71
|
*
bsd-auth: more writing about funcs
Dante Catalfamo
2021-05-30
1
-2
/
+72
|
*
bsd-auth: almost finished approval scripts
Dante Catalfamo
2021-05-30
1
-6
/
+31
|
*
bsd-auth: more on auth_approval... I'm getting confused about this one
Dante Catalfamo
2021-05-30
1
-6
/
+14
|
*
bsd-auth: More docs for auth_approval, fix error in auth_call docs
Dante Catalfamo
2021-05-30
1
-3
/
+7
|
*
bsd-auth: Rearrange helper function
Dante Catalfamo
2021-05-30
1
-32
/
+31
|
*
Add auth_getpwd
Dante Catalfamo
2021-05-29
1
-1
/
+13
|
*
bsd-auth: add auth_approval definition
Dante Catalfamo
2021-05-29
1
-0
/
+149
|
*
bsd-auth: Do a lot more function documenting
Dante Catalfamo
2021-05-29
1
-11
/
+30
|
*
bsd-auth: add description for _auth_validuser
Dante Catalfamo
2021-05-29
1
-0
/
+6
|
*
bsd-auth: clarify phrasing around function
Dante Catalfamo
2021-05-28
1
-1
/
+1
|
*
bsd-auth: add func def for last function mentioned so far
Dante Catalfamo
2021-05-28
1
-0
/
+17
|
*
bsd-auth: rearrange documentation paragrph
Dante Catalfamo
2021-05-28
1
-13
/
+12
|
*
bsd-auth: oops i forgot some function definitions
Dante Catalfamo
2021-05-28
1
-2
/
+120
|
*
bsd-auth: add remaining function definitions from those mentioned
Dante Catalfamo
2021-05-28
1
-6
/
+618
|
*
bsd-auth: Add more function source code
Dante Catalfamo
2021-05-28
1
-5
/
+204
|
*
bsd-auth: small work
Dante Catalfamo
2021-01-13
1
-0
/
+37
|
*
bsd-auth: add auth_setpwd
Dante Catalfamo
2020-12-23
1
-0
/
+57
|
*
bsd-auth: write auth_userchallenge, add more stubs
Dante Catalfamo
2020-12-23
1
-3
/
+59
|
*
bsd-auth: experiment with embedding source code in blog post
Dante Catalfamo
2020-12-23
1
-0
/
+70
|
*
bsd-auth: Finish auth_challenge writeup
Dante Catalfamo
2020-12-22
1
-3
/
+29
|
*
bsd-auth: Begin work on auth_challenge
Dante Catalfamo
2020-12-22
1
-0
/
+13
|
*
bsd-auth: write more for auth_userchallenge
Dante Catalfamo
2020-12-22
1
-1
/
+25
|
*
bsd-auth: copy/paste some, fix typo
Dante Catalfamo
2020-12-22
1
-1
/
+25
|
*
bsd-auth: Be more specific about username length check
Dante Catalfamo
2020-12-22
1
-2
/
+2
|
*
bsd-auth: Add function sig for userchallenge/response
Dante Catalfamo
2020-12-22
1
-0
/
+13
|
*
bsd-auth: Add stubs for new sections on challenge response functions
Dante Catalfamo
2020-12-21
1
-0
/
+11
|
*
bsd-auth: Add more links
Dante Catalfamo
2020-12-21
1
-5
/
+5
|
*
bsd-auth: Add links
Dante Catalfamo
2020-12-21
1
-23
/
+25
|
*
Add more custom IDs
Dante Catalfamo
2020-11-21
1
-0
/
+20
|
*
Add CUSTOM_IDs to all headings
Dante Catalfamo
2020-11-21
1
-1
/
+67
|
*
value strings instead of values
Dante Catalfamo
2020-11-03
1
-1
/
+2
|
*
Clarify what fd 4 is for, mention auth_mkvalue
Dante Catalfamo
2020-11-03
1
-4
/
+6
|
*
Describe the control message API
Dante Catalfamo
2020-11-03
1
-3
/
+6
|
*
Don't export comment
Dante Catalfamo
2020-11-02
1
-1
/
+1
|
[next]