Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-20 | check_hosts_equiv -> check_hosts_lpd | Antoine Jacoutot | |
i.e. don't check for hosts.equiv anymore. input/ok schwarze@, ok sthen@ | |||
2014-04-18 | Malak: I think we made the merchant angry. | Ted Unangst | |
Conan: Are you surprised? Malak: But we didn't steal everything he had! Conan: We didn't have time. | |||
2014-04-18 | millert said i can kill rshd | Ted Unangst | |
2014-04-18 | Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo. | Ingo Schwarze | |
"commit the switch now" espie@ "go for it" deraadt@ See the apropos(1) manual for a description of what's new. On machines where you want the full functionality, run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8). Otherwise, when upgrading via source, run "sudo makewhatis -Q". | |||
2014-04-16 | Remove ifdef'd out KerberosIV and stream encryption support. While | Okan Demirmen | |
here, sort arguments. ok tedu miod (who had the same diff with an additional bit of clean-up) | |||
2014-04-16 | add missing parens so that errorhost gets properly initialized. | Okan Demirmen | |
ok tedu miod (who had the same diff) | |||
2014-04-16 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther | |
2014-04-16 | This was subtly using des_old.h defines (des_key_schedule) without using any | Miod Vallat | |
of its routines. Trivial fix, since des_old.h used to mention #define des_key_schedule DES_key_schedule | |||
2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat | |
more comfortable. Reminded by brad@ | |||
2014-04-12 | remove the prototype for compatflags() which was removed in 2013. | Jonathan Gray | |
2014-03-27 | +.Xr smtpd 8 | Jason McIntyre | |
2014-03-26 | strdup() returns NULL if out of memory, we should check it. | Gleydson Soares | |
OK beck@ | |||
2014-03-25 | make this page slightly less sendmail centric; ok gilles | Jason McIntyre | |
2014-03-24 | remove tcpwrappers support. ok deraadt | Ted Unangst | |
2014-03-24 | libwrap is going away, so can this. | Theo de Raadt | |
ok tedu | |||
2014-03-23 | don't check ftpusers in security(8), from gsoares@, ok afresh1@ schwarze@ | Stuart Henderson | |
2014-03-21 | fix "my $_" issues in preparation for perl 5.18 | Marc Espie | |
2014-03-21 | fix picky mode, my subject handler was not maintaining enough state. | Marc Espie | |
problem introduced some time ago while improving the code :( okay millert@ | |||
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat | |
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | |||
2014-03-17 | args! fix argstr. from LEVAI Daniel. | Stuart Henderson | |
2014-03-17 | tweak previous; | Jason McIntyre | |
2014-03-17 | typo, spotted by okan@ | Stuart Henderson | |
2014-03-17 | Add an option to disallow ftp access to accounts with uid below a certain | Stuart Henderson | |
number (idea borrowed from pure-ftpd). Enabled by default with minimum uid 1000 to prevent access to admin accounts. tweak/OK millert@, OK deraadt@, gsoares@ and aja@ like it too. | |||
2014-03-17 | today's conan quote: two or three years ago it was just another snake cult. | Ted Unangst | |
2014-03-17 | i thought guenther was going to axe uucpd, but he's slacking | Ted Unangst | |
2014-03-12 | Are they going to help? | Ted Unangst | |
No. Well, then tell them to stay out of the way. ok deraadt | |||
2014-02-22 | Delete descriptions of env variables that we don't actually support. | Philip Guenther | |
They all sound like bad ideas anyway. ok matthew@ deraadt@ | |||
2014-02-16 | Unbreak ld.so with ssp-strong/all on sparc64 and powerpc. With the | Martynas Venckus | |
new SSP logic it additionally protects functions which have their local addresses taken of, and _dl_boot_bind() gets selected. We have to go through GOT to reach __guard_local, however it hasn't been relocated yet. So add boot.c and don't protect everything up to the point until it has been relocated and no longer needs the loff adjustment. OK matthew@. Full build done & tested by florian@. | |||
2014-02-08 | Fix REST (restart transfer) for offsets large than 2GB. OK okan@ | Todd C. Miller | |
2014-01-23 | improve some types | Theo de Raadt | |
2014-01-23 | Remove LD_NORANDOM feature. It serves no usable purpose. Determinism | Theo de Raadt | |
in this one specific area is not going to help debugging, because so many other parts are non-deterministic. ok guenthre matthew jsing | |||
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze | |
2014-01-19 | Only i386 needs mquery; delete the static inlines from amd64 and hppa | Philip Guenther | |
2014-01-18 | Make ld.so pass its cleanup handler in $2 as required by the MIPS System V | Mark Kettenis | |
ABI, and completely remove the code that attempts to call atexit(3) directly. | |||
2014-01-17 | Close file descriptor before next try getting a good one. | Tobias Stoeckmann | |
ok millert@ | |||
2014-01-08 | If the file size is zero, there's nothing to transmit so avoid spamming | Jeremie Courreges-Anglas | |
syslog with mmap failures. Noticed by and ok henning@, "looks right" deraadt@ | |||
2013-12-31 | Don't consider ld.so to be successfully built unless a test program | Philip Guenther | |
using it works, because seeing "make build" fail right after it installs a broken ld.so is *#!&%(@*)# annoying. Presumably needs to be fixed for cross-builds. ok matthew@ deraadt@ miod@ | |||
2013-12-30 | When a function does not obviously terminate itself, it is good practice | Theo de Raadt | |
to clean up a bit. | |||
2013-12-28 | Do not need __guard anymore | Theo de Raadt | |
Discussion with miod ok kettenis | |||
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on sh | Miod Vallat | |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on arm. | Miod Vallat | |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on m68k and m88k; change the | Miod Vallat | |
conditional in the MI code to only list the architectures left to adapt. | |||
2013-12-25 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis | |
ABI, and stop calling atexit(4) directly from ld.so on sparc. | |||
2013-12-24 | Remove some leftover bits that are no longer necessary now that we no | Mark Kettenis | |
longer call atexit(4) directly on hppa. | |||
2013-12-23 | Use slightly diffrerent code to get the global offset table address. This | Mark Kettenis | |
version will match the (upcoming) 32-bit version (for sparc) and allegedly is slightly faster. | |||
2013-12-23 | Make ld.so pass its cleanup handler in %rdx as required by the AMD64 System V | Mark Kettenis | |
ABI, and stop calling atexit(4) directly from ld.so on amd64. Note that this means that binaries built before the middle of november may no longer call destructors in shared libraries implemented in C++. Update your packages! ok guenther@ | |||
2013-12-23 | Make ld.so pass its cleanup handler in r7 as required by the PowerPC System V | Mark Kettenis | |
ABI, and stop calling atexit(4) directly from ld.so on powerpc. | |||
2013-12-23 | Fix indentation. | Mark Kettenis | |
2013-12-23 | Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directly | Mark Kettenis | |
from ld.so on alpha. Note that this means that binaries built before early december may no longer call destructors in shared libraries implemented in C++. Update your packages! | |||
2013-12-23 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis | |
ABI, and stop calling atexit(4) directly from ld.so on sparc64 |