index
:
miniserve
master
origin/HEAD
origin/master
origin/sse-based-dirsize
origin/switch-to-dtolnay-rust-toolchain
For when you really just want to serve some files over HTTP right now!
rustc
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
auth.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comply to change requests
khai96_
2019-04-26
1
-1
/
+7
*
Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password
khai96_
2019-04-26
1
-13
/
+20
|
\
|
*
Improved errors
boastful-squirrel
2019-04-22
1
-4
/
+6
|
*
Rework error system + avoid panics in main()
boastful-squirrel
2019-04-21
1
-12
/
+17
*
|
Use rstest_parametrize for unit tests
khai96_
2019-04-25
1
-68
/
+44
*
|
Run cargo fmt
khai96_
2019-04-24
1
-5
/
+11
*
|
Convert hex strings to raw byte vectors and compare them
khai96_
2019-04-23
1
-14
/
+19
*
|
Remove spaces before function names
khai96_
2019-04-20
1
-3
/
+3
*
|
Fix parse_auth and add some tests
khai96_
2019-04-19
1
-3
/
+91
*
|
Fix false positive
khai96_
2019-04-19
1
-1
/
+1
*
|
Create get_hash_hex
khai96_
2019-04-19
1
-3
/
+6
*
|
Add support for sha-512
khai96_
2019-04-19
1
-7
/
+11
*
|
Add support for hashed password (sha256)
khai96_
2019-04-19
1
-3
/
+31
|
/
*
Fixed auth check
boasting-squirrel
2019-04-13
1
-12
/
+7
*
Send 401 instead of 403 on incorrect password (fixes #47)
Sven-Hendrik Haase
2019-03-08
1
-1
/
+1
*
Added some docstrings
boasting-squirrel
2019-02-13
1
-0
/
+2
*
Removed config.rs and put back actix config in main.rs
boasting-squirrel
2019-02-13
1
-4
/
+2
*
Split project into multiple files
boasting-squirrel
2019-02-12
1
-0
/
+77