History log of /src/usr.sbin/map-mbone/mapper.c |
Revision | | Date | Author | Comments |
1.28 |
| 03-Feb-2019 |
mrg | - add or adjust /* FALLTHROUGH */ where appropriate - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
|
1.27 |
| 04-Feb-2018 |
mrg | branches: 1.27.4; fixes for GCC 6.4:
mail's execute() needs a volatile for setjmp().
telnet has a missing {} issue.
isdnd's print_config() has a missing/wrong {} issue, and its p_q931bc() has inconsistent indentation (but not any actual problem.)
map-mbone's accept_neighbors2() compares a vs. a instead of a vs. b.
sysinst's pm_cgd_check() has missing {} issue.
timed's main() has missing {} issue.
|
1.26 |
| 23-Jan-2018 |
sevan | Missed another main() prototype.
|
1.25 |
| 15-Dec-2007 |
perry | include sys/cdefs.h so that __attribute__ can be fixed later
|
1.24 |
| 22-Feb-2007 |
hubertf | branches: 1.24.4; Pull in ctype.h after it was removed from 'defs.h' in previous commit to src/usr.sbin/mrouted.
|
1.23 |
| 09-May-2006 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like that int and socklen_t are different signness.
|
1.22 |
| 30-Oct-2004 |
dsl | Add (unsigned char) cast to ctype functions
|
1.21 |
| 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
1.20 |
| 17-May-2003 |
itojun | fix strncat too. from wiz
|
1.19 |
| 17-May-2003 |
itojun | strlcpy
|
1.18 |
| 17-May-2003 |
itojun | strlcat
|
1.17 |
| 16-May-2003 |
dsl | Make this comple with modified mrouted sources.
|
1.16 |
| 05-Mar-2003 |
wiz | Move back here from gnu/dist/map-mbone now the mrouted license is cleared.
|
1.15 |
| 01-Oct-2002 |
itojun | move mbone tools out of basesrc, as they use part of mrouted
|
1.14 |
| 23-Sep-2002 |
mycroft | null commit
|
1.13 |
| 23-Sep-2002 |
itojun | poll.h, not sys/poll.h
|
1.12 |
| 19-Sep-2002 |
mycroft | select() -> poll()
|
1.11 |
| 09-Aug-2002 |
itojun | die if fd_set overrun. (they're not setuid binary so it is not that critical)
|
1.10 |
| 14-Jul-2002 |
wiz | Unifdef __STDC__. ANSIfy. Remove __P().
|
1.9 |
| 02-Jun-2002 |
itojun | missing memset() for sockaddr. from deraadt
|
1.8 |
| 24-Sep-2001 |
wiz | branches: 1.8.2; va_{start,end} audit: Make sure that each va_start has one and only one matching va_end, especially in error cases. If the va_list is used multiple times, do multiple va_starts/va_ends. If a function gets va_list as argument, don't let it use va_end (since it's the callers responsibility).
Improved by comments from enami and christos -- thanks!
Heimdal/krb4/KAME changes already fed back, rest to follow.
Inspired by, but not not based on, OpenBSD.
|
1.7 |
| 01-Aug-2001 |
itojun | updated copyright notice from Xerox. via openbsd
|
1.6 |
| 06-Apr-2001 |
wiz | Negative exit code cleanup: Replace exit(-x) with exit(x). As seen on tech-userlevel.
|
1.5 |
| 11-Oct-2000 |
is | More format string cleanups by sommerfeld.
|
1.4 |
| 09-May-1998 |
kleink | branches: 1.4.2; 1.4.10; Use strerror(3) instead of sys_errlist and sys_nerr.
|
1.3 |
| 10-Dec-1995 |
mycroft | Update to mrouted 3.8.
|
1.2 |
| 03-Oct-1995 |
thorpej | New-style RCS ids.
|
1.1 |
| 01-Jun-1995 |
mycroft | Update to multicast 3.5.
|
1.4.10.2 |
| 01-Oct-2002 |
itojun | Move mrouted out of basesrc, as it carries non-BSD license. Agreed w/ core. Update license terms for rsrr.*, via openbsd.
(itojun)
|
1.4.10.1 |
| 17-Oct-2000 |
tv | Pullup usr.sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.4.2.1 |
| 19-Oct-2000 |
he | Pull up revision 1.5 (requested by he): Format string cleanup.
|
1.8.2.2 |
| 07-Dec-2002 |
he | Pull up file removal (requested by itojun in tickets #886, #887, #888): Move mrouted out of basesrc, as it carries a non-BSD license. [itojun, tickets #886, #887, #888]
|
1.8.2.1 |
| 04-Jun-2002 |
lukem | Pull up revision 1.9 (requested by itojun in ticket #140): missing memset() for sockaddr. from deraadt
|
1.24.4.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.27.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|