summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-12-01typo; David KrauseHenning Brauer
2002-11-27I fucked up. The manpage was correct before my last commit.Henning Brauer
2002-11-27corrections and clarifications from Han Boetes <han at mijncomputer dot nl>Henning Brauer
2002-11-25Change a setuid() that should be seteuid(), not iced by grange@Todd C. Miller
2002-11-25Missing check around snprintf().Mike Pechkin
2002-11-25avoid size_t -> int conversion. style nit for sizeof(). David KrauseJun-ichiro itojun Hagino
2002-11-23After fixing these comments, I add another incorrect one.Dale Rahn
2002-11-23Implement [u]mul/[u]div/[u]rem with faster version if availableDale Rahn
2002-11-23clean up comments.Dale Rahn
2002-11-23Put in a required item. Should not have been deleted to start with.Dale Rahn
2002-11-23Remove some error messages which were incorrectly printed. Some cleanup.Dale Rahn
2002-11-22Fix the comments on which systemcall is being processed, ok deraadt@Dale Rahn
2002-11-22Formatting cleanup, no point in extra nesting block. No functional change.Dale Rahn
2002-11-22Correct string termination in jobend() for saved_path and saved_user.Chad Loder
2002-11-21Add a caveat on /etc/raddb/servers and permissions.Todd C. Miller
2002-11-21Install this setgid _radius, not setuid rootTodd C. Miller
2002-11-21Fix thinko, mode 0640 not 0620Todd C. Miller
2002-11-21tokenadm -> _tokenTodd C. Miller
2002-11-21tokenadm -> _tokenTodd C. Miller
2002-11-21Add a new group, "tokenadm" and make login_token setgid tokenadm insteadTodd C. Miller
2002-11-17Terminate printed strings with newlines.Dale Rahn
2002-11-15o Once a user is logged in, don't allow a change to another user.Todd C. Miller
2002-11-14Make error messages on symbol lookup failures more useful.Dale Rahn
2002-11-13Check for NULL on pltgot, appearently libraries with no external referencesDale Rahn