index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
htpasswd
Age
Commit message (
Expand
)
Author
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2018-10-31
htpasswd(1) when in batch mode (-I) and 1 argument is used, or when not in
Ricardo Mestre
2017-07-09
remove redundant variable declarations in Makefiles, since those are
Marc Espie
2017-07-07
clarify which httpd we are talking about;
Ingo Schwarze
2017-06-07
htpasswd: use crypt_newhash instead of the bcrypt API
Adam Wolk
2017-04-16
remove -g from CFLAGS at florian's request
Jonathan Gray
2017-04-16
Different compilers and versions of compilers have different warnings.
Jonathan Gray
2015-11-05
Make our initial pledge stricter once we figured out in which mode we
Florian Obser
2015-10-16
Implement real "flock" request and add it to userland programs that
Todd C. Miller
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
tame "stdio rpath wpath cpath tmppath tty". "tty" is the important part
Theo de Raadt
2015-02-08
in getopt() blocks, stop incrementing flag variable which are supposed
Theo de Raadt
2014-08-26
fix SEE ALSO;
Jason McIntyre
2014-08-26
remove nginx references
Robert Nagy
2014-03-24
sf@ pointed out that the -B flag is already in use by apache's
Florian Obser
2014-03-20
Various fixes from Tiago Cunha tcunha _AT_ gmx _DOT_ com:
Florian Obser
2014-03-19
missing -B in second usage line
Florian Obser
2014-03-18
Batch mode; read exactly one line "login:unencrypted-password" from
Florian Obser
2014-03-17
Stop nagging after 5 non-bcrypt hashes
Florian Obser
2014-03-17
flock password file
Florian Obser
2014-03-17
reword to make it clearer this is not nginx-specific;
Jason McIntyre
2014-03-17
move ftruncate down, lessen the chance that the file it might be left
Sebastian Benoit
2014-03-17
No need for \t in usage(), pointed out by sthen and should have been
Florian Obser
2014-03-17
tweak previous;
Jason McIntyre
2014-03-17
The correct idiom is of course the umask song and dance. Brain-fart by
Florian Obser
2014-03-17
Re-implement htpasswd from scratch. There is so much bad advice on the
Florian Obser