2003-10-21  Love  <lha@stacken.kth.se>

	* configure.in: only set -Wall with gcc
	
2003-10-03  Love  <lha@stacken.kth.se>

	* kpam.c: s/BUFSIZE/KPAM_BUFFER_SIZE/ to avoid colliding with stdio
	
	* kpam.c: make all the if into a switch, destroy tokens on logout

2003-10-01  Love  <lha@stacken.kth.se>

	* kpam_log.h: always expose kpam_syslog_debug
 
	* kpam.c: use kpam_syslog_debug use sizeof(buffer) instead of
	constant
 
	* kpam_log.c: log at INFO
 
	* *.[ch]: do plenty of evil things to make afslog work in setcred

2003-03-07  Love  <lha@stacken.kth.se>

	* krb_stuff.c (create_afs_tokens): do krb5_afslog_uid_home instead
	
2003-03-06  Love  <lha@stacken.kth.se>

	* krb_stuff.c (create_afs_tokens): use krb5_afslog_uid instead of
	krb5_afslog

2003-02-06  Love  <lha@stacken.kth.se>

	* krb_stuff.c: cast to unsigned int to avoid warning

2003-01-31  Love  <lha@stacken.kth.se>

	* krb_stuff.c: add some missing {}, s/\<opt\>/kopt/ pointed out by
	matttiasa@e.kth.se
	
2003-01-29  Love  <lha@stacken.kth.se>

	* kpam_opt.c: wrap too long lines
	
	* kpam_opt.c: add ignore_afs_failure ad an options string, still
	accept ignore_afs

2003-01-18  Love  <lha@stacken.kth.se>

	* kpam.c: break lines longer then 80 chars, clean
	
	* kpam_opt.c: add ignore_afs_failure (from Harald Barth)
	
	* krb_stuff.c: (krb_kauth): more verbose error logging in afs
	failure case, make it possible to ignore afs failure (from Harald
	Barth)
	
	* kpam_opt.h: add option ignore_afs_failure (from Harald Barth)
	
	* README: document ignore_afs_failure (from Harald Barth)
	
2003-01-15  Love  <lha@stacken.kth.se>

	* configure.in: check for more headers check if we need -lresolv
	for res_search
	
	* cf: more autofoo stuff from arla
	
2002-11-27  Love  <lha@stacken.kth.se>

	* krb_stuff.c: fixe some warnings, from mattiasa@e.kth.se
	
2002-09-19  Love  <lha@stacken.kth.se>

	* release.sh: release script
	
	* krb_stuff.c: don't use err, use ret for return values ident
	
	* *.[ch]: add option afs_aquire_pag

	* *.[ch]: make it use the default realm from kerberos

	* Makefile.in: more srcdir stuff