summaryrefslogtreecommitdiffstats
path: root/usr.bin/htpasswd (follow)
Commit message (Expand)AuthorAgeFilesLines
* htpasswd(1) when in batch mode (-I) and 1 argument is used, or when not inmestre2018-10-311-4/+10
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-3/+2
* clarify which httpd we are talking about;schwarze2017-07-071-3/+3
* htpasswd: use crypt_newhash instead of the bcrypt APIawolk2017-06-071-6/+4
* remove -g from CFLAGS at florian's requestjsg2017-04-161-2/+2
* Different compilers and versions of compilers have different warnings.jsg2017-04-161-2/+2
* Make our initial pledge stricter once we figured out in which mode weflorian2015-11-051-1/+6
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath wpath cpath tmppath tty". "tty" is the important partderaadt2015-10-071-16/+11
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-2/+2
* fix SEE ALSO;jmc2014-08-261-2/+2
* remove nginx referencesrobert2014-08-261-12/+4
* sf@ pointed out that the -B flag is already in use by apache'sflorian2014-03-242-9/+9
* Various fixes from Tiago Cunha tcunha _AT_ gmx _DOT_ com:florian2014-03-201-15/+16
* missing -B in second usage lineflorian2014-03-191-2/+2
* Batch mode; read exactly one line "login:unencrypted-password" fromflorian2014-03-182-30/+92
* Stop nagging after 5 non-bcrypt hashesflorian2014-03-171-4/+13
* flock password fileflorian2014-03-171-2/+6
* reword to make it clearer this is not nginx-specific;jmc2014-03-171-10/+12
* move ftruncate down, lessen the chance that the file it might be leftbenno2014-03-171-4/+5
* No need for \t in usage(), pointed out by sthen and should have beenflorian2014-03-171-2/+2
* tweak previous;jmc2014-03-171-5/+5
* The correct idiom is of course the umask song and dance. Brain-fart byflorian2014-03-171-5/+6
* Re-implement htpasswd from scratch. There is so much bad advice on theflorian2014-03-173-0/+238