Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-03 | setres[ug]id; ok deraadt@ | Damien Miller | |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-03-13 | Missing return value and fd leak in fork()'s error path. Spotted by mpech@ | Otto Moerbeek | |
2005-03-12 | Do not leak mem or fd in error paths. From Andrey Matveev (thanks!). | Chad Loder | |
OK niallo@ deraadt@: "stop polishing turds and commit already" | |||
2005-01-18 | Also call sete{u,g}id() when dropping privs. From mpech@. ok millert@. | Otto Moerbeek | |
2004-09-15 | - use some literal indent | Jason McIntyre | |
- adjust FILES list -width - .Xr hosts_access 5 and tcpd 8 - tidy up FILES somewhat | |||
2004-07-20 | IPv6 support originally by itojun@ with standalone mode fixes by me. | Todd C. Miller | |
Tested by several people in both inetd and standalone mode w/ IPv4 and IPv6. | |||
2004-07-17 | the IPv4/IPv6 standalone mode patch has some issues so back it out for now. | Brad Smith | |
requested by deraadt@ | |||
2004-06-26 | - sort options | Jason McIntyre | |
- add -46 to usage() and sync w/ SYNOPSIS | |||
2004-06-20 | IPv4/v6 support for standalone mode. brad tested and ok'ed | Jun-ichiro itojun Hagino | |
2004-06-20 | make popa3d (inetd mode) address family neutral (= IPv6 support). | Jun-ichiro itojun Hagino | |
from popa3d patch by kame | |||
2003-06-19 | plug memory leak; ok solar, camield | Peter Valchev | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-05-13 | - document -V | Camiel Dobbelaar | |
- add license (/me wrote it) ok jmc@ | |||
2003-05-12 | Sync to 0.6.2 | Camiel Dobbelaar | |
- UIDL digest calculation has been improved - minor bug fixes - -V switch to show version | |||
2003-04-02 | asprintf; millert ok | Theo de Raadt | |
2002-09-06 | inline is not ansi C, and cast to right type for MD5Update() | Theo de Raadt | |
2002-09-06 | md5.h needs types.h to be included first | Theo de Raadt | |
2002-09-06 | misuse of volatile, not even ansi C | Theo de Raadt | |
2002-09-06 | do not pull in virtual.c, because ansi C does not permit empty files | Theo de Raadt | |
2002-05-29 | more sprintf | Theo de Raadt | |
2002-03-27 | Mostly cosmetic update so we can call it 0.5. | Camiel Dobbelaar | |
ok millert@, fgsch@ | |||
2001-09-25 | use /var/empty | Theo de Raadt | |
2001-09-24 | Do not document stuff that will be automatic. | Camiel Dobbelaar | |
From deraadt@ | |||
2001-09-21 | Something resembling a real manpage. | Camiel Dobbelaar | |
2001-09-21 | update 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-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-08-27 | o) AUTHOR -> AUTHORS; | Mike Pechkin | |
o) fix broken sentence; millert@ ok. | |||
2001-08-25 | Lower syslog priority from NOTICE to INFO to avoid | Camiel Dobbelaar | |
logging ending up in daemon _and_ messages. ok millert@, solar | |||
2001-08-21 | adjust dummy salt: normal users have 6 blowfish rounds | Camiel Dobbelaar | |
2001-08-21 | use FLOCK | Camiel Dobbelaar | |
from Solar; ran it by millert@ | |||
2001-08-19 | libexec is the wrong place for popa3d, since it can be started WITHOUT inetd | Theo de Raadt | |