summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* ccdefname.c (krb5_cc_default_name): Changed the PC version to use theTheodore Tso1998-09-012-19/+15
* Both Macintoshes and Windows use the ccapi as the default credentialsTheodore Tso1998-09-011-3/+3
* Add #ifdef's so that correct header file (cacheapi.h vs. Ccache.h) is usedTheodore Tso1998-09-012-1/+15
* Add windows build instructions to build CCache API CacheTheodore Tso1998-08-242-3/+16
* Changed Mac specific stuff to use CCache APIMiro Jurisic1998-08-212-9/+17
* Added Frank's CCache API implementation and made it default on the MacMiro Jurisic1998-08-208-1/+802
* * conv_princ.c: Add some additional entries to sconv_list thatTom Yu1998-08-192-0/+27
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-1716-23/+23
* * changepw.c (krb5_change_password): Changes casts from char * toEzra Peisach1998-07-162-2/+7
* * gic_pwd.c (krb5_get_init_creds_password): Remove unused argumentEzra Peisach1998-07-153-3/+10
* conv_princ.c: Add additional commonly seen Kerberos V4 services to theTheodore Tso1998-07-072-0/+17
* * chk_trans.c: Fix up previous fix; short-circuit out whenTom Yu1998-07-072-2/+8
* asn1_encode.c: Make the magic Macintosh EPOCH offset be 70 yearsTheodore Tso1998-07-022-1/+7
* Update Macintosh changes to ChangeLog which Marshall made on 1/13/98Theodore Tso1998-07-021-0/+8
* chk_trans.c (krb5_check_transited_list): Fix use of an uninitalizedTheodore Tso1998-07-012-2/+7
* Fix obvious bug where we were returning a pointer to an automaticTheodore Tso1998-07-012-1/+8
* Makefile.in: Add ccache/memory as a directory to be recursively builtTheodore Tso1998-05-272-3/+17
* Makefile.in: Update Makefile so that it can be built under WindowsTheodore Tso1998-05-272-2/+12
* srv_rcache.c (krb5_get_server_rcache):Theodore Tso1998-05-273-2/+8
* * krb5_err.et: Clarify error for REALM_CANT_RESOLVETom Yu1998-05-192-1/+5
* Make sure the date string printed uses 4 digit yearsTheodore Tso1998-05-142-5/+10
* str_conv.c (krb5_string_to_timestamp, strptime): Fix routines to beTheodore Tso1998-05-094-22/+98
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-1/+6
* t_ser.c (main): POSIX states that getopt returns -1 when it is doneTheodore Tso1998-05-063-5/+24
* * get_in_tkt.c: Add prototype for make_preauth_listTom Yu1998-05-042-0/+8
* * get_in_tkt.c (krb5_get_in_tkt): Add missing argument to call toTom Yu1998-05-032-1/+6
* * asn1_encode.c (asn1_encode_generaltime): Sanity check the returnTom Yu1998-04-172-1/+16
* * asn1_err.et (ASN1_BAD_GMTIME): Add code for case where badTom Yu1998-04-172-0/+6
* * Makefile.in (SHLIB_EXPDEPS):Tom Yu1998-04-152-2/+7
* * chk_trans.c (krb5_check_transited_list): Check lengths whenTom Yu1998-03-172-4/+25
* * Makefile.in (SHLIB_EXPLIBS): Replace @SHLIB_GEN@ with @GEN_LIB@Tom Yu1998-02-282-1/+5
* configure.in: Move the regular expression function tests intoTheodore Tso1998-02-282-24/+6
* Collapse lib/krb5's configure.in files into a single top-levelTheodore Tso1998-02-2840-117/+170
* * recvauth.c (krb5_recvauth): Add some bookkeeping flags so weTom Yu1998-02-202-3/+16
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-1828-28/+98
* * configure.in: Remove USE_ANAME, and the defines for ANAME_DBDEP andEzra Peisach1998-02-143-10/+8
* asn1buf.h (asn1buf_insert_octet): Use static inline function to defineTheodore Tso1998-02-143-53/+77
* Remove free functions. (Now moved to lib/krb5/krb/kfree.c)Theodore Tso1998-02-1338-1783/+0
* Makefile.in, configure.in: Remove the free directory from the list ofTheodore Tso1998-02-133-13/+12
* Added new file kfree.c, which contained all of the functionsTheodore Tso1998-02-133-0/+582
* * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu1998-02-124-1/+12
* Mass makefile/configure.in build system revampTheodore Tso1998-02-1238-30/+130
* rd_cred.c (krb5_rd_cred):Theodore Tso1998-02-064-6/+15
* Add a comment about the low 128 error codes being defined by the Krb5Theodore Tso1998-02-062-0/+12
* Updated to call Universal Headers 3.0.1Marshall Vale1998-02-021-14/+16
* Updated from most recent MacTCP SDKMarshall Vale1998-02-021-15/+17
* * changepw.c (krb5_change_password): KRB5_USE_INET ->Tom Yu1998-01-302-3/+8
* Changed all PBGetCatInfo to PBGetCatInfoSync for new UH'sMarshall Vale1998-01-132-2/+2
* * locate_kdc.c (krb5_locate_kdc): Check return ofTom Yu1998-01-033-0/+16
* * preauth.c (handle_sam_labels):Tom Yu1998-01-033-0/+24