index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
htpasswd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
htpasswd(1) when in batch mode (-I) and 1 argument is used, or when not in
mestre
2018-10-31
1
-4
/
+10
*
remove redundant variable declarations in Makefiles, since those are
espie
2017-07-09
1
-3
/
+2
*
clarify which httpd we are talking about;
schwarze
2017-07-07
1
-3
/
+3
*
htpasswd: use crypt_newhash instead of the bcrypt API
awolk
2017-06-07
1
-6
/
+4
*
remove -g from CFLAGS at florian's request
jsg
2017-04-16
1
-2
/
+2
*
Different compilers and versions of compilers have different warnings.
jsg
2017-04-16
1
-2
/
+2
*
Make our initial pledge stricter once we figured out in which mode we
florian
2015-11-05
1
-1
/
+6
*
Implement real "flock" request and add it to userland programs that
millert
2015-10-16
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
tame "stdio rpath wpath cpath tmppath tty". "tty" is the important part
deraadt
2015-10-07
1
-16
/
+11
*
in getopt() blocks, stop incrementing flag variable which are supposed
deraadt
2015-02-08
1
-2
/
+2
*
fix SEE ALSO;
jmc
2014-08-26
1
-2
/
+2
*
remove nginx references
robert
2014-08-26
1
-12
/
+4
*
sf@ pointed out that the -B flag is already in use by apache's
florian
2014-03-24
2
-9
/
+9
*
Various fixes from Tiago Cunha tcunha _AT_ gmx _DOT_ com:
florian
2014-03-20
1
-15
/
+16
*
missing -B in second usage line
florian
2014-03-19
1
-2
/
+2
*
Batch mode; read exactly one line "login:unencrypted-password" from
florian
2014-03-18
2
-30
/
+92
*
Stop nagging after 5 non-bcrypt hashes
florian
2014-03-17
1
-4
/
+13
*
flock password file
florian
2014-03-17
1
-2
/
+6
*
reword to make it clearer this is not nginx-specific;
jmc
2014-03-17
1
-10
/
+12
*
move ftruncate down, lessen the chance that the file it might be left
benno
2014-03-17
1
-4
/
+5
*
No need for \t in usage(), pointed out by sthen and should have been
florian
2014-03-17
1
-2
/
+2
*
tweak previous;
jmc
2014-03-17
1
-5
/
+5
*
The correct idiom is of course the umask song and dance. Brain-fart by
florian
2014-03-17
1
-5
/
+6
*
Re-implement htpasswd from scratch. There is so much bad advice on the
florian
2014-03-17
3
-0
/
+238