summaryrefslogtreecommitdiffstats
path: root/usr.bin/htpasswd
AgeCommit message (Expand)AuthorFilesLines
2018-10-31htpasswd(1) when in batch mode (-I) and 1 argument is used, or when not inmestre1-4/+10
2017-07-09remove redundant variable declarations in Makefiles, since those areespie1-3/+2
2017-07-07clarify which httpd we are talking about;schwarze1-3/+3
2017-06-07htpasswd: use crypt_newhash instead of the bcrypt APIawolk1-6/+4
2017-04-16remove -g from CFLAGS at florian's requestjsg1-2/+2
2017-04-16Different compilers and versions of compilers have different warnings.jsg1-2/+2
2015-11-05Make our initial pledge stricter once we figured out in which mode weflorian1-1/+6
2015-10-16Implement real "flock" request and add it to userland programs thatmillert1-2/+2
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-07tame "stdio rpath wpath cpath tmppath tty". "tty" is the important partderaadt1-15/+10
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedderaadt1-2/+2
2014-08-26fix SEE ALSO;jmc1-2/+2
2014-08-26remove nginx referencesrobert1-12/+4
2014-03-24sf@ pointed out that the -B flag is already in use by apache'sflorian2-9/+9
2014-03-20Various fixes from Tiago Cunha tcunha _AT_ gmx _DOT_ com:florian1-15/+16
2014-03-19missing -B in second usage lineflorian1-2/+2
2014-03-18Batch mode; read exactly one line "login:unencrypted-password" fromflorian2-30/+92
2014-03-17Stop nagging after 5 non-bcrypt hashesflorian1-4/+13
2014-03-17flock password fileflorian1-2/+6
2014-03-17reword to make it clearer this is not nginx-specific;jmc1-10/+12
2014-03-17move ftruncate down, lessen the chance that the file it might be leftbenno1-4/+5
2014-03-17No need for \t in usage(), pointed out by sthen and should have beenflorian1-2/+2
2014-03-17tweak previous;jmc1-5/+5
2014-03-17The correct idiom is of course the umask song and dance. Brain-fart byflorian1-5/+6
2014-03-17Re-implement htpasswd from scratch. There is so much bad advice on theflorian3-0/+238