Age | Commit message (Expand) | Author |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino |
2003-06-11 | support to arm. ok deraadt@ | Kevin Lo |
2003-06-10 | Rework script using advanced coding techniques like a case statement, | Kenneth R Westerback |
2003-06-10 | Whoops, <= 0 should be < 0. Problem noticed by marc@ | Todd C. Miller |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | It would kind of help if the flags member was initialized, otherwise random | Daniel Hartmeier |
2003-06-10 | Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient). | Todd C. Miller |
2003-06-10 | Add login class support; based on a diff from Peter Werner | Todd C. Miller |
2003-06-10 | debug0 and debug1 are defined elsewhere -- make 'em extern here | Michael Shalayeff |
2003-06-10 | o Pass the -G flag to sendmail like sendmail(8) says | Todd C. Miller |
2003-06-10 | Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2log | Todd C. Miller |
2003-06-10 | Check that login class exists before using it; based on a patch from | Todd C. Miller |
2003-06-10 | o Check for fwrite() error with != 1, not <= 0 (mostly style) | Todd C. Miller |
2003-06-10 | Keep a table of password types, and their associated lengths, and | Todd C. Miller |
2003-06-10 | Use syslog(3) to log new users and groups, deletions of users and groups, | Todd C. Miller |
2003-06-10 | Catch illegal flags and reply with usage; from NetBSD (agc) | Todd C. Miller |
2003-06-10 | o rename login variable to login_name | Todd C. Miller |
2003-06-10 | don't allow /dev/crypto to be opened ifndef CRYPTO (the thread hasn't been | Jason Wright |
2003-06-10 | add missing copyright notice | Todd C. Miller |
2003-06-10 | knf | Theo de Raadt |
2003-06-10 | Be clear that we mean "inclusive" when we say between; jmc@ OK | Todd C. Miller |
2003-06-10 | o make mount(2) return EROFS, not EPERM if ffs is dirty | Todd C. Miller |
2003-06-10 | predict() was broken for n > 1 in rev 1.2; this fixes it and closes PR 3306 | Todd C. Miller |
2003-06-10 | fix grammer regarding queues; noted by jlouis@mongers.org | Theo de Raadt |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-10 | Do not crash on unsupported IPSec ID types, as noted by Eric Boudrand. | Hakan Olsson |
2003-06-10 | - removed obsolete section about rc.wscons and wscons.conf; | Jason McIntyre |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-10 | - remove entries for /usr/include/kerberosIV and /usr/src/kerberosIV; | Jason McIntyre |
2003-06-10 | Use ITIMER_VIRTUAL instead of ITIMER_PROF as the thread scheduler | Marco S Hyman |
2003-06-10 | - rip out support for a.out and 32-bit kernels | Brad Smith |
2003-06-09 | Switch to 2 clause licenses. Spotted by Theo. | Hugh Graham |
2003-06-09 | o replace remaining strtoul() with strtol() and check for < 0 | Todd C. Miller |
2003-06-09 | Use strtol() not strtoul() so we can detect a negative number in a pid file. | Todd C. Miller |
2003-06-09 | Need to include time.h to get ctime() proto. | Todd C. Miller |
2003-06-09 | Also exit waitpid() loop when pid == 0. Fixes a problem where the sudo | Todd C. Miller |
2003-06-09 | Mention that you can get EPERM when trying to mount an unclean filesystem. | Todd C. Miller |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-06-09 | sync | Theo de Raadt |
2003-06-09 | missing copyright, found by deraadt@; | Jason McIntyre |
2003-06-09 | Protect all get_line calls against null pointers. | Marc Espie |
2003-06-09 | Attempt to resolve byte order confusion in nat code once and for all. | Ryan Thomas McBride |
2003-06-09 | typo (need to check ti6 instead of ti) | Jun-ichiro itojun Hagino |
2003-06-09 | backout following: | Jun-ichiro itojun Hagino |
2003-06-09 | Fix erroneous handling of i/o's during a reset. | Kenneth R Westerback |
2003-06-09 | Fix my previous commit here, pwd_mkdb needs to be a list now too. | Todd C. Miller |
2003-06-08 | Sync man pages w/ NetBSD version | Todd C. Miller |
2003-06-08 | Add usermgmt.conf man page. From NetBSD (grant) | Todd C. Miller |
2003-06-08 | user -e and -f now accepts "month day year" (ala chpass(1)) and | Todd C. Miller |