summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2003-04-14Change terminalname from a pointer to an array. Why people hideTodd C. Miller
the actual storage array as a static inside a function is beyond me. By exposing the real array we can use sizeof on it for strlcpy. deraadt@ OK
2003-04-14built in -> built-in;Jason McIntyre
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@
2003-04-12rlimit handling code; aw@osn.deTheo de Raadt
2003-04-12attempt not to wrap a line, bad nroffTheo de Raadt
2003-04-10Replace strcpy() w/ strlcpy() from espie@Todd C. Miller
Don't try to free pw_dir -- it is no longer allocated separately. Instead, add an extra param to sgetpwnam() to allow it to dupe an existing struct passwd * (instead of doing a lookup by username) and use this to reallocate pw in the case where pw_dir is the NULL string. deraadt@ OK
2003-04-08more logical handling of select() errorsVincent Labrecque
ok millert@ deraadt@
2003-04-07strlcpy; ok millertTheo de Raadt
2003-04-06string handling; ok millertTheo de Raadt
2003-03-30fix logging time to reflect reality. minus crack induced blank lines.Bob Beck
ok tholo@
2003-03-28logging fix from tholo@Bob Beck
log which lists are matched, so you can tell what is actually working.
2003-03-28report how much time was wasted; ok beckJason Wright
2003-03-28login_passwd is now setgid _shadow instead of setuid root.Todd C. Miller
2003-03-20cmdline options and descriptions in alphabetical order in usage() and manpageDavid Krause
add arguments to the flags that take them in the DESCRIPTION add "inet" to the rdr rule example to match etc/pf.conf example ok dhartmei@ henning@
2003-03-20cmdline options in alphabetical order in usage() and manpageDavid Krause
and make sure they are consistent ok dhartmei@ henning@
2003-03-18duplicate words: on on, in inDavid Krause
ok miod@ jmc@
2003-03-17incorrect string length matching; ianm@cit.uws.edu.auTheo de Raadt
2003-03-15spamd is running on port 8025, not 25; from Adrian KnothPeter Valchev
2003-03-13make spamd-setup/spamd use/require a reserved source port for theBob Beck
configuration connection.
2003-03-13correct table usage in rdr example, spotted by toddHenning Brauer
2003-03-12updated man page and path;Jason McIntyre
- uucico part of uucp package - path now /usr/local... - fixed .Xr's ok millert@
2003-03-11new sentence, new line and whitespace at EOLDavid Krause
ok jmc@
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-11EOL whitespaceDavid Krause
ok jmc@
2003-03-11new sentence, new lineDavid Krause
ok beck@
2003-03-10nothing of importTheo de Raadt
2003-03-10fix exit code, stupid bob, spotted by lebelTheo de Raadt
2003-03-10typoDavid Krause
ok drahn@
2003-03-09also mention max connections default; ok deraadtPeter Valchev
2003-03-09mention error code 450 is default; ok deraadtPeter Valchev
2003-03-09typo. henning@Bob Beck
2003-03-09Fix a few typos, Make spamd and spamd-setup use /etc/services to findBob Beck
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>.
2003-03-09missed memset, found by dhartmei@Bob Beck
2003-03-08knfTheo de Raadt
2003-03-08remove some more ambigious bsBob Beck
2003-03-08spamd typos;Jason McIntyre
ok beck@
2003-03-08move stuff to spamd.conf 5Bob Beck
2003-03-08KNFTheo de Raadt
2003-03-08this needs to go too..Bob Beck
2003-03-08It's too damn slow...Bob Beck
2003-03-08spamd-setup, in c. ok deraadt@, he wants to clean in situ.Bob Beck
2003-03-07Fix cut and paste on wrong line bugs, now like other versions. ok miod@Dale Rahn
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2003-03-06can be can be, but also may not be, or cannot be, and in any case can beHenning Brauer
once is better than can be can be guess who found that? yeah, David Krause, again. great!
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-03-06new sentence, new lineDavid Krause
(fixes some sentences with only 1 space between) ok henning@
2003-03-06pasto, from thierry, who does not want to be a pf-like commiter ;-)Henning Brauer
2003-03-04typos; Daniel LucqHenning Brauer
2003-03-04typos, grammar etcHenning Brauer
from Daniel Lucq, thanks
2003-03-04spam not SPAM; nick@electric-pickle.netTheo de Raadt