aboutsummaryrefslogtreecommitdiff
path: root/security/heimdal
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.0.1.Shaun Amott2007-09-277-79/+178
| | | | | | | | PR: ports/115589 Submitted by: Rasmus Kaj <kaj@kth.se> Notes: svn path=/head/; revision=200150
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-1/+13
| | | | Notes: svn path=/head/; revision=183830
* Register conflicts for srp in security/heimdal, security/krb4, and ↵Frank J. Laszlo2006-11-141-2/+2
| | | | | | | | | | | | | | securiry/krb5. Bump PORTREVISION accordingly. PR: ports/105442 Submitted by: Ruben van Staveren <ruben@verweg.com> Reviewed by: shaun@, cy@ Approved by: flz (mentor) Notes: svn path=/head/; revision=177202
* When using LDAP as a KDC back-end, allow users to override theShaun Amott2006-10-072-0/+23
| | | | | | | | | | | hard-coded LDAP socket path. By default, we will use the path where OpenLDAP usually puts its socket. PR: ports/72149 Submitted by: Pawel Wieleba <wielebap@iem.pw.edu.pl> Notes: svn path=/head/; revision=174694
* - Update to 0.7.2.Shaun Amott2006-10-055-23/+331
| | | | | | | | - Improve pkg-descr, etc. - Take maintainership. Notes: svn path=/head/; revision=174549
* BROKEN on 7.0: Incomplete pkg-plistKris Kennaway2006-09-101-0/+4
| | | | Notes: svn path=/head/; revision=172731
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* Reset maintainer at his request; nectar is away from FreeBSD work right now.Mark Linimon2006-03-241-1/+1
| | | | Notes: svn path=/head/; revision=158047
* - Update to 0.6.6Marcus Alves Grando2006-03-203-33/+36
| | | | | | | | | | | | - Remove extra TABs and portlint(1) - Update pkg-descr from page Approved by: secteam (simon) Security: CAN-2005-0469, CAN-2005-2040, CAN-2006-0582, CVE-2006-0677, VUXML: b62c80c2-b81a-11da-bec5-00123ffe8333 Notes: svn path=/head/; revision=157740
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150432
* - Set CONFLICTS with krb4 and krb5Pav Lucistnik2005-10-081-2/+4
| | | | | | | | | | | - Portlint PR: ports/85025 Submitted by: lofi Approved by: maintainer timeout (nectar, 7 weeks) Notes: svn path=/head/; revision=144604
* - Let configure know that we have fnmatch.h (fixes some fnmatch-usingJean-Yves Lefort2005-07-122-9/+9
| | | | | | | | | | | | | | C++ ports, since the fnmatch.h which was uselessly installed by heimdal did not wrap the fnmatch() declaration in extern C {}) [1] - Fix the packing list on 4.x [1] PR: ports/80366 Submitted by: Joan Picanyol i Puig <lists-freebsd-gnats@biaix.org> Approved by: maintainer timeout (76 days) Notes: svn path=/head/; revision=139001
* BROKEN on 4.x: Incomplete pkg-plistKris Kennaway2005-05-211-0/+4
| | | | Notes: svn path=/head/; revision=135802
* Add CONFLICTS due to libexec/ftpd.Jacques Vidrine2005-01-181-0/+2
| | | | | | | | PR: ports/76235 Approved by: ache, sumikawa (maintainers for wu-ftpd*) Notes: svn path=/head/; revision=126742
* Fix PLIST again. Spell `password' correctly and keep the pointyJacques Vidrine2005-01-132-3/+3
| | | | | | | | | hat an extra day. Noticed by: pointyhat.freebsd.org Notes: svn path=/head/; revision=126326
* Fix PLIST (forgotten new manual pages). Bump PORTREVISION.Jacques Vidrine2005-01-122-0/+4
| | | | | | | Noticed by: pointyhat.freebsd.org Notes: svn path=/head/; revision=126236
* Upgrade 0.6.1 -> 0.6.3Jacques Vidrine2005-01-102-3/+3
| | | | | | | | PR: ports/74113 Submitted by: Petr Holub <hopet@ics.muni.cz> Notes: svn path=/head/; revision=126059
* Cleanup master-sites.Volker Stolz2004-06-301-3/+2
| | | | | | | | | PR: ports/67157 Submitted by: Roman Neuhauser Approved by: maintainer timeout Notes: svn path=/head/; revision=112599
* Fix packaging: com_err will only be built and installed on a few systemsJacques Vidrine2004-04-123-6/+9
| | | | | | | where compile_et is not modern enough. Notes: svn path=/head/; revision=106821
* Update 0.6 -> 0.6.1Jacques Vidrine2004-04-025-83/+27
| | | | | | | | Use OPTIONS Use USE_OPENLDAP Notes: svn path=/head/; revision=105992
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add size.Jacques Vidrine2004-03-081-0/+1
| | | | Notes: svn path=/head/; revision=103300
* Set `USE_LIBTOOL=yes'. Previously, the value was `no', but that meansJacques Vidrine2004-03-081-1/+1
| | | | | | | | | | | the same thing. My original intention was to work around a build buglet encountered on some version of FreeBSD. Apparently, no such work around is necessary. Reported by: Rolandas Naujikas <rolnas@takas.lt> Notes: svn path=/head/; revision=103299
* Put CFLAGS in CONFIGURE_ENVJacques Vidrine2004-02-231-0/+1
| | | | Notes: svn path=/head/; revision=101861
* On amd64, include -fPIC in CFLAGS.Jacques Vidrine2004-02-231-1/+5
| | | | | | | | PR: ports/63199 Reported by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=101858
* Remove Kerberos IV support, as I'm unwilling to properly test it andJacques Vidrine2004-01-252-13/+2
| | | | | | | resolve packaging problems. Notes: svn path=/head/; revision=99078
* Fix a double-free which prevented `ftpd' from functioning correctly.Jacques Vidrine2003-12-172-1/+31
| | | | Notes: svn path=/head/; revision=96091
* Update 0.5.1 -> 0.6.Jacques Vidrine2003-08-198-49/+154
| | | | | | | Switch to using `INFO' while we are at it. Notes: svn path=/head/; revision=87321
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-1/+1
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* Fix build with OpenSSL 0.9.7+.Jacques Vidrine2003-03-042-0/+35
| | | | Notes: svn path=/head/; revision=76849
* -- Move pkg-comment into MakefileJacques Vidrine2003-02-252-2/+2
| | | | | | | -- portlint as necessary Notes: svn path=/head/; revision=76467
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76346
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-221-2/+0
| | | | | | | Approved by: kris (implicitly) Notes: svn path=/head/; revision=76164
* update to heimdal 1.5.1 (fixes kadmind buffer overflow)Assar Westerlund2002-10-242-2/+2
| | | | | | | Approved by: security-officer Notes: svn path=/head/; revision=68735
* Update 0.4e -> 0.5Jacques Vidrine2002-09-1910-369/+198
| | | | Notes: svn path=/head/; revision=66705
* Patch a heap overflow. SeeJacques Vidrine2002-05-032-1/+66
| | | | | | | | | | <URL:http://online.securityfocus.com/archive/1/269356> and <URL:http://www.freeweb.hu/mantra/04_2002/KRB4.htm>. Obtained from: Heimdal repository Notes: svn path=/head/; revision=58497
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Bump PORTREVISION for today's updates to libgssapi and su.Jacques Vidrine2001-10-311-1/+1
| | | | Notes: svn path=/head/; revision=49435
* su: Don't use the result of getlogin() to determine whether we are theJacques Vidrine2001-10-311-0/+46
| | | | | | | | | superuser. Always use getuid() instead. Submitted by: Johan Danielsson <joda@pdc.kth.se> Notes: svn path=/head/; revision=49434
* Fix a heap buffer overrun in gss_get_mic().Jacques Vidrine2001-10-311-0/+28
| | | | Notes: svn path=/head/; revision=49422
* = Add support for using cracklib with kpasswdd, the password changingJacques Vidrine2001-10-294-2/+64
| | | | | | | | | daemon. = Fix a bug in `ktutil get' which was causing a segfault. = Bump PORTREVISION. Notes: svn path=/head/; revision=49329
* Update 0.4d -> 0.4eJacques Vidrine2001-09-0714-237/+52
| | | | Notes: svn path=/head/; revision=47505
* Move the man pages back out of the PLIST, but this time into a separateJacques Vidrine2001-08-173-178/+185
| | | | | | | | | Makefile (Makefile.man). Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=46401
* Add a couple of missing man pages.Jacques Vidrine2001-08-171-0/+2
| | | | Notes: svn path=/head/; revision=46400
* There are now too many man pages to usefully maintain withJacques Vidrine2001-08-172-15/+176
| | | | | | | MANn= in the Makefile. Move them to the PLIST instead. Notes: svn path=/head/; revision=46399
* Update 0.4c -> 0.4dJacques Vidrine2001-08-142-2/+2
| | | | Notes: svn path=/head/; revision=46252
* Update 0.4b -> 0.4cJacques Vidrine2001-07-312-3/+3
| | | | Notes: svn path=/head/; revision=45667
* Update 0.4b -> 0.4cJacques Vidrine2001-07-194-58/+5
| | | | Notes: svn path=/head/; revision=45258
* = Fix possible telnetd vulnerability in option processing.Jacques Vidrine2001-07-193-0/+64
| | | | | | | | | | Obtained from: heimdal-discuss@sics.se = Fix bug in GSSAPI accept_sec_context() that prevented credential forwarding from working in some cases. Notes: svn path=/head/; revision=45257