summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1995-05-0112-45/+343
* * init_sec_context.c (krb5_gss_init_sec_context()) :Chris Provenzano1995-05-012-10/+41
* Added README file to the krb425 libraryTheodore Tso1995-05-011-0/+19
* init_os_ctx.c (krb5_set_config_files): New function. Provides aTheodore Tso1995-05-012-1/+34
* Call to krb5_read_password takes as an argument an int* not an int to represe...Ezra Peisach1995-05-012-2/+8
* Global variables krb5_config_file and krb5_trans_file definitionsEzra Peisach1995-04-302-0/+7
* Do not redefine PROTOTYPE if it is already definedEzra Peisach1995-04-302-0/+6
* Fix fencepost error which caused an access beyond the allocated memoryTheodore Tso1995-04-292-1/+4
* * 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