summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2003-03-03knfTheo de Raadt
2003-03-03liesTheo de Raadt
2003-03-03oops, removed a char from rendTheo de Raadt
2003-03-03extra spacesTheo de Raadt
2003-03-03always set ptr to NULL after free; from cloderTheo de Raadt
2003-03-03"an table" -> "a table", add persist keyword.Cedric Berger
2003-03-03More KNF. Use a size_t in one place where it makes sense.Chad Loder
2003-03-02Add ANSI prototypes for all functions. Now compiles withChad Loder
2003-03-02KNF and one err->errx. ok deraadt@Kjell Wooding
2003-03-02more tweakingTheo de Raadt
2003-03-02dumbTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02moreTheo de Raadt
2003-03-02unbelievable; buffer mismanagement in new codeTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02bye byeTheo de Raadt
2003-03-02Spamd changes to add blacklist awareness to spamd, new spamd-setup.plBob Beck
2003-02-26Initialized the ABI stated 'cleanup' parameter to _start. This parameterDale Rahn
2003-02-26start new sentence on a new lineDavid Krause
2003-02-21Ssh... use -q of pfctl to quieten things down.Jason Wright
2003-02-20remove useless cast in memset()Todd C. Miller
2003-02-19document -s as synonym for -1, correct section number in title; PR# 3101Jason Wright
2003-02-17reply() -> perror_reply().Mike Pechkin
2003-02-15After relocation is completed, remove write protection from GOT/PLT in ld.so.Dale Rahn
2003-02-15Paranoia about mprotect, mprotect page aligned regions for got and plt.Dale Rahn
2003-02-15Do not call mprotect to enable writing for sections which normally areDale Rahn
2003-02-14typos;Jason McIntyre
2003-02-14delete $W in trap handlerJason Wright
2003-02-14Add back -w support (was -much- easier than I thought)Jason Wright
2003-02-14Give spamd.8 something to .XrJason Wright
2003-02-14spamd now uses tables (these load MUCH faster on my ss2); ok deraadtJason Wright
2003-02-13typos;Jason McIntyre
2003-02-11typos;Jason McIntyre
2003-02-11oops; beckTheo de Raadt
2003-02-10Add "inet proto tcp" to the last rdr example, it produces a syntax errorDaniel Hartmeier
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
2003-02-07typos;Jason McIntyre
2003-02-03typos;Jason McIntyre
2003-02-02knf & ansi; drahn okTheo de Raadt
2003-01-31The version of open in ld.so, _dl_open(), will return -errno instead of -1.Dale Rahn
2003-01-31typos;Jason McIntyre
2003-01-30revoke privs a bit later so spamd can bind() to ports < 1024Henning Brauer
2003-01-30Only flush the got address, if there is one. DOH.Dale Rahn
2003-01-30Change the constructor execution order to initialize dependant librariesDale Rahn
2003-01-28fix fd_set overflowVincent Labrecque
2003-01-26Removing leading spaces can result in a failure with multiline commands. Ok m...Damien Couderc
2003-01-24plug potential memory leak; vincent okTheo de Raadt
2003-01-24Flush the blrl instruction from the instruction cache if the GOT tag isDale Rahn
2003-01-23Honour TCP_WRAPPERS mk.conf setting; ok millert@Damien Miller