summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* When initiating GSSAPI context override tgs-enctypesSam Hartman2001-11-186-26/+32
* * init_ctx.c (DEFAULT_ETYPE_LIST): Ensure space present afterEzra Peisach2001-11-162-1/+7
* * Link Yarrow into the buildSam Hartman2001-11-1611-129/+257
* Rename to be consistent with krb5 libraries internalsSam Hartman2001-11-093-74/+74
* Compiles nowSam Hartman2001-11-098-23/+64
* We don't need thisSam Hartman2001-11-091-51/+0
* Next pass at making things use krb5 types and functionsSam Hartman2001-11-096-139/+122
* First pass cleaning up headers and typesSam Hartman2001-11-084-55/+22
* Remove OS-dependent files.Sam Hartman2001-11-082-406/+0
* Add Yarrow from http://www.zeroknowledge.com/Sam Hartman2001-11-0818-0/+2944
* * state.c (krb5_c_init_state, krb5_c_free_state): Use KRB5_CALLCONVKen Raeburn2001-11-072-5/+11
* Update to be consistent with what MS usesSam Hartman2001-11-072-6/+7
* 2001-11-07 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-072-1/+6
* 2001-11-06 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-072-19/+74
* Set output length correctlySam Hartman2001-11-072-0/+5
* Allow rc4 to be used for kadminSam Hartman2001-11-072-0/+5
* * gss-misc.c (recv_token): Do not attempt to malloc 0 bytesEzra Peisach2001-11-072-2/+6
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-0614-12/+261
* Update form of copyright for new files to play nice with EmacsSam Hartman2001-11-063-4/+16
* * configure.in: Add KRB5_GETPEERNAME_ARGS andEzra Peisach2001-11-062-0/+7
* * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of intEzra Peisach2001-11-062-1/+9
* * sclient.c (main): Use GETSOCKNAME_ARG3_TYPE instead of intEzra Peisach2001-11-062-1/+10
* * alt_prof.c (krb5_aprof_get_boolean): Return krb5_boolean *Ezra Peisach2001-11-052-1/+6
* * rsh.exp: Fix date grabbing code so we don't try to parse theTom Yu2001-11-022-4/+10
* * v4gssftp.exp: Calling send_error from within a dejagnu test isTom Yu2001-11-022-4/+10
* * gssftp.exp: Calling send_error from within a dejagnu test isTom Yu2001-11-022-4/+10
* 2001-11-01 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-013-11/+23
* Sufficiently outdated as to be confusingSam Hartman2001-11-011-305/+0
* * default.exp (check_k5login, check_klogin): Error out if there isTom Yu2001-11-012-12/+64
* minor update: a note that the contents are out of dateKen Raeburn2001-10-311-0/+2
* * main.c (main): Do not pass LOG_AUTH facility into openlog() as aEzra Peisach2001-10-302-1/+6
* * k5unseal.c: Fix whitespace in copyright messageEzra Peisach2001-10-303-9/+16
* * kdb_cpw.c (cleanup_key_data): Do not free NULL pointerEzra Peisach2001-10-302-0/+7
* * fake-addrinfo.c (freeaddrinfo): Do not free NULL pointersEzra Peisach2001-10-302-2/+8
* * kpasswd.c (main): Do not free potentially NULL pointersEzra Peisach2001-10-302-2/+8
* 2001-10-29 Jeff Altman <jaltman@columbia.edu>Jeffrey Altman2001-10-294-5/+26
* * Makefile.in - added dependency info for hmac_md5.cJeffrey Altman2001-10-292-1/+13
* * Use right key usage for seal without encryption.Sam Hartman2001-10-272-1/+5
* * default.exp: Mark as unused the test passes that won'tTom Yu2001-10-272-32/+51
* * k5seal.c (make_seal_token_v1): Correct errors in codeEzra Peisach2001-10-262-5/+15
* * rcp.exp, rsh_exp (stop_rsh_daemon): Do not close a process andEzra Peisach2001-10-263-2/+9
* * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2001-10-262-4/+12
* * k5-int.h: Do not use "usage" in argument names inEzra Peisach2001-10-262-2/+7
* * configure.in: Add KRB5_GETSOCKNAME_ARGSEzra Peisach2001-10-262-0/+5
* * schpw.c (process_chpw_request): Use GETSOCKNAME_ARG3_TYPEEzra Peisach2001-10-262-1/+10
* * dump.c (dump_db): Pass krb5_boolean instead of char * asEzra Peisach2001-10-262-1/+8
* * kdb_xdr.c (krb5_encode_princ_contents): Use krb5_ui_2 instead ofEzra Peisach2001-10-262-1/+6
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-2614-198/+425
* * loadv4.c (fixup_database): Don't set SUPPORT_DESMD5 anymoreTom Yu2001-10-252-23/+5
* * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it wereTom Yu2001-10-254-8/+21