summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2003-01-22use cut; clay@boobah.comTheo de Raadt
2003-01-20typos; alan@alanday.comTheo de Raadt
2003-01-20use LOG_NDELAY in chroot() using daemonsTheo de Raadt
2003-01-18more typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-17Change the GOT initialization so that it is done in a function whichDale Rahn
2003-01-16whitespace removal.Dale Rahn
2003-01-06remove debug codeTheo de Raadt
2003-01-05bit more error checking; andrushock@korovino.netTheo de Raadt
2003-01-03fix usage; sturm@sec.informatik.tu-darmstadt.deTheo de Raadt
2003-01-01the the; bsd@openbsd.rutgers.eduTheo de Raadt
2002-12-31fxi som tpyosAnil Madhavapeddy
2002-12-31Mention pf rdr rules and anchors.Daniel Hartmeier
2002-12-30dynamically allocate the struct con[], according to the -c arg given or a def...Michael Shalayeff
2002-12-26fix a more or less problem; deraadt@ okMichael Shalayeff
2002-12-25remove nasty verbiageTheo de Raadt
2002-12-23oopsTheo de Raadt
2002-12-23minor minor tweaks; mjc@bitz.caTheo de Raadt
2002-12-23not errx; andrushock@korovino.netTheo de Raadt
2002-12-21better example rules from David Krause, Thanks!Henning Brauer
2002-12-21epipe and other misc stuff; daniel@benzedrine.cxTheo de Raadt
2002-12-21fixes; openbsd@davidkrause.comTheo de Raadt
2002-12-21spamd: work in progressTheo de Raadt
2002-12-19various tweaks. someone mailed in a huge diff that was so wrong in soTheo de Raadt
2002-12-19accidental commitTheo de Raadt
2002-12-19missing .PpTheo de Raadt
2002-12-18Remove pointless 'if 0' code.Dale Rahn
2002-12-18Prepare for an upcoming ELF executable change. This will allow ld.so toDale Rahn
2002-12-13Compare to ELFMAG byte by byte rather than using full fledged function.Dale Rahn
2002-12-09Build ld.so as a normal shared object, not with special linkage.Dale Rahn
2002-12-07Backout unrelated changes in last commitTodd C. Miller
2002-12-07Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSDTodd C. Miller
2002-12-02KNF; openbsd@davidkrause.comTheo de Raadt
2002-12-02typo; ok miod@Christian Weisgerber