summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* New magic number for the GSSAPI QUEUE structureTheodore Tso1996-10-192-3/+4
* Add magic code for GSS OID, which is needed for the serializationTheodore Tso1996-10-182-0/+6
* get_in_tkt.c (make_preauth_list): Correctly null-terminate theTheodore Tso1996-09-267-27/+125
* Remove references to dead BERK_DB_DBM codeTheodore Tso1996-08-232-15/+8
* * scc_retrv.c: Fix def'n of flags_match to be properlyTom Yu1996-08-152-1/+6
* * mcc_retrv.c: Add parens to def'n of flags_match because == hasTom Yu1996-08-152-1/+6
* * fcc_retrv.c (flags_match): Add parens to def'n of flags_match toTom Yu1996-08-152-1/+6
* * Enough removal of db from aname_to_localname so that Linux compiles;Sam Hartman1996-08-053-10/+23
* * f_keyblock.c (krb5_free_keyblock_contents): addedBarry Jaspan1996-08-022-4/+20
* * an_to_ln.c (aname_do_match): #elif HAVE_REGEXP_H should haveTom Yu1996-07-292-1/+6
* *** empty log message ***Marc Horowitz1996-07-261-0/+6
* * configure.in, an_to_ln.c (do_replacement, aname_do_match): useMarc Horowitz1996-07-261-2/+7
* * an_to_ln.c (do_replacement, aname_do_match): use the compile()Marc Horowitz1996-07-261-15/+7
* Use the error code KRB5_KT_NAME_TOOLONG instead of ENAMETOOLONG, whichTheodore Tso1996-07-242-2/+8
* Change type of first argument to be krb5_preauthtype, to eliminateTheodore Tso1996-07-242-3/+8
* Added new error code KRB5_KT_NAME_TOOLONGTheodore Tso1996-07-242-0/+5
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-224-4/+38
* Add a call to krb5_win_do_init() on Win16 and Win32 machines. This isTheodore Tso1996-07-112-0/+18
* * get_creds.c: (krb5_get_credentials_val_renew_core) CombineEzra Peisach1996-07-073-3/+71
* * asn1buf.c (asn12krb5_buf): Initialize magic fields of structure.Ezra Peisach1996-06-272-1/+9
* Change const to krb5_const, so that it works on compilers that don'tTheodore Tso1996-06-242-1/+7
* * str_conv.c (krb5_string_to_timestamp): Ensure that all fields ofEzra Peisach1996-06-182-1/+13
* * configure.in: remove ref to SS_RULES, ET_RULESTom Yu1996-06-142-2/+5
* Add prototypes for the SAM encoding and decoding functions, which areTheodore Tso1996-06-123-3/+40
* Change _WINDOWS to _MSDOS, and add check for _WIN32Theodore Tso1996-06-124-6/+14
* net_read.c (krb5_net_read):Theodore Tso1996-06-1212-13/+48
* sendauth.c (krb5_sendauth): If ECCONABORTED is not defined, try usingTheodore Tso1996-06-123-1/+14
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-122-2/+6
* scc_read.c:Theodore Tso1996-06-123-5/+11
* fcc-proto.h: Change use of PROTOTYPE to KRB5_PROTOTYPE.Theodore Tso1996-06-125-65/+81
* Remove inclusion of malloc.h..Ezra Peisach1996-06-122-1/+4
* cvsignore hackeryTom Yu1996-06-1015-15/+0
* Use full directory name "error_tables" when building under Windows soTheodore Tso1996-06-072-4/+10
* Don't pass $(LIBCMD) on the command line. It's set in the windows.inTheodore Tso1996-06-066-11/+26
* Updated .Sanitize fileTheodore Tso1996-06-062-8/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-066-2/+12
* A static function must not use the INTERFACE keywordTheodore Tso1996-06-062-1/+6
* * asn1_k_decode.c (asn1_decode_enc_kdc_rep_part): If starttime isEzra Peisach1996-06-052-1/+7
* update Makefile.in for new libupdateTom Yu1996-05-202-7/+10
* Correctly implement getsockname(), so it does getsockname(), notTheodore Tso1996-05-172-10/+41
* * mk_req_ext.c mk_safe.c send_tgs.c:Richard Basch1996-05-155-28/+37
* ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1996-05-148-208/+403
* configure.in: Need to include sys/types.h before regexp.h in test toEzra Peisach1996-05-112-0/+8
* removed des3-cbc-md5 supportRichard Basch1996-05-102-2/+6
* Removed des3-md5 supportRichard Basch1996-05-102-4/+14
* Remove unused fileTheodore Tso1996-05-091-30/+0
* Don't skip keytab entries with kvno=0Richard Basch1996-05-092-6/+12
* Include the uid in the replay cachenameRichard Basch1996-05-063-1/+29
* preauth.c: Add const and casts as needed to handle warnings..Ezra Peisach1996-05-052-7/+11
* * get_creds.c (krb5_get_credentials_core): new function. Common part ofKen Raeburn1996-05-045-28/+197