summaryrefslogtreecommitdiff
path: root/usr.bin/htpasswd
AgeCommit message (Expand)Author
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