summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warningsPaul Park1995-05-092-2/+6
* Add new modulesPaul Park1995-05-091-0/+4
* Add new modules to handle administrative protocol keyword=valuePaul Park1995-05-096-0/+1234
* Change to use profile information instead of assuming that thePaul Park1995-05-091-53/+189
* Add definitions for new administrative protocol extensionsPaul Park1995-05-093-12/+158
* configure.in: Check for stdlib.hEzra Peisach1995-05-093-1/+15
* Add AC_HEADER_STDC to define STDC_HEADERS for getdate.y (if present)Ezra Peisach1995-05-092-0/+6
* Include prof_int.h. This programs relies on internal functions andEzra Peisach1995-05-092-1/+6
* Remove t_kerb and t_kerb.o on make cleanEzra Peisach1995-05-092-0/+5
* kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.Ezra Peisach1995-05-094-2/+21
* configure.in: Add HAS_ANSI_VOLATILEEzra Peisach1995-05-093-4/+8
* mk_faddr.c (krb5_make_fulladdr): Allocate enough memory forEzra Peisach1995-05-092-1/+4
* Declare prompt and prompt2 as const char * so that callersEzra Peisach1995-05-092-2/+7
* can use sameEzra Peisach1995-05-092-7/+9
* Add string.h if necessary to define strlen, etc.Ezra Peisach1995-05-0910-4/+42
* kparse.h: Remove ErrorMsg definition. It is declared static in source fileEzra Peisach1995-05-093-8/+8
* Back out change. Turns out it's not really necessary (the master keyTheodore Tso1995-05-052-6/+1
* Change default KDC etype to be DES_CBC_MD5, to be conformant withTheodore Tso1995-05-052-1/+6
* Update TODO file to reflect status as of the BETA 5 releaseTheodore Tso1995-05-051-14/+28
* Update patchlevel.h for BETA 5 releaseTheodore Tso1995-05-052-2/+4
* Encrypted rcp tests now work - don't log as errorEzra Peisach1995-05-052-2/+5
* Created missing .Sanitize fileTheodore Tso1995-05-051-0/+36
* CHANGES is out of date, removed. Don't distribute the TODO file in the releaseTheodore Tso1995-05-052-53/+2
* Removing no-longer-used kadmin.new code (used to interface to OV admin server)Theodore Tso1995-05-0513-3128/+0
* Added $(DESTDIR) support to make install productionTheodore Tso1995-05-051-2/+2
* Fix .Sanitize files to reflect new added filesTheodore Tso1995-05-055-0/+8
* Remove getopt(3) options tooPaul Park1995-05-052-2/+6
* Remove language support flagsPaul Park1995-05-056-50/+31
* * rcp.exp (rcp_test()): Pass -c and -C args to encrypted rcp.Chris Provenzano1995-05-052-2/+7
* * default.exp : Removed FILE: part of env(KRB5CCNAME)Chris Provenzano1995-05-052-1/+5
* * krcp.c (answer_auth()): Requires two new args that are passedChris Provenzano1995-05-052-38/+81
* Remove all files in ZIPCLEANUP after building kerbsrc.zip. This keepsTheodore Tso1995-05-052-14/+23
* Fix spelling typoTheodore Tso1995-05-051-1/+1
* krb5.conf: Add example of the new [realms]/<realm>/v4_instance_convert/Theodore Tso1995-05-053-0/+22
* prof_init.c (profile_get_values): Return PROF_NO_PROFILE if theTheodore Tso1995-05-053-0/+11
* conv_princ.c (krb5_425_conv_principal): Use new callingTheodore Tso1995-05-056-18/+193
* prof_tree.c (profile_free_node): Copy child->next to a scratchTheodore Tso1995-05-053-3/+10
* * krcp.c (answer_auth()): Don't destroy the credential cacheChris Provenzano1995-05-052-17/+14
* Update .Sanitize file to reflect new files that have been added and deletedTheodore Tso1995-05-043-15/+4
* New .Sanitize file for the windows/gss directoryTheodore Tso1995-05-041-0/+40
* Update Sanitize file to reflect file additions, deletionsTheodore Tso1995-05-0412-8/+158
* * put_svc_key.c (put_svc_key): remove spurious & in front of fkeyTom Yu1995-05-045-4/+17
* * Makefile.in: new includes target to install krb_err.h inTom Yu1995-05-042-8/+14
* * klist.c : Changed progname to argv[0] for consistancy withChris Provenzano1995-05-042-20/+24
* * kdestroy.c : Added #include <string.h>Chris Provenzano1995-05-042-2/+7
* v5 database..Ezra Peisach1995-05-042-0/+9
* * klist.c : #include <string.h>, a must for prototypes of variousChris Provenzano1995-05-042-1/+8
* * krcp.c (answer_auth()): Set auth_context = NULL before using itChris Provenzano1995-05-042-2/+7
* * telnetd.c: respect HAVE_SYS_TTY_HMark Eichin1995-05-032-0/+6
* Fix reversed sense of #ifdef OLD_SIGNALS to prevent use of calling signal()Theodore Tso1995-05-031-1/+1