Age | Commit message (Expand) | Author |
2015-12-23 | Remove unnecessary SIGSYS/ENOSYS handling for getfh(2). | Tim van der Molen |
2015-12-23 | Add privilege separation and pledge(). | Tim van der Molen |
2015-12-15 | When (re)reading /etc/exports, handle the case where the mount point of an | Tim van der Molen |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-08-20 | Two reallocarray() conversions that were missed earlier. | Todd C. Miller |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-10-22 | Use svc_getreq_poll() instead of svc_getreqset2() for mountd's | Todd C. Miller |
2014-08-24 | Remove imaginary non-reserved port support from mountd. | Doug Hogan |
2014-05-16 | Zero out grp before re-using it (new ones are already cleared by | Todd C. Miller |
2014-04-22 | malloc/memset -> calloc. from peter malone | Ted Unangst |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2010-03-22 | report why getgrouplist() failed and for which user, helps with debugging; | Otto Moerbeek |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-12-30 | use the same argument name in synopsis and usage; lowercase "usage:" | Igor Sobrado |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2005-09-20 | if we must un-export, only un-export when we do the first call for | Theo de Raadt |
2005-09-13 | Only DELEXPORT filesystems which are not exported. Removes NFS race when | Dale Rahn |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich |
2003-10-16 | Check for signals in local svc_run before doing anything else. Fixes | Todd C. Miller |
2003-10-09 | Remove errant semicolon introduced in rev 1.60; joshua stein | Todd C. Miller |
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-16 | Use len+1 as the size parameter to strlcpy() since len does not include | Todd C. Miller |
2003-03-14 | tweak; millert ok | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-03-09 | if fopen fails, do not bork; rob@animoid-row.org | Theo de Raadt |
2003-01-05 | spelling | Theo de Raadt |
2002-07-18 | fix warning | Theo de Raadt |
2002-07-18 | de-lint a bit. use inet_aton(); millert ok | Theo de Raadt |
2002-07-11 | malloc() failure tests; rimshot@pandora.be | Theo de Raadt |
2002-06-29 | ansi | Theo de Raadt |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-04-04 | Add more debugging info in -d mode. Some from NetBSD (via Brett Eldridge). | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-02 | remove some }; | Theo de Raadt |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander |
2001-06-14 | a typo i made | Michael Shalayeff |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |