Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-28 | fix one-byte overflows | Paul Janzen | |
2001-06-27 | typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@ | Damien Miller | |
2001-06-27 | Make the functions (which get linked in if <ctype.h> isn't #included) behave | Paul Janzen | |
correctly. Also, don't let them segfault. | |||
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2001-06-25 | Document that behaviour is undefined if the argument isn't EOF or an unsigned | Paul Janzen | |
char. | |||
2001-06-24 | When splitting instance from username, treat '/' as a separator as | Todd C. Miller | |
well (for Kerb5). | |||
2001-06-18 | Add new cgetusedb() function to toggle reading of .db files in getcap(3). | Todd C. Miller | |
Needed for cap_mkdb to really DRT when given several input files or an output file with a different name from the input file. cvs: ---------------------------------------------------------------------- | |||
2001-06-18 | Fix a char vs. u_char problem I introduced in the last commit. | Todd C. Miller | |
2001-06-16 | Disable the STATUS character when reading passwords -- people seem to | Todd C. Miller | |
expect to be able to use ^T in a password. | |||
2001-06-03 | Don't bail out early for users w/o passwd file entries since we may | Todd C. Miller | |
want to cons up a fake prompt for challenge/response auth methods. markus@ OK'd. | |||
2001-06-03 | KERN_NPROCS documentation | Angelos D. Keromytis | |
2001-06-03 | struct diskstats now | Angelos D. Keromytis | |
2001-05-31 | Fix another case of CHDIR("..") pointed out by Bruce Evans | Todd C. Miller | |
<bde@zeta.org.au>. Instead of fixing these inline I've modified my fts_safe_changedir() function so it can be used in this case too. Thanks also to Kris Kennaway <kris@obsecurity.org>. | |||
2001-05-30 | When changing directory to '..', verify that we really are where | Todd C. Miller | |
we should be. This is similar to the old fts bug but happens when popping out of directories, as opposed to descending into them. Patch based on one by Kris Kennaway <kris@obsecurity.org>. Issue reported by Nick Cleaton <nick@cleaton.net> | |||
2001-05-30 | Complain via syslog if login.conf does not exist. With the BSD | Todd C. Miller | |
authentication stuff in you really want to know if this file doesn't exist. The last two releases have shipped with /etc/login.conf so there's no excuse not to have it, other than an error. | |||
2001-05-29 | mention setusercontext() return value | Todd C. Miller | |
2001-05-20 | Correct interval notation (<= vs. <); tadayuki@mediaone.net | Todd C. Miller | |
2001-05-17 | don't copy past end of record in readdir_r (ok by art) | Jim Rees | |
2001-05-15 | Make path length variables size_t. This fixes the problem where | Todd C. Miller | |
things like rm can't remove files with ridiculously long path names that were created by some script kiddie trying in vain to exploit something. Previously, the length was effectively constrained to USHRT_MAX due to one of the internal structs. Also, nuke FTS_CHDIRROOT since it never worked correctly and hasn't been documented for a long time. | |||
2001-05-14 | Update, sync with reality. deraadt@ok | Angelos D. Keromytis | |
2001-05-11 | MAP_SHARED is better. Maybe we're trying to map /dev/ksyms. | Artur Grabowski | |
And we'll never write to those mappings anyway. | |||
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | Update with new sysctl's | Angelos D. Keromytis | |
2001-05-05 | Prototype for nice() lives in unistd.h, not nlist.h (pasto?) | Todd C. Miller | |
2001-05-01 | Use pread() to avoid lseek() abuse, from art's todo list. Tested with | Aaron Campbell | |
config(8) UKC; millert@ ok | |||
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell | |
2001-04-05 | remove extra continue statements | Theo de Raadt | |
2001-04-02 | use a len in g_Ctoc, easier code; freebsd | Theo de Raadt | |
2001-03-28 | Fix some glob defects: | Todd C. Miller | |
o use MAXPATHLEN, not MAXPATHLEN + 1 o when manipulating static buffers, pass functions a pointer to the end of the buffer so we can avoid any overflows Work by Theo and myself. | |||
2001-03-28 | must spec +1 in this one case... | Theo de Raadt | |
2001-03-28 | avoid g_Ctoc() overflows; art@ ok | Theo de Raadt | |
2001-03-28 | KNF | Theo de Raadt | |
2001-03-22 | a bit closer to the queen's english | Theo de Raadt | |
2001-03-20 | document new interpretation for net.inet6.icmp6.nodeinfo. | Jun-ichiro itojun Hagino | |
2001-03-19 | set gl_pathv to NULL after we free it; christos@netbsd.org | Todd C. Miller | |
2001-03-18 | GLOB_LIMIT changes from christos | Theo de Raadt | |
2001-03-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell | |
being portable. | |||
2001-03-11 | mdoc police. | Aaron Campbell | |
2001-03-01 | Spelling: preceeding -> preceding | Aaron Campbell | |
2001-02-28 | ipip.allow can also be set to 2, which skips the loopback spoof | Angelos D. Keromytis | |
checking (for single-machine testing purposes). | |||
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen | |
they're really needed. | |||
2001-02-17 | Document behaviour with a NULL format string, and try to not split infinitives | Paul Janzen | |
that don't have to be split. | |||
2001-02-13 | Avoid theoretical potential buffer overflow | Paul Janzen | |
2001-02-10 | Insert a missing comma. | Aaron Campbell | |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino | |
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame. | |||
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-02-04 | This is OpenBSD, not 4.2BSD | Todd C. Miller | |
Bring this man page into the current millenium, it looks like little other than cut & paste has been done to this man page since 4.3BSD. | |||
2001-02-04 | Add RETURN VALUES section | Todd C. Miller | |
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c) | |||
2001-02-03 | Fix the the elf nlist for cases where we can't mmap the headers. | Artur Grabowski | |
This makes /dev/ksyms work (when that code is commited). | |||
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |