summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2009-08-19In ldconfig the dewey field of shlib_list was only partially filledbluhm1-2/+2
2009-08-16Do not have multiple va_end(). Ok miod@ + many more.ragge1-2/+1
2009-07-30Remove unused add_nat() function, ok jcs@sthen2-38/+2
2009-07-02add a missing full stop; noticed by frantisek holop <minusf at obiit dot org>schwarze1-5/+5
2009-06-04...and now try again with a commit from the right tree. doh!sthen1-7/+8
2009-06-04ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BINDsthen1-3/+3
2009-06-02Protect errno.ray1-3/+5
2009-06-02comment spelling fix: ARSGUSED -> ARGSUSEDjmeltzer1-2/+2
2009-05-30Airplane work, undefined weak variables not getting resolved is not an error.drahn2-91/+13
2009-05-20Do not fall back to using nobody if _user is missing, butthib4-29/+23
2009-05-18Add buffer mechanism internal ld.so printing code. makes ktrace more readable.drahn1-2/+28
2009-05-18make _dl_wrstderr() not call write per-character; ok drahnderaadt1-5/+7
2009-04-20tweak previous;jmc1-3/+2
2009-04-20When receiving a new connection, log the remote IP numberschwarze1-4/+9
2009-04-20PR 6090 - from Olli Hauer <ohauer@gmx.de>beck4-17/+29
2009-03-02ldd(1) accepts more than one program as argument; while here,sobrado2-5/+5
2009-02-25fix slow memory leak, spotted by Max Laier and Artis Caunebeck1-3/+10
2009-02-19correct description of spamdb-setup blacklist only mode;jmc1-5/+3
2009-02-17clarification for the MX stuff; requested by Stephan A. Rickauerjmc1-4/+4
2009-02-16Fix passing of ps_strings, cleanup and obj_main values to _start() in crt0.kurt1-5/+5
2009-02-04Tag ld.so as an OpenBSD binary/library.kettenis1-1/+3
2009-01-19replace standardized text concerning the exit values of applicationssobrado1-5/+3
2009-01-14context could be used after being freed by krb5_free_context; ok millert@jacekm1-2/+2
2008-12-07time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_tcloder1-2/+2
2008-11-14LOG_INFO is a level not a facility; input and ok jmc@stevesk1-4/+4
2008-11-09typo fixed (overriden -> overridden)tobias1-2/+2
2008-10-22Mention that "secure" on the console entry means, thatmpf1-3/+8
2008-10-22man page for Makefile.yp, and associated bits; from Ingo Schwarzejmc1-2/+3
2008-10-16sub-system -> subsystem, for consistency withour other pages;jmc1-3/+3
2008-10-03beef up the description of -D a little, and don;t imply thejmc1-2/+5
2008-10-03-D before -d;jmc2-6/+6
2008-10-03New option -D to daemonize spamd-setup for early bootup use. This avoidsderaadt2-7/+15
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. Consistentlykurt15-61/+62
2008-10-01Mention how lockspool is expected to be used.millert1-2/+11
2008-10-01Use poll() to determine when stdin is readable and throw away inputmillert1-4/+17
2008-10-01Use the real uid instead of getlogin() to determine the identitymillert1-15/+6
2008-09-30Always say "User %s access denied", in all cases, to avoid some stupidderaadt1-6/+3
2008-09-20document spamd log entry format; requested by Stephan A. Rickauerjmc1-2/+13
2008-09-13Fix minor bug in the previous commit, which could hang themoritz1-5/+6
2008-09-12Don't split large commands into multiple commands on a 512-bytemoritz3-13/+33
2008-09-01Install files in the correct directory even with NOMAN set.drahn1-17/+4
2008-08-26Fix an if (); typo. ok beck@jsg1-2/+2
2008-08-24prepends, not overrides default search path. with/ok kurt@martynas1-3/+3
2008-08-11some documentation updates for spamd synchronisation:jmc1-5/+8
2008-08-11Prevent a buffer underrun if a line is received which only containstobias1-3/+3
2008-07-28Only optimize away plt relocation when obj_base == 0. Correctskurt1-2/+2
2008-07-24release the bind lock before resetting the signal maskguenther1-2/+2
2008-07-16Fix several of the 'large offset' PLT entries. With help from kurt.drahn1-39/+48
2008-07-11shut off an annoying gcc warning.reyk1-2/+3
2008-07-11write a syslog debug message when a new GREY or TRAPPED entry is addedreyk1-2/+5