Age | Commit message (Expand) | Author |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-07-17 | Use correct types for (large) constants. Found a diff like this in my | Otto Moerbeek |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2009-12-20 | Removed lstat, because fstat will do most of the checks later on. Make | Tobias Stoeckmann |
2009-12-20 | Properly fill password string with zeros after use on unprivileged side of | Tobias Stoeckmann |
2009-12-17 | spacing, no functional change. | Igor Sobrado |
2009-12-16 | enforce less restrictive limits to mailbox sizes and improve message | Igor Sobrado |
2009-11-12 | Don't reuse a loop counter specifying the size of an array outside | Jonathan Gray |
2009-11-11 | fix a few memory leaks, found by parfait; ok jsg | Theo de Raadt |
2008-05-24 | Move the setting of the POLLIN flag to the bottom of the for loop | Brad Smith |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-11 | Delinting from tbert <bret dot lambert at gmail dot com> | Ray Lai |
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 |
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 |
2004-07-20 | IPv6 support originally by itojun@ with standalone mode fixes by me. | Todd C. Miller |
2004-07-17 | the IPv4/IPv6 standalone mode patch has some issues so back it out for now. | Brad Smith |
2004-06-26 | - sort options | Jason McIntyre |
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 |
2003-06-19 | plug memory leak; ok solar, camield | Peter Valchev |
2003-06-12 | - section reorder | Jason McIntyre |
2003-05-13 | - document -V | Camiel Dobbelaar |
2003-05-12 | Sync to 0.6.2 | Camiel Dobbelaar |
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 |
2001-09-25 | use /var/empty | Theo de Raadt |
2001-09-24 | Do not document stuff that will be automatic. | Camiel Dobbelaar |
2001-09-21 | Something resembling a real manpage. | Camiel Dobbelaar |
2001-09-21 | update to 0.4.9.4: | Camiel Dobbelaar |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-08-27 | o) AUTHOR -> AUTHORS; | Mike Pechkin |
2001-08-25 | Lower syslog priority from NOTICE to INFO to avoid | Camiel Dobbelaar |
2001-08-21 | adjust dummy salt: normal users have 6 blowfish rounds | Camiel Dobbelaar |
2001-08-21 | use FLOCK | Camiel Dobbelaar |
2001-08-19 | libexec is the wrong place for popa3d, since it can be started WITHOUT inetd | Theo de Raadt |