summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-6/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-107-4/+26
* For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman2003-01-082-51/+93
* Nuke some old .orig filesKen Raeburn2003-01-086-197/+12
* 2002-12-05 Sam Hartman <hartmans@mit.edu>Sam Hartman2002-12-062-23/+28
* * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach2002-11-158-12/+31
* * gssapiP_generic.h, util_token.c: Change g_make_token_header andEzra Peisach2002-11-153-5/+12
* Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2002-10-074-2/+10
* Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn2002-09-242-0/+7
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-298-15/+31
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+5
* undo quoting changesKen Raeburn2002-08-272-10/+7
* more quotingKen Raeburn2002-08-272-4/+7
* Quote targets of some copy operations within the build tree. NeededKen Raeburn2002-08-274-3/+12
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-238-15/+31
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-222-0/+5
* * gssapiP_generic.h, util_token.c (g_verify_token_header): MakeEzra Peisach2002-07-153-2/+7
* * k5unseal.c (kg_unseal): Pass unsigned int * instead of int *Ezra Peisach2002-07-153-2/+10
* * gss_libinit.c (gssint_cleanup_library): Remove variable set butEzra Peisach2002-07-152-4/+9
* * gss_libinit.c: Conditionalized error table loading for Mac OS X.Tom Yu2002-07-142-0/+17
* * gssapi_krb5.h: Added #include of gssapi.h and gssapi_generic.hTom Yu2002-07-145-9/+96
* update dependenciesKen Raeburn2002-07-132-9/+12
* Get rid of some unused functions and files. HideKen Raeburn2002-07-1312-522/+21
* * gssapi_generic.h: allow inclusion by C++Tom Yu2002-07-135-12/+69
* * init_sec_context.c (make_ap_req_v2): Delete unused functionKen Raeburn2002-07-122-19/+2
* * accept_sec_context.c (rd_and_store_for_creds): Don't declare krb5_mcc_opsKen Raeburn2002-07-122-2/+1
* * init_sec_context.c (krb5_gss_init_sec_context): Instead of asking for theKen Raeburn2002-07-122-3/+53
* * accept_sec_context.c (rd_and_store_for_creds): Remove registration of memor...Ken Raeburn2002-07-122-1/+5
* * init_sec_context.c (get_credentials): Delete unused variableKen Raeburn2002-07-012-2/+2
* remove gss krb5 mech2 oid and oidset variablesKen Raeburn2002-07-0110-17/+17
* fix some compiler warningsKen Raeburn2002-07-013-11/+21
* update dependenciesKen Raeburn2002-06-153-127/+94
* reformat commentKen Raeburn2002-05-251-19/+21
* update dependenciesKen Raeburn2002-03-261-1/+3
* Commit patch to accept both encrypted and unencrypted credentials for Heimdal...Sam Hartman2002-03-032-14/+48
* When initiating GSSAPI context override tgs-enctypesSam Hartman2001-11-182-24/+10
* * k5unseal.c: Fix whitespace in copyright messageEzra Peisach2001-10-303-9/+16
* * Use right key usage for seal without encryption.Sam Hartman2001-10-272-1/+5
* * k5seal.c (make_seal_token_v1): Correct errors in codeEzra Peisach2001-10-262-5/+15
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-268-196/+388
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-203-58/+58
* avoid name conflicts with glibKen Raeburn2001-10-202-0/+38
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-113-195/+198
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-109-271/+271
* * mglueP.h: Make all prototypes unconditionalKen Raeburn2001-10-092-102/+89
* KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2001-10-062-1/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-0610-111/+120
* Put back GSS_DLLIMP for variables, but define the macro here instead of inKen Raeburn2001-10-055-137/+163
* * accept_sec_context.c (krb5_gss_accept_sec_context): IgnoreTom Yu2001-10-042-10/+23
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-0413-124/+136