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