summaryrefslogtreecommitdiff
path: root/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sudo is moved from sysutils to security.Satoshi Asami1996-11-121-1/+2
| | | | | | | Forgotten by: obrien ;) Notes: svn path=/head/; revision=4419
* Remove my ptys patch, because this code is unused, openpty is used insteadAndrey A. Chernov1996-11-122-30/+70
| | | | | | | | | Mimic login more closely now: 1) Put usual Copyright line 2) You have mail Notes: svn path=/head/; revision=4414
* Use BSD naming convention for pty names, it fixes two problems:Andrey A. Chernov1996-11-122-0/+38
| | | | | | | | 1) Too many false open syscalls on pty allocation 2) (more serious) ssh not use about half of available ptys Notes: svn path=/head/; revision=4412
* Moved sudo from ports/sysutils -> ports/security.David E. O'Brien1996-11-121-3/+3
| | | | | | | Reviewed by: Satoshi Notes: svn path=/head/; revision=4411
* Add a compile option so that identd will send encrypted cookies out ratherPeter Wemm1996-11-051-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | than usernames. This makes it much more difficult for somebody to "frame" one of your users. ie: instead of people getting: connect from peter@spinner.DIALix.COM in their syslogs, they will get this instead: connect from [W+rNvCy5FuPV4xEj8thdXIlfD9qNIbzB]@spinner.DIALix.COM The remote site will have to send it to you to decode it. When you are given one of these cookies, you can know for sure it is not faked, and you don't have to trust the word of the remote sysadmin when arranging your local lame hacker-type user to meet with an unfortunate incident :-). This feature is documented in the man pages. Also, fix an apparent bug in the code that deals with this, but it might be a feature of the version of libdes we have on FreeBSD. Requested by: markm (a fair while ago) Notes: svn path=/head/; revision=4305
* Fix bug in man page path substitution.Peter Wemm1996-11-051-1/+1
| | | | | | | (it used to come out as /usr/local/identd) Notes: svn path=/head/; revision=4303
* Change syslog facility from DAEMON to AUTHAndrey A. Chernov1996-11-021-0/+19
| | | | Notes: svn path=/head/; revision=4249
* Upgrade to 2.7.1Andrey A. Chernov1996-10-312-4/+4
| | | | Notes: svn path=/head/; revision=4206
* Activated vscan.Masafumi Max NAKANE1996-10-271-1/+2
| | | | Notes: svn path=/head/; revision=4172
* Mcafee VirusScan 1.0.2.Masafumi Max NAKANE1996-10-275-0/+80
| | | | | | | | Submitted by: David O'Brien <obrien@cs.ucdavis.edu> (Closing PR #1718.) Notes: svn path=/head/; revision=4171
* Use system shared libgmp nowAndrey A. Chernov1996-10-246-197/+396
| | | | Notes: svn path=/head/; revision=4148
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-244-4/+8
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* Update for new perl5 portsJames FitzGibbon1996-10-241-1/+5
| | | | Notes: svn path=/head/; revision=4120
* perl5 module to work with PGP messages.James FitzGibbon1996-10-245-0/+58
| | | | Notes: svn path=/head/; revision=4119
* perl5 interface to the RSA Data Security Inc. MD5 Message-Digest AlgorithmJames FitzGibbon1996-10-245-0/+81
| | | | Notes: svn path=/head/; revision=4118
* perl5 interface to IDEA block cipher.James FitzGibbon1996-10-245-0/+48
| | | | Notes: svn path=/head/; revision=4117
* perl5 interface to DES block cipher.James FitzGibbon1996-10-245-0/+48
| | | | Notes: svn path=/head/; revision=4116
* It fixes a really annoying errorAndrey A. Chernov1996-10-172-0/+64
| | | | | | | | | | | reporting bug which happens if the remote end uses tcp_wrappers to control sshd access (it says something like "read: no such file or directory" or "read: permission denied" instead of "connection closed"). I already sent it in to the ssh mailing list. Submitted by: fenner Notes: svn path=/head/; revision=4020
* Changed flags for ln in the install: target in the Makefile to -s to -fs.Masafumi Max NAKANE1996-10-161-5/+7
| | | | | | | Noticed by: asami Notes: svn path=/head/; revision=4001
* Change NO_PACKAGE to RESTRICTED, we don't even want to redistribute theSatoshi Asami1996-10-163-12/+12
| | | | | | | distfile. Notes: svn path=/head/; revision=4000
* Upgrade to official 1.2.16Andrey A. Chernov1996-10-1611-144/+202
| | | | | | | Fix PLIST Notes: svn path=/head/; revision=3997
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-104-4/+4
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Update to 0.6.4Mark Murray1996-09-246-20/+20
| | | | | | | Submitted by:Jeremy Prior <jez@netcraft.co.uk> (sorry I took so long!) Notes: svn path=/head/; revision=3861
* Added donkey to SUBDIR.Masafumi Max NAKANE1996-09-191-1/+2
| | | | Notes: svn path=/head/; revision=3819
* An alternative for S/KEY's key command.Masafumi Max NAKANE1996-09-196-0/+128
| | | | Notes: svn path=/head/; revision=3817
* From the README:Gary Palmer1996-09-191-3/+10
| | | | | | | | | | | | | TIS has recently instituted a registration policy for access to the freely available toolkit. We have added this additional step to ensure that you are aware that, while this software is freely available, it is licensed and copyrighted software. so add a dummy fetch: target to tell people to read their licence and obtain the source manually, and what to do with it when you have it. Notes: svn path=/head/; revision=3814
* Upgrade to 2.7 (no changes since 2.7b4)Torsten Blum1996-09-142-4/+4
| | | | Notes: svn path=/head/; revision=3781
* Upgrade to 0.19Torsten Blum1996-09-143-18/+18
| | | | Notes: svn path=/head/; revision=3780
* upgrade to v1.5Eric L. Hernes1996-09-063-11/+42
| | | | Notes: svn path=/head/; revision=3745
* Remove LIB_DEPENDS on libz, it's in /usr/src now.Satoshi Asami1996-08-192-4/+2
| | | | Notes: svn path=/head/; revision=3644
* Dont install identconn or itest, installing itest requires root access,Peter Wemm1996-08-172-3/+24
| | | | | | | | | | | | | | | meaning it will silently fail if you (say) install as "bin". This makes the packaging break. (Will the package tools install the setuid-root binary anyway?) They were not particularly useful anyway, they are mainly diagnostic tools to parse the output of 'netstat' to see which users have what local connections open. Requested by: asami Notes: svn path=/head/; revision=3633
* Update from 2.7b3 -> 2.7b4, the author included our patch.Peter Wemm1996-08-165-127/+80
| | | | | | | | .. however, he also changed the top level Makefile to use $PREFIX for something completely different (and incompatable) to what we use it for. Notes: svn path=/head/; revision=3625
* Have ssh use rresvport() to get a privileged socket instead of doing itPeter Wemm1996-08-122-0/+52
| | | | | | | itself. This means it obeys the portrange sysctl's. Notes: svn path=/head/; revision=3583
* Move to version 0.6.3Mark Murray1996-08-104-2/+24
| | | | Notes: svn path=/head/; revision=3575
* Move to version 0.6.3Mark Murray1996-08-102-6/+6
| | | | Notes: svn path=/head/; revision=3574
* Several fixes/improvements :-Peter Wemm1996-08-084-10/+28
| | | | | | | | | | | | | | | | | | | - protect the secret RSA etc/ssh_host_key. It is now generated on install (either by pkg_add or make install) if not already present and is not ever added to a package since it's your host's credentials. It should not be removed on pkg_delete, since you are in big trouble if you did this (for example) pkg_delete ssh-1.2.14; pkg_add ssh-1.2.15.tgz. - fix the broken manpage symlink when compressing man pages (slogin.1 has been causing /etc/weekly to generate cron messages) - zlib 1.0.4 is now "blessed" again, the ssh working sources now use this instead of v0.95. The decompression problem was fixed in either 1.0.3 or 1.0.4. Also, the current version of cvs uses zlib 1.0.4 as well.. - perl5.002 -> perl5.003 Reviewed by: torstenb Notes: svn path=/head/; revision=3546
* Turn off the unconditional use of USE_PIPES as it prevents rdist from usingPeter Wemm1996-08-081-0/+30
| | | | | | | | | | ssh for transport. FreeBSD does not have the implementation bugs that some other systems appear to have, this option only hurts us. Reviewed by: torstenb Notes: svn path=/head/; revision=3545
* Change NO_PACKAGE to RESTRICTED, this is crypto code so we don't evenSatoshi Asami1996-07-302-6/+10
| | | | | | | | | | | want to touch it. While I'm here, change MASTER_SITES to URL form (ftp://) and add markm as the maintainer (he's the only one who touched this Makefile since the beginning of history).... Notes: svn path=/head/; revision=3465
* SSLeay version 0.6.2.Mark Murray1996-07-2910-212/+80
| | | | | | | | | | | This implementation has been built with Our ((actually its own but in our source tree) DES library and our MD{45}. You will need to link your SSL code with -ldes and -lmd. Are you happy now, Torsten? ;-) Notes: svn path=/head/; revision=3448
* The checksum for the ssh tarball was out of date - fix it.Jordan K. Hubbard1996-07-292-2/+2
| | | | Notes: svn path=/head/; revision=3447
* If using socks, make sure you find socks libraryPaul Traina1996-07-222-14/+10
| | | | Notes: svn path=/head/; revision=3415
* Put "sudoers.sample" in the package and copy it to "sudoers" if theSatoshi Asami1996-07-192-1/+10
| | | | | | | | latter doesn't already exist. Closes PR ports/1405 ("why can Satoshi sudo on my machine?"). Notes: svn path=/head/; revision=3407
* Back out andrews change - 1.2.14.1 is not an official ssh release.Torsten Blum1996-07-1810-174/+154
| | | | Notes: svn path=/head/; revision=3400
* Use += for USA_RESIDENT MASTER_SITESAndrey A. Chernov1996-07-172-6/+4
| | | | Notes: svn path=/head/; revision=3397
* Upgrade to 1.2.14.1Andrey A. Chernov1996-07-1610-150/+172
| | | | | | | Misc bugfixes Notes: svn path=/head/; revision=3393
* Add xinetd.Satoshi Asami1996-07-101-1/+2
| | | | Notes: svn path=/head/; revision=3366
* X-based inetd replacement for security and management.Satoshi Asami1996-07-105-0/+75
| | | | | | | Submitted by: markm Notes: svn path=/head/; revision=3365
* Take out the version numberTorsten Blum1996-07-071-1/+1
| | | | | | | Suggested by: asami Notes: svn path=/head/; revision=3326
* Change version number from 2.6 to 2.7 beta3Torsten Blum1996-07-061-1/+1
| | | | Notes: svn path=/head/; revision=3323
* Add back checksum for rsaref2, used only while building in the US.Satoshi Asami1996-07-052-0/+2
| | | | | | | | | | People, if you do a "make makesum" on a non-US machine, don't forget to add this line back before commiting it: MD5 (rsaref2.tar.gz) = 0b474c97bf1f1c0d27e5a95f1239c08d Notes: svn path=/head/; revision=3306