summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Put the V4 kadmin server in its new placeTheodore Tso1995-04-2515-0/+3581
* Add the Sandia kadmin libraries in their new location. (kadmin.old)Theodore Tso1995-04-2551-0/+9068
* * Makefile.in (all): Use ARADD to facilitate incrementalEzra Peisach1995-04-254-1/+17
* Fix Sanitize files to reflect current treeTheodore Tso1995-04-252-0/+50
* Fix .Sanitize file to conform with new filesTheodore Tso1995-04-251-14/+0
* * 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
* Restore original "null action" Makefile which tell a Unix user to runTheodore Tso1995-04-251-376/+4
* PC Makefile work-around to do a touchKeith Vetter1995-04-242-1/+5
* 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 bad ASN.1 changesTheodore Tso1995-04-224-59/+49
* Back out ASN.1 library changes (which were incorrect)Theodore Tso1995-04-224-223/+9
* Rename profile.h.in to profile.hin to, make things easier for systemsTheodore Tso1995-04-223-2/+7
* Out of date, but it's more recent than what's in the tree...Theodore Tso1995-04-221-0/+4
* Don't use krb5_override_default_realm, as it is obsoleteTheodore Tso1995-04-222-3/+15
* Only call krb5_init_context if the telnet context hasn't beenTheodore Tso1995-04-222-2/+8
* The variable krb5_override_default_realm is obsolete. Use theTheodore Tso1995-04-222-6/+11
* The variable krb5_override_default_realm is obsolete. Use theTheodore Tso1995-04-222-4/+16
* Add .cvsignore for this directoryTheodore Tso1995-04-221-0/+1
* Fix name of port for kpropd from krb_prop to krb5_propTheodore Tso1995-04-221-0/+6
* Fix name of port for kpropd from krb_prop to krb5_propTheodore Tso1995-04-222-3/+12
* Don't rely on krb5_kdc_portname and krb5_kdc_sec_portname anymore.Theodore Tso1995-04-222-9/+10
* Makefile.in, configure.in, t_std_conf.c: Add test program toTheodore Tso1995-04-2210-106/+382
* Make configure look for pwd.h and define HAVE_PWD_H if foundChris Provenzano1995-04-222-0/+6
* Fix == vs = typoTheodore Tso1995-04-221-2/+2
* Add #define's for DEFAULT_PROFILE_FILENAMETheodore Tso1995-04-222-0/+12
* 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