aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/appl/login/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/login/ChangeLog')
-rw-r--r--crypto/heimdal/appl/login/ChangeLog216
1 files changed, 0 insertions, 216 deletions
diff --git a/crypto/heimdal/appl/login/ChangeLog b/crypto/heimdal/appl/login/ChangeLog
deleted file mode 100644
index fc9f7554b9b5..000000000000
--- a/crypto/heimdal/appl/login/ChangeLog
+++ /dev/null
@@ -1,216 +0,0 @@
-2001-01-29 Assar Westerlund <assar@sics.se>
-
- * login.c: remove some krb5_free_context that might happen at
- unappropriate times
-
-2000-12-31 Assar Westerlund <assar@sics.se>
-
- * login.c (main): handle krb5_init_context failure consistently
-
-2000-12-11 Assar Westerlund <assar@sics.se>
-
- * login.c (do_login): set the group on the tty.
- (r_flag): comment out
- * login.c (krb5_to4): always return a value
-
-2000-10-15 Assar Westerlund <assar@sics.se>
-
- * login.c (krb5_to4): check another return code
-
-2000-08-22 Johan Danielsson <joda@pdc.kth.se>
-
- * login.c (do_login): set PATH to something sane;
- (start_logout_process): avoid getting signals sent to the parent
-
- * login_locl.h: _PATH_DEFPATH
-
-2000-07-01 Assar Westerlund <assar@sics.se>
-
- * login.c (login_timeout): add back
-
-2000-06-28 Johan Danielsson <joda@pdc.kth.se>
-
- * env.c: new file for environment related functions
-
- * login.c: move environment stuff to separate file, allow
- specifying list of environment files via login.conf
-
-2000-06-21 Assar Westerlund <assar@sics.se>
-
- * Makefile.am (LDADD): add otp
- * login.c: add reading of /etc/environment. From Ake Sandgren
- <ake@cs.umu.se>
- add otp support. From Daniel Kouril <kouril@ics.muni.cz>
-
-2000-06-09 Assar Westerlund <assar@sics.se>
-
- * login.c (do_login): work-around for setuid and capabilities bug
- fixed in Linux 2.2.16
-
-2000-04-09 Assar Westerlund <assar@sics.se>
-
- * login.c: allow conversion of v5 -> v4 tickets when logging in
- with forwarded tickets
-
-1999-11-09 Johan Danielsson <joda@pdc.kth.se>
-
- * conf.c: remove case for not having cgetent, since it's in roken
-
-1999-11-05 Assar Westerlund <assar@sics.se>
-
- * login.c (do_login): conditionalize shadow stuff on getspnam
-
-1999-10-30 Assar Westerlund <assar@sics.se>
-
- * Makefile.am (login_DEPENDENCIES): remove, it's not entirely
- correct and was causing problems with non-GNU make
-
-1999-10-28 Assar Westerlund <assar@sics.se>
-
- * login.c (start_logout_proceess): don't examine `prog' before
- setting it.
-
-1999-10-27 Assar Westerlund <assar@sics.se>
-
- * login.c (do_login): chown and chmod the tty. some clean-up.
-
-1999-10-03 Assar Westerlund <assar@sics.se>
-
- * login.c (krb5_start_session): correct the ccache to
- krb524_convert_creds_kdc
-
-1999-09-28 Assar Westerlund <assar@sics.se>
-
- * login.c (krb5_verify): use krb5_verify_user_lrealm
-
-1999-09-01 Johan Danielsson <joda@pdc.kth.se>
-
- * login.c: SGI capability mumbo-jumbo
-
-1999-08-09 Johan Danielsson <joda@pdc.kth.se>
-
- * login.c (start_logout_process): call setproctitle
-
- * login_locl.h: declare struct spwd
-
- * login.c: add support for starting extra processes at login and
- logout; always preserve TERM and TZ
-
- * conf.c: add configuration file support
-
-1999-08-07 Assar Westerlund <assar@sics.se>
-
- * shadow.c (check_shadow): check for a NULL sp
-
-1999-08-05 Assar Westerlund <assar@sics.se>
-
- * login.c (main): move down login incorrect to disallow account
- guessing
-
-1999-08-04 Assar Westerlund <assar@sics.se>
-
- * utmpx_login.c (utmpx_login): fix for Solaris. From Miroslav
- Ruda <ruda@ics.muni.cz>
-
- * login_locl.h: add <shadow.h> and some prototypes
-
- * login.c: fixes with v4 and shadow support. From Miroslav Ruda
- <ruda@ics.muni.cz>
-
- * shadow.c: new file with functions for handling shadow passwords
-
- * Makefile.am: add shadow
-
-1999-07-22 Assar Westerlund <assar@sics.se>
-
- * login.c (main): generate a better tty name
-
-1999-05-25 Johan Danielsson <joda@pdc.kth.se>
-
- * login.c (do_login): set $SHELL
-
-1999-05-18 Assar Westerlund <assar@sics.se>
-
- * add login-access
-
-1999-05-11 Assar Westerlund <assar@sics.se>
-
- * login.c: copy the v5 ccache to a file after having done setuid
-
-1999-05-09 Assar Westerlund <assar@sics.se>
-
- * login.c (krb5_verify): check seteuid for errors
-
-Mon Apr 19 22:30:55 1999 Assar Westerlund <assar@sics.se>
-
- * login.c: conditionalize the kafs calls on KRB4
-
- * Makefile.am (LDADD): add kafs
-
- * login.c: add support for getting afs tokens with v4 and v5
-
-Sun Apr 18 14:12:28 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * login.c: check _PATH_NOLOGIN
-
- * login_locl.h: _PATH_NOLOGIN
-
-1999-04-11 Assar Westerlund <assar@sics.se>
-
- * login.c (main): use print_version
-
-Thu Apr 8 15:03:55 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * login.c: remove definition of KRB_VERIFY_USER et.al. (moved to
- config.h)
-
- * login_locl.h: include udb.h, sys/resource.h, and sys/category.h
-
-Sat Mar 27 17:58:37 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * Makefile.am: osfc2.c
-
- * login.c: magic for OSF C2, and Crays
-
- * login_locl.h: do_osfc2_magic proto
-
- * osfc2.c: bsd_locl -> login_locl
-
- * osfc2.c: OSF C2 magic
-
-Tue Mar 23 14:17:40 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * login_locl.h: _PATH_UTMP
-
-Sun Mar 21 15:02:31 1999 Johan Danielsson <joda@blubb.pdc.kth.se>
-
- * login.c: `-h' is host, not help
-
-Sat Mar 20 00:11:13 1999 Assar Westerlund <assar@sics.se>
-
- * login_locl.h: krb.h: add
-
- * login.c: static-size
- (krb4_verify): add
-
-Thu Mar 18 11:36:10 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * Makefile.am: include Makefile.am.common
-
-Thu Mar 11 17:53:36 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * utmpx_login.c: add some consts
-
- * utmp_login.c: add some consts
-
- * login.c: staticize
-
- * login_locl.h: add prototypes, and defaults for
- _PATH_*
-
-Mon Mar 1 10:49:14 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * utmpx_login.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
-
- * utmp_login.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
-