Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-16 | whitespace removal. | Dale Rahn | |
2003-01-06 | remove debug code | Theo de Raadt | |
2003-01-05 | bit more error checking; andrushock@korovino.net | Theo de Raadt | |
2003-01-03 | fix usage; sturm@sec.informatik.tu-darmstadt.de | Theo de Raadt | |
2003-01-01 | the the; bsd@openbsd.rutgers.edu | Theo de Raadt | |
2002-12-31 | fxi som tpyos | Anil Madhavapeddy | |
2002-12-31 | Mention pf rdr rules and anchors. | Daniel Hartmeier | |
2002-12-30 | dynamically allocate the struct con[], according to the -c arg given or a ↵ | Michael Shalayeff | |
default, being the max 200 | |||
2002-12-26 | fix a more or less problem; deraadt@ ok | Michael Shalayeff | |
2002-12-25 | remove nasty verbiage | Theo de Raadt | |
2002-12-23 | oops | Theo de Raadt | |
2002-12-23 | minor minor tweaks; mjc@bitz.ca | Theo de Raadt | |
2002-12-23 | not errx; andrushock@korovino.net | Theo de Raadt | |
2002-12-21 | better example rules from David Krause, Thanks! | Henning Brauer | |
ok dhartmei@ | |||
2002-12-21 | epipe and other misc stuff; daniel@benzedrine.cx | Theo de Raadt | |
2002-12-21 | fixes; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-21 | spamd: work in progress | Theo de Raadt | |
2002-12-19 | various tweaks. someone mailed in a huge diff that was so wrong in so | Theo de Raadt | |
many ways, and i wasted 2 hours finding the gems in it... | |||
2002-12-19 | accidental commit | Theo de Raadt | |
2002-12-19 | missing .Pp | Theo de Raadt | |
2002-12-18 | Remove pointless 'if 0' code. | Dale Rahn | |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn | |
protect the GOT and PLT sections of the executable from being overwritten. This behavior is enabled by changes in the executable/shared object layout, and does not occur without the ld changes. | |||
2002-12-13 | Compare to ELFMAG byte by byte rather than using full fledged function. | Dale Rahn | |
Also avoids a gas problem for the moment. | |||
2002-12-09 | Build ld.so as a normal shared object, not with special linkage. | Dale Rahn | |
mprotect the necessary bit to make this work right. ok deraadt@ | |||
2002-12-07 | Backout unrelated changes in last commit | Todd C. Miller | |
2002-12-07 | Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSD | Todd C. Miller | |
you should use login.conf(5) for this kind of thing. Closes PR 2967. | |||
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-02 | typo; ok miod@ | Christian Weisgerber | |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-12-01 | typo; David Krause | Henning Brauer | |
2002-11-27 | I fucked up. The manpage was correct before my last commit. | Henning Brauer | |
noticed by Daniel. To unconfuse it a bit, add a little clarification. ok dhartmei@ | |||
2002-11-27 | corrections and clarifications from Han Boetes <han at mijncomputer dot nl> | Henning Brauer | |
Thanks! | |||
2002-11-25 | Change a setuid() that should be seteuid(), not iced by grange@ | Todd C. Miller | |
Move a va_end so it gets called in an error condition as well | |||
2002-11-25 | Missing check around snprintf(). | Mike Pechkin | |
millert@ ok | |||
2002-11-25 | avoid size_t -> int conversion. style nit for sizeof(). David Krause | Jun-ichiro itojun Hagino | |
2002-11-23 | After fixing these comments, I add another incorrect one. | Dale Rahn | |
2002-11-23 | Implement [u]mul/[u]div/[u]rem with faster version if available | Dale Rahn | |
on machine. Improves speed for dynamic userland processes when active. Idea from Theo. ok deraadt@ | |||
2002-11-23 | clean up comments. | Dale Rahn | |
2002-11-23 | Put in a required item. Should not have been deleted to start with. | Dale Rahn | |
2002-11-23 | Remove some error messages which were incorrectly printed. Some cleanup. | Dale Rahn | |
ok pvalchev@ | |||
2002-11-22 | Fix the comments on which systemcall is being processed, ok deraadt@ | Dale Rahn | |
2002-11-22 | Formatting cleanup, no point in extra nesting block. No functional change. | Dale Rahn | |
2002-11-22 | Correct string termination in jobend() for saved_path and saved_user. | Chad Loder | |
OK millert@ | |||
2002-11-21 | Add a caveat on /etc/raddb/servers and permissions. | Todd C. Miller | |
2002-11-21 | Install this setgid _radius, not setuid root | Todd C. Miller | |
2002-11-21 | Fix thinko, mode 0640 not 0620 | Todd C. Miller | |
2002-11-21 | tokenadm -> _token | Todd C. Miller | |
2002-11-21 | tokenadm -> _token | Todd C. Miller | |
2002-11-21 | Add a new group, "tokenadm" and make login_token setgid tokenadm instead | Todd C. Miller | |
of setuid root. deraadt@ OK | |||
2002-11-17 | Terminate printed strings with newlines. | Dale Rahn | |