summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add authenc.c to the SRCS list; authenc.o is in the OBJS list, afterTheodore Tso1995-08-072-1/+5
* If using the autoconf in the local tree, invoke it using /bin/sh, soTheodore Tso1995-08-072-2/+10
* Include $(NETIO_SRCS) in the list of source files, instead ofTheodore Tso1995-08-072-1/+4
* aclocal.m4 (SS_RULES): Add double quotes around "$}{*.ct"Theodore Tso1995-08-072-4/+12
* Add $(SHELL) to invocation of config_script, so that the tree canTheodore Tso1995-08-072-1/+8
* Add $(SHELL) to invocation of config_script, so that the tree canTheodore Tso1995-08-072-1/+6
* Use generic_gss_release_oid_set() instead of gss_release_oid_set() soTheodore Tso1995-08-072-1/+7
* If there is an error looking up the key, make sure the keytab isTheodore Tso1995-08-072-6/+15
* tf_util.c (utimes): If __SVR4 is defined, #include <utime.h>, just asTheodore Tso1995-08-073-2/+13
* Improve keysalt handlingPaul Park1995-08-073-15/+31
* Restore input strings to their original state after parsingPaul Park1995-08-072-9/+16
* Describe previous changesPaul Park1995-08-071-0/+6
* Handle V4 salttype correctlyPaul Park1995-08-071-5/+9
* Fix key list merging so that kvno is generated correctlyPaul Park1995-08-071-14/+18
* Use krb5_string_to_keysalts() to ensure that list is uniquePaul Park1995-08-072-44/+16
* Build fixes for SolarisPaul Park1995-08-073-1/+14
* Fix another big-endian problemPaul Park1995-08-072-1/+8
* Hacks to get this to compile with the new kdb formatPaul Park1995-08-074-96/+97
* libpty fixesPaul Park1995-08-073-3/+13
* Manually initialize krbtgt_princ.dataPaul Park1995-08-072-1/+8
* Add new error KRB5_KDB_BAD_KEYTYPEChris Provenzano1995-08-072-0/+5
* New routines for changing passwords of new kdb entriesChris Provenzano1995-08-073-34/+396
* Hacks to get it to compile with new kdb formatChris Provenzano1995-08-072-29/+39
* Add prototypes for krb5_dbe_{en,de}code_last_pwd_change(), andChris Provenzano1995-08-072-5/+36
* * cpw.c : Uses new kdb change password routines for ank, ark, cpw,Chris Provenzano1995-08-078-746/+199
* Check for utmp[x].hPaul Park1995-08-072-1/+6
* Return value from pty_open_ctty is non-zero on error, not negativeEzra Peisach1995-08-052-1/+6
* * k5-int.h: Add prototypes for krb5_crypto_os_localaddr andTom Yu1995-08-052-0/+13
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-0529-94/+171
* Get telnetd working with libptySam Hartman1995-08-055-437/+93
* libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso1995-08-053-2/+15
* * Makefile.in: use libupdate so to not get multiple copies ofTom Yu1995-08-046-12/+29
* Describe previous changesPaul Park1995-08-042-0/+23
* Update key handling prototypes and add new prototypesPaul Park1995-08-041-0/+24
* Rework key_{string_to,random}_keys. Find latest admin key instead of key[0]Paul Park1995-08-041-193/+318
* Make passwd_check_opass_ok() availablePaul Park1995-08-041-6/+7
* Add support for add-key and delete-keyPaul Park1995-08-042-27/+744
* Replace hand-decoded integers with kdb macrosPaul Park1995-08-042-8/+6
* Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1995-08-044-128/+96
* Add new key/salt tuple handling modulesPaul Park1995-08-045-76/+222
* Add encode/decode macros for integers for use between kdb modulesPaul Park1995-08-041-0/+25
* Add prototype definitions for new libkadm functionsPaul Park1995-08-041-0/+27
* Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso1995-08-0412-159/+136
* Add .cvsignore to ignore configureEzra Peisach1995-08-041-0/+1
* missed a #endifTom Yu1995-08-041-1/+1
* * cleanup.c (pty_cleanup): Add missing declarations for retval andTom Yu1995-08-042-3/+10
* * krlogind.c: don't include utmp.h, since libty.h grabs itTom Yu1995-08-042-1/+4
* Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman1995-08-033-1/+25
* Add new error KRB5_KDB_BAD_SALTTYPEChris Provenzano1995-08-032-0/+7
* do_as_req.c : Fix bug from new kdb changes.Chris Provenzano1995-08-033-57/+67