| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reorder libraries to fix static linking (libssl depends on libcrypto, so | des | 2002-06-12 | 4 | -8/+8 |
* | de __P | imp | 2002-06-12 | 1 | -39/+30 |
* | KNF. | imp | 2002-06-12 | 1 | -87/+89 |
* | Kill __P. | imp | 2002-06-12 | 1 | -2/+2 |
* | Understand the following Microsoft Vendor Specific RADIUS attributes: | brian | 2002-06-12 | 8 | -55/+329 |
* | Go back to taking the user's umask into account. Thanks to Alfred for | dougb | 2002-06-10 | 1 | -23/+31 |
* | Change our default XF86Config location from /etc/ to /etc/X11/, | obrien | 2002-06-10 | 3 | -3/+5 |
* | Don't depend on <pwd.h> to bogusly include <sys/types.h>. | mike | 2002-06-09 | 1 | -0/+1 |
* | Fix a bug where request_part_size() was hard-coded to check the rootSize | jhb | 2002-06-07 | 2 | -2/+2 |
* | * Use the new stat(1) to get mode information from the files we | dougb | 2002-06-06 | 1 | -34/+33 |
* | libfetch now depends on libcrypto and libssl. | ru | 2002-06-06 | 4 | -0/+20 |
* | Added missing DPADD detected by ``make checkdpadd''. | ru | 2002-06-06 | 1 | -1/+2 |
* | Cast pid_t to long for printf()ing | brian | 2002-06-06 | 1 | -2/+2 |
* | Fix spelling nit in error message. | gordon | 2002-06-05 | 1 | -1/+1 |
* | o Remove ftp.freebsd.org from the USA servers and add to the | jedgar | 2002-06-05 | 2 | -6/+10 |
* | Add information about setting up media to use the multi-volume support | murray | 2002-06-05 | 2 | -0/+120 |
* | Grammar nit. | obrien | 2002-06-04 | 1 | -1/+1 |
* | Change some "process id" variables from 'int' to 'pid_t', renaming some | gad | 2002-06-04 | 1 | -28/+31 |
* | Cosmetic improvements to some of the syslog() calls in here (in some cases | gad | 2002-06-04 | 1 | -35/+44 |
* | Fix all the 'return' statements in here to follow style(9). | gad | 2002-06-04 | 1 | -24/+24 |
* | Avoid checking WIFEXITED and WTERMSIG in some error situations where the | gad | 2002-06-04 | 1 | -3/+6 |
* | Backout revision 1.2 since it didn't work and replace it with a fix that | jhb | 2002-06-03 | 1 | -6/+2 |
* | Add a missing ``a''. | brian | 2002-06-03 | 1 | -1/+1 |
* | Stop using the depreciated 'union wait' definitions, moving to a more | gad | 2002-06-03 | 2 | -26/+25 |
* | Fix handling of the 'noError' variable. According to the code comments, | jhb | 2002-06-03 | 2 | -24/+22 |
* | Add a 'mediaClose' script command to close the open media. An example use | jhb | 2002-06-03 | 4 | -0/+28 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 6 | -6/+6 |
* | Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is | brian | 2002-06-02 | 1 | -0/+8 |
* | Fix spelling errors: minumum, overriden, inheritted | schweikh | 2002-06-02 | 1 | -6/+6 |
* | Don't exit immediately if an error occurs, continue but exit non-zero. | tjr | 2002-06-02 | 1 | -5/+9 |
* | Skip duplicated prefixes in get_prefix(). | ume | 2002-06-01 | 3 | -14/+19 |
* | KNF | ume | 2002-06-01 | 1 | -286/+264 |
* | sprintf -> snprintf | ume | 2002-06-01 | 1 | -17/+25 |
* | Brush up descriptions of sendmail menu last added. | matusita | 2002-06-01 | 2 | -4/+8 |
* | Add 'Sendmail' menu to set sendmail_enable variable. | matusita | 2002-06-01 | 4 | -2/+44 |
* | Don't load a module from /stand/modules in the MFS root if it is already in | jhb | 2002-05-31 | 1 | -0/+4 |
* | We don't build libc_r on sparc64 for the moment. | ru | 2002-05-31 | 1 | -1/+1 |
* | Fix integer overflow causing disk/partition size display wrapping | pb | 2002-05-31 | 2 | -6/+6 |
* | pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because | bmah | 2002-05-31 | 1 | -0/+24 |
* | - Document the new `diskInteractive' variable. | jhb | 2002-05-31 | 2 | -0/+34 |
* | If 'netInteractive' is set to true in an installation script, then | jhb | 2002-05-31 | 1 | -0/+18 |
* | Add a 'diskInteractive' variable that can be set to interactively partition | jhb | 2002-05-31 | 6 | -8/+18 |
* | Remove DESTDIR which is already included in DOCDIR. | jedgar | 2002-05-31 | 1 | -2/+2 |