| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use SignalBundle if it's not set | brian | 2002-06-28 | 1 | -3/+6 |
* | Complain about (and fix) misformatted RADIUS attributes rather than silently | brian | 2002-06-28 | 1 | -2/+6 |
* | When a RADIUS server is being used, don't use MPPE unless the RADIUS | brian | 2002-06-28 | 1 | -6/+19 |
* | In the SUPPORT_DOT case, warn that seperation with a period is deprecated. | jmallett | 2002-06-27 | 1 | -0/+1 |
* | Cross-reference with ffs(7). | chris | 2002-06-27 | 1 | -0/+1 |
* | Add 'chflags -R noschg' to the deletion process for the TEMPROOT | dougb | 2002-06-26 | 1 | -1/+2 |
* | `pw useradd' could be used with -w without -D option. | sada | 2002-06-26 | 1 | -0/+1 |
* | Remove out-of-date -I. | fenner | 2002-06-26 | 1 | -1/+1 |
* | Remove old pre-TIRPC code for getting transport handles. The code that | alfred | 2002-06-25 | 1 | -5/+0 |
* | Redo the way that fatal-error messages are done in the chkhost() routine, | gad | 2002-06-24 | 1 | -64/+88 |
* | C replacement for the Perl5 code. | markm | 2002-06-24 | 9 | -680/+570 |
* | Print a long with %ld not %d. (We possibly should be using %j here, but | dwmalone | 2002-06-24 | 1 | -1/+1 |
* | include if_ieee80211.h and if_wireg.h, don't know why that didn't work before | imp | 2002-06-24 | 1 | -0/+2 |
* | Document -L and -l. | imp | 2002-06-24 | 2 | -3/+92 |
* | Add a hack to handle RADIUS responses from peers that forget that | brian | 2002-06-23 | 1 | -4/+20 |
* | Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will | gad | 2002-06-23 | 8 | -9/+7 |
* | Add function name in error message. | n_hibma | 2002-06-23 | 1 | -1/+1 |
* | Don't expect NUL terminated data in all netgraph messages received. | brian | 2002-06-22 | 1 | -2/+8 |
* | Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it as | jmallett | 2002-06-22 | 1 | -9/+9 |
* | Unused macro. | jmallett | 2002-06-22 | 1 | -1/+0 |
* | Make it clear that this applies only to UFS1 file systems, as UFS2 will | rwatson | 2002-06-22 | 1 | -3/+3 |
* | __FBSDID() strategic insertion. | jmallett | 2002-06-21 | 2 | -5/+6 |
* | Kill __P, yuck. | jmallett | 2002-06-21 | 3 | -46/+46 |
* | Mark unused variables __unused. | jmallett | 2002-06-21 | 2 | -5/+5 |
* | Use __typeof__ instead of typeof. | jmallett | 2002-06-21 | 1 | -1/+1 |
* | Kill bad whitespace and do some style cleanups as a result of the protoize. | jmallett | 2002-06-21 | 1 | -30/+20 |
* | ANSI prototypes via protoize(1). | jmallett | 2002-06-21 | 2 | -100/+64 |
* | Clean up hex() and octal() to return and work with unsigned integers since | jmallett | 2002-06-21 | 1 | -8/+8 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -53/+87 |
* | Update for tcpdump 3.7.1 | fenner | 2002-06-21 | 2 | -47/+36 |
* | Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code | brian | 2002-06-17 | 5 | -29/+34 |
* | Just rename two generic-queue init routines from 'init_*' to '*_gi' | gad | 2002-06-16 | 3 | -7/+7 |
* | Add a nearly complete rewrite of the lpc command 'down'. The only user- | gad | 2002-06-16 | 4 | -3/+73 |
* | Make the description of the 'down' command a little more readable. | gad | 2002-06-15 | 1 | -2/+4 |
* | Reorganize the way that arguments are processed in lpc's generic-queue | gad | 2002-06-15 | 1 | -20/+24 |
* | Add a new command to 'lpc' called 'setstatus', which would be used to | gad | 2002-06-15 | 6 | -28/+140 |
* | Do not issue deprecated ioctl. | ume | 2002-06-15 | 1 | -0/+8 |
* | Don't install obsolete gifconfig(8). Please use ifconfig(8) instead. | ume | 2002-06-15 | 1 | -1/+0 |
* | Don't install obsolete prefix(8). We now have `ifconfig eui64'. | ume | 2002-06-15 | 1 | -1/+0 |
* | A better prinflike fix... | brian | 2002-06-15 | 1 | -2/+2 |
* | Remove whitespace at the end of lines. | brian | 2002-06-15 | 31 | -89/+89 |
* | Fix a printflike format error | brian | 2002-06-15 | 1 | -1/+1 |
* | Remove a forgotten diagnostic | brian | 2002-06-15 | 1 | -1/+0 |
* | Changed the behavior when an interface-direct prefix being advertised | ume | 2002-06-13 | 8 | -45/+166 |
* | Bah humbug. Fix another typo on the same comment line. It also had | gad | 2002-06-13 | 1 | -1/+1 |
* | Fix a typo in a comment from the previous commit. I had a bullet-character | gad | 2002-06-13 | 1 | -1/+1 |
* | Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable', | gad | 2002-06-13 | 5 | -14/+457 |
* | If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as an | brian | 2002-06-12 | 2 | -1/+20 |
* | Bump the version number to reflect the recent RADIUS commits | brian | 2002-06-12 | 1 | -1/+1 |
* | Don't forget to process the Ident field on the front of | brian | 2002-06-12 | 2 | -16/+26 |