summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add userland tweakables for OpenSSH and OpenSSL.markm2000-02-243-0/+17
|
* We have a new world order in libraries.markm2000-02-242-7/+7
| | | | Goodbye libdes; Welcome libcrypto.
* Remove port components not needed in 4.n+markm2000-02-241-2/+1
| | | | Submitted by: Half the freaking planet....
* Use libcrypto instead of libdes.markm2000-02-245-3/+32
| | | | Also - OpenSSH blesses us with a module for PAM.
* Use libcrypto inst=ead if libdes.markm2000-02-242-3/+3
|
* Use libcrypto instead of libdes.markm2000-02-242-2/+2
|
* Use libcrypto instead of libdes. Upgrade for Heimdal-0.2pmarkm2000-02-2433-271/+85
|
* Use libcrypto instead of libdes.markm2000-02-245-12/+20
|
* Use libcrypto in place of libdes.markm2000-02-248-15/+11
|
* Use libcrypto instead of libdes.markm2000-02-245-14/+16
|
* Use libcrypto in place of libdes.markm2000-02-2424-46/+50
|
* Fix a 'freeing free block' panic in UFS. The problem occurs when thedillon2000-02-241-1/+24
| | | | | | | | | | | | | | filesystem fills up. If the first indirect block exists and FFS is able to allocate deeper indirect blocks, but is not able to allocate the data block, FFS improperly unwinds the indirect blocks and leaves a block pointer hanging to a freed block. This will cause a panic later when the file is removed. The solution is to properly account for the first block-pointer-to-an-indirect-block we had to create in a balloc operation and then unwind it if a failure occurs. Detective work by: Ian Dowse <iedowse@maths.tcd.ie> Reviewed by: mckusick, Ian Dowse <iedowse@maths.tcd.ie> Approved by: jkh
* Add some info on DP264. People familiar with this beast: please reviewwilko2000-02-241-5/+36
| | | | for correctness
* Use libcrypto instead of libdes.markm2000-02-2415-15/+28
|
* RIP libdes. All hail libcrypto!markm2000-02-24113-30881/+0
|
* Get crypto from libcrypto, not libdes.markm2000-02-2410-10/+26
|
* Add length check to sbcreatecontrol().shin2000-02-242-0/+4
| | | | | | | | | | | | | | | | | | | Now this check is necessary because IPv6 source routing might use control data bigger than MLEN. (e.g. 16bytes IPv6 addr x 23 hops) Actually mbuf cluster should be used in uipc_socket.c:sbcreatecontrol() and uipc_syscalls.c:sockargs() when data size is bigger then MLEN, and such patches were already in KAME environment and have been confirmed to work well. I just forgot to merge them into 4.0, sorry. For safety, I'll postpone such patches until after 4.0 release. The effect of postponement is followings. -Ping6 source routing hops are limitted to around 6 or so. -If some apps do setsockopt IPV6_RTHDR and try to receive incoming IPv6 source routing info, it can't receive more than 6 hops source routing info. (But currently, no apps seems to be doing it.) Approved by: jkh
* libdes is OBEmarkm2000-02-241-45/+0
|
* Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)shin2000-02-242-10/+17
| | | | | | | | | -Open socket() at first and then setuid() to actual user. -Allow ping6 preload option only for root. Approved by: jkh Submitted by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
* Correctly print out "Connected to" hostname.shin2000-02-241-4/+3
| | | | | | | Temporal buffer was used for the hostname and freed before actually used. Specified by: ru Approved by: jkh
* Build everything properly. This means:markm2000-02-247-16/+41
| | | | | | | | | | | o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system.
* -Remove IPv6 initialization failed interfaces from the list ofshin2000-02-242-6/+42
| | | | | | | | | interfaces passed to rtadvd -Comment out example sentences more completely -Redirect error message of ifconfig output into /dev/null, to correctly find out working IPv6 interfaces Approved by: jkh
* Print ifname when sendmsg failed.shin2000-02-241-2/+2
| | | | Approved by: jkh
* Add the OpenSSH userland-building Makefiles.markm2000-02-249-0/+220
|
* Record and pack together all ipfw changes.luigi2000-02-241-4/+7
| | | | Approved-by: jordan
* Add the patches fom ports (QV: ports/security/openssh/patches/patch-*)markm2000-02-2412-53/+328
|
* This commit was generated by cvs2svn to compensate for changes in r57429,markm2000-02-2493-0/+27116
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSH.markm2000-02-2493-0/+27116
|
* Merge conflicts.markm2000-02-249-13/+22
|
* Oops; forgot to add this.markm2000-02-241-0/+444
|
* Get this to the same level of functionality as old libdes.markm2000-02-242-3/+8
|
* This commit was generated by cvs2svn to compensate for changes in r57422,markm2000-02-2417-254/+490
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.2pmarkm2000-02-2417-254/+490
| |
* | This commit was generated by cvs2svn to compensate for changes in r57419,markm2000-02-2443-231/+12345
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.2omarkm2000-02-2443-231/+12345
| |
* | This commit was generated by cvs2svn to compensate for changes in r57416,markm2000-02-24130-831/+29616
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.2nmarkm2000-02-24130-831/+29616
| |
* | freefall/internat diff reducermarkm2000-02-241-2/+0
| |
* | Freefall/Internat diff reducer.markm2000-02-243-4/+4
| |
* | Freefall/Internat diff reducer.markm2000-02-241-2/+5
| |
* | Freefall/Internat diff reducer.markm2000-02-241-0/+2
| |
* | Diff reducer. Comes from Internat.markm2000-02-241-0/+2
| |
* | Remove useless whitespace.markm2000-02-241-13/+0
| | | | | | | | Part of big commit OK'ed by: JKH
* | Do USA_RESIDENT properly.jkh2000-02-243-3/+3
| |
* | -Removed unnecessary use of awk.shin2000-02-242-10/+10
| | | | | | | | | | | | | | | | -small comment fix. Approved by: jkh Submitted by: Chris Costello <chris@calldei.com>
* | Added rc.network6.shin2000-02-241-1/+1
| | | | | | | | | | | | | | Approved by: jkh Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah), Ruslan Ermilov <ru@ucb.crimea.ua>
* | Make the default dynamic linker pathname correct for FreeBSD.jdp2000-02-242-2/+6
| | | | | | | | | | | | | | | | | | | | I had resisted this for a while because I didn't want to take these file off the vendor branch. But it turns out they were already off the vendor branch anyway. PR: gnu/9987 Submitted by: Vladimir Kushnir <kushn@mail.kar.net> Approved by: jkh
* | Fix incorrect man page information about the name of the netgraph nodearchie2000-02-242-4/+6
| | | | | | | | when compiled with options NETGRAPH.
* | Document WDMA2 limit on CMD646 per Soerens ata driver updatewilko2000-02-231-1/+2
| |
* | Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-236-6/+60
| | | | | | | | | | | | Netserver LS/2. Approved by: jkh
OpenPOWER on IntegriCloud