summaryrefslogtreecommitdiff
path: root/usr.bin/htpasswd
AgeCommit message (Expand)Author
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2018-10-31htpasswd(1) when in batch mode (-I) and 1 argument is used, or when not inRicardo Mestre
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-07-07clarify which httpd we are talking about;Ingo Schwarze
2017-06-07htpasswd: use crypt_newhash instead of the bcrypt APIAdam Wolk
2017-04-16remove -g from CFLAGS at florian's requestJonathan Gray
2017-04-16Different compilers and versions of compilers have different warnings.Jonathan Gray
2015-11-05Make our initial pledge stricter once we figured out in which mode weFlorian Obser
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio rpath wpath cpath tmppath tty". "tty" is the important partTheo de Raadt
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2014-08-26fix SEE ALSO;Jason McIntyre
2014-08-26remove nginx referencesRobert Nagy
2014-03-24sf@ pointed out that the -B flag is already in use by apache'sFlorian Obser
2014-03-20Various fixes from Tiago Cunha tcunha _AT_ gmx _DOT_ com:Florian Obser
2014-03-19missing -B in second usage lineFlorian Obser
2014-03-18Batch mode; read exactly one line "login:unencrypted-password" fromFlorian Obser
2014-03-17Stop nagging after 5 non-bcrypt hashesFlorian Obser
2014-03-17flock password fileFlorian Obser
2014-03-17reword to make it clearer this is not nginx-specific;Jason McIntyre
2014-03-17move ftruncate down, lessen the chance that the file it might be leftSebastian Benoit
2014-03-17No need for \t in usage(), pointed out by sthen and should have beenFlorian Obser
2014-03-17tweak previous;Jason McIntyre
2014-03-17The correct idiom is of course the umask song and dance. Brain-fart byFlorian Obser
2014-03-17Re-implement htpasswd from scratch. There is so much bad advice on theFlorian Obser