summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Detect if a udp socket on STDIN_FILENO is connected by callingbrian2002-01-231-7/+16
| | | | getpeername() and don't set PASSIVE mode if it's is.
* Regenerated file from previous commit to syscalls.mastergallatin2002-01-233-18/+6
|
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-232-4/+8
| | | | | | | | getpid, getuid, getgid and pipe, since they bootstrapped from OSF/1 and never cleaned up. Switch to the native syscalls on alpha so that the above functions work MFC after: 7 days
* Cross reference the NETWORK ADDRESS TRANSLATION section when describingbrian2002-01-231-1/+5
| | | | | | the -nat flag. Requested by: eivind
* New release note: smmsp/mailnull users.bmah2002-01-232-0/+34
| | | | Reviewed by: gshapiro
* Add a PAM module that provides an account management component for checkingdes2002-01-233-0/+285
| | | | | | | | | | | | | either PAM_RHOST or PAM_TTY against /etc/login.access.o This uncovers a problem with PAM_RHOST, in that if we always set it, there is no way to distinguish between a user logging in locally and a user logging in using 'ssh localhost'. This will be fixed by first making sure that all PAM modules can handle PAM_RHOST being unset (which is currently not the case), and then modifying su(1) and login(1) to not set it for local logins. Sponsored by: DARPA, NAI Labs
* Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs.des2002-01-232-2/+16
| | | | Sponsored by: DARPA, NAI Labs
* Add pam_ssh support to the static PAM library, libpam.a:ru2002-01-2314-32/+29
| | | | | | | | | | | - Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh. Reviewed by: des, markm Approved by: markm
* Base the comparison on UIDs, not on user names.des2002-01-232-14/+12
| | | | Sponsored by: DARPA, NAI Labs
* Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-234-5/+3
| | | | | Reviewed by: des, markm Approved by: markm
* dhclient-script.conf lives in /etc and not /sbin.keramida2002-01-231-2/+2
| | | | | | PR: docs/32008 Submitted by: John E Hein <jhein@timing.com> Approved by: obrien
* Add local/share/java/classes, local/share/sgml, local/share/xmldes2002-01-231-0/+8
| | | | | Approved by: ru, silence on -ports MFC after: 1 week
* The sixth argument to the NET_RT_IFLIST sysctl is actually 0 forru2002-01-231-1/+1
| | | | all interfaces, and ifnet.if_index value for a single interface.
* CG hard sentence breaks.sobomax2002-01-232-2/+4
| | | | Submitted by: ru
* in fget() return EINVAL when the descriptor requested is negative.alfred2002-01-231-1/+1
|
* Remove holdfp() prototype now that the function no longer existsalfred2002-01-231-1/+0
|
* forced commit, Previous revision also removed the holdfp() functionalfred2002-01-230-0/+0
| | | | from the kernel.
* make pread use fget_read instead of holdfp.alfred2002-01-231-27/+2
|
* Roll to latest production level firmware.mjacob2002-01-231-5037/+5506
| | | | MFC after: 1 day
* improve sndstat output of feederchains so it can be understood withoutcg2002-01-231-11/+20
| | | | reading the feeder sourcecode
* print warnings if a pcm*.buffersize hint is out of range or a non-power-of-2cg2002-01-231-3/+17
|
* fix some comments accidentally hit by search/replace several revisions agocg2002-01-231-3/+3
|
* set the speeds the right way round for recording using the rate feedercg2002-01-231-4/+7
|
* add more error checking in chn_init() and chn_reset()cg2002-01-231-30/+61
|
* make the feederchain builder work for recording. this has not been testedcg2002-01-233-19/+64
| | | | | | | extensively as none of my testboxes have speakers or an audio source at present, but the chains built look correct and reading /dev/audio (ulaw, translated from signed 16 bit little-endian) gives values within the expected range for silence.
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTcg2002-01-231-1/+1
|
* add more error checking to open of /dev/dsp* and /dev/audio* - if thecg2002-01-231-2/+18
| | | | | | | | default format for the chosen subdevice cannot be obtained return an error instead of returning success with an indeteterminate format selected. note that this should never happen once the feederchain builder works for recording.
* don't allow mmap beyond the end of the buffercg2002-01-231-1/+7
| | | | Submitted by: Philippe Anel <philippe.anel@noos.fr> (partially)
* remove modules no longer builtcg2002-01-233-27/+0
|
* consolidate bits that don't need to be seperate modules into the modulescg2002-01-234-5/+5
| | | | that want them
* Add a stub for softdep_request_cleanup() so that compilation withoutmckusick2002-01-231-0/+9
| | | | | | SOFTUPDATES option works properly. Submitted by: Benno Rice <benno@jeamland.net>
* Add missing destroy_dev().wes2002-01-232-20/+26
| | | | | | Submitted by: Maxime Henrion <mux@sneakerz.org> Reviewed by: msmith@ MFC after: 3 weeks
* MFen (1.264 --> 1.265).kuriyama2002-01-231-2/+9
| | | | Refine translation (by y-koga@jp).
* Undo the work-around for the sendfile bug where nbytes needed the hdr/trldg2002-01-221-11/+0
| | | | | | | size added to it in order for it to work properly when nbytes != 0. Reviewed by: alfred MFC after: 3 days
* The mode of files created by ctm_rmail was always 0600, even if theiedowse2002-01-221-0/+6
| | | | | | | | | umask was less restrictive. This was caused by the use of mkstemp() which internally passes a mode of 0600 to open(). Fix this by explicitly chmod'ing the files to (0666 & ~umask). PR: bin/16119 Submitted by: Sascha Blank <blank@uni-trier.de>
* Add ngctl "write" command.archie2002-01-225-1/+115
| | | | MFC after: 1 week
* Remove bogus _POSIX_ACL_PATH_MAX definition.green2002-01-221-1/+0
|
* Fix a typo and fix indenting for struct sockaddr to match other structs.schweikh2002-01-221-5/+5
| | | | | No content changes. MFC after: 3 weeks
* Don't use `you'.sobomax2002-01-221-3/+2
| | | | Submitted by: ru
* Restore C99 standard conformance information, isblank() _is_ in finalache2002-01-221-0/+5
| | | | | | standard document Pointed by: "Jacques A. Vidrine" <n@nectar.cc>
* Show arguments of command line optionscharnier2002-01-221-11/+21
| | | | Reviewed by: ru
* The ENDPTS_EQ macro was comparing the one of the fports to itself. Fix.jlemon2002-01-221-1/+1
| | | | Submitted by: emy@boostworks.com
* Initialize the sysctl_ctx list early, which avoids a panic in case otherjlemon2002-01-221-1/+1
| | | | allocatiosn fail and fxp_release() is called.
* Null commit - the previous log message should have read:dg2002-01-220-0/+0
| | | | | | Fixed bug in calculation of amount of file sent when nbytes !=0 and headers or trailers are supplied. Reported by Vladislav Shabanov <vs@rambler-co.ru>.
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-227-18/+20
| | | | | | with uid_t usage and (user)->pw_uid. PR: 3242
* Fixed bug in calculation of amount of file to send when nbytes !=0 anddg2002-01-221-3/+6
| | | | | | | | | headers or trailers are supplied. Reported by Vladislav Shabanov <vs@rambler-co.ru>. PR: 33771 Submitted by: Maxim Konovalov <maxim@macomnet.ru> MFC after: 3 days
* Do not taint ::/124 for localhost reverse table.ume2002-01-223-2/+26
|
* Reincarnate SETUID code in man(1), not compiled in by default.ru2002-01-225-14/+60
| | | | | | The code will be fixed for all known security vulnerabilities, and a make.conf(5) knob (ENABLE_SUID_MAN) will be provided for those who still want it installed setuid for whatever reasons.
* Revert revision 1.57 -- ache@ axed /var/spool/uucp in BSD.var.dist,v 1.55.ru2002-01-221-2/+0
|
* Fix the description of the O_NONBLOCK flag to match reality.ru2002-01-221-2/+1
| | | | | Prodded by: Maxim Konovalov <maxim@macomnet.ru> Obtained from: BSD/OS
OpenPOWER on IntegriCloud