aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-16
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plist when KRB5_KRB4_COMPAT=NO is specified.Cy Schubert2002-10-282-9/+15
| | | | | | | Submitted by: Craig Boston <craig@olyun.gank.org> Notes: svn path=/head/; revision=69046
* Circumvent the use of bison, use FreeBSD yacc instead.Cy Schubert2002-10-251-1/+1
| | | | | | | PR: 44446 Notes: svn path=/head/; revision=68810
* Fix buffer overflow in kadmind4 (remote user can gain root access toCy Schubert2002-10-232-0/+27
| | | | | | | | | | KDC host). Obtained from: Tom Yu <tlyu@mit.edu> on kerberos-announce mailing list, MIT krb5 Security Advisory 2002-002 Notes: svn path=/head/; revision=68693
* Crypto-publish.org has finally put krb5-1.2.6 up on their site. TheCy Schubert2002-09-252-7/+3
| | | | | | | | | | patch reimplements code to fetch MIT Kerberos from their site when USA_RESIDENT=NO. Approved by: kris Notes: svn path=/head/; revision=67138
* Update 1.2.5 --> 1.2.6Cy Schubert2002-09-134-42/+9
| | | | | | | | Note: Since crypto-publish.org does not yet have krb5-1.2.6 up on their website, fetch from their site has been temporarily disabled. Notes: svn path=/head/; revision=66260
* Fix extract for non-root users.Cy Schubert2002-08-171-2/+6
| | | | | | | | Noticed by: nectar Pointy hat to: cy Notes: svn path=/head/; revision=64594
* Correct Sun RPC buffer overflow.Jacques Vidrine2002-08-022-1/+21
| | | | | | | | <URL:http://online.securityfocus.com/archive/1/285308> <URL:http://bvlive01.iss.net/issEn/delivery/xforce/alertdetail.jsp?oid=20823> Notes: svn path=/head/; revision=63876
* README.FreeBSD fix.Cy Schubert2002-07-011-1/+1
| | | | | | | | PR: 39936 Submitted by: Matthew West <mwest@uct.ac.za> Notes: svn path=/head/; revision=62251
* Fix problem with V4 keys. We should get KRB5_KDB_NO_MATCHING_KEY, notCy Schubert2002-06-262-0/+17
| | | | | | | | | | | ENOENT. Obtained from /cvs/krbdev/krb5/src/kdc/kdc_preauth.c,v rev 5.31 in MIT KRB5 tree (fix etype info; wrong termination condition used in get_etype_info). Obtained from: Sam Hartman <hartmans@mit.edu> Notes: svn path=/head/; revision=61979
* I add missing krb5-config.Cy Schubert2002-06-161-0/+1
| | | | Notes: svn path=/head/; revision=61364
* Now that www.crypto-publish.org has put the latest version of MIT KRB5Cy Schubert2002-05-032-1/+9
| | | | | | | | | | up on their website again, reimplementation of the Makefile patch that fetched the the tarball from their site for users outside of the US (originally in Makefile rev 1.29). USA_RESIDENT=YES still supports manual fetching from web.mit.edu. Notes: svn path=/head/; revision=58479
* Upgrade 1.2.4 --> 1.2.5Cy Schubert2002-05-022-2/+2
| | | | Notes: svn path=/head/; revision=58462
* www.crypto-publish.org does not have krb5-1.2.4.{tar,tar.Z,tar.gz,tar.bz2}.Cy Schubert2002-03-291-6/+0
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=56870
* MIT currently distributes their KRB5 distribution in a tarball (.tar)Cy Schubert2002-03-182-1/+8
| | | | | | | | | | | | | that contains the distribution itself, in a tar.gz file, and a signature certificate, contained in a detached .tar.gz.asc file. Prior to this patch, users installing MIT KRB5 had to extract the tarball into /usr/ports/distfiles, then proceed with the installation. This caused confusion among those installing the port. This patch addresses the problem by extracting the .tar.gz file from the tarball, then unpacking the .tar.gz file before continuing with the build. Notes: svn path=/head/; revision=56313
* Update 1.2.3 --> 1.2.4Cy Schubert2002-03-012-2/+2
| | | | Notes: svn path=/head/; revision=55369
* Update 1.2.2 -> 1.2.3Cy Schubert2002-01-1613-1600/+56
| | | | Notes: svn path=/head/; revision=53145
* In order to make the MIT KRB5 port compatible with FreeBSD, the portCy Schubert2002-01-087-2/+123
| | | | | | | | | | | | | | now makes use of login.conf and login.access. This is performed by using FreeBSD login(1) instead of MIT KRB5 login.krb5(8). The MIT KRB5 login.krb5(8) can still be used by specifying "-L" in the klogind and telnetd arguments in inetd.conf. This is documented in a new file called README.FreeBSD. Reviewed by: nectar Notes: svn path=/head/; revision=52768
* = Modify `ksu' so that it uses the login cap database. Michael AllmanJacques Vidrine2001-09-072-26/+89
| | | | | | | | | | | | | <msa@dinosauricon.com> provided the original patches. = For users outside of the US, point to www.crypto-publish.org for the distfiles. It was Chris Knight <chris@aims.com.au>'s idea. Submitted by: Cy.Schubert@uumail.gov.bc.ca (MAINTAINER) PR: ports/29865 Notes: svn path=/head/; revision=47507
* New maintainer: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>Jacques Vidrine2001-07-241-1/+1
| | | | Notes: svn path=/head/; revision=45451
* Update telnetd vulnerability fixes from FreeBSD.Jacques Vidrine2001-07-241-0/+11
| | | | | | | Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=45447
* Bump PORTREVISION.Jacques Vidrine2001-07-241-1/+1
| | | | | | | Update telnetd vulnerability fixes from FreeBSD. Notes: svn path=/head/; revision=45442
* Update telnetd vulnerability fixes from FreeBSD.Jacques Vidrine2001-07-244-28/+102
| | | | | | | Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=45441
* Merge telnetd vulnerability fix from FreeBSD.Jacques Vidrine2001-07-207-1/+1219
| | | | | | | Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=45288
* Bump PORTREVISION for ftpd buffer overflow fix.Jacques Vidrine2001-04-271-0/+1
| | | | Notes: svn path=/head/; revision=41974
* Security fix:Jacques Vidrine2001-04-271-0/+19
| | | | | | | | | | | ``Buffer overflows exist in the FTP daemon included with MIT krb5.'' See <URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf.txt> and <URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf_122_patch.txt>. Obtained from: MIT Kerberos mailing list Notes: svn path=/head/; revision=41972
* Security fix:Jacques Vidrine2001-04-271-3/+273
| | | | | | | | | | | ``Buffer overflows exist in the FTP daemon included with MIT krb5.'' See <URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf.txt> and <URL:http://web.mit.edu/kerberos/www/advisories/ftpbuf_122_patch.txt>. Obtained from: MIT Kerberos mailing list Notes: svn path=/head/; revision=41971
* Update 1.2.1 -> 1.2.2Jacques Vidrine2001-03-024-70/+2
| | | | Notes: svn path=/head/; revision=38988
* Bump PORTREVISION for previous commit (fix for _PATH_NOLOGIN).Jacques Vidrine2001-01-101-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=37070
* kshd has /etc/nologin hardcoded instead of using _PATH_NOLOGINJacques Vidrine2001-01-091-0/+28
| | | | | | | | | | | from <paths.h> (if available) like login.krb5 does. As a result, on FreeBSD 4.2 these two programs end up using different paths for the nologin file (which is /var/run/nologin on FreeBSD). Submitted by: <djm@test.pubnix.com> Notes: svn path=/head/; revision=37009
* Update 1.2 -> 1.2.1. From the announcement:Jacques Vidrine2000-06-302-2/+2
| | | | | | | | | | | | | | | | The MIT Kerberos Team announces the availibility of MIT Kerberos 5 Release 1.2.1. This is primarily a bugfix release. Changes include: * A bug in the gssapi library that prevented kadmin clients from working has been fixed. For some reason this was not caught during beta testing. * login.c now correctly sets the default ccache name. * A memory leak in conv_princ.c has been fixed. Notes: svn path=/head/; revision=30031
* Oops, had a bogus PORTVERSION/DISTNAME from when I was testingJacques Vidrine2000-06-241-2/+1
| | | | | | | 1.2-beta4. Notes: svn path=/head/; revision=29836
* Update 1.1.1 -> 1.2Jacques Vidrine2000-06-245-26/+26
| | | | Notes: svn path=/head/; revision=29834
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-4/+1
| | | | Notes: svn path=/head/; revision=29630
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Update 1.1 -> 1.1.1Jacques Vidrine2000-01-165-216/+156
| | | | Notes: svn path=/head/; revision=24777
* Fix for abort in login.krb5 (segment violation when trying to get aJacques Vidrine1999-10-131-0/+100
| | | | | | | | | TGT). Obtained from: MIT Kerberos GNATS PR krb5-appl/762, 763 Notes: svn path=/head/; revision=22411
* Update 1.0.6 -> 1.1Jacques Vidrine1999-10-047-259/+157
| | | | Notes: svn path=/head/; revision=22159
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* expr -> ${EXPR}Michael Haro1999-08-281-2/+2
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+1
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-6/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Update 1.0.5 -> 1.0.6Jacques Vidrine1999-05-273-13/+16
| | | | Notes: svn path=/head/; revision=19014
* Add WWW: to DESCR filesMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18397
* Teach krlogind, telnetd, et. al. about FreeBSD's available ptys.Jacques Vidrine1999-04-051-0/+50
| | | | | | | | | | In other words, /dev/pty[p-zP-T][0-9a-f] -> /dev/pty[p-sP-S][0-9a-v] Submitted by: John Polstra <jdp@polstra.com> Notes: svn path=/head/; revision=17657
* Make this work with current's new version of texinfo.Steve Price1999-01-261-0/+11
| | | | | | | | PR: 9587 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=16304
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-8/+10
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Build and install correctly for a.out and ELF.Jacques Vidrine1998-11-072-15/+35
| | | | Notes: svn path=/head/; revision=14377