ChangeLog revision 178825
1178825Sdfr2007-07-10  Love H�rnquist �strand  <lha@it.su.se>
2142403Snectar
3178825Sdfr	* Makefile.am: New library version.
4178825Sdfr
5178825Sdfr2007-05-10  Love H�rnquist �strand  <lha@it.su.se>
6178825Sdfr
7178825Sdfr	* kafs.h: Add VIOCSETTOK2
8142403Snectar	
9178825Sdfr2006-10-21  Love H�rnquist �strand  <lha@it.su.se>
10178825Sdfr	
11178825Sdfr	* Makefile.am: unbreak previous
12178825Sdfr	
13178825Sdfr	* Makefile.am: split dist and nodist sources
14178825Sdfr	
15178825Sdfr2006-10-20  Love H�rnquist �strand  <lha@it.su.se>
16178825Sdfr	
17178825Sdfr	* Makefile.am: add more files
18178825Sdfr	
19178825Sdfr2006-05-01  Love H�rnquist �strand  <lha@it.su.se>
20142403Snectar
21178825Sdfr	* kafs.3: Spelling, from Bj�rn Sandell.
22178825Sdfr	
23178825Sdfr2006-04-11  Love H�rnquist �strand  <lha@it.su.se>
24178825Sdfr
25178825Sdfr	* afssys.c: use afs_ioctlnum, From Tomas Olsson <tol@it.su.se>
26178825Sdfr	
27178825Sdfr2006-04-10  Love H�rnquist �strand  <lha@it.su.se>
28178825Sdfr
29178825Sdfr	* afssys.c: Try harder to get the pioctl to work via the /proc or
30178825Sdfr	/dev interface, OpenAFS choose to reuse the same ioctl number,
31178825Sdfr	while Arla didn't.  Also, try new ioctl before the the old
32178825Sdfr	syscalls.
33178825Sdfr
34178825Sdfr	* afskrb5.c (afslog_uid_int): use the simpler
35178825Sdfr	krb5_principal_get_realm function.
36178825Sdfr	
37178825Sdfr2005-12-21  Love H�rnquist �strand  <lha@it.su.se>
38178825Sdfr
39178825Sdfr	* Makefile.am: Remove dependency on config.h, breaks IRIX build,
40178825Sdfr	could depend on libkafs_la_OBJECTS, but that is just asking for
41178825Sdfr	trubble.
42178825Sdfr	
43178825Sdfr2005-10-20  Love H�rnquist �strand  <lha@it.su.se>
44178825Sdfr
45178825Sdfr	* afssys.c (k_hasafs_recheck): new function, allow rechecking if
46178825Sdfr	AFS client have started now, internaly it resets the internal
47178825Sdfr	state from k_hasafs() and retry retry the probing. The problem
48178825Sdfr	with calling k_hasaf() is that is plays around with signals, and
49178825Sdfr	that cases problem for some systems/applications.
50178825Sdfr	
51178825Sdfr2005-10-02  Love H�rnquist �strand  <lha@it.su.se>
52178825Sdfr
53178825Sdfr	* kafs_locl.h: Maybe include <sys/sysctl.h>.
54178825Sdfr
55178825Sdfr	* afssys.c: Mac OS X 10.4 needs a runtime check if we are going to
56178825Sdfr	use the syscall, there is no cpp define to use to check the
57178825Sdfr	version.  Every after 10.0 (darwin 8.0) uses the /dev/ version of
58178825Sdfr	the pioctl.
59178825Sdfr	
60178825Sdfr2005-10-01  Love H�rnquist �strand  <lha@it.su.se>
61178825Sdfr
62178825Sdfr	* afssys.c: Support the new MacOS X 10.4 ioctl interface that is a
63178825Sdfr	device node. Patched from Tomas Olson <tol@it.su.se>.
64178825Sdfr	
65178825Sdfr2005-08-26  Love H�rnquist �strand  <lha@it.su.se>
66178825Sdfr
67178825Sdfr	* afskrb5.c: Default to use 2b tokens.
68178825Sdfr
69178825Sdfr2005-06-17  Love H�rnquist �strand  <lha@it.su.se>
70178825Sdfr
71178825Sdfr	* common.c: rename index to idx
72178825Sdfr
73178825Sdfr	* afssys.c (k_afs_cell_of_file): unconst path
74178825Sdfr	
75178825Sdfr2005-06-02  Love H�rnquist �strand  <lha@it.su.se>
76178825Sdfr
77178825Sdfr	* use struct kafs_data everywhere, don't mix with the typedef
78178825Sdfr	kafs_data
79178825Sdfr
80178825Sdfr	* roken_rename.h: rename more resolve.c symbols
81178825Sdfr	
82178825Sdfr	* afssys.c: Don't building map_syscall_name_to_number where its
83178825Sdfr	not used.
84178825Sdfr
85178825Sdfr2005-02-24  Love H�rnquist �strand  <lha@it.su.se>
86178825Sdfr
87178825Sdfr	* Makefile.am: bump version to 4:1:4
88178825Sdfr
89178825Sdfr2005-02-03  Love H�rnquist �strand  <lha@it.su.se>
90178825Sdfr
91178825Sdfr	* kafs.h: de-__P
92178825Sdfr	
93178825Sdfr2004-12-06  Love H�rnquist �strand  <lha@it.su.se>
94178825Sdfr
95178825Sdfr	* afskrb5.c: s/KEYTYPE_DES/ETYPE_DES_CBC_CRC/
96178825Sdfr	
97178825Sdfr2004-08-09  Love H�rnquist �strand  <lha@it.su.se>
98178825Sdfr
99178825Sdfr	* afssysdefs.h: ifdef protect AFS_SYSCALL for DragonFly since they
100178825Sdfr	still define __FreeBSD__ (and __FreeBSD_version), but claim that
101178825Sdfr	they will stop doing it some time...
102178825Sdfr	
103178825Sdfr	* afssysdefs.h: dragonflybsd uses 339 just like freebsd5
104178825Sdfr	
105178825Sdfr2004-06-22  Love H�rnquist �strand  <lha@it.su.se>
106178825Sdfr
107178825Sdfr	* afssys.c: s/arla/nnpfs/
108178825Sdfr	
109178825Sdfr	* afssys.c: support the linux /proc/fs/mumel/afs_ioctl afs
110142403Snectar	"syscall" interface
111178825Sdfr
112178825Sdfr2004-01-22  Love H�rnquist �strand  <lha@it.su.se>
113178825Sdfr
114178825Sdfr	* common.c: search paths for AFS configuration files for the
115178825Sdfr	OpenAFS MacOS X, fix comment
116142403Snectar	
117178825Sdfr	* kafs.h: search paths for AFS configuration files for the OpenAFS
118178825Sdfr	MacOS X
119120945Snectar
120178825Sdfr2003-12-02  Love H�rnquist �strand  <lha@it.su.se>
121178825Sdfr
122178825Sdfr	* common.c: add _PATH_ARLA_OPENBSD & c/o
123178825Sdfr	
124178825Sdfr	* kafs.h: add _PATH_ARLA_OPENBSD & c/o
125178825Sdfr	
126178825Sdfr2003-11-14  Love H�rnquist �strand  <lha@it.su.se>
127178825Sdfr
128178825Sdfr	* common.c: typo, Bruno Rohee <bruno@rohee.com>
129178825Sdfr	
130178825Sdfr2003-11-08  Love H�rnquist �strand  <lha@it.su.se>
131178825Sdfr
132178825Sdfr	* kafs.3: spelling, partly from jmc <jmc@prioris.mini.pw.edu.pl>
133178825Sdfr	
134178825Sdfr2003-09-30  Love H�rnquist �strand  <lha@it.su.se>
135178825Sdfr
136178825Sdfr	* afskrb5.c (krb5_afslog_uid_home): be even more friendly to the
137178825Sdfr	user and fetch context and id ourself
138178825Sdfr	
139178825Sdfr2003-09-23  Love H�rnquist �strand  <lha@it.su.se>
140178825Sdfr
141178825Sdfr	* afskrb5.c (afslog_uid_int): just belive that realm hint the user
142178825Sdfr	passed us
143178825Sdfr
144178825Sdfr2003-07-23  Love H�rnquist �strand  <lha@it.su.se>
145178825Sdfr
146178825Sdfr	* Makefile.am: always include v4 symbols
147178825Sdfr	
148178825Sdfr	* afskrb.c: provide dummy krb_ function to there is no need to
149178825Sdfr	bump major
150178825Sdfr
151178825Sdfr2003-06-22  Love H�rnquist �strand  <lha@it.su.se>
152178825Sdfr
153178825Sdfr	* afskrb5.c (v5_convert): rename one of the two c to cred4
154178825Sdfr	
155178825Sdfr2003-04-23  Love H�rnquist �strand  <lha@it.su.se>
156178825Sdfr
157120945Snectar	* common.c, kafs.h: drop the int argument (the error code) from
158120945Snectar	the logging function
159120945Snectar
160120945Snectar2003-04-22  Johan Danielsson  <joda@pdc.kth.se>
161120945Snectar
162120945Snectar	* afskrb5.c (v5_convert): better match what other functions do
163120945Snectar	with values from krb5.conf, like case insensitivity
164120945Snectar
165178825Sdfr2003-04-16  Love H�rnquist �strand  <lha@it.su.se>
166120945Snectar
167120945Snectar	* kafs.3: Change .Fd #include <header.h> to .In header.h
168120945Snectar	from Thomas Klausner <wiz@netbsd.org>
169120945Snectar
170178825Sdfr2003-04-14  Love H�rnquist �strand  <lha@it.su.se>
171120945Snectar
172120945Snectar	* Makefile.am: (libkafs_la_LDFLAGS): update version
173120945Snectar	
174120945Snectar	* Makefile.am (ROKEN_SRCS): drop strupr.c
175120945Snectar	
176120945Snectar	* kafs.3: document kafs_set_verbose
177120945Snectar	
178120945Snectar	* common.c (kafs_set_verbose): add function that (re)sets the
179120945Snectar	logging function
180120945Snectar	(_kafs_try_get_cred): add function that does (krb_data->get_cred) to
181120945Snectar	make logging easier (that is now done in this function)
182120945Snectar	(*): use _kafs_try_get_cred
183120945Snectar
184120945Snectar	* afskrb5.c (get_cred): handle that inst can be the empty string too
185120945Snectar	(v5_convert): use _kafs_foldup
186120945Snectar	(krb5_afslog_uid_home): set name
187120945Snectar	(krb5_afslog_uid_home): ditto
188120945Snectar
189120945Snectar	* afskrb.c (krb_afslog_uid_home): set name
190120945Snectar	(krb_afslog_uid_home): ditto
191120945Snectar
192120945Snectar	* kafs_locl.h (kafs_data): add name
193120945Snectar	(_kafs_foldup): internally export
194120945Snectar
195178825Sdfr2003-04-11  Love H�rnquist �strand  <lha@it.su.se>
196120945Snectar
197120945Snectar	* kafs.3: tell that cell-name is uppercased
198120945Snectar	
199120945Snectar	* Makefile.am: add INCLUDE_krb4 when using krb4, add INCLUDE_des
200120945Snectar	when using krb5, add strupr.c
201120945Snectar	
202120945Snectar	* afskrb5.c: Check the cell part of the name, not the realm part
203120945Snectar	when checking if 2b should be used. The reson is afs@REALM might
204120945Snectar	have updated their servers but not afs/cell@REALM. Add constant
205120945Snectar	KAFS_RXKAD_2B_KVNO.
206120945Snectar
207178825Sdfr2003-04-06  Love H�rnquist �strand  <lha@it.su.se>
208120945Snectar
209120945Snectar	* kafs.3: s/kerberos/Kerberos/
210120945Snectar	
211178825Sdfr2003-03-19  Love H�rnquist �strand  <lha@it.su.se>
212120945Snectar
213120945Snectar	* kafs.3: spelling, from <jmc@prioris.mini.pw.edu.pl>
214120945Snectar	
215120945Snectar	* kafs.3: document the kafs_settoken functions write about the
216120945Snectar	krb5_appdefault option for kerberos 5 afs tokens fix prototypes
217120945Snectar	
218178825Sdfr2003-03-18  Love H�rnquist �strand  <lha@it.su.se>
219120945Snectar
220120945Snectar	* afskrb5.c (kafs_settoken5): change signature to include a
221120945Snectar	krb5_context, use v5_convert
222120945Snectar	(v5_convert): new function, converts a krb5_ccreds to a kafs_token in
223120945Snectar	three diffrent ways, not at all, local 524/2b, and using 524
224120945Snectar	(v5_to_kt): add code to do local 524/2b
225120945Snectar	(get_cred): use v5_convert
226120945Snectar
227120945Snectar
228120945Snectar	* kafs.h (kafs_settoken5): change signature to include a
229120945Snectar	krb5_context
230120945Snectar
231120945Snectar	* Makefile.am: always build the libkafs library now that the
232120945Snectar	kerberos 5 can stand on their own
233120945Snectar	
234120945Snectar	* kafs.3: expose the krb5 functions
235120945Snectar	
236120945Snectar	* common.c (kafs_settoken_rxkad): move all content kerberos
237120945Snectar	version from kafs_settoken to kafs_settoken_rxkad
238120945Snectar	(_kafs_fixup_viceid): move the fixup the timestamp to make client
239120945Snectar	happy code here.
240120945Snectar	(_kafs_v4_to_kt): move all the kerberos 4 dependant parts from
241120945Snectar	kafs_settoken here.
242120945Snectar	(*): adapt to kafs_token
243120945Snectar
244120945Snectar	* afskrb5.c (kafs_settoken5): new function, inserts a krb5_creds
245120945Snectar	into kernel
246120945Snectar	(v5_to_kt): new function, stores a krb5_creds in struct kafs_token
247120945Snectar	(get_cred): add a appdefault boolean ("libkafs", realm, "afs-use-524")
248120945Snectar	that can used to toggle if there should v5 token should be used
249120945Snectar	directly or converted via 524 first.
250120945Snectar
251120945Snectar	* afskrb.c: move kafs_settoken here, use struct kafs_token
252120945Snectar	
253120945Snectar	* kafs_locl.h: include krb5-v4compat.h if needed, define an
254120945Snectar	internal structure struct kafs_token that carries around for rxkad
255120945Snectar	data that is independant of kerberos version
256120945Snectar	
257178825Sdfr2003-02-18  Love H�rnquist �strand  <lha@it.su.se>
258120945Snectar
259120945Snectar	* dlfcn.h: s/intialize/initialize, from
260120945Snectar	<jmc@prioris.mini.pw.edu.pl>
261120945Snectar
262120945Snectar2003-02-08  Assar Westerlund  <assar@kth.se>
263120945Snectar
264120945Snectar	* afssysdefs.h: fix FreeBSD section
265120945Snectar
266178825Sdfr2003-02-06  Love H�rnquist �strand  <lha@it.su.se>
267120945Snectar
268120945Snectar	* afssysdefs.h: use syscall 208 on openbsd (all version) use
269120945Snectar	syscall 339 on freebsd 5.0 and later, use 210 on 4.x and earlier
270120945Snectar	
271102644Snectar2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
272102644Snectar
273102644Snectar	* kafs.3: move around sections (from NetBSD)
274102644Snectar
275102644Snectar2002-05-31  Assar Westerlund  <assar@pdc.kth.se>
276102644Snectar
277102644Snectar	* common.c: remove the trial of afs@REALM for cell != realm, it
278102644Snectar	tries to use the wrong key for foreign cells
279102644Snectar
280102644Snectar2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
281102644Snectar
282102644Snectar	* Makefile.am: version number
283102644Snectar
284102644Snectar2002-04-18  Johan Danielsson  <joda@pdc.kth.se>
285102644Snectar
286102644Snectar	* common.c (find_cells): make file parameter const
287102644Snectar
28890926Snectar2001-11-01  Assar Westerlund  <assar@sics.se>
28990926Snectar
29090926Snectar	* add strsep, and bump version to 3:3:3
29190926Snectar
29290926Snectar2001-10-27  Assar Westerlund  <assar@sics.se>
29390926Snectar
29490926Snectar	* Makefile.am (libkafs_la_LDFLAGS): set version to 3:2:3
29590926Snectar
29690926Snectar2001-10-24  Assar Westerlund  <assar@sics.se>
29790926Snectar
29890926Snectar	* afskrb.c (afslog_uid_int): handle krb_get_tf_fullname that
29990926Snectar	cannot take NULLs
30090926Snectar	(such as the MIT one)
30190926Snectar
30290926Snectar2001-10-22  Assar Westerlund  <assar@sics.se>
30390926Snectar
30490926Snectar	* Makefile.am (ROKEN_SRCS): add strlcpy.c
30590926Snectar
30690926Snectar2001-10-09  Assar Westerlund  <assar@sics.se>
30790926Snectar
30890926Snectar	* Makefile.am (ROKEN_SRCS): add strtok_r.c
30990926Snectar	* roken_rename.h (dns_srv_order): rename correctly
31090926Snectar	(strtok_r): add renaming
31190926Snectar
31290926Snectar2001-09-10  Assar Westerlund  <assar@sics.se>
31390926Snectar
31490926Snectar	* kafs.h, common.c: look for configuration files in /etc/arla (the
31590926Snectar	location in debian's arla package)
31690926Snectar
31790926Snectar2001-08-26  Assar Westerlund  <assar@sics.se>
31890926Snectar
31990926Snectar	* Makefile.am: handle both krb5 and krb4 cases
32090926Snectar
32190926Snectar2001-07-19  Assar Westerlund  <assar@sics.se>
32290926Snectar
32390926Snectar	* Makefile.am (libkafs_la_LDFLAGS): set version to 3:0:3
32490926Snectar
32590926Snectar2001-07-12  Assar Westerlund  <assar@sics.se>
32690926Snectar
32790926Snectar	* common.c: look in /etc/openafs for debian openafs
32890926Snectar	* kafs.h: add paths for openafs debian (/etc/openafs)
32990926Snectar
33090926Snectar	* Makefile.am: add required library dependencies
33190926Snectar
33290926Snectar2001-07-03  Assar Westerlund  <assar@sics.se>
33390926Snectar
33490926Snectar	* Makefile.am (libkafs_la_LDFLAGS): set versoin to 2:4:2
33590926Snectar
33690926Snectar2001-06-19  Assar Westerlund  <assar@sics.se>
33790926Snectar
33890926Snectar	* common.c (_kafs_realm_of_cell): changed to first try exact match
33990926Snectar	in CellServDB, then exact match in DNS, and finally in-exact match
34090926Snectar	in CellServDB
34190926Snectar
34278527Sassar2001-05-18  Johan Danielsson  <joda@pdc.kth.se>
34378527Sassar
34478527Sassar	* Makefile.am: only build resolve.c if doing renaming
34578527Sassar
34678527Sassar2001-02-12  Assar Westerlund  <assar@sics.se>
34778527Sassar
34878527Sassar	* Makefile.am, roken_rename.h: add rename of dns functions
34978527Sassar
35072445Sassar2000-12-11  Assar Westerlund  <assar@sics.se>
35172445Sassar
35272445Sassar	* Makefile.am (libkafs_la_LDFLAGS): set version to 2:3:2
35372445Sassar
35472445Sassar2000-11-17  Assar Westerlund  <assar@sics.se>
35572445Sassar
35672445Sassar	* afssysdefs.h: solaris 8 apperently uses 65
35772445Sassar
35872445Sassar2000-09-19  Assar Westerlund  <assar@sics.se>
35972445Sassar
36072445Sassar	* Makefile.am (libkafs_la_LDFLAGS): bump version to 2:2:2
36172445Sassar
36272445Sassar2000-09-12  Johan Danielsson  <joda@pdc.kth.se>
36372445Sassar
36472445Sassar	* dlfcn.c: correct arguments to some snprintf:s
36572445Sassar
36672445Sassar2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
36772445Sassar
36872445Sassar	* Makefile.am: bump version to 2:1:2
36972445Sassar
37072445Sassar2000-04-03  Assar Westerlund  <assar@sics.se>
37172445Sassar
37272445Sassar	* Makefile.am: set version to 2:0:2
37372445Sassar
37472445Sassar2000-03-20  Assar Westerlund  <assar@sics.se>
37572445Sassar
37672445Sassar	* afssysdefs.h: make versions later than 5.7 of solaris also use
37772445Sassar	73
37872445Sassar
37972445Sassar2000-03-16  Assar Westerlund  <assar@sics.se>
38072445Sassar
38172445Sassar	* afskrb.c (afslog_uid_int): use krb_get_tf_fullname instead of
38272445Sassar	krb_get_default_principal
38372445Sassar
38472445Sassar2000-03-15  Assar Westerlund  <assar@sics.se>
38572445Sassar
38672445Sassar	* afssys.c (map_syscall_name_to_number): ignore # at
38772445Sassar	beginning-of-line
38872445Sassar
38972445Sassar2000-03-13  Assar Westerlund  <assar@sics.se>
39072445Sassar
39172445Sassar	* afssysdefs.h: add 230 for MacOS X per information from
39272445Sassar	<warner.c@apple.com>
39372445Sassar
39455682Smarkm1999-12-06  Assar Westerlund  <assar@sics.se>
39555682Smarkm
39655682Smarkm	* Makefile.am: set version to 1:2:1
39755682Smarkm
39855682Smarkm1999-11-22  Assar Westerlund  <assar@sics.se>
39955682Smarkm
40055682Smarkm	* afskrb5.c (afslog_uid_int): handle d->realm == NULL
40155682Smarkm	
40255682Smarkm1999-11-17  Assar Westerlund  <assar@sics.se>
40355682Smarkm
40455682Smarkm	* afskrb5.c (afslog_uid_int): don't look at the local realm at
40555682Smarkm 	all.  just use the realm from the ticket file.
40655682Smarkm
40755682Smarkm1999-10-20  Assar Westerlund  <assar@sics.se>
40855682Smarkm
40955682Smarkm	* Makefile.am: set version to 1:1:1
41055682Smarkm
41155682Smarkm	* afskrb5.c (get_cred): always request a DES key
41255682Smarkm
41355682SmarkmMon Oct 18 17:40:21 1999  Bjoern Groenvall  <bg@mummel.sics.se>
41455682Smarkm
41555682Smarkm	* common.c (find_cells): Trim trailing whitespace from
41655682Smarkm 	cellname. Lines starting with # are regarded as comments.
41755682Smarkm
41855682SmarkmFri Oct  8 18:17:22 1999  Bjoern Groenvall  <bg@mummel.sics.se>
41955682Smarkm
42055682Smarkm	* afskrb.c, common.c : Change code to make a clear distinction
42155682Smarkm 	between hinted realm and ticket realm.
42255682Smarkm
42355682Smarkm	* kafs_locl.h: Added argument realm_hint.
42455682Smarkm
42555682Smarkm	* common.c (_kafs_get_cred): Change code to acquire the ``best''
42655682Smarkm 	possible ticket. Use cross-cell authentication only as method of
42755682Smarkm 	last resort.
42855682Smarkm
42955682Smarkm	* afskrb.c (afslog_uid_int): Add realm_hint argument and extract
43055682Smarkm 	realm from ticket file.
43155682Smarkm
43255682Smarkm	* afskrb5.c (afslog_uid_int): Added argument realm_hint.
43355682Smarkm
43455682Smarkm1999-10-03  Assar Westerlund  <assar@sics.se>
43555682Smarkm
43655682Smarkm	* afskrb5.c (get_cred): update to new krb524_convert_creds_kdc
43755682Smarkm
43855682Smarkm1999-08-12  Johan Danielsson  <joda@pdc.kth.se>
43955682Smarkm
44055682Smarkm	* Makefile.am: ignore the comlicated aix construct if !krb4
44155682Smarkm
44255682Smarkm1999-07-26  Assar Westerlund  <assar@sics.se>
44355682Smarkm
44455682Smarkm	* Makefile.am: set version to 1:0:1
44555682Smarkm
44655682Smarkm1999-07-22  Assar Westerlund  <assar@sics.se>
44755682Smarkm
44855682Smarkm	* afssysdefs.h: define AFS_SYSCALL to 73 for Solaris 2.7
44955682Smarkm
45055682Smarkm1999-07-07  Assar Westerlund  <assar@sics.se>
45155682Smarkm
45255682Smarkm	* afskrb5.c (krb5_realm_of_cell): new function
45355682Smarkm
45455682Smarkm	* afskrb.c (krb_realm_of_cell): new function
45555682Smarkm	(afslog_uid_int): call krb_get_lrealm correctly
45655682Smarkm
45755682Smarkm1999-06-15  Assar Westerlund  <assar@sics.se>
45855682Smarkm
45955682Smarkm	* common.c (realm_of_cell): rename to _kafs_realm_of_cell and
46055682Smarkm 	un-staticize
46155682Smarkm
46255682SmarkmFri Mar 19 14:52:29 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
46355682Smarkm
46455682Smarkm	* Makefile.am: add version-info
46555682Smarkm
46655682SmarkmThu Mar 18 11:24:02 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
46755682Smarkm
46855682Smarkm	* Makefile.am: include Makefile.am.common
46955682Smarkm
47055682SmarkmSat Feb 27 19:46:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
47155682Smarkm
47255682Smarkm	* Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake
47355682Smarkm 	1.4)
47455682Smarkm
47555682SmarkmThu Feb 11 22:57:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
47655682Smarkm
47755682Smarkm	* Makefile.am: set AIX_SRC also if !AIX
47855682Smarkm
47955682SmarkmTue Dec  1 14:45:15 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
48055682Smarkm
48155682Smarkm	* Makefile.am: fix AIX linkage
48255682Smarkm
48355682SmarkmSun Nov 22 10:40:44 1998  Assar Westerlund  <assar@sics.se>
48455682Smarkm
48555682Smarkm	* Makefile.in (WFLAGS): set
48655682Smarkm
48755682SmarkmSat Nov 21 16:55:19 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
48855682Smarkm
48955682Smarkm	* afskrb5.c: add homedir support
49055682Smarkm
49155682SmarkmSun Sep  6 20:16:27 1998  Assar Westerlund  <assar@sics.se>
49255682Smarkm
49355682Smarkm	* add new functionality for specifying the homedir to krb_afslog
49455682Smarkm 	et al
49555682Smarkm
49655682SmarkmThu Jul 16 01:27:19 1998  Assar Westerlund  <assar@sics.se>
49755682Smarkm
49855682Smarkm	* afssys.c: reorganize order of definitions.
49955682Smarkm	(try_one, try_two): conditionalize
50055682Smarkm
50155682SmarkmThu Jul  9 18:31:52 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
50255682Smarkm
50355682Smarkm	* common.c (realm_of_cell): make the dns fallback work
50455682Smarkm
50555682SmarkmWed Jul  8 01:39:44 1998  Assar Westerlund  <assar@sics.se>
50655682Smarkm
50755682Smarkm	* afssys.c (map_syscall_name_to_number): new function for finding
50855682Smarkm 	the number of a syscall given the name on solaris
50955682Smarkm	(k_hasafs): try using map_syscall_name_to_number
51055682Smarkm
51155682SmarkmTue Jun 30 17:19:00 1998  Assar Westerlund  <assar@sics.se>
51255682Smarkm
51355682Smarkm	* afssys.c: rewrite and add support for environment variable
51455682Smarkm 	AFS_SYSCALL
51555682Smarkm
51655682Smarkm	* Makefile.in (distclean): don't remove roken_rename.h
51755682Smarkm
51855682SmarkmFri May 29 19:03:20 1998  Assar Westerlund  <assar@sics.se>
51955682Smarkm
52055682Smarkm	* Makefile.in (roken_rename.h): remove dependency
52155682Smarkm
52255682SmarkmMon May 25 05:25:54 1998  Assar Westerlund  <assar@sics.se>
52355682Smarkm
52455682Smarkm	* Makefile.in (clean): try to remove shared library debris
52555682Smarkm
52655682SmarkmSun Apr 19 09:58:40 1998  Assar Westerlund  <assar@sics.se>
52755682Smarkm
52855682Smarkm	* Makefile.in: add symlink magic for linux
52955682Smarkm
53055682SmarkmSat Apr  4 15:08:48 1998  Assar Westerlund  <assar@sics.se>
53155682Smarkm
53255682Smarkm	* kafs.h: add arla paths
53355682Smarkm
53455682Smarkm	* common.c (_kafs_afslog_all_local_cells): Try _PATH_ARLA_*
53555682Smarkm	(_realm_of_cell): Try _PATH_ARLA_CELLSERVDB
53655682Smarkm
53755682SmarkmThu Feb 19 14:50:22 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
53855682Smarkm
53955682Smarkm	* common.c: Don't store expired tokens (this broke when using
54055682Smarkm 	pag-less rsh-sessions, and `non-standard' ticket files).
54155682Smarkm
54255682SmarkmThu Feb 12 11:20:15 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
54355682Smarkm
54455682Smarkm	* Makefile.in: Install/uninstall one library at a time.
54555682Smarkm
54655682SmarkmThu Feb 12 05:38:58 1998  Assar Westerlund  <assar@sics.se>
54755682Smarkm
54855682Smarkm	* Makefile.in (install): one library at a time.
54955682Smarkm
55055682SmarkmMon Feb  9 23:40:32 1998  Assar Westerlund  <assar@sics.se>
55155682Smarkm
55255682Smarkm	* common.c (find_cells): ignore empty lines
55355682Smarkm
55455682SmarkmTue Jan  6 04:25:58 1998  Assar Westerlund  <assar@sics.se>
55555682Smarkm
55655682Smarkm	* afssysdefs.h (AFS_SYSCALL): add FreeBSD
55755682Smarkm
55855682SmarkmFri Jan  2 17:08:24 1998  Assar Westerlund  <assar@sics.se>
55955682Smarkm
56055682Smarkm	* kafs.h: new VICEIOCTL's.  From <rb@stacken.kth.se>
56155682Smarkm
56255682Smarkm	* afssysdefs.h: Add OpenBSD
563