summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (hpux10.exports): Export initializer and destructor symbols(?). PatchKen Raeburn2006-06-161-0/+2
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-1611-27/+27
* fix for support lib version number changeKen Raeburn2006-06-161-1/+1
* Remove -lkrb5support, which should be for internal use only, from the displayedKen Raeburn2006-06-161-1/+1
* ftpd's getline conflicts with current glibc headersKen Raeburn2006-06-163-5/+4
* * configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.Ken Raeburn2006-06-152-2/+13
* Increase buffer sizes to 64K where a Kerberos 5 authenticator might beKen Raeburn2006-06-157-7/+7
* remove unused versions of makefilesKen Raeburn2006-06-156-369/+0
* * config/pre.in (KRB5_BASE_LIBS): Add $(DL_LIB).Ken Raeburn2006-06-152-2/+3
* (kadmin_startup): Properly skip "\@" and "\/" sequences whenKen Raeburn2006-06-151-2/+2
* * src/lib/gssapi/libgssapi_krb5.exports: AddTom Yu2006-06-151-0/+1
* * src/lib/gssapi/krb5/gssapiP_krb5.h: Restore prototype ofTom Yu2006-06-152-2/+5
* make dependTom Yu2006-06-156-11/+229
* * src/lib/gssapi/mechglue/Makefile.in (mydir):Tom Yu2006-06-152-2/+2
* remove spuriously resurrected file from mergeTom Yu2006-06-151-30/+0
* * rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normalKen Raeburn2006-06-151-1/+1
* Conditionalize declarations of krb5int_make_srv_query_realm andKen Raeburn2006-06-151-0/+2
* Make __kdb2_hash_open declaration and definition consistentKen Raeburn2006-06-151-1/+1
* This ticket is pretty old, and the config files have been changedKen Raeburn2006-06-151-0/+13
* Some simple transformations:Ken Raeburn2006-06-141-151/+169
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-1467-1743/+7995
* remove old cvs log commentKen Raeburn2006-06-141-65/+0
* When NULL is passed into krb_get_in_pw_tkt, we only want to prompt onceRuss Allbery2006-06-142-0/+26
* Enable kinit -a to match the man page and add documentationRuss Allbery2006-06-131-3/+3
* telnet help should telnet to a host named help, not display a usageRuss Allbery2006-06-131-1/+1
* Change kprop and kpropd to fall back on port 754 if krb5_prop isn'tRuss Allbery2006-06-133-8/+6
* Change man page cross-reference to kerberos(1) from kerberos(3)Russ Allbery2006-06-131-1/+1
* POSIX allows getpwnam_r and getpwuid_r to return 0 (success) even if theRuss Allbery2006-06-131-4/+6
* Prevent a library double-free and crash when a keytab is zero-length.Russ Allbery2006-06-131-1/+4
* Trivial whitespace cleanup in KDC codeKen Raeburn2006-06-131-2/+2
* Allow whitespace in front of comments. Patch from Jeremie KoenigRuss Allbery2006-06-121-3/+3
* Always include sys/ioctl.h in the telnet and telnetd code, even ifRuss Allbery2006-06-122-4/+2
* Never return -I/usr/include from --cflags. It's already in the defaultRuss Allbery2006-06-121-1/+5
* Always initialize the output token in gss_init_sec_context as requiredRuss Allbery2006-06-121-0/+2
* If krb5_gss_canonicalize_name is given GSS_C_NULL_OID as the mechanism,Russ Allbery2006-06-121-1/+2
* Document the authorization logic used in the absence of .k5login files.Russ Allbery2006-06-122-18/+18
* This file uses E* constants and therefore should include errno.hRuss Allbery2006-06-121-0/+1
* Add man pages for fakeka and k524initRuss Allbery2006-06-124-0/+161
* krb5.conf option name is udp_preference_limit, not udp_preference_listRuss Allbery2006-06-121-2/+2
* Fix minor nroff man page problems (stray space, bad cross reference)Russ Allbery2006-06-122-2/+2
* Since it appears we don't actually set the conf_tgs_ktypes field except in thisKen Raeburn2006-06-102-23/+2
* Fix stupid typo in last changeKen Raeburn2006-06-101-1/+1
* Use new macro FILE_OWNER_OK to examine uid of .k5login file.Ken Raeburn2006-06-101-1/+8
* Call krb5_set_error_message any time multiple errno values are translated toKen Raeburn2006-06-091-15/+59
* Don't use GNU linker option --as-needed yetKen Raeburn2006-06-091-1/+1
* Free requested-enctype list when freeing up credentials. Reported by RainerKen Raeburn2006-06-081-0/+4
* Fixed by having krb5_fcc_interpret call krb5_set_error_message to incorporateKen Raeburn2006-06-081-0/+3
* copyright noticeKen Raeburn2006-06-081-1/+27
* Don't call k5_mutex_destroy when krb5_rc_resolve_type fails, because that'sKen Raeburn2006-06-081-2/+0
* Avoid memory leak in error path. Reported by Rainer WeikusatKen Raeburn2006-06-081-1/+3