summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2004-05-25md parts for hppaMichael Shalayeff
2004-05-25provide one version of _dl_bcopy instead of copy in every arch; drahn@ okMichael Shalayeff
2004-05-25use md hook for calling init/fini if defined; only say running ctors/dtors if...Michael Shalayeff
2004-05-25return object* the symbol is in for _dl_find_symbol*; drahn@ okMichael Shalayeff
2004-05-25spacingTheo de Raadt
2004-05-24doing ldd exit asap -- move all other tasks towards after it.Michael Shalayeff
2004-05-24Change define used to deal with PLT protection, use postive logic not negative.Dale Rahn
2004-05-22Dont print symcache statistics if no symbol lookups have occurred, ok mickey@Dale Rahn
2004-05-20Grammar nit.Tom Cosgrove
2004-05-18fix includes scoping; drahn@ okMichael Shalayeff
2004-05-12login_passwd needs to be setuid root after all for "secure" YP maps.Todd C. Miller
2004-05-09de-lintTheo de Raadt
2004-04-28fd leaksTheo de Raadt
2004-04-28fd leaks; beck okTheo de Raadt
2004-04-24Use openpty; OK deraadt@Todd C. Miller
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2004-04-17no no no nobody, _tftpd is better, theo okHenning Brauer
2004-04-10improve BUGS:Jason McIntyre
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-04-03fix logging. without -v, you get just the connection level, no mail data.Daniel Hartmeier
2004-04-02nextstate() can get passed a read(2) chunk containing multiple lines,Daniel Hartmeier
2004-03-17fix problem with counter and logging spotted by danh, where loggingBob Beck
2004-03-16sort options and escape a minus sign;Jason McIntyre
2004-03-16typos from Andrey Matveev;Jason McIntyre
2004-03-15Add -B option, with maxblack limit to limit the number of blacklistBob Beck
2004-03-14make window size adjustement on sockets only after the DATABob Beck
2004-03-14#include fixes, from Max Laier, ok beck@ henning@Daniel Hartmeier
2004-03-13Add signal handler to parent, so that when greylisting we don't need toBob Beck
2004-03-12sort options;Jason McIntyre
2004-03-12paranoia and cleanup, ensure we use free then NULL everywhere.Bob Beck
2004-03-12Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei>Bob Beck
2004-03-11fix bug where custom 450 messages are not displayed,Bob Beck
2004-03-11Remove sync() calls that immediately precede databse close(). SinceTodd C. Miller
2004-03-11Call db-sync() after each db modification since they aren't all thatBob Beck
2004-03-10More checking for a NULL return value from getpass(). otto@ OKTodd C. Miller
2004-03-10spacesTheo de Raadt
2004-03-10close file on error paths. from Patrick LatifiTed Unangst
2004-03-10spacesTheo de Raadt
2004-03-10spacesTheo de Raadt
2004-03-10fix missing space, also fromBob Beck
2004-03-10add -b option to specify local bind address, sent byBob Beck
2004-03-07remove some unused variables and includes; KNFOtto Moerbeek
2004-03-05Fix really dumb memory leak that would have long runnign large whitelistBob Beck
2004-03-03assign servtimeout to sa.sa_handler to actually use the alternatejoshua stein
2004-03-01zap extra spaces. From a PR by Jared Yanovich.Marc Espie
2004-03-01typo; we do have spamlogd(8) not spamlog(8);Xavier Santolaria
2004-03-01uset inet_pton(3) instead of home grown address validator; some other cleanupOtto Moerbeek
2004-02-28Fix macro definition if pf.conf example. Ok beck@Matthieu Herrb
2004-02-28- ensure greylist entry expiry is not updated until actually whitelistedBob Beck