summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* * send_tgs.c (krb5_send_tgs()), gc_via_tkt.c (krb5_get_cred_via_tkt()):Chris Provenzano1995-04-283-15/+13
* I don't know why it didn't get removed the last time I triedChris Provenzano1995-04-281-222/+0
* * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):Chris Provenzano1995-04-283-2/+65
* Fixes so that the Unix changes no longer breaks on the PCKeith Vetter1995-04-289-28/+51
* Add entries for yesterdays checkinPaul Park1995-04-271-0/+5
* Add entry for yesterdays checkinPaul Park1995-04-271-0/+5
* Fix mk_priv and mk_safe to work without DO_TIMEPaul Park1995-04-271-0/+9
* Clear replaydata block before calling mk_safe_basicPaul Park1995-04-271-0/+3
* Back out previous changes here, replace them with more correct changePaul Park1995-04-271-8/+12
* Added PC support for the new profile config fileKeith Vetter1995-04-275-4/+38
* Make clean should remove t_std_conf.oEzra Peisach1995-04-272-1/+5
* * gc_via_tgt.c, and gc_2tgt.c : Removed.Chris Provenzano1995-04-277-488/+49
* Supply the time regardless of whether DO_TIME is set becausePaul Park1995-04-261-9/+8
* Add adm_conn.cPaul Park1995-04-261-0/+1
* Add adm_rw.cPaul Park1995-04-261-0/+1
* Add pwd.h check for adm_connPaul Park1995-04-261-1/+1
* Add adm_connPaul Park1995-04-261-0/+2
* New module to connect to administrative serverPaul Park1995-04-261-0/+509
* Add adm_rwPaul Park1995-04-261-0/+2
* New admistrative protocol read/write routinesPaul Park1995-04-261-0/+523
* Add declaration of optargTheodore Tso1995-04-262-1/+5
* * Makefile.in : Added source files mk_faddr.c and genaddrs.c.Chris Provenzano1995-04-266-32/+217
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-2611-436/+994
* * krb5_err.et: Add new error KRB5_TKT_NOT_FORWARDABLEChris Provenzano1995-04-262-0/+5
* krb5_locate_kdc(): Pass a NUL terminated realm to profile_get_values()Chris Provenzano1995-04-252-1/+13
* Add WITH_NETLIBS and $(LIBS), so that t_walk_rtree can compile underTheodore Tso1995-04-253-1/+7
* Modified .Sanitize file to pick up new filesTheodore Tso1995-04-251-0/+3
* * parse.c (krb5_parse_name): Add magic number to new structureEzra Peisach1995-04-258-8/+27
* Report return values to krb5_set_default_in_tkt_etypes andEzra Peisach1995-04-252-2/+8
* Don't deref NULL pointer if profile_get_values returns NULL.Ezra Peisach1995-04-252-1/+6
* Go into subdirs for make checkEzra Peisach1995-04-222-0/+5
* t_walk_rtree needs libcrypto.a to link for make check.Ezra Peisach1995-04-223-2/+9
* Back out ASN.1 library changes (which were incorrect)Theodore Tso1995-04-224-223/+9
* Makefile.in, configure.in, t_std_conf.c: Add test program toTheodore Tso1995-04-2210-106/+382
* Fix == vs = typoTheodore Tso1995-04-221-2/+2
* def_realm.c (krb5_get_default_realm): Use the profile code toTheodore Tso1995-04-226-0/+193
* Added the profile directory for the profile routinesTheodore Tso1995-04-222-2/+7
* Fix BACKWARD_BITMASK_COMPAT so that it doesn't break user-to-userTheodore Tso1995-04-222-9/+106
* Unless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use memcpy to copyTheodore Tso1995-04-2114-0/+69
* Added parenthesis to fix precedence problem in ASN.1 backwards compatibilityTheodore Tso1995-04-211-1/+1
* Move the define of BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, sinceTheodore Tso1995-04-203-8/+14
* mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in orderTheodore Tso1995-04-203-40/+43
* asn1_k_decode.c (asn1_decode_krb5_flags): Make the functionTheodore Tso1995-04-194-6/+117
* Added storing of default realm in context. Global default realmEzra Peisach1995-04-192-19/+42
* Initialize and free default realm in contextEzra Peisach1995-04-192-0/+11
* an_to_ln.c (dbm_an_to_ln): Don't compile dbm_an_to_ln() ifTheodore Tso1995-04-183-5/+22
* * sendauth.c (krb5_sendauth): initialize error return parameterTheodore Tso1995-04-183-5/+21
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-1413-0/+739
* Removed 'unreferenced local variable' problemKeith Vetter1995-04-142-1/+9
* Windows global stuff:Keith Vetter1995-04-14173-603/+652