summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newgreen2001-05-0410-20/+42
| | | | programs are now included: sftp(1) and ssh-keyscan(1).
* Remove obsoleted files.green2001-05-0412-1582/+0
|
* Fix conflicts for OpenSSH 2.9.green2001-05-0449-4374/+5736
|
* This commit was generated by cvs2svn to compensate for changes in r76259,green2001-05-04118-2874/+10190
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-04162-7158/+15940
| | | | | | | | Happy birthday to: rwatson
| * This commit was manufactured by cvs2svn to create branchcvs2svn2000-12-053-0/+1064
| | | | | | | | 'VENDOR-crypto-openssh'.
* | I've been meaning to take pam_ssh out of the base system for a while now.green2001-05-041-3/+0
| | | | | | | | Finally do it.
* | More RELNOTESng infrastructure fixup: The directory layout ofbmah2001-05-036-3/+199
| | | | | | | | | | | | stylesheets (particularly with respect to translations) is now similar to that of the doc/ tree. Added a customization for HTML page footers (this is the only reader-visible change).
* | Total hack to fix broken bootstrap. Add -I/usr/src/include at the tailobrien2001-05-031-0/+1
| | | | | | | | | | | | end of the include searching. We really need a real fix for the issue of which set of headers to use in compiling the cross-tools -- /usr/include, or /usr/src/include.
* | Off by one in counting the number of MIB entries.dmlb2001-05-031-1/+1
| |
* | Third take, still not finished SGMLifying. SGML is more wordywilko2001-05-032-330/+538
| | | | | | | | than I anticipated :(
* | They add the following commands:phk2001-05-039-927/+793
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -anewer -cnewer -mnewer -okdir -newer[acm][acmt] With it, you can form queries like find . -newerct '1 minute ago' -print As an extra bonus, the program is ANSI-fied - the original version relies on some obscure features of K&R C. (This PR was submitted in 1999, and the submittor has kept the patch updated ever since, hats off for him guys, and how about you close a PR ??) PR: 9374 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
* | make isdnd less verbose while calculating times: fix another message to behm2001-05-031-2/+2
| | | | | | | | logged at DL_VALID instead at DL_MSG.
* | add nl_langinfo(3)phantom2001-05-031-2/+2
| |
* | Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-currentphantom2001-05-031-25/+0
| | | | | | | | anymore.
* | add manpage for nl_langinfo(3)phantom2001-05-031-0/+90
| | | | | | | | Reviewed by: ru
* | Depollute headers now that the VM headers DTRT.markm2001-05-033-3/+0
| |
* | Putting sys/lockmgr.h in here allows us to depollute userland includesmarkm2001-05-031-0/+2
| | | | | | | | | | a bit. OK'ed by: bde
* | Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.dwmalone2001-05-031-1/+1
| | | | | | | | | | (I'm testing the numerator rather than the denominator, which looks weird, but is the right thing to do here).
* | Update for (Linux-)PAM 0.75markm2001-05-032-10/+74
| |
* | Resolve conflicts.markm2001-05-0318-413/+189
| |
* | This commit was generated by cvs2svn to compensate for changes in r76238,markm2001-05-03100-1408/+13314
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import Linux PAM 0.75markm2001-05-03248-6414/+17868
| | |
* | | Remove now obsolete check for root filesystems > cyl 1024. The bootjkh2001-05-032-28/+8
| | | | | | | | | | | | | | | | | | loader can handle such cases. Noted by: olgeni
* | | Convert vnode_pager_freepage() to vm_free_page().bp2001-05-031-2/+2
| | | | | | | | | | | | Forgotten by: alfred
* | | Wrap around MALLOC_DECLARE() invocation with #ifdef.bp2001-05-031-0/+2
| | |
* | | like i386, add inclusion of lock.hmjacob2001-05-032-1/+4
| | |
* | | Correct assignment of the resulting ACL allowing the mask entry tojedgar2001-05-031-1/+1
| | | | | | | | | | | | | | | | | | be properly set. Obtained from: TrustedBSD Project
* | | * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers.
* | | Add the new version.c to libssh.green2001-05-031-1/+1
| | |
* | | Fix minor style issue from previous commit.obrien2001-05-032-2/+2
| | |
* | | Add a "VersionAddendum" configuration setting for sshd which allowsgreen2001-05-033-2/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | anyone to easily change the part of the OpenSSH version after the main version number. The FreeBSD-specific version banner could be disabled that way, for example: # Call ourselves plain OpenSSH VersionAddendum
* | | Backout completely canonical lookup modifications.green2001-05-033-15/+24
| | |
* | | Fix $FreeBSD$ style.obrien2001-05-021-2/+5
| | |
* | | * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-0219-78/+33
| | | | | | | | | | | | | | | | | | | | | | | | longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers.
* | | RELNOTESng infrastructure fixes:bmah2001-05-0220-105/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. There is now only one RELNOTESng stylesheet; the architecture-specific stylesheets (to handle different values of the arch= attribute) are gone. 2. Several Makefile variable definitions were factored into doc.relnotes.mk. Submitted by: dd
* | | Cross reference recent TCP ISN fix to security advisory SA-01:39.bmah2001-05-025-5/+7
| | |
* | | - Avoid circular `use Config', which may lead to random synax errorsmarkm2001-05-022-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | produced by miniperl during buildworld phase. - While at it, do loading of SelfLoader only when it is needed, and in place where it is needed. Submitted by: tobez@tobez.org (who is doing way too much good work and is in need of the Commit Bit punishment)
* | | Second stage SGMLifying. More to follow.wilko2001-05-022-668/+704
| | |
* | | Add a missing free(3).yar2001-05-021-0/+1
| | | | | | | | | | | | | | | | | | PR: bin/27001 Submitted by: alex <ml-freebsd-net@phobgate.de>, Matthew Emmerton <matt@gsicomp.on.ca>
* | | Handle situations where we've already got a P2P interface addressbrian2001-05-021-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of a/x -> b and then negotiate a/x -> c by simply expecting SIOCAIFADDR to do the change. This was broken by the last commit that optimised out the deletion and re-addition of the same a/x -> b combination, and forgot to compare the old/new destination addresses. Conveniently enough, this problem didn't effect setups where the default route goes via the ppp link, and most other setups don't care what the the destination address is actually set to. It broke test environments where ppp connects to the local machine rather badly though....
* | | Get IP multicast working on VLAN devices:fenner2001-05-022-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allocate zeroed memory in ether_resolvemulti() to prevent equal() from comparing garbage and determining that two otherwise-equal sockaddr_dls are different. - Fill in all required fields of the sockaddr_dl - Actually copy the multicast address into the sockaddr_dl when calling if_addmulti() - Don't claim that we don't have a way to resolve layer 3 addresses into layer 2 addresses; use the ethernet way.
* | | Merged from sys/isa/sio.c revision 1.330.kato2001-05-022-16/+18
| | |
* | | Merged from sys/isa/fd.c revision 1.195.kato2001-05-022-4/+8
| | |
* | | Merged from sys/i386/isa/npx.c revisions 1.96 and 1.97.kato2001-05-021-12/+25
| | |
* | | Merged from sys/i386/isa/clock.c revisions 1.172 and 1.173.kato2001-05-023-3/+45
| | |
* | | Merged the rest of changes in sys/i386/i386/machdep.c revision 1.447.kato2001-05-022-12/+10
| | |
* | | Fix the rmuser script to correctly determine if a user does not exist.adrian2001-05-021-1/+1
| | | | | | | | | | | | PR: 26674
* | | Extend adduser to create "locked" accounts. Adduser can now lock anadrian2001-05-021-15/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | account at creation, create accounts with a "*" password (so you can use alternate authentication schemes without fearing a "default" password biting you later), and blank passwords. Yes, adduser could create a blank password account, but this makes it slightly more difficult to shoot yourself in the foot. The /etc/adduser.conf entries are: # use password-based authentication for new users # defaultusepassword = "yes" | "no" defaultusepassword = "yes" # enable account password at creation # (the password will be prepended with a star if the account isn't enabled) # defaultenableaccount = "yes" | "no" defaultenableaccount = "yes" # allow blank passwords # defaultemptypassword = "yes" | "no" defaultemptypassword = "no" Requested by: alfred Reviewed by: alfred
* | | Fixed panics in npx exception handling. When using IRQ13 exceptionbde2001-05-023-21/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handling, SMPng always switches the npx context away from curproc before calling the handler, so the handler always paniced. When using exception 16 exception handling, SMPng sometimes switches the npx context away from curproc before calling the handler, so the handler sometimes paniced. Also, we didn't lock the context while using it, so we sometimes didn't detect the switch and then paniced in a less controlled way. Just lock the context while using it, and return without doing anything except clearing the busy latch if the context is not for curproc. This fixes the exception 16 case and makes the IRQ13 case harmless. In both cases, the instruction that caused the exception is restarted and the exception repeats. In the exception 16 case, we soon get an exception that can be handled without doing anything special. In the IRQ13 case, we get an easy to kill hung process.
OpenPOWER on IntegriCloud