summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added sample krb5.conf fileTheodore Tso1995-04-221-0/+16
* Checked in wrong version of ChangeLogTheodore Tso1995-04-221-1/+3
* configure.in: Add SUBDIR rule in so this directory can be included intoTheodore Tso1995-04-223-14/+50
* krb5.h: krb5_princ_aref() doesn't work, and isn't used anywhere.Theodore Tso1995-04-223-17/+22
* Fix tests to reflect bit reversal changes to the krb5_flags fields.Theodore Tso1995-04-224-49/+59
* Fix BACKWARD_BITMASK_COMPAT so that it doesn't break user-to-userTheodore Tso1995-04-222-9/+106
* rlogin testing changes from ian@cygnus.comMark Eichin1995-04-213-6/+56
* More changes from ian@cygnus.com to support testingMark Eichin1995-04-215-16/+124
* Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com>Mark Eichin1995-04-218-15/+101
* From Ian Taylor <ian@cygnus.com>. Makes kadmind use -r for bothMark Eichin1995-04-215-16/+18
* From Ian Taylor <ian@cygnus.com>.Mark Eichin1995-04-213-4/+45
* * main.c (main): Handle -k if KRB5 is defined. (from ian@cygnus.com)Mark Eichin1995-04-212-1/+14
* If STDC and WINDOWS is not defined, define PROTOTYPE properly.Ezra Peisach1995-04-212-0/+6
* 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
* The .depend production rule now does even more cannonicalization ofTheodore Tso1995-04-212-2/+13
* Also remove pathnames of the form /mit/cygnus.... from the generatedTheodore Tso1995-04-212-0/+6
* Fix type const vs. non-const problemsTheodore Tso1995-04-211-1/+3
* Add new functions profile_get_string() and profile_get_integer(), forTheodore Tso1995-04-212-2/+91
* Use correct type for retvalTheodore Tso1995-04-211-1/+1
* Fixed references to sources to use $(srcdir)Theodore Tso1995-04-211-7/+7
* Added required include for <sys/types.h>Theodore Tso1995-04-211-0/+1
* Changes for testsuite from Ian Taylor <ian@cygnus.com>Mark Eichin1995-04-212-2/+52
* dejagnu test cases. (from Ian Taylor <ian@cygnus.com>)Mark Eichin1995-04-208-0/+2205
* Changes from Ian Taylor <ian@cygnus.com> to support testsuite.Mark Eichin1995-04-202-11/+30
* added missing htonsMark Eichin1995-04-201-1/+1
* Changes from Ian Taylor <ian@cygnus.com> to support testsuite.Mark Eichin1995-04-205-15/+33
* Move the define of BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, sinceTheodore Tso1995-04-203-8/+14
* * aclocal.m4 (.ct.c): use $(RM) instead of plain rmMark Eichin1995-04-202-1/+5
* Some PC fix-ups due to the include structure changingKeith Vetter1995-04-202-1/+10
* mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in orderTheodore Tso1995-04-203-40/+43
* Changes for the PC due to tytso's changing the include structureKeith Vetter1995-04-2010-3/+28
* Updated windows readme file to reflect gssapi and makefile changesKeith Vetter1995-04-202-3/+9
* Some top level makefile changes for the PC--does some of the MakefileKeith Vetter1995-04-202-15/+27
* Smarter PC makefile pulling .h files from the gssapi worldKeith Vetter1995-04-202-0/+11
* Remove .h files which are now collapsed into krb5.hTheodore Tso1995-04-2014-1878/+0
* Modify usage to reflect reality. Modified getopt call to recognize the alreadyEzra Peisach1995-04-202-3/+17
* Use $(CC) instead of ccTheodore Tso1995-04-201-3/+3
* 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