summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Use the old exported names for setup and shutdownJeffrey Altman2006-06-221-2/+2
| * Add missing headerJeffrey Altman2006-06-221-0/+1
| * Fix parameter name in cc_credentials_iterator_t next()Jeffrey Altman2006-06-221-1/+1
| * This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3Jeffrey Altman2006-06-225-97/+1177
| * remove duplicate header file and obsolete source fileJeffrey Altman2006-06-122-440/+0
| * Temporarily copied KerberosIPC libary from the KfM repository for Alexandra Ellwood2006-06-0910-0/+908
| * Added Mac OS X project file and Mach-IPC support codeAlexandra Ellwood2006-06-098-0/+4360
| * Include string.h to get memcpy, strlen, etc on BSD OSesAlexandra Ellwood2006-06-094-0/+4
| * Removed ancient Metrowerks tests from public headersAlexandra Ellwood2006-06-092-34/+11
| * moved enum cc_list_type to generic_lists.h to avoid "incomplete enum" Alexandra Ellwood2006-06-093-12/+7
| * cci_msg_retrieve_blob(): changed argument 4 from void** to char** Alexandra Ellwood2006-06-092-2/+2
| * * corrections to windows rpc layerJeffrey Altman2006-06-095-40/+40
| * improved error handlingJeffrey Altman2006-06-059-445/+840
| * more updatesJeffrey Altman2006-06-0520-75/+1118
| * Move generic list functions to common/generic_lists.cJeffrey Altman2006-05-222-341/+1
| * Move msg.c and marshall.c to common libraryJeffrey Altman2006-05-2213-1113/+72
| * Source files containing common routines used by both Jeffrey Altman2006-05-224-0/+1485
| * More byte order conversions in the server operations codeJeffrey Altman2006-05-221-109/+156
| * Construct an outline of a sample platform specific main.cJeffrey Altman2006-05-215-6/+71
| * Updates of portable CCAPI sources. All code compilesJeffrey Altman2006-05-1938-3951/+5556
* | Apply (modified) patches from Michael Calmer to fix some warningsTom Yu2006-06-222-17/+8
* | remove unimplemented/unused mechglue functionsTom Yu2006-06-218-407/+0
* | cease export of krb5_gss_*Tom Yu2006-06-211-37/+0
* | fix parallel builds for libgssTom Yu2006-06-201-1/+1
* | Make local const array of structures static tooKen Raeburn2006-06-191-1/+1
* | Export krb5_gss_register_acceptor_identity in KFWJeffrey Altman2006-06-191-0/+1
* | gssapi32.def: Export gss_inquire_mechs_for_name now thatJeffrey Altman2006-06-181-1/+1
* | Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-168-17/+17
* | * 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-155-11/+228
* | * src/lib/gssapi/mechglue/Makefile.in (mydir):Tom Yu2006-06-152-2/+2
* | * rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normalKen Raeburn2006-06-151-1/+1
* | Some simple transformations:Ken Raeburn2006-06-141-151/+169
* | Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-1464-1742/+7963
* | 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
* | Prevent a library double-free and crash when a keytab is zero-length.Russ Allbery2006-06-131-1/+4
* | 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
* | Since it appears we don't actually set the conf_tgs_ktypes field except in thisKen Raeburn2006-06-101-14/+1
* | 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
* | 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
* | Updated CCAPI version of krb4int_save_credentials_addr toAlexandra Ellwood2006-06-061-1/+1