summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix krb5_get_profile to create a new profile duplicating the list ofKen Raeburn2006-06-244-24/+38
* fix typo in MS_BUG_TEST case in krb5_gss_glue.cTom Yu2006-06-231-1/+1
* fix signedness warnings in spnego_mech.cTom Yu2006-06-231-66/+82
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): ApplyTom Yu2006-06-221-4/+0
* * src/lib/kadm5/ovsec_glue.c:Tom Yu2006-06-224-0/+4
* * src/util/mkrel: Edit patchlevel.h before running reconfTom Yu2006-06-221-16/+16
* (clean-unix): Use DEPTARGETS_CLEAN instead of DEPTARGETS.Ken Raeburn2006-06-221-1/+3
* * src/lib/gssapi/mechglue/g_initialize.c: Remove unused variablesTom Yu2006-06-221-3/+1
* r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400Sam Hartman2006-06-2267-4791/+13028
|\
| * Revert 18100 before merging onto trunkSam Hartman2006-06-2210-908/+0
| * krb5_stdccv3_setup is okJeffrey Altman2006-06-221-1/+2
| * 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
| * This branch will hold development work on the portable CCAPIJeffrey Altman2006-05-190-0/+0
* | Apply (modified) patches from Michael Calmer to fix some warningsTom Yu2006-06-222-17/+8
* | * src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCALTom Yu2006-06-221-1/+6
* | remove unimplemented/unused mechglue functionsTom Yu2006-06-218-407/+0
* | Spawn ftp client with "-d" and "-v" for better debuggingKen Raeburn2006-06-211-1/+1
* | cease export of krb5_gss_*Tom Yu2006-06-211-37/+0
* | *sigh*Ken Raeburn2006-06-211-3/+3
* | (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: TestKen Raeburn2006-06-211-9/+11
* | Revert part of previous changes: Move temporary values that don't needKen Raeburn2006-06-211-18/+23
* | Revert an untested change that wasn't supposed to go into this ticketKen Raeburn2006-06-201-1/+1
* | getaddrinfo code uses vars outside of storage durationKen Raeburn2006-06-202-83/+94
* | (kadmin_cpw): Don't crash if principal name is not given. Based on aKen Raeburn2006-06-201-4/+12
* | Document kpropd -a optionKen Raeburn2006-06-201-1/+9
* | whitespaceKen Raeburn2006-06-201-1/+1
* | fix parallel builds for libgssTom Yu2006-06-201-1/+1
* | In verify_krb_v4_tgt, use an unsigned KRB4_32 to store an address ratherRuss Allbery2006-06-201-1/+1
* | krb5-1.6-prereleaseTom Yu2006-06-201-3/+3
* | Pass in the correct value for the first argument of select (one largerRuss Allbery2006-06-194-5/+29
* | Make local const array of structures static tooKen Raeburn2006-06-191-1/+1