summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed HAS_SHADOW to HAVE_SHADOWRichard Basch1994-12-281-2/+2
* Removed a reference to CBAUD that caused compilation errorsRichard Basch1994-12-281-2/+0
* Changed uid_type to uid_t, gid_type to gid_tRichard Basch1994-12-281-33/+44
* logutil.c, configure.inRichard Basch1994-12-281-0/+11
* Added caching to some of the local tests.Richard Basch1994-12-281-19/+48
* Corrected the arguments to updwtmpx, and getutxidRichard Basch1994-12-281-2/+2
* Changed the PATH for looking for BSD r* commandsRichard Basch1994-12-281-3/+3
* * configure.inRichard Basch1994-12-281-0/+12
* * krlogind.cRichard Basch1994-12-281-40/+60
* * logutil.cRichard Basch1994-12-281-16/+2
* * configure.inRichard Basch1994-12-281-1/+2
* Tue Dec 27 14:42:15 1994 Richard Basch (probe@tardis)Richard Basch1994-12-271-0/+18
* * configure.inRichard Basch1994-12-271-3/+2
* Revamped the utmp/wtmp handlingRichard Basch1994-12-271-40/+18
* * krlogin.cRichard Basch1994-12-271-13/+11
* * krlogind.cRichard Basch1994-12-273-177/+147
* * Makefile.inRichard Basch1994-12-271-1/+1
* * krlogind.cRichard Basch1994-12-272-77/+118
* aclocal.m4:Richard Basch1994-12-271-0/+7
* configure.in:Richard Basch1994-12-271-32/+55
* Combined KRB5_UTPID, KRB5_UTTYPE, and KRB5_UTHOST into CHECK_UTMP macro.Richard Basch1994-12-273-25/+14
* Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs.Richard Basch1994-12-261-0/+2
* Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs.Richard Basch1994-12-266-11/+45
* Add a enc_part2 member to the krb5_cred structure which may point to theTheodore Tso1994-12-242-6/+12
* fixes as per OV suggestionsTom Yu1994-12-237-54/+655
* configure.in:Theodore Tso1994-12-225-1/+130
* Add test for uid_tTheodore Tso1994-12-222-0/+5
* Change the type of krb5_context to include the pointerTheodore Tso1994-12-226-13/+13
* Fix typoTheodore Tso1994-12-211-1/+1
* New function which support krb5_init_os_context and krb5_free_os_contextTheodore Tso1994-12-201-0/+65
* Add support for krb5_init_os_context and krb5_free_os_contextTheodore Tso1994-12-202-0/+5
* Add support for krb5_init_context and krb5_free_contextTheodore Tso1994-12-203-0/+71
* Add new typedefs, declarations for krb5_context and krb5_os_contextTheodore Tso1994-12-205-0/+30
* Add new magic numbers for krb5_context and krb5_os_contextTheodore Tso1994-12-202-0/+6
* Workaround more Ultrix sh brain damageTheodore Tso1994-12-202-1/+5
* Work around yet another really horrible Ultrix sh bug. The values ofTheodore Tso1994-12-202-1/+12
* Use syslog instead of krb_logTheodore Tso1994-12-192-1/+5
* Do the right thing if we are compiling without V4 support. (TheTheodore Tso1994-12-194-3/+27
* Fixed minor bug where the length of the returned domain was calculatedTheodore Tso1994-12-192-1/+6
* krcp.c, krlogin.c, krlogind.c (v5_des_write): Fix byte swapping codeTheodore Tso1994-12-194-20/+36
* If a null addresses is passed in to krb5_scc_store_addrs, don't core dumpTheodore Tso1994-12-132-3/+10
* If a null addresses is passed in to krb5_fcc_store_addrs, don't core dumpTheodore Tso1994-12-132-3/+10
* Add check for HAS_SETSID test for daemon.cTheodore Tso1994-12-132-0/+5
* do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; itTheodore Tso1994-12-136-20/+43
* rd_req_dec.c (decrypt_authenticator): If the subkey doesn't exist,Theodore Tso1994-12-132-1/+7
* externs.h: If USE_TERMIO is defined and SYSV_TERMIO isn't, then alwaysTheodore Tso1994-12-133-2/+11
* gmtime expects a pointer to a time_t, not a long. On most systemsTheodore Tso1994-12-082-1/+7
* Set the principal's type and magic numberTheodore Tso1994-12-012-1/+5
* Makefile.in: Build the new test driver (t_walk_rtree.c) forTheodore Tso1994-12-015-1/+87
* aclocal.m4, configure.in: Add appropriate help text for the --with-*Theodore Tso1994-11-304-9/+37