aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2003-03-04Do not expect sequence number in encrypted krb_credSam Hartman2-1/+5
2003-03-04GSS_C_NO_CREDENTIAL should accept any principalSam Hartman5-40/+62
2003-03-02Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman1-1/+1
2003-03-01There isn't really a point to validating cred_handle if it was justTom Yu2-6/+11
2003-02-25Thanks, similar patch appliedTom Yu2-6/+52
2003-02-24 * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probablyTom Yu3-32/+34
2003-02-21This should fix things, but I don't have an easy way to testTom Yu2-15/+37
2003-02-14 * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid problems onTom Yu2-1/+6
2003-02-13Oops, add $(GSSAPI_KRB5_HDR) to all-unixTom Yu2-2/+3
2003-02-13More tweaks to deal with parallel buildsTom Yu4-28/+32
2003-02-11Fix recursion-forcing rules to be more friendly to parallel buildsTom Yu4-2/+24
2003-02-11 * Makefile.in: Another attempt... turns our that the "copy"Tom Yu2-8/+15
2003-02-11Fix some things to avoid spurious rebuilds of header filesTom Yu4-13/+28
2003-02-09Have g_token_size return unsigned int for signed/unsigned cleanupEzra Peisach5-4/+13
2003-01-17Use new target create-ehdrdir, defined differently for UNIX and WIN32, toKen Raeburn2-6/+11
2003-01-17* Makefile.in ($(EHDRDIR)$(S)gssapi.h): Depend on includes-unix, to make sureKen Raeburn2-2/+9
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-6/+3
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn7-4/+26
2003-01-08For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman2-51/+93
2003-01-08Nuke some old .orig filesKen Raeburn6-197/+12
2002-12-062002-12-05 Sam Hartman <hartmans@mit.edu>Sam Hartman2-23/+28
2002-11-15 * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach8-12/+31
2002-11-15 * gssapiP_generic.h, util_token.c: Change g_make_token_header andEzra Peisach3-5/+12
2002-10-07Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman4-2/+10
2002-09-24Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn2-0/+7
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn8-15/+31
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2-0/+5
2002-08-27undo quoting changesKen Raeburn2-10/+7
2002-08-27more quotingKen Raeburn2-4/+7
2002-08-27Quote targets of some copy operations within the build tree. NeededKen Raeburn4-3/+12
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn8-15/+31
2002-08-22* Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2-0/+5
2002-07-15 * gssapiP_generic.h, util_token.c (g_verify_token_header): MakeEzra Peisach3-2/+7
2002-07-15 * k5unseal.c (kg_unseal): Pass unsigned int * instead of int *Ezra Peisach3-2/+10
2002-07-15 * gss_libinit.c (gssint_cleanup_library): Remove variable set butEzra Peisach2-4/+9
2002-07-14 * gss_libinit.c: Conditionalized error table loading for Mac OS X.Tom Yu2-0/+17
2002-07-14 * gssapi_krb5.h: Added #include of gssapi.h and gssapi_generic.hTom Yu5-9/+96
2002-07-13update dependenciesKen Raeburn2-9/+12
2002-07-13Get rid of some unused functions and files. HideKen Raeburn12-522/+21
2002-07-13 * gssapi_generic.h: allow inclusion by C++Tom Yu5-12/+69
2002-07-12* init_sec_context.c (make_ap_req_v2): Delete unused functionKen Raeburn2-19/+2
2002-07-12* accept_sec_context.c (rd_and_store_for_creds): Don't declare krb5_mcc_opsKen Raeburn2-2/+1
2002-07-12* init_sec_context.c (krb5_gss_init_sec_context): Instead of asking for theKen Raeburn2-3/+53
2002-07-12* accept_sec_context.c (rd_and_store_for_creds): Remove registration of memor...Ken Raeburn2-1/+5
2002-07-01* init_sec_context.c (get_credentials): Delete unused variableKen Raeburn2-2/+2
2002-07-01remove gss krb5 mech2 oid and oidset variablesKen Raeburn10-17/+17
2002-07-01fix some compiler warningsKen Raeburn3-11/+21
2002-06-15update dependenciesKen Raeburn3-127/+94
2002-05-25reformat commentKen Raeburn1-19/+21
2002-03-26update dependenciesKen Raeburn1-1/+3