summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * g_phost.c: removed references to sys/param.h and netdb.hTom Yu1995-04-293-4/+5
* Call krb5_free_priv_enc_part to free the entire privenc_msg structureTheodore Tso1995-04-292-6/+7
* Added check for POSIX_FILE_LOCK to enable POSIX file lockingTheodore Tso1995-04-283-1/+7
* configure.in: Add check for KRB5_POSIX_LOCKSTheodore Tso1995-04-283-8/+17
* Add #include of fcntl.hTheodore Tso1995-04-282-0/+3
* Add kadm to list of subdirectories to be builtPaul Park1995-04-284-1/+8
* Moved these administrative protocol functions out of libkrb5Paul Park1995-04-287-0/+1118
* Moving adm_conn out of libkrb5Paul Park1995-04-285-512/+5
* Remove adm_rw from libkrb5Paul Park1995-04-284-527/+5
* Add des_read_pw_string, since it's used by the V4 login.c codeTheodore Tso1995-04-282-0/+26
* Remove unnecessary include of conf.hTheodore Tso1995-04-283-8/+4
* * init_ctx.c (krb5_free_context): Extra semicolon meant the etypesTheodore Tso1995-04-282-1/+6
* Lint cleanup; explicitly declare that daemon() returns an intTheodore Tso1995-04-282-0/+6
* * kuserok.c: HAS_UNISTD_H instead of USE_.Mark Eichin1995-04-283-1/+7
* * configure.in: use AC_CHECK_SIZEOF(int) to set BITS16/BITS32.Mark Eichin1995-04-282-0/+31
* * 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
* * configure.in: make links for libkrb4 and libkdb4Mark Eichin1995-04-273-0/+8
* Added PC support for the new profile config fileKeith Vetter1995-04-277-7/+46
* Fixed PC makefile bug with passing wrong macro on recursive makesKeith Vetter1995-04-272-3/+7
* Make clean should remove t_std_conf.oEzra Peisach1995-04-272-1/+5
* * configure.in: add kdb4 directoryMark Eichin1995-04-273-1/+7
* V4 kdb libraryMark Eichin1995-04-2711-0/+1647
* * configure.in: add krb4 directory (still needs to beMark Eichin1995-04-272-1/+6
* normal .Sanitize and .cvsignoreMark Eichin1995-04-273-546/+132
* add CNS V4 library to tree for compatibility use. Installs as libkrb4.aMark Eichin1995-04-27100-0/+16292
* * 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