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