ChangeLog revision 120945
12003-04-16  Love H�rnquist �strand <lha@it.su.se>
2
3	* ftpd/ftpd.c: make sure argument to is* functions are unsigned
4	
52003-04-06  Love H�rnquist �strand <lha@it.su.se>
6
7	* ftpd/ftpd.8: s/kerberos/Kerberos/
8	
92003-03-23  Assar Westerlund  <assar@kth.se>
10
11	* ftpd/pathnames.h (_PATH_FTPUSERS): conditionalize
12
132003-03-18  Love H�rnquist �strand <lha@it.su.se>
14
15	* ftpd/ftpd.c (krb5_verify): always do krb5_afslog, remove setpag
16	(its done in main)
17
18	* ftpd/gss_userok.c: drop setpag
19	
20	* ftpd/ftpd.c (main): set afs PAG
21
22	* ftpd/gss_userok.c: always try krb5_afslog, and while here do a
23	setpag too
24
25	* ftpd/ftpd_locl.h: always include kafs
26	
272003-03-16  Love H�rnquist �strand <lha@it.su.se>
28
29	* ftp/gssapi.c (gss_adat): now that gss_export_name exports a
30	principal, bandaid with gss_display_name, and check that oid is
31	GSS_KRB5_NT_PRINCIPAL_NAME, also free memory
32	
332003-02-25  Love H�rnquist �strand <lha@it.su.se>
34
35	* ftp/gssapi.c (gss_auth): print out the name we authenticated too
36	
372003-02-25  Love H�rnquist �strand <lha@it.su.se>
38
39	* ftpd/ls.c: use readlink with bufsize - 1, From NetBSD
40
41	* ftp/ftp.1: s/utilizes/uses/ from NetBSD
42	
43	* ftpd/ftpd.8: s/utilize/use/ from NetBSD
44	
452003-02-10  Assar Westerlund  <assar@kth.se>
46
47	* ftpd/ftpd.c (accept_with_timeout): use socklen_t
48
492002-10-29  Johan Danielsson  <joda@pdc.kth.se>
50
51	* ftp/main.c: reinstate -n flag (from Torbj�rn Granlund)
52
532002-10-16  Johan Danielsson  <joda@pdc.kth.se>
54
55	* ftp/ftp.c: fix parsing of epsv ports (from Love)
56
572002-09-05  Johan Danielsson  <joda@pdc.kth.se>
58
59	* ftp/security.c (sec_vfprintf): free encoded data
60
61	* ftp/gssapi.c (gss_decode): release buffer
62
63	* ftp/ftp.c (active_mode): no need to allocate buffer for EPRT
64
652002-08-28  Johan Danielsson  <joda@pdc.kth.se>
66
67	* ftp/ftp.c (command): clean up va_{start,end}ing (from NetBSD)
68
692002-08-23  Assar Westerlund  <assar@kth.se>
70
71	* ftp/main.c: start using getarg
72
732002-08-22  Johan Danielsson  <joda@pdc.kth.se>
74
75	* ftpd/ls.c: uxp/v lacks _S_IFMT, but has S_IFMT
76
772002-08-20  Johan Danielsson  <joda@pdc.kth.se>
78
79	* ftp/gssapi.c: remove unused variable
80
812002-04-24  Johan Danielsson  <joda@pdc.kth.se>
82
83	* ftp/ftp.c: fix buffer overrun when receiving long replies
84
852002-04-02  Johan Danielsson  <joda@pdc.kth.se>
86
87	* ftpd/popen.c: make sure gl_pathc != 0 before referencing
88	gl_pathv
89
902002-03-15  Johan Danielsson  <joda@pdc.kth.se>
91
92	* ftp/gssapi.c (gss_adat): if accept_sec_context fails, syslog a
93	reason and give a temporary error message
94
952002-02-28  Johan Danielsson  <joda@pdc.kth.se>
96
97	* ftpd/ftpd.c: if builtin_ls failes, return error
98
99	* ftpd/ls.c (builtin_ls): return status; also don't print fatal
100	error messages to the output stream, instead use syslog
101
1022001-09-14  Johan Danielsson  <joda@pdc.kth.se>
103
104	* ftpd/ls.c: make sure we don't include . in recursive listings
105
1062001-09-13  Johan Danielsson  <joda@pdc.kth.se>
107
108	* ftpd/ftpd.c (dataconn): don't wait forever on accept
109
1102001-09-04  Assar Westerlund  <assar@sics.se>
111
112	* ftp/gssapi.c (gss_adat): leak less memory and check return value
113	from asprintf
114
1152001-08-28  Jacques Vidrine <n@nectar.com>
116
117	* ftpd/ftpd.c, ftpd/ftpd.8: On systems with IP_PORTRANGE, have
118	  ftpd use `high-numbered' ports by default.  Add a -U option
119	  to get the old behavior.
120
1212001-08-28  Johan Danielsson  <joda@pdc.kth.se>
122
123	* ftp/gssapi.c: try using "host" if there's no "ftp" principal
124
1252001-08-26  Johan Danielsson  <joda@pdc.kth.se>
126
127	* ftpd/ls.c: implement -R
128
1292001-08-08  Assar Westerlund  <assar@sics.se>
130
131	* ftpd/ls.c: make -a and -A do the same as in ls(1)
132
1332001-08-05  Assar Westerlund  <assar@sics.se>
134
135	* ftpd/ftpcmd.y: add some (unsigned char) casts to is*
136	* ftp/cmds.c: add some (unsigned char) casts to is*
137	* ftpd/gss_userok.c (gss_userok): make argument to printf type
138	correct
139
1402001-08-05  Assar Westerlund  <assar@sics.se>
141
142	* ftp/cmds.c (setpeer): __NetBSD__ is also a unix-like OS
143
1442001-06-19  Assar Westerlund  <assar@sics.se>
145
146	* ftpd/popen.c, ftpd/ftpd.c: try to handle GLOB_MAXPATH (FreeBSD)
147
1482001-04-19  Johan Danielsson  <joda@pdc.kth.se>
149
150	* ftpd/ftpd.c (do_store): call closefunc before claiming that
151	everything went ok, if the close fails the file might not have
152	been stored properly
153
1542001-03-26  Assar Westerlund  <assar@sics.se>
155
156	* ftpd/ftpd.c, ftpd/popen.c: always use GLOB_LIMIT
157	* ftpd/popen.c (ftpd_popen): use GLOB_LIMIT if defined
158	* ftpd/ftpd.c (send_file_list): use GLOB_LIMIT if defined
159
1602001-02-15  Assar Westerlund  <assar@sics.se>
161
162	* ftp/cmds.c (setpeer): handle both service names and port numbers
163	for the second optional argument.  also make parsing more robust
164
1652001-02-07  Assar Westerlund  <assar@sics.se>
166
167	* ftp/security.c (sec_end): only clean app_data if there is any
168	(*): do realloc consistently
169
1702001-02-05  Assar Westerlund  <assar@sics.se>
171
172	* ftpd/popen.c (ftpd_popen): avoid overwriting the bounds of argv
173	and gargv
174
1752001-01-30  Assar Westerlund  <assar@sics.se>
176
177	* ftpd/gss_userok.c: use gss_krb5_copy_ccache
178
1792001-01-29  Assar Westerlund  <assar@sics.se>
180
181	* ftpd/Makefile.am: move up LIB_otp so we do not end up picking
182 	one from /usr/athena
183
1842001-01-25  Johan Danielsson  <joda@pdc.kth.se>
185
186	* ftpd/ls.c: fix bug in previous; make it easier to build test
187	version
188
1892001-01-19  Johan Danielsson  <joda@pdc.kth.se>
190
191	* ftpd/ls.c (lstat_file): handle case where file lives in `/'
192
1932001-01-18  Johan Danielsson  <joda@pdc.kth.se>
194
195	* ftpd/ftpd.c (pasv): close already open passive port
196
1972000-12-14  Johan Danielsson  <joda@pdc.kth.se>
198
199	* ftpd/ls.c: reverse time and size sort order (pointed out by
200	tege)
201
2022000-12-11  Johan Danielsson  <joda@pdc.kth.se>
203
204	* ftpd/ftpd.c: make it possible to set list of good filename
205	characters from command line
206
2072000-12-10  Johan Danielsson  <joda@pdc.kth.se>
208
209	* ftpd/ftpd.c: some spec-violating mirror software assumes that
210	you can do things like `LIST -CF'; don't pass `--' to ls so this
211	actually works
212
213	* ftpd/ls.c: implement -1CFx flags
214
2152000-12-08  Assar Westerlund  <assar@sics.se>
216
217	* ftpd/gss_userok.c (gss_userok): handle getpwnam failing
218	* ftp/gssapi.c (gss_auth): be more explicit in error message
219
2202000-11-29  Johan Danielsson  <joda@pdc.kth.se>
221
222	* ftpd/ftpd.8: close list
223
2242000-11-15  Assar Westerlund  <assar@sics.se>
225
226	* ftp/main.c: add `-l' for no line-editing
227	* ftp/globals.c (readline): add
228	* ftp/ftp_var.h (lineedit): add variable indicated if we should
229	use readline
230
2312000-11-09  Johan Danielsson  <joda@pdc.kth.se>
232
233	* ftp/security.c (sec_read): fix bug in previous (from Jacques A.
234	Vidrine <n@nectar.com>)
235
2362000-11-05  Johan Danielsson  <joda@pdc.kth.se>
237
238	* ftpd/ftpcmd.y: only allow pasv if logged in
239
2402000-10-23  Johan Danielsson  <joda@pdc.kth.se>
241
242	* ftpd/ftpd.c: change bad filename message slightly
243
244	* common/buffer.c: HAVE_ST_BLKSIZE -> HAVE_STRUCT_STAT_ST_BLKSIZE
245
2462000-10-08  Assar Westerlund  <assar@sics.se>
247
248	* ftp/ftp.c (*): check that fds are not too large to select on
249	* ftp/main.c (cmdscanner): print a newline upon EOF
250
2512000-09-19  Assar Westerlund  <assar@sics.se>
252
253	* ftp/security.h: add some attributes to prototypes of sec*
254	* ftp/extern.h (command): add attributes
255
2562000-08-31  Johan Danielsson  <joda@pdc.kth.se>
257
258	* ftpd/ftpd.c: change redundant password message to something
259	people can understand
260
2612000-07-27  Assar Westerlund  <assar@sics.se>
262
263	* ftpd/gss_userok.c (gss_userok): only do AFS iff KRB4
264	* ftpd/ftpd.c (krb5_verify): only do AFS stuff if KRB4
265
2662000-07-07  Assar Westerlund  <assar@sics.se>
267
268	* ftpd/ftpd.c: do not call setproctitle with a variable as the
269	format string
270
2712000-07-01  Assar Westerlund  <assar@sics.se>
272
273	* ftpd/ftpd_locl.h: krb5.h before kafs.h
274	* ftpd/ftpd.c (krb5_verify): static-ize
275	* ftpd/ftpd.c (krb5_verify): conditionalize on KRB5
276
2772000-06-21  Assar Westerlund  <assar@sics.se>
278
279	* ftpd: support for authenticating passwords with krb5, by Daniel
280	Kouril <kouril@ics.muni.cz>
281
2822000-06-06  Johan Danielsson  <joda@pdc.kth.se>
283
284	* ftpd/ftpcmd.y: change unix test to be negative
285	
2862000-05-18  Assar Westerlund  <assar@sics.se>
287
288	* ftpd/ftpd.c (args): should use `debug'.  From Onno van der
289	Linden <onno@simplex.nl>.
290
2912000-04-25  Assar Westerlund  <assar@sics.se>
292
293	* ftp/ftp.c (login): re-structure code so that we prompt for
294	password for ftp/anonymous
295
2962000-04-11  Assar Westerlund  <assar@sics.se>
297
298	* ftp/ftp.c (login): initialize tmp before calling fgets
299
3002000-04-02  Assar Westerlund  <assar@sics.se>
301
302	* ftpd/ls.c: rename all st_mtime variables to avoid conflict with
303	#define.
304	* ftpd/ftpcmd.y: rename all st_mtime variables to avoid conflict
305	with #define.
306	* ftp/cmds.c: rename all st_mtime variables to avoid conflict with
307	#define.
308
3092000-03-26  Assar Westerlund  <assar@sics.se>
310
311	* ftpd/ls.c, ftpd/ftpcmd.y, ftp/cmds.c: make sure to always call
312	time, ctime, and gmtime with `time_t's.  there were some types
313	(like in lastlog) that we believed to always be time_t.  this has
314	proven wrong on Solaris 8 in 64-bit mode, where they are stored as
315	32-bit quantities but time_t has gone up to 64 bits
316
3172000-03-09  Johan Danielsson  <joda@pdc.kth.se>
318
319	* call list_file for broken usages of nlst too
320
321	* ftpd/ftpd.c: call list_file for broken usages of nlst too
322
3232000-02-07  Assar Westerlund  <assar@sics.se>
324
325	* ftp/security.c (sec_read): more paranoia with return value from
326	sec_get_data
327
3282000-01-08  Assar Westerlund  <assar@sics.se>
329
330	* ftp/ftp.c (hookup): handle ai_canonname being set in any of the
331	addresses returnedby getaddrinfo.  glibc apparently returns the
332	reverse lookup of every address in ai_canonname.
333	* ftp/ruserpass.c (guess_domain): dito
334
3351999-12-21  Assar Westerlund  <assar@sics.se>
336
337	* ftpd/ftpd.c: don't use sa_len as a parameter, it's defined on
338 	Irix
339
3401999-12-21  Johan Danielsson  <joda@pdc.kth.se>
341
342	* ftpd/ftpd.c (dataconn): make sure from points to actual data
343
3441999-12-16  Assar Westerlund  <assar@sics.se>
345
346	* ftp/ruserpass.c (guess_domain): handle ai_canonname not being
347	set
348	* ftp/ftp.c (hookup): handle ai_canonname not being set
349
3501999-12-06  Assar Westerlund  <assar@sics.se>
351
352	* ftp/krb4.c (krb4_auth): the nat-IP address might not be realm
353	bounded.
354
3551999-12-05  Assar Westerlund  <assar@sics.se>
356
357	* ftpd/ftpd.c (dolog): update prototype
358	* ftpd/ftpd.c (dolog): use getnameinfo_verified
359	* ftpd/ftpd.c: replace inaddr2str by getnameinfo
360
3611999-12-04  Assar Westerlund  <assar@sics.se>
362
363	* ftp/ruserpass.c (guess_domain): re-write to use getaddrinfo
364	* ftp/ftp.c (hookup): re-write to use getaddrinfo
365	
3661999-11-30  Assar Westerlund  <assar@sics.se>
367
368	* ftpd/ftpd.c (getdatasock): make sure to keep the port-number of
369 	the outgoing connections.  It has to be `ftp-data' or some people
370 	might get upset.
371
372	* ftpd/ftpd.c (args): set correct variable when `-l' so that
373 	logging actually works
374
3751999-11-29  Assar Westerlund  <assar@sics.se>
376
377	* ftp/security.c (sec_login): check return value from realloc
378	(sec_end): set app_data to NULL
379
3801999-11-25  Assar Westerlund  <assar@sics.se>
381
382	* ftp/krb4.c (krb4_auth): obtain the `local' address when doing
383	NAT.  also turn on passive mode.  From <thn@stacken.kth.se>
384
3851999-11-20  Assar Westerlund  <assar@sics.se>
386
387	* ftpd/ls.c (make_fileinfo): cast to allow for non-const
388 	prototypes of readlink
389
3901999-11-12  Assar Westerlund  <assar@sics.se>
391
392	* ftpd/ftpd.c (args): use arg_counter for `l'
393	
3941999-11-04  Assar Westerlund  <assar@sics.se>
395
396	* ftpd/ls.c (S_ISSOCK, S_ISLNK): fallback definitions for systems
397 	that don't have them (such as ultrix)
398
3991999-10-29  Assar Westerlund  <assar@sics.se>
400
401	* ftpd/ls.c (make_fileinfo): cast uid's and gid's to unsigned in
402 	printf, we don't know what types they might be.
403	(lstat_file): conditionalize the kafs part on KRB4
404
405	* ftpd/ftpd_locl.h: <sys/ioccom.h> is needed for kafs.h
406
4071999-10-28  Assar Westerlund  <assar@sics.se>
408
409	* ftpd/ls.c (lstat_file): don't set st_mode, it should already be
410 	correct
411
412	* ftpd/ls.c: don't use warnx to print errors
413
414	* ftpd/ls.c (builtin_ls): fix typo, 'd' shouldn't imply 'f'
415
416	* ftpd/ls.c (lstat_file): new function for avoiding stating AFS
417 	mount points.  From Love <lha@s3.kth.se>
418	(list_files): use `lstat_file'
419
420	* ftpd/ftpd.c: some const-poisoning
421
422	* ftpd/ftpd.c (args): add `-B' as an alias for `--builtin-ls' to
423 	allow for stupid inetds that only support two arguments.  From
424 	Love <lha@s3.kth.se>
425
4261999-10-26  Assar Westerlund  <assar@sics.se>
427
428	* ftpd/ftpcmd.y (help): it's unnecessary to interpret help strings
429 	as printf commands
430
431	* ftpd/ftpd.c (show_issue): don't interpret contents of
432 	/etc/issue* as printf commands.  From Brian A May
433 	<bmay@dgs.monash.edu.au>
434
4351999-10-21  Johan Danielsson  <joda@pdc.kth.se>
436
437	* ftpd/kauth.c (kauth): complain if protection level isn't
438	`private'
439
440	* ftp/krb4.c (krb4_decode): syslog failure reason
441
442	* ftp/kauth.c (kauth): set private level earlier
443
444	* ftp/security.c: get_command_prot; (sec_prot): partially match
445	`command' and `data'
446
4471999-10-18  Johan Danielsson  <joda@pdc.kth.se>
448
449	* ftpd/ftpd.c: change `-l' flag to use arg_collect (this makes
450	`-ll' work again)
451
452	* ftpd/ftpd.c (list_file): pass filename to ls
453
4541999-10-04  Johan Danielsson  <joda@pdc.kth.se>
455
456	* ftpd/ftpcmd.y: FEAT
457
4581999-10-03  Assar Westerlund  <assar@sics.se>
459
460	* ftpd/ls.c: fall-back definitions for constans and casts for
461 	printfs
462
4631999-10-03  Johan Danielsson  <joda@pdc.kth.se>
464
465	* ftpd/ftpd.c (main): make this use getarg; add `list_file'
466
467	* ftpd/ftpcmd.y (LIST): call list_file
468
469	* ftpd/ls.c: add simple built-in ls
470
471	* ftp/security.c: add `sec_vfprintf2' and `sec_fprintf2' that
472	prints to the data stream
473
474	* ftp/kauth.c (kauth): make sure we're using private protection
475	level
476
477	* ftp/security.c (set_command_prot): set command protection level
478
479	* ftp/security.c: make it possible to set the command protection
480	level with `prot'
481
4821999-09-30  Assar Westerlund  <assar@sics.se>
483
484	* ftpd/ftpd_locl.h: add prototype for fclose to make sunos happy
485
4861999-08-19  Johan Danielsson  <joda@pdc.kth.se>
487
488	* ftpd/ftpd.c (do_login): show issue-file
489	(send_data): change handling of zero-byte files
490
4911999-08-18  Assar Westerlund  <assar@sics.se>
492
493	* ftp/cmds.c (getit): be more suspicious when parsing the result
494 	of MDTM.  Do the comparison of timestamps correctly.
495
4961999-08-13  Assar Westerlund  <assar@sics.se>
497
498	* ftpd/ftpd.c (send_data): avoid calling mmap with `len == 0'.
499  	Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
500 	get grumpy later.
501
502	* ftp/ftp.c (copy_stream): avoid calling mmap with `len == 0'.
503  	Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
504 	get grumpy later.
505
5061999-08-03  Assar Westerlund  <assar@sics.se>
507
508	* ftp/ftp.c (active_mode): hide failure of EPRT by setting verbose
509
510	* ftp/gssapi.c (gss_auth): initialize application_data in bindings
511
5121999-08-02  Assar Westerlund  <assar@sics.se>
513
514	* ftpd/ftpcmd.y: save file names when doing commands that might
515 	get aborted (and longjmp:ed out of) to avoid overwriting them also
516 	remove extra closing brace
517
5181999-08-01  Johan Danielsson  <joda@pdc.kth.se>
519
520	* ftpd/ftpcmd.y: change `site find' to `site locate' (to match
521	what it does, and other implementations) keep find as an alias
522
5231999-07-28  Assar Westerlund  <assar@sics.se>
524
525	* common/socket.c: moved to roken
526
527	* common/socket.c: new file with generic socket functions
528
529	* ftpd/ftpd.c: make it more AF-neutral and v6-capable
530
531	* ftpd/ftpcmd.y: add EPRT and EPSV
532
533	* ftpd/extern.h: update prototypes and variables
534
535	* ftp/krb4.c: update to new types of addresses
536
537	* ftp/gssapi.c: add support for both AF_INET and AF_INET6
538 	addresses
539
540	* ftp/ftp.c: make it more AF-neutral and v6-capable
541
542	* ftp/extern.h (hookup): change prototype
543
544	* common/common.h: add prototypes for functions in socket.c
545
546	* common/Makefile.am (libcommon_a_SOURCES): add socket.c
547
548	* ftp/gssapi.c (gss_auth): check return value from
549 	`gss_import_name' and print error messages if it fails
550
5511999-06-15  Assar Westerlund  <assar@sics.se>
552
553	* ftp/krb4.c (krb4_auth): type correctness
554
5551999-06-02  Johan Danielsson  <joda@pdc.kth.se>
556
557	* ftp/ftp.c (sendrequest): lmode != rmode
558	
5591999-05-21  Assar Westerlund  <assar@sics.se>
560
561	* ftp/extern.h (sendrequest): update prototype
562
563	* ftp/cmds.c: update calls to sendrequest and recvrequest to send
564 	"b" when appropriate
565
566	* ftp/ftp.c (sendrequest): add argument for mode to open file in.
567
5681999-05-08  Assar Westerlund  <assar@sics.se>
569
570	* ftpd/ftpcmd.y: rename getline -> ftpd_getline
571
572	* ftp/main.c (makeargv): fill in unused slots with NULL
573
574Thu Apr  8 15:06:40 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
575
576	* ftpd/ftpd.c: remove definition of KRB_VERIFY_USER (moved to
577 	config.h)
578
579Wed Apr  7 16:15:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
580
581	* ftp/gssapi.c (gss_auth): call gss_display_status to get a sane
582 	error message; return AUTH_{CONTINUE,ERROR}, where appropriate
583
584	* ftp/krb4.c: return AUTH_{CONTINUE,ERROR}, where appropriate
585
586	* ftp/security.c (sec_login): if mechanism returns AUTH_CONTINUE,
587 	just continue with the next mechanism, this fixes the case of
588 	having GSSAPI fail because of non-existant of expired tickets
589
590	* ftp/security.h: add AUTH_{OK,CONTINUE,ERROR}
591
592Thu Apr  1 16:59:04 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
593
594	* ftpd/Makefile.am: don't run check-local
595
596	* ftp/Makefile.am: don't run check-local
597
598Mon Mar 22 22:15:18 1999  Assar Westerlund  <assar@sics.se>
599
600	* ftpd/ftpd.c (pass): fall-back for KRB_VERIFY_SECURE
601
602	* ftpd/ftpd.c (pass): 1 -> KRB_VERIFY_SECURE
603
604Thu Mar 18 12:07:09 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
605
606	* ftpd/Makefile.am: clean ftpcmd.c
607
608	* ftpd/ftpd_locl.h: remove krb5.h (breaks in ftpcmd.y)
609
610	* ftpd/ftpd.c: move include of krb5.h here
611
612	* ftpd/Makefile.am: include Makefile.am.common
613
614	* Makefile.am: include Makefile.am.common
615
616	* ftp/Makefile.am: include Makefile.am.common
617
618	* common/Makefile.am: include Makefile.am.common
619
620Tue Mar 16 22:28:37 1999  Assar Westerlund  <assar@sics.se>
621
622	* ftpd/ftpd_locl.h: add krb5.h to get heimdal_version
623
624	* ftpd/ftpd.c: krb_verify_user_multiple -> krb_verify_user
625
626Thu Mar 11 14:54:59 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
627
628	* ftp/Makefile.in: WFLAGS
629
630	* ftp/ruserpass.c: add some if-braces
631
632Wed Mar 10 20:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
633
634	* ftpd/ftpd_locl.h: remove ifdef HAVE_FNMATCH
635
636Mon Mar  8 21:29:24 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
637
638	* ftpd/ftpd.c: re-add version in greeting message
639
640Mon Mar  1 10:49:38 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
641
642	* ftpd/logwtmp.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
643
644Mon Feb 22 19:20:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
645
646	* common/Makefile.in: remove glob
647
648Sat Feb 13 17:19:35 1999  Assar Westerlund  <assar@sics.se>
649
650	* ftpd/ftpd.c (match): remove #ifdef HAVE_FNMATCH.  We have a
651 	fnmatch implementation in roken and therefore always have it.
652
653	* ftp/ftp.c (copy_stream): initialize `werr'
654
655Wed Jan 13 23:52:57 1999  Assar Westerlund  <assar@sics.se>
656
657	* ftpd/ftpcmd.y: moved all check_login and check_login_no_guest to
658 	the end of the rules to ensure we don't generate several
659 	(independent) error messages.  once again, having a yacc-grammar
660 	for FTP with embedded actions doesn't strike me as the most
661 	optimal way of doing it.
662
663Tue Dec  1 14:44:29 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
664
665	* ftpd/Makefile.am: link with extra libs for aix
666
667Sun Nov 22 10:28:20 1998  Assar Westerlund  <assar@sics.se>
668
669	* ftpd/ftpd.c (retrying): support on-the-fly decompression
670
671	* ftpd/Makefile.in (WFLAGS): set
672
673	* ftp/ruserpass.c (guess_domain): new function
674	(ruserpass): use it
675
676	* common/Makefile.in (WFLAGS): set
677
678	* Makefile.in (WFLAGS): set
679
680Sat Nov 21 23:13:03 1998  Assar Westerlund  <assar@sics.se>
681
682	* ftp/security.c: some more type correctness.
683
684	* ftp/gssapi.c (gss_adat): more braces to shut up warnings
685
686Wed Nov 18 21:47:55 1998  Assar Westerlund  <assar@sics.se>
687
688	* ftp/main.c (main): new option `-p' for enable passive mode.
689
690Mon Nov  2 01:57:49 1998  Assar Westerlund  <assar@sics.se>
691
692	* ftp/ftp.c (getreply): remove extra `break'
693
694	* ftp/gssapi.c (gss_auth): fixo typo(copyo?)
695
696	* ftp/security.c (sec_login): fix loop and return value
697
698Tue Sep  1 16:56:42 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
699
700	* ftp/cmds.c (quote1): fix % quoting bug
701
702Fri Aug 14 17:10:06 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
703
704	* ftp/krb4.c: krb_put_int -> KRB_PUT_INT
705
706Tue Jun 30 18:07:15 1998  Assar Westerlund  <assar@sics.se>
707
708	* ftp/security.c (auth): free `app_data'
709	(sec_end): only destroy if it was initialized
710
711Tue Jun  9 21:01:59 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
712
713	* ftp/krb4.c: pass client address to krb_rd_req
714
715Sat May 16 00:02:07 1998  Assar Westerlund  <assar@sics.se>
716
717	* ftpd/Makefile.am: link with DBLIB
718
719Tue May 12 14:15:32 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
720
721	* ftp/gssapi.c: Save client name for userok().
722
723	* ftpd/gss_userok.c: Userok for gssapi.
724
725Fri May  1 07:15:01 1998  Assar Westerlund  <assar@sics.se>
726
727	* ftp/ftp.c: unifdef -DHAVE_H_ERRNO
728
729Fri Mar 27 00:46:07 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
730
731	* Make compile w/o krb4.
732
733Thu Mar 26 03:49:12 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
734
735	* ftp/*, ftpd/*: Changes for new framework.
736
737	* ftp/gssapi.c: GSS-API backend for the new security framework.
738
739	* ftp/krb4.c: Updated for new framework.
740
741	* ftp/security.{c,h}: New unified security framework.
742