summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Changed the behavior when an interface-direct prefix being advertisedume2002-06-138-45/+166
* Bah humbug. Fix another typo on the same comment line. It also hadgad2002-06-131-1/+1
* Fix a typo in a comment from the previous commit. I had a bullet-charactergad2002-06-131-1/+1
* Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',gad2002-06-135-14/+457
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anbrian2002-06-122-1/+20
* Bump the version number to reflect the recent RADIUS commitsbrian2002-06-121-1/+1
* Don't forget to process the Ident field on the front ofbrian2002-06-122-16/+26
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-124-8/+8
* de __Pimp2002-06-121-39/+30
* KNF.imp2002-06-121-87/+89
* Kill __P.imp2002-06-121-2/+2
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-128-55/+329
* Go back to taking the user's umask into account. Thanks to Alfred fordougb2002-06-101-23/+31
* Change our default XF86Config location from /etc/ to /etc/X11/,obrien2002-06-103-3/+5
* Don't depend on <pwd.h> to bogusly include <sys/types.h>.mike2002-06-091-0/+1
* Fix a bug where request_part_size() was hard-coded to check the rootSizejhb2002-06-072-2/+2
* * Use the new stat(1) to get mode information from the files wedougb2002-06-061-34/+33
* libfetch now depends on libcrypto and libssl.ru2002-06-064-0/+20
* Added missing DPADD detected by ``make checkdpadd''.ru2002-06-061-1/+2
* Cast pid_t to long for printf()ingbrian2002-06-061-2/+2
* Fix spelling nit in error message.gordon2002-06-051-1/+1
* o Remove ftp.freebsd.org from the USA servers and add to thejedgar2002-06-052-6/+10
* Add information about setting up media to use the multi-volume supportmurray2002-06-052-0/+120
* Grammar nit.obrien2002-06-041-1/+1
* Change some "process id" variables from 'int' to 'pid_t', renaming somegad2002-06-041-28/+31
* Cosmetic improvements to some of the syslog() calls in here (in some casesgad2002-06-041-35/+44
* Fix all the 'return' statements in here to follow style(9).gad2002-06-041-24/+24
* Avoid checking WIFEXITED and WTERMSIG in some error situations where thegad2002-06-041-3/+6
* Backout revision 1.2 since it didn't work and replace it with a fix thatjhb2002-06-031-6/+2
* Add a missing ``a''.brian2002-06-031-1/+1
* Stop using the depreciated 'union wait' definitions, moving to a moregad2002-06-032-26/+25
* Fix handling of the 'noError' variable. According to the code comments,jhb2002-06-032-24/+22
* Add a 'mediaClose' script command to close the open media. An example usejhb2002-06-034-0/+28
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-026-6/+6
* Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER isbrian2002-06-021-0/+8
* Fix spelling errors: minumum, overriden, inherittedschweikh2002-06-021-6/+6
* Don't exit immediately if an error occurs, continue but exit non-zero.tjr2002-06-021-5/+9
* Skip duplicated prefixes in get_prefix().ume2002-06-013-14/+19
* KNFume2002-06-011-286/+264
* sprintf -> snprintfume2002-06-011-17/+25
* Brush up descriptions of sendmail menu last added.matusita2002-06-012-4/+8
* Add 'Sendmail' menu to set sendmail_enable variable.matusita2002-06-014-2/+44
* Don't load a module from /stand/modules in the MFS root if it is already injhb2002-05-311-0/+4
* We don't build libc_r on sparc64 for the moment.ru2002-05-311-1/+1
* Fix integer overflow causing disk/partition size display wrappingpb2002-05-312-6/+6
* pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, becausebmah2002-05-311-0/+24
* - Document the new `diskInteractive' variable.jhb2002-05-312-0/+34
* If 'netInteractive' is set to true in an installation script, thenjhb2002-05-311-0/+18
* Add a 'diskInteractive' variable that can be set to interactively partitionjhb2002-05-316-8/+18
* Remove DESTDIR which is already included in DOCDIR.jedgar2002-05-311-2/+2
OpenPOWER on IntegriCloud