aboutsummaryrefslogtreecommitdiff
path: root/security/heimdal
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update 0.3f -> 0.4bJacques Vidrine2001-07-067-117/+5
| | | | Notes: svn path=/head/; revision=44846
* Correct no-nos: one file per patch, please. Don't touch more than oneJacques Vidrine2001-06-293-49/+42
| | | | | | | | source file with each patch file, and don't touch the same source file with more than one patch file. Notes: svn path=/head/; revision=44566
* Bug fix for memory being free'd twice when using the new ANY:-keytabs.Jacques Vidrine2001-06-242-1/+54
| | | | | | | | | PORTREVISION bumped. Submitted by: assar Notes: svn path=/head/; revision=44376
* Remove patch that has been incorporated into 0.3f. By a quirk ofJacques Vidrine2001-06-241-10/+0
| | | | | | | | | | fate, it applied cleanly anyway, with harmless effect (two NULL assignments instead of one). Noticed by: assar Notes: svn path=/head/; revision=44373
* Fix segfault in ftpd introduced in 0.3f.Jacques Vidrine2001-06-222-0/+67
| | | | | | | | | PORTREVISION bumped. Obtained from: assar on heimdal-discuss@sics.se Notes: svn path=/head/; revision=44332
* Update 0.3e -> 0.3f. From the announcement:Jacques Vidrine2001-06-115-33/+8
| | | | | | | | | | | | | | | | | | | * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * improve building with openssl * add kadmin -K, rcp -F * fix two incorrect weak DES keys * fix building of kaserver compat in KDC * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes Notes: svn path=/head/; revision=43863
* configure was generating bogus `-R' and `-L' flags for the linker whenJacques Vidrine2001-05-212-3/+27
| | | | | | | | | Kerberos IV libs were not present. PR: ports/27490 Notes: svn path=/head/; revision=42855
* Explicitly list directories for Kerberos 4 bits, so that once thisJacques Vidrine2001-04-241-1/+1
| | | | | | | is built there are no references to the likely non-existent `/usr/athena'. Notes: svn path=/head/; revision=41875
* Fix an uninitialized pointer dereference in krb5_rd_cred.Jacques Vidrine2001-04-192-0/+11
| | | | Notes: svn path=/head/; revision=41685
* Add a sample start-up script for the KDC.Jacques Vidrine2001-04-173-0/+35
| | | | Notes: svn path=/head/; revision=41573
* On older systems (pre-4.1.0-RELEASE or so), this port will installJacques Vidrine2001-02-211-0/+3
| | | | | | | | | its own ifaddrs.h. Update ${PLIST} accordingly. Noticed by: assar Notes: svn path=/head/; revision=38555
* Update 0.3d -> 0.3e.Jacques Vidrine2001-02-0510-141/+24
| | | | | | | | | | | | | | | | | | | The vendor says: ``We suggest those running a ftpd to update immediately.'' Changes in release 0.3e: * rcp program included * fix buffer overrun in ftpd * handle omitted sequence numbers as zeroes to handle MIT krb5 that cannot generate zero sequence numbers * handle v4 /.k files better * configure/portability fixes * fixes in parsing of options to kadmin (sub-)commands * handle errors in kadmin load better * bug fixes Notes: svn path=/head/; revision=37988
* There is no des_set_odd_parity in OpenSSL's libcrypto. UseJacques Vidrine2001-01-231-1/+2
| | | | | | | des_fixup_key_parity instead. Notes: svn path=/head/; revision=37509
* Missed in previous commit: remove headers for libdesJacques Vidrine2001-01-041-5/+0
| | | | | | | (they are in a seperate PLIST now). Notes: svn path=/head/; revision=36784
* = Update to use OpenSSL in the base if it has MD4 support (version 0.9.6Jacques Vidrine2001-01-047-11/+107
| | | | | | | | | | or later). If these libraries are used, then this port's libdes will not be built nor installed. = A man page was renamed that I missed earlier: afs.3 -> kafs.3 Notes: svn path=/head/; revision=36783
* Style fixup only: use tabs consistently; sort man pages.Jacques Vidrine2000-12-141-21/+20
| | | | Notes: svn path=/head/; revision=35982
* Update 0.3c -> 0.3dJacques Vidrine2000-12-146-48/+17
| | | | Notes: svn path=/head/; revision=35981
* = Use system libcom_err.Jacques Vidrine2000-11-0911-6/+197
| | | | | | | | | | | | | | | | | | | | | No longer build or install the included libcom_err and compile_et. = ftpd now uses IP_PORTRANGE* in the same fashion as the system ftpd. By default, ftpd will now use high port numbers for serving clients in passive mode. = Fix segmentation fault in kadmin. A null pointer dereference that was only tickled when using kadmin with a kdc that uses LDAP as the backend. = Fix a search filter in hdb-ldap.c. A lookup was failing to fetch operational attributes such as modifiersName. = Bump PORTREVISION for above changes. Notes: svn path=/head/; revision=34951
* Bump PORTREVISION for ftp client fix.Jacques Vidrine2000-11-031-0/+1
| | | | Notes: svn path=/head/; revision=34759
* *** empty log message ***Jacques Vidrine2000-11-031-0/+11
| | | | Notes: svn path=/head/; revision=34755
* Add a knob (WITH_LDAP) to enable compiling with support for LDAP as aJacques Vidrine2000-10-311-0/+7
| | | | | | | backend database for the KDC. Notes: svn path=/head/; revision=34502
* Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}.Satoshi Asami2000-10-081-3/+3
| | | | Notes: svn path=/head/; revision=33542
* Update 0.3b -> 0.3cJacques Vidrine2000-09-202-2/+2
| | | | Notes: svn path=/head/; revision=32894
* Upgrade 0.2t -> 0.3bJacques Vidrine2000-08-306-26/+56
| | | | Notes: svn path=/head/; revision=32135
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-4/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Fix PLIST.Jacques Vidrine2000-06-151-0/+1
| | | | | | | Reported by: bento.freebsd.org Notes: svn path=/head/; revision=29617
* Update 0.2r -> 0.2tJacques Vidrine2000-05-183-4/+4
| | | | Notes: svn path=/head/; revision=28561
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27847
* = Update 0.2q -> 0.2rJacques Vidrine2000-04-186-4264/+35
| | | | | | | | = Replace obscenely large patch to configure with something more reasonable Notes: svn path=/head/; revision=27719
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-11/+4
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Fix packaging: Need to check for com_err when building with Kerberos IVJacques Vidrine2000-03-314-7/+4292
| | | | | | | | | libraries. Reported by: bento.freebsd.org Notes: svn path=/head/; revision=27173