| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from branches/mechglue. Initial integration of Sun-donated | Tom Yu | 2006-06-14 | 68 | -1743/+8062 |
* | remove old cvs log comment | Ken Raeburn | 2006-06-14 | 1 | -65/+0 |
* | When NULL is passed into krb_get_in_pw_tkt, we only want to prompt once | Russ Allbery | 2006-06-14 | 2 | -0/+26 |
* | Enable kinit -a to match the man page and add documentation | Russ Allbery | 2006-06-13 | 1 | -3/+3 |
* | telnet help should telnet to a host named help, not display a usage | Russ Allbery | 2006-06-13 | 1 | -1/+1 |
* | Change kprop and kpropd to fall back on port 754 if krb5_prop isn't | Russ Allbery | 2006-06-13 | 3 | -8/+6 |
* | Change man page cross-reference to kerberos(1) from kerberos(3) | Russ Allbery | 2006-06-13 | 1 | -1/+1 |
* | POSIX allows getpwnam_r and getpwuid_r to return 0 (success) even if the | Russ Allbery | 2006-06-13 | 1 | -4/+6 |
* | Prevent a library double-free and crash when a keytab is zero-length. | Russ Allbery | 2006-06-13 | 1 | -1/+4 |
* | Trivial whitespace cleanup in KDC code | Ken Raeburn | 2006-06-13 | 1 | -2/+2 |
* | Allow whitespace in front of comments. Patch from Jeremie Koenig | Russ Allbery | 2006-06-12 | 1 | -3/+3 |
* | Always include sys/ioctl.h in the telnet and telnetd code, even if | Russ Allbery | 2006-06-12 | 2 | -4/+2 |
* | Never return -I/usr/include from --cflags. It's already in the default | Russ Allbery | 2006-06-12 | 1 | -1/+5 |
* | Update texinfo.tex to the version from texinfo 4.8.1 (2006-02-13.16) | Russ Allbery | 2006-06-12 | 1 | -2914/+5785 |
* | Always initialize the output token in gss_init_sec_context as required | Russ Allbery | 2006-06-12 | 1 | -0/+2 |
* | If krb5_gss_canonicalize_name is given GSS_C_NULL_OID as the mechanism, | Russ Allbery | 2006-06-12 | 1 | -1/+2 |
* | Document the authorization logic used in the absence of .k5login files. | Russ Allbery | 2006-06-12 | 2 | -18/+18 |
* | Add dircategory and direntry lines to the texinfo source for better info | Russ Allbery | 2006-06-12 | 4 | -2/+22 |
* | This file uses E* constants and therefore should include errno.h | Russ Allbery | 2006-06-12 | 1 | -0/+1 |
* | Add man pages for fakeka and k524init | Russ Allbery | 2006-06-12 | 4 | -0/+161 |
* | krb5.conf option name is udp_preference_limit, not udp_preference_list | Russ Allbery | 2006-06-12 | 1 | -2/+2 |
* | Fix minor nroff man page problems (stray space, bad cross reference) | Russ Allbery | 2006-06-12 | 2 | -2/+2 |
* | Since it appears we don't actually set the conf_tgs_ktypes field except in this | Ken Raeburn | 2006-06-10 | 2 | -23/+2 |
* | Fix stupid typo in last change | Ken Raeburn | 2006-06-10 | 1 | -1/+1 |
* | Use new macro FILE_OWNER_OK to examine uid of .k5login file. | Ken Raeburn | 2006-06-10 | 1 | -1/+8 |
* | Call krb5_set_error_message any time multiple errno values are translated to | Ken Raeburn | 2006-06-09 | 1 | -15/+59 |
* | Don't use GNU linker option --as-needed yet | Ken Raeburn | 2006-06-09 | 1 | -1/+1 |
* | Free requested-enctype list when freeing up credentials. Reported by Rainer | Ken Raeburn | 2006-06-08 | 1 | -0/+4 |
* | Fixed by having krb5_fcc_interpret call krb5_set_error_message to incorporate | Ken Raeburn | 2006-06-08 | 1 | -0/+3 |
* | copyright notice | Ken Raeburn | 2006-06-08 | 1 | -1/+27 |
* | Don't call k5_mutex_destroy when krb5_rc_resolve_type fails, because that's | Ken Raeburn | 2006-06-08 | 1 | -2/+0 |
* | Avoid memory leak in error path. Reported by Rainer Weikusat | Ken Raeburn | 2006-06-08 | 1 | -1/+3 |
* | Updated CCAPI version of krb4int_save_credentials_addr to | Alexandra Ellwood | 2006-06-06 | 1 | -1/+1 |
* | Update procedures for Subversion; fix some typos | Sam Hartman | 2006-06-03 | 1 | -9/+11 |
* | No longer ignore configure, autom4te.cache, config.status, config.log | Ken Raeburn | 2006-06-02 | 0 | -0/+0 |
* | Re-disable python plugin configuration accidentally enabled in an earlier che... | Ken Raeburn | 2006-06-02 | 1 | -1/+1 |
* | Patch from Alejandro R. Sedeno and Jeffrey Hutzelman to allow krb4 to | Sam Hartman | 2006-06-02 | 4 | -16/+326 |
* | move var decl before code | Ken Raeburn | 2006-06-01 | 1 | -1/+1 |
* | krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages | Ezra Peisach | 2006-06-01 | 4 | -11/+44 |
* | Missed a reference to + sizeof() vs * sizeof(). Pointed out by | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |
* | krb5int_get_plugin_dir_data() uses + instead of * in realloc | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |
* | Merge about 1/3 of the remaining configure scripts into the top level. This | Ken Raeburn | 2006-05-31 | 34 | -390/+330 |
* | krb5-1.5-alpha1-postrelease | Tom Yu | 2006-05-30 | 1 | -1/+1 |
* | krb5-1.5-alpha1 | Tom Yu | 2006-05-30 | 1 | -1/+1 |
* | Delete some bogus svn:mime-type properties | Tom Yu | 2006-05-30 | 2 | -975/+26 |
* | Build lib/krb4 makefile at top level | Ken Raeburn | 2006-05-26 | 3 | -26/+21 |
* | Add copyright notice | Ken Raeburn | 2006-05-26 | 1 | -0/+29 |
* | Don't define MODULE_PATH | Ken Raeburn | 2006-05-25 | 1 | -1/+0 |
* | Properly recognize Mac environments, and set {KRB5,KDB5}_PLUGIN_BUNDLE_DIR | Ken Raeburn | 2006-05-25 | 1 | -0/+6 |
* | Create crypto, des425 Makefiles from top level | Ken Raeburn | 2006-05-25 | 19 | -54/+34 |