summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-175-29/+34
* Just rename two generic-queue init routines from 'init_*' to '*_gi'gad2002-06-163-7/+7
* Add a nearly complete rewrite of the lpc command 'down'. The only user-gad2002-06-164-3/+73
* Make the description of the 'down' command a little more readable.gad2002-06-151-2/+4
* Reorganize the way that arguments are processed in lpc's generic-queuegad2002-06-151-20/+24
* Add a new command to 'lpc' called 'setstatus', which would be used togad2002-06-156-28/+140
* Do not issue deprecated ioctl.ume2002-06-151-0/+8
* Don't install obsolete gifconfig(8). Please use ifconfig(8) instead.ume2002-06-151-1/+0
* Don't install obsolete prefix(8). We now have `ifconfig eui64'.ume2002-06-151-1/+0
* A better prinflike fix...brian2002-06-151-2/+2
* Remove whitespace at the end of lines.brian2002-06-1531-89/+89
* Fix a printflike format errorbrian2002-06-151-1/+1
* Remove a forgotten diagnosticbrian2002-06-151-1/+0
* 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
OpenPOWER on IntegriCloud