summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add include of <errno.h>Theodore Tso1995-04-202-0/+2
* Add include of adm_defs.h, since that's no longer included by krb5.hTheodore Tso1995-04-2015-6/+25
* configure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT, andTheodore Tso1995-04-205-5/+61
* removed unneeded #include of wordsize.hTheodore Tso1995-04-202-1/+4
* Remove support for HAS_ANSI_CONST (that was needed only forTheodore Tso1995-04-203-16/+7
* Inlined the following include files in krb5.h, to simplify the headerTheodore Tso1995-04-203-19/+1607
* Add profile directoryTheodore Tso1995-04-202-1/+5
* Initial checkin of the profile libraryTheodore Tso1995-04-2016-0/+1880
* asn1_k_decode.c (asn1_decode_krb5_flags): Make the functionTheodore Tso1995-04-194-6/+117
* When default realm specified on command line, call krb5_set_default_realm soEzra Peisach1995-04-192-1/+14
* 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
* Removed global_context hackEzra Peisach1995-04-192-4/+8
* Added default_realm to krb5_context structureEzra Peisach1995-04-192-0/+5
* Change getdate.o to getdate.c in the SRCS listTheodore Tso1995-04-191-1/+2
* Change depend: to depend::Theodore Tso1995-04-191-1/+1
* Bug fix in the windows telnet programKeith Vetter1995-04-192-0/+9
* Changed compile flags on windows cns programKeith Vetter1995-04-182-2/+6
* Add production for creating the .depend file, and updating theTheodore Tso1995-04-182-0/+22
* Sed script which postprocesses the output from cc -M for "make depend"Theodore Tso1995-04-181-0/+32
* kpropd uses fork instead of vfork, because it's closing fileTheodore Tso1995-04-182-10/+59
* 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
* Remove unneeded include of adm_defs.h (since it's now included by krb5.h)Theodore Tso1995-04-182-2/+5
* Set SUPPORT_DESMD5 attribute for the krbtgt entryTheodore Tso1995-04-182-1/+38
* If there is an error while making in a subdirectory, abort the make inTheodore Tso1995-04-182-1/+8
* Forgot a makefile change for the Windows gssapi dllKeith Vetter1995-04-182-1/+5
* Cosmetic changes for the Windows CNS programKeith Vetter1995-04-183-13/+10
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-14114-0/+5456
* com_err.h: If FAR is not defined, define it awayTheodore Tso1995-04-142-0/+7
* aclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new macroTheodore Tso1995-04-142-2/+13
* Makefile.in, configure.in: Move dependency for all-$WHAT backTheodore Tso1995-04-142-3/+11
* Removed 'unreferenced local variable' problemKeith Vetter1995-04-142-1/+9
* Windows global stuff:Keith Vetter1995-04-14309-1408/+1569
* asn1_k_decode.c (setup, next_tag, apptag, get_field_body,Theodore Tso1995-04-135-13/+64
* Changed syntax for windows on the stored ccache file nameKeith Vetter1995-04-072-7/+12
* Windows cns: user can now specify the ccache file on the options dialog.Keith Vetter1995-04-077-176/+336
* Bug fixes or better error handling for the following 4 Windows bugsKeith Vetter1995-04-0626-111/+238
* pop_init.c (pop_init): Put in a type cast to shut up the compiler.Theodore Tso1995-04-042-1/+6
* Fixed low-level i/o routine (dup) not being STDC on the PCKeith Vetter1995-04-012-0/+5
* Initialize auth_context to NULL before calling sendauth()Theodore Tso1995-04-012-1/+6
* Use the local autoconf when rebuilding the configure scriptTheodore Tso1995-04-012-1/+6
* Use configure to see if unistd.h needs to be included. RemoveTheodore Tso1995-04-013-17/+8
* Move the dependency which causes all-$(WHAT) to be built so that itTheodore Tso1995-04-013-1/+8
* krb5_get_in_tkt returns proper error on clock skew mismatchesKeith Vetter1995-04-012-1/+6
* Can now specify port to telnet to on the command lineKeith Vetter1995-04-016-202/+322
* Zero out the entry before inserting itTheodore Tso1995-03-312-0/+6
* Remove CFLAGS=@CCOPTS@ line, which is in pre.inTheodore Tso1995-03-312-1/+4
* Make sure the context is initialized before it is usedTheodore Tso1995-03-312-0/+6
* * rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary replyTheodore Tso1995-03-313-2/+16