aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Add static dependency to libisc to get isc_movefile().Jeroen Ruigrok van der Werven2001-01-291-0/+11
| | | | | | | Submitted by: Munehiro Matsuda <haro@kubota.co.jp> Notes: svn path=/head/; revision=71774
* Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/).Bill Fumerola2001-01-252-4/+50
| | | | Notes: svn path=/head/; revision=71616
* Limit commands that can be issued when not logged in:Chris D. Faulhaber2001-01-201-70/+90
| | | | | | | | | TYPE, STRU, MODE, ALLO, STAT, ABOR, SITE IDLE, SYST, REST Reviewed by: kris, sheldon Notes: svn path=/head/; revision=71278
* Check malloc() and strdup() return valuesChris D. Faulhaber2001-01-201-2/+6
| | | | | | | Reviewed by: kris Notes: svn path=/head/; revision=71274
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-162-97/+106
| | | | Notes: svn path=/head/; revision=71112
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-166-6/+6
| | | | Notes: svn path=/head/; revision=71099
* Move the process of storing entropy from /dev/random and reseeding withDoug Barton2001-01-141-10/+20
| | | | | | | | | | | | | | | | | | | it at boot time closer to the way we want it to be in the final version. * Move the default directory to /var/db/entropy * Run the entropy saving cron job every 11 minutes. This seems to be a better default, although still bikeshed material. * Feed /dev/random some cheesy "entropy" from various commands and files before the disks are mounted. This gives /dev/random a better chance of running without blocking early. * Move the reseeding with previously stored entropy to the point immediately after the disks are mounted. * Make the harvesting script a little safer in regards to the possibility of accidentally overwriting something other than a regular file. Notes: svn path=/head/; revision=71014
* Add a system to save entropy from /dev/random periodically so thatDoug Barton2001-01-113-0/+93
| | | | | | | | | | | | | | | | | | | | | it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course. Notes: svn path=/head/; revision=70922
* Fix a bug in which a program called dlclose from a destructor andJohn Polstra2001-01-051-2/+43
| | | | | | | got an assert failure in the dynamic linker. Notes: svn path=/head/; revision=70677
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
| | | | Notes: svn path=/head/; revision=70397
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-206-57/+59
| | | | Notes: svn path=/head/; revision=70227
* In send_data(), use sendfile() instead of the mmap() algorithm.Dan Moschuk2000-12-201-20/+22
| | | | Notes: svn path=/head/; revision=70205
* mdoc(7) police: removed hard sentence breaks, run through spell-checker.Ruslan Ermilov2000-12-181-12/+15
| | | | Notes: svn path=/head/; revision=70144
* Fix typo.Dmitry Sivachenko2000-12-171-1/+1
| | | | | | | | PR: 23591 Submitted by: mavetju@chello.nl Notes: svn path=/head/; revision=70116
* Add option -E to disable EPSV which throws certain stateful firewallsPoul-Henning Kamp2000-12-163-35/+89
| | | | | | | | | | | | into confusion. Add option -r to make ftpd support only read-only operations. Submitted by: Flemming (F3) Jacobsen <fj@batmule.dk> Reviewed by: phk Notes: svn path=/head/; revision=70102
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-142-4/+4
| | | | Notes: svn path=/head/; revision=70015
* Add support for advertising the service we support if theJulian Elischer2000-12-131-2/+19
| | | | | | | | | PADI packet contains a NULL service. This is apparently the desired behaviour in this case, though we only allow advertising one service. You could run multiple pppoeds to advertise multiple services. Notes: svn path=/head/; revision=69948
* mdoc(7) police: .Os CMU -> .Os, split authors for better output.Ruslan Ermilov2000-12-122-2/+3
| | | | Notes: svn path=/head/; revision=69913
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-113-3/+3
| | | | Notes: svn path=/head/; revision=69857
* (scrub_env): change to only accept a listed set of variables,Assar Westerlund2000-12-101-23/+37
| | | | | | | including only non-filename contents for TERMCAP Notes: svn path=/head/; revision=69825
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-097-17/+27
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* Whitespace-only to sync with -stable.Ruslan Ermilov2000-12-071-2/+0
| | | | Notes: svn path=/head/; revision=69707
* MFS: Silence compilation warnings.Ruslan Ermilov2000-12-071-1/+1
| | | | Notes: svn path=/head/; revision=69705
* Drop out of our main loop due to a signal rather than handling things in theBrian Somers2000-12-041-24/+28
| | | | | | | | | | | | signal handler. Fix a spelling error. Subtley pointed out by: bde Make some stuff static Notes: svn path=/head/; revision=69582
* The GCC 2.96 snapshots have slightly different rules for finding includeDavid E. O'Brien2000-12-011-0/+1
| | | | | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.". Notes: svn path=/head/; revision=69453
* There is no src/contrib-crypto/ anything directory. So don't look forDavid E. O'Brien2000-12-011-2/+1
| | | | | | | include files in subdirs of it. Notes: svn path=/head/; revision=69443
* Remove unused #include. Use getopt(3). Add usage() with syslog(3) cap.Philippe Charnier2000-11-281-8/+22
| | | | Notes: svn path=/head/; revision=69313
* ConstifyKris Kennaway2000-11-271-2/+2
| | | | Notes: svn path=/head/; revision=69252
* Prevent leakage of information about anonymous user's homedirDaniel O'Callaghan2000-11-261-2/+6
| | | | | | | | | via 'QUOTE CWD'. Reviewed by: des Notes: svn path=/head/; revision=69234
* Correct definition of MAXHOSTNAMELEN in ifdef'ed out code.Kris Kennaway2000-11-261-1/+3
| | | | Notes: svn path=/head/; revision=69226
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.Kris Kennaway2000-11-261-1/+1
| | | | | | | | Submitted by: Edwin Groothuis <mavetju@chello.nl> PR: bin/22787 Notes: svn path=/head/; revision=69223
* ConstifyKris Kennaway2000-11-262-5/+6
| | | | Notes: svn path=/head/; revision=69200
* Don't hard-code a buffer sizeKris Kennaway2000-11-261-1/+2
| | | | Notes: svn path=/head/; revision=69199
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-2018-35/+35
| | | | Notes: svn path=/head/; revision=68949
* Format string paranoiaKris Kennaway2000-11-191-1/+1
| | | | Notes: svn path=/head/; revision=68905
* Format string paranoiaKris Kennaway2000-11-191-2/+2
| | | | Notes: svn path=/head/; revision=68901
* L_SET -> SEEK_SETKris Kennaway2000-11-191-1/+1
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=68895
* Format string paranoiaKris Kennaway2000-11-191-1/+2
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=68894
* Don't use sizeof() on a pointer when we really wanted to measureKris Kennaway2000-11-193-9/+4
| | | | | | | | | | the length of the array. Noticed by: Christos Zoulas <christos@ZOULAS.COM> Obtained from: OpenBSD Notes: svn path=/head/; revision=68890
* Check return code from login_tty. Allow getty to try and becomeJohn W. De Boskey2000-11-191-1/+12
| | | | | | | | | | a daemon and session leader (thus allowing getty to be run from a shell command line or script). Partially Reviewed by: bde Notes: svn path=/head/; revision=68888
* Go back to populating data_len in struct ngpppoe_init_data.Brian Somers2000-11-161-2/+4
| | | | Notes: svn path=/head/; revision=68846
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-154-5/+5
| | | | Notes: svn path=/head/; revision=68756
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-142-2/+2
| | | | Notes: svn path=/head/; revision=68716
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-102-30/+27
| | | | Notes: svn path=/head/; revision=68575
* Fix to=auto in bootptab.Dirk Froemberg2000-11-101-6/+10
| | | | | | | | | PR: misc/5574 Submitted by: Bart Robinson <lomew@marker.cs.utah.edu> Reviewed by: wollman Notes: svn path=/head/; revision=68561
* Remove the superfluous call to _rtld_error() in symlook_default().John Polstra2000-11-071-2/+0
| | | | | | | | | | The function's callers generate the error message when appropriate. This eliminates the message ``Undefined symbol "__register_frame_info"'' which was bogusly returned by dlerror() in some cases. Notes: svn path=/head/; revision=68458
* Filter out some more magic environment variables used by libraries linkedKris Kennaway2000-10-313-4/+11
| | | | | | | | | | | with telnetd. This should really be done with a positive filter - i.e. only allow through a configured list of variables. Also do some buffer-safety cleanups while I'm here - I don't think these are exploitable. Notes: svn path=/head/; revision=68038
* Use the new-style ngpppoe_init_data structure.Brian Somers2000-10-311-4/+2
| | | | | | | Approved by: archie Notes: svn path=/head/; revision=68032
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-262-0/+4
| | | | Notes: svn path=/head/; revision=67660
* Fix broken PAM with SKEY behaviour: the skey.access file checksGuido van Rooij2000-10-121-7/+8
| | | | | | | were broken because the code failed to set PAM_RHOST. Notes: svn path=/head/; revision=67007