summaryrefslogtreecommitdiff
path: root/usr.sbin/popa3d
AgeCommit message (Collapse)Author
2003-05-13- document -VCamiel Dobbelaar
- add license (/me wrote it) ok jmc@
2003-05-12Sync to 0.6.2Camiel Dobbelaar
- UIDL digest calculation has been improved - minor bug fixes - -V switch to show version
2003-04-02asprintf; millert okTheo de Raadt
2002-09-06inline is not ansi C, and cast to right type for MD5Update()Theo de Raadt
2002-09-06md5.h needs types.h to be included firstTheo de Raadt
2002-09-06misuse of volatile, not even ansi CTheo de Raadt
2002-09-06do not pull in virtual.c, because ansi C does not permit empty filesTheo de Raadt
2002-05-29more sprintfTheo de Raadt
2002-03-27Mostly cosmetic update so we can call it 0.5.Camiel Dobbelaar
ok millert@, fgsch@
2001-09-25use /var/emptyTheo de Raadt
2001-09-24Do not document stuff that will be automatic.Camiel Dobbelaar
From deraadt@
2001-09-21Something resembling a real manpage.Camiel Dobbelaar
2001-09-21update to 0.4.9.4:Camiel Dobbelaar
- stand-alone or inetd selectable from command-line (-D = daemon mode) - logging priorities more accurate - chroots to empty dir - tcp wrappers support
2001-09-19occured->occurredMike Pechkin
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
2001-08-27o) AUTHOR -> AUTHORS;Mike Pechkin
o) fix broken sentence; millert@ ok.
2001-08-25Lower syslog priority from NOTICE to INFO to avoidCamiel Dobbelaar
logging ending up in daemon _and_ messages. ok millert@, solar
2001-08-21adjust dummy salt: normal users have 6 blowfish roundsCamiel Dobbelaar
2001-08-21use FLOCKCamiel Dobbelaar
from Solar; ran it by millert@
2001-08-19libexec is the wrong place for popa3d, since it can be started WITHOUT inetdTheo de Raadt