Age | Commit message (Expand) | Author |
2016-01-06 | add a bug that the path whitelist is not available at this time. | Ted Unangst |
2016-01-06 | Long ago, malloc internally had two kinds of failures, warnings and errors. | Ted Unangst |
2016-01-05 | Use "path" not "file" as the function arg to utimes() and utimensat(). | Todd C. Miller |
2016-01-04 | Follow style(9) and drop lint /* NOTREACHED */ annotations from | tb |
2016-01-04 | Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3), | Ingo Schwarze |
2016-01-04 | Fix lots of bugs. | Ingo Schwarze |
2015-12-30 | another case where bad things would happen after wrterror | Ted Unangst |
2015-12-30 | if somebody makes the mistake of disabling abort, don't deref null in | Ted Unangst |
2015-12-29 | Verify that the section header size supplied in the ELF header is what | mmcc |
2015-12-28 | Remove NULL-checks before free() and needless argument casts. | mmcc |
2015-12-28 | Remove NULL-checks before free() and unnecessary argument casts. | mmcc |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-12-27 | remove unused variable | Charles Longeau |
2015-12-25 | Simplify allocation logic based on free and realloc's behavior on NULL. | mmcc |
2015-12-25 | Add missing second argument to FD_SET macro in example code snippet. | tb |
2015-12-24 | Both our manual and POSIX ask us to set the error indicator when an | Ingo Schwarze |
2015-12-19 | gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed with | Tim van der Molen |
2015-12-18 | Simplify return call of rand() and rand_r() to make it easier to read. | tb |
2015-12-16 | tweak previous; | Jason McIntyre |
2015-12-16 | documents pledge(2) "dpath" promise | Sebastien Marie |
2015-12-16 | Remove support for HOSTALIASES from the resolver. This "open and parse | Theo de Raadt |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-12-12 | Remove calloc cast, give sizeof parens. No functional change. | mmcc |
2015-12-11 | "the the" -> "the" in comment | mmcc |
2015-12-10 | tiny sanity check on file size | Ted Unangst |
2015-12-10 | use geteuid to make it easier for root to communicate. | Ted Unangst |
2015-12-09 | Integrate two patches originally from Daniel Micay. | Ted Unangst |
2015-12-08 | rewrite guts of getusershell() to avoid possibility of overflow. | Ted Unangst |
2015-12-06 | Validate input files to prevent out of boundary accesses. | Tobias Stoeckmann |
2015-12-03 | Remove the /usr/share/nls/ exception from pledge(2). The libc | Alexander Bluhm |
2015-12-01 | use strlcat instead of strlcpy with modified arguments. ok deraadt@ | Can Erkin Acar |
2015-12-01 | Document that "tty" provides read-write access to /dev/tty too. | Todd C. Miller |
2015-12-01 | modify getpw*(), getgr*(), and getgrouplist() functions to access the | Theo de Raadt |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt |
2015-12-01 | Mention ksh along with csh when job control is discussed. ok deraadt@ | mmcc |
2015-12-01 | Phrase allocation failure more clearly. ok deraadt@ | mmcc |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-11-29 | Add pledge "pf" which allows ioctls on pf(4). This will be used by | Sebastian Benoit |
2015-11-26 | remove the "YP server for domain %s not responding, still trying" code. | Theo de Raadt |
2015-11-25 | group_from_gid: use _GR_BUF_LEN instead of _PW_BUF_LEN | Joshua Stein |
2015-11-25 | Wrap <icdb.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-11-25 | Make using a deprecated function an error instead of just a warning | Philip Guenther |
2015-11-25 | syslog() here is pointless; ok millert | Theo de Raadt |
2015-11-25 | Rather than using syslog(3) (which pulls in snprintf), creating the report | Theo de Raadt |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-24 | fix an error in NAME; ok schwarze | Jason McIntyre |
2015-11-24 | Document that these functions are now in strings.h. | Daniel Dickman |
2015-11-24 | Don't fake a bulleted list by prefixing items with 'o'. | Anthony J. Bentley |