summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Patch from Savitha R:Ken Raeburn2006-08-291-0/+1
* make dependKen Raeburn2006-08-231-6/+6
* Merge Todd's TCP changepw support, with a few fixupsKen Raeburn2006-08-235-330/+391
* cc_err_xlate: Updated error mappings to generate the same errors as ccapiv2.Alexandra Ellwood2006-08-161-8/+14
* * kdb_default.c (krb5_def_store_mkey): If the file can't be opened, constructKen Raeburn2006-08-151-0/+3
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-081-2/+4
* * src/lib/gssapi/mechglue/mglueP.h: Add loopback field to opaqueTom Yu2006-08-0711-1/+32
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+1
* * src/lib/gssapi/mechglue/g_initialize.c (gss_release_oid): CallTom Yu2006-08-011-0/+3
* Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood2006-07-2513-42/+49
* gss_canonicalize_name(): Added parens to removeAlexandra Ellwood2006-07-251-4/+4
* Removed unused Metrowerks compiler support.Alexandra Ellwood2006-07-251-4/+0
* Switched from "#pragma options align" to "#pragma pack". Alexandra Ellwood2006-07-242-4/+4
* acquire_cred(), kg_caller_provided_ccache_name(): On further reflection Alexandra Ellwood2006-07-193-13/+32
* acquire_cred(): Realized that my previous patch now basically favors theAlexandra Ellwood2006-07-191-6/+6
* acquire_cred(): Fixed KLL support to try the default ccache first ifAlexandra Ellwood2006-07-181-13/+19
* Project cleanup:Alexandra Ellwood2006-07-181-50/+0
* authgss_refresh(): Use GSS_C_NO_CHANNEL_BINDINGS macro Alexandra Ellwood2006-07-181-1/+1
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-183-2/+17
* reverse test for copy_oid_set in lib/gssapi/krb5/indicate_mechs.cTom Yu2006-07-171-1/+1
* stdcc.c: fix v2 version of krb5_stdcc_resolve()Jeffrey Altman2006-07-171-1/+4
* Cleaned up CCAPI v3 code to remove memory leaks. Fixed crashes in Alexandra Ellwood2006-07-114-762/+933
* Fixed up warnings and whitespace issues which were confusing the Alexandra Ellwood2006-07-1013-179/+178
* Fixed up warnings and converted to Unix line endingsAlexandra Ellwood2006-07-102-1063/+1063
* Removed user preferences which were accidentally addedAlexandra Ellwood2006-07-102-3572/+0
* GetModuleHandle needs extension on Win64Jeffrey Altman2006-07-031-3/+6
* make gss_unwrap match prototypeTom Yu2006-07-011-2/+2
* * kdb_default.c (krb5_def_promote_db): New function.Ken Raeburn2006-06-303-0/+11
* g_delete_sec_context.c: undo type cast change from last Jeffrey Altman2006-06-301-1/+1
* corrections to gssapi mechglue Jeffrey Altman2006-06-302-5/+2
* stdcc.c: undo change which broke the opening of ccachesJeffrey Altman2006-06-301-3/+2
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache):Tom Yu2006-06-301-0/+1
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): AdaptedTom Yu2006-06-301-1/+6
* New kdb backend operation promote_db, makes a temporary database become theKen Raeburn2006-06-302-0/+45
* * lib/kdb/kdb5.h: Remove macros also defined in include/kdb5.hSam Hartman2006-06-301-6/+0
* fix stdcc.c to build without USE_CCAPI_V3Jeffrey Altman2006-06-301-0/+5
* re-order inclusions in spnego_mech.c to avoid breaking system headersTom Yu2006-06-291-1/+1
* * lib/gssapi/Makefile.in: Merge the new target into the existingKen Raeburn2006-06-291-2/+1
* make dependTom Yu2006-06-292-18/+8
* Makefile.in: Change T_STD_CONF_OBJS to only list t_std_conf.o and pull in theEzra Peisach2006-06-291-3/+3
* remove unused lib/gssapi/mechglue/g_utils.cTom Yu2006-06-292-286/+0
* * src/lib/gssapi/mechglue/mglueP.h (struct gss_config): RemoveTom Yu2006-06-293-20/+0
* * src/lib/gssapi/mechglue/g_initialize.c: Remove various unusedTom Yu2006-06-291-342/+3
* gssapi compilation errors on WindowsJeffrey Altman2006-06-297-11/+76
* check calling conventions specified for WindowsKen Raeburn2006-06-291-2/+17
* fix calling convention for krb5 error-message routines, document usage of krb...Ken Raeburn2006-06-291-5/+5
* cc_mslsa.c: The WOW64 environment on 64-bit versions of Jeffrey Altman2006-06-281-4/+41
* autoconf 2.60 compatibilityKen Raeburn2006-06-2837-47/+47
* make gssint_get_mechanism match prototypeTom Yu2006-06-261-2/+1
* * src/lib/krb5_32.def: Export krb5_copy_contextTom Yu2006-06-263-5/+13