ChangeLog revision 127808
12004-03-14  Love H�rnquist �strand <lha@it.su.se>
2
3	* ftpd/ftpd.c: 1.169: (main): setpag if there is krb4 OR krb5
4	support
5
62003-08-20  Love H�rnquist �strand <lha@it.su.se>
7
8	* ftpd/ftpd.8: 1.20->1.21: document --gss-bindings
9	
10	* ftpd/ftpd.c: 1.166->1.168: wrap gssapi stuff with KRB5,
11	(args): add gss-bindings
12
13	* ftp/main.c: 1.33->1.35: wrap gssapi stuff with KRB5,
14	(args): add gss-bindings
15	(main): set ftp_do_gss_bindings to 1 to make client use them
16	
17	* ftp/security.h: 1.9->1.10: add ftp_do_gss_bindings
18	
19	* ftp/gssapi.c: 1.24->1.25: Optionally support gss bindings,
20	client does it by default, server not.  This is to make it work
21	for clients behind NAT.
22
23	* ftp/ftp.1: 1.12->1.15: gssapi bindings + madoc fixes
24	
252003-08-15  Love H�rnquist �strand <lha@it.su.se>
26
27	* ftp/gssapi.c: 1.23->1.24: (gss_adat): fix name allocation bug
28	
292003-04-16  Love H�rnquist �strand <lha@it.su.se>
30
31	* ftpd/ftpd.c: make sure argument to is* functions are unsigned
32	
332003-04-06  Love H�rnquist �strand <lha@it.su.se>
34
35	* ftpd/ftpd.8: s/kerberos/Kerberos/
36	
372003-03-23  Assar Westerlund  <assar@kth.se>
38
39	* ftpd/pathnames.h (_PATH_FTPUSERS): conditionalize
40
412003-03-18  Love H�rnquist �strand <lha@it.su.se>
42
43	* ftpd/ftpd.c (krb5_verify): always do krb5_afslog, remove setpag
44	(its done in main)
45
46	* ftpd/gss_userok.c: drop setpag
47	
48	* ftpd/ftpd.c (main): set afs PAG
49
50	* ftpd/gss_userok.c: always try krb5_afslog, and while here do a
51	setpag too
52
53	* ftpd/ftpd_locl.h: always include kafs
54	
552003-03-16  Love H�rnquist �strand <lha@it.su.se>
56
57	* ftp/gssapi.c (gss_adat): now that gss_export_name exports a
58	principal, bandaid with gss_display_name, and check that oid is
59	GSS_KRB5_NT_PRINCIPAL_NAME, also free memory
60	
612003-02-25  Love H�rnquist �strand <lha@it.su.se>
62
63	* ftp/gssapi.c (gss_auth): print out the name we authenticated too
64	
652003-02-25  Love H�rnquist �strand <lha@it.su.se>
66
67	* ftpd/ls.c: use readlink with bufsize - 1, From NetBSD
68
69	* ftp/ftp.1: s/utilizes/uses/ from NetBSD
70	
71	* ftpd/ftpd.8: s/utilize/use/ from NetBSD
72	
732003-02-10  Assar Westerlund  <assar@kth.se>
74
75	* ftpd/ftpd.c (accept_with_timeout): use socklen_t
76
772002-10-29  Johan Danielsson  <joda@pdc.kth.se>
78
79	* ftp/main.c: reinstate -n flag (from Torbj�rn Granlund)
80
812002-10-16  Johan Danielsson  <joda@pdc.kth.se>
82
83	* ftp/ftp.c: fix parsing of epsv ports (from Love)
84
852002-09-05  Johan Danielsson  <joda@pdc.kth.se>
86
87	* ftp/security.c (sec_vfprintf): free encoded data
88
89	* ftp/gssapi.c (gss_decode): release buffer
90
91	* ftp/ftp.c (active_mode): no need to allocate buffer for EPRT
92
932002-08-28  Johan Danielsson  <joda@pdc.kth.se>
94
95	* ftp/ftp.c (command): clean up va_{start,end}ing (from NetBSD)
96
972002-08-23  Assar Westerlund  <assar@kth.se>
98
99	* ftp/main.c: start using getarg
100
1012002-08-22  Johan Danielsson  <joda@pdc.kth.se>
102
103	* ftpd/ls.c: uxp/v lacks _S_IFMT, but has S_IFMT
104
1052002-08-20  Johan Danielsson  <joda@pdc.kth.se>
106
107	* ftp/gssapi.c: remove unused variable
108
1092002-04-24  Johan Danielsson  <joda@pdc.kth.se>
110
111	* ftp/ftp.c: fix buffer overrun when receiving long replies
112
1132002-04-02  Johan Danielsson  <joda@pdc.kth.se>
114
115	* ftpd/popen.c: make sure gl_pathc != 0 before referencing
116	gl_pathv
117
1182002-03-15  Johan Danielsson  <joda@pdc.kth.se>
119
120	* ftp/gssapi.c (gss_adat): if accept_sec_context fails, syslog a
121	reason and give a temporary error message
122
1232002-02-28  Johan Danielsson  <joda@pdc.kth.se>
124
125	* ftpd/ftpd.c: if builtin_ls failes, return error
126
127	* ftpd/ls.c (builtin_ls): return status; also don't print fatal
128	error messages to the output stream, instead use syslog
129
1302001-09-14  Johan Danielsson  <joda@pdc.kth.se>
131
132	* ftpd/ls.c: make sure we don't include . in recursive listings
133
1342001-09-13  Johan Danielsson  <joda@pdc.kth.se>
135
136	* ftpd/ftpd.c (dataconn): don't wait forever on accept
137
1382001-09-04  Assar Westerlund  <assar@sics.se>
139
140	* ftp/gssapi.c (gss_adat): leak less memory and check return value
141	from asprintf
142
1432001-08-28  Jacques Vidrine <n@nectar.com>
144
145	* ftpd/ftpd.c, ftpd/ftpd.8: On systems with IP_PORTRANGE, have
146	  ftpd use `high-numbered' ports by default.  Add a -U option
147	  to get the old behavior.
148
1492001-08-28  Johan Danielsson  <joda@pdc.kth.se>
150
151	* ftp/gssapi.c: try using "host" if there's no "ftp" principal
152
1532001-08-26  Johan Danielsson  <joda@pdc.kth.se>
154
155	* ftpd/ls.c: implement -R
156
1572001-08-08  Assar Westerlund  <assar@sics.se>
158
159	* ftpd/ls.c: make -a and -A do the same as in ls(1)
160
1612001-08-05  Assar Westerlund  <assar@sics.se>
162
163	* ftpd/ftpcmd.y: add some (unsigned char) casts to is*
164	* ftp/cmds.c: add some (unsigned char) casts to is*
165	* ftpd/gss_userok.c (gss_userok): make argument to printf type
166	correct
167
1682001-08-05  Assar Westerlund  <assar@sics.se>
169
170	* ftp/cmds.c (setpeer): __NetBSD__ is also a unix-like OS
171
1722001-06-19  Assar Westerlund  <assar@sics.se>
173
174	* ftpd/popen.c, ftpd/ftpd.c: try to handle GLOB_MAXPATH (FreeBSD)
175
1762001-04-19  Johan Danielsson  <joda@pdc.kth.se>
177
178	* ftpd/ftpd.c (do_store): call closefunc before claiming that
179	everything went ok, if the close fails the file might not have
180	been stored properly
181
1822001-03-26  Assar Westerlund  <assar@sics.se>
183
184	* ftpd/ftpd.c, ftpd/popen.c: always use GLOB_LIMIT
185	* ftpd/popen.c (ftpd_popen): use GLOB_LIMIT if defined
186	* ftpd/ftpd.c (send_file_list): use GLOB_LIMIT if defined
187
1882001-02-15  Assar Westerlund  <assar@sics.se>
189
190	* ftp/cmds.c (setpeer): handle both service names and port numbers
191	for the second optional argument.  also make parsing more robust
192
1932001-02-07  Assar Westerlund  <assar@sics.se>
194
195	* ftp/security.c (sec_end): only clean app_data if there is any
196	(*): do realloc consistently
197
1982001-02-05  Assar Westerlund  <assar@sics.se>
199
200	* ftpd/popen.c (ftpd_popen): avoid overwriting the bounds of argv
201	and gargv
202
2032001-01-30  Assar Westerlund  <assar@sics.se>
204
205	* ftpd/gss_userok.c: use gss_krb5_copy_ccache
206
2072001-01-29  Assar Westerlund  <assar@sics.se>
208
209	* ftpd/Makefile.am: move up LIB_otp so we do not end up picking
210 	one from /usr/athena
211
2122001-01-25  Johan Danielsson  <joda@pdc.kth.se>
213
214	* ftpd/ls.c: fix bug in previous; make it easier to build test
215	version
216
2172001-01-19  Johan Danielsson  <joda@pdc.kth.se>
218
219	* ftpd/ls.c (lstat_file): handle case where file lives in `/'
220
2212001-01-18  Johan Danielsson  <joda@pdc.kth.se>
222
223	* ftpd/ftpd.c (pasv): close already open passive port
224
2252000-12-14  Johan Danielsson  <joda@pdc.kth.se>
226
227	* ftpd/ls.c: reverse time and size sort order (pointed out by
228	tege)
229
2302000-12-11  Johan Danielsson  <joda@pdc.kth.se>
231
232	* ftpd/ftpd.c: make it possible to set list of good filename
233	characters from command line
234
2352000-12-10  Johan Danielsson  <joda@pdc.kth.se>
236
237	* ftpd/ftpd.c: some spec-violating mirror software assumes that
238	you can do things like `LIST -CF'; don't pass `--' to ls so this
239	actually works
240
241	* ftpd/ls.c: implement -1CFx flags
242
2432000-12-08  Assar Westerlund  <assar@sics.se>
244
245	* ftpd/gss_userok.c (gss_userok): handle getpwnam failing
246	* ftp/gssapi.c (gss_auth): be more explicit in error message
247
2482000-11-29  Johan Danielsson  <joda@pdc.kth.se>
249
250	* ftpd/ftpd.8: close list
251
2522000-11-15  Assar Westerlund  <assar@sics.se>
253
254	* ftp/main.c: add `-l' for no line-editing
255	* ftp/globals.c (readline): add
256	* ftp/ftp_var.h (lineedit): add variable indicated if we should
257	use readline
258
2592000-11-09  Johan Danielsson  <joda@pdc.kth.se>
260
261	* ftp/security.c (sec_read): fix bug in previous (from Jacques A.
262	Vidrine <n@nectar.com>)
263
2642000-11-05  Johan Danielsson  <joda@pdc.kth.se>
265
266	* ftpd/ftpcmd.y: only allow pasv if logged in
267
2682000-10-23  Johan Danielsson  <joda@pdc.kth.se>
269
270	* ftpd/ftpd.c: change bad filename message slightly
271
272	* common/buffer.c: HAVE_ST_BLKSIZE -> HAVE_STRUCT_STAT_ST_BLKSIZE
273
2742000-10-08  Assar Westerlund  <assar@sics.se>
275
276	* ftp/ftp.c (*): check that fds are not too large to select on
277	* ftp/main.c (cmdscanner): print a newline upon EOF
278
2792000-09-19  Assar Westerlund  <assar@sics.se>
280
281	* ftp/security.h: add some attributes to prototypes of sec*
282	* ftp/extern.h (command): add attributes
283
2842000-08-31  Johan Danielsson  <joda@pdc.kth.se>
285
286	* ftpd/ftpd.c: change redundant password message to something
287	people can understand
288
2892000-07-27  Assar Westerlund  <assar@sics.se>
290
291	* ftpd/gss_userok.c (gss_userok): only do AFS iff KRB4
292	* ftpd/ftpd.c (krb5_verify): only do AFS stuff if KRB4
293
2942000-07-07  Assar Westerlund  <assar@sics.se>
295
296	* ftpd/ftpd.c: do not call setproctitle with a variable as the
297	format string
298
2992000-07-01  Assar Westerlund  <assar@sics.se>
300
301	* ftpd/ftpd_locl.h: krb5.h before kafs.h
302	* ftpd/ftpd.c (krb5_verify): static-ize
303	* ftpd/ftpd.c (krb5_verify): conditionalize on KRB5
304
3052000-06-21  Assar Westerlund  <assar@sics.se>
306
307	* ftpd: support for authenticating passwords with krb5, by Daniel
308	Kouril <kouril@ics.muni.cz>
309
3102000-06-06  Johan Danielsson  <joda@pdc.kth.se>
311
312	* ftpd/ftpcmd.y: change unix test to be negative
313	
3142000-05-18  Assar Westerlund  <assar@sics.se>
315
316	* ftpd/ftpd.c (args): should use `debug'.  From Onno van der
317	Linden <onno@simplex.nl>.
318
3192000-04-25  Assar Westerlund  <assar@sics.se>
320
321	* ftp/ftp.c (login): re-structure code so that we prompt for
322	password for ftp/anonymous
323
3242000-04-11  Assar Westerlund  <assar@sics.se>
325
326	* ftp/ftp.c (login): initialize tmp before calling fgets
327
3282000-04-02  Assar Westerlund  <assar@sics.se>
329
330	* ftpd/ls.c: rename all st_mtime variables to avoid conflict with
331	#define.
332	* ftpd/ftpcmd.y: rename all st_mtime variables to avoid conflict
333	with #define.
334	* ftp/cmds.c: rename all st_mtime variables to avoid conflict with
335	#define.
336
3372000-03-26  Assar Westerlund  <assar@sics.se>
338
339	* ftpd/ls.c, ftpd/ftpcmd.y, ftp/cmds.c: make sure to always call
340	time, ctime, and gmtime with `time_t's.  there were some types
341	(like in lastlog) that we believed to always be time_t.  this has
342	proven wrong on Solaris 8 in 64-bit mode, where they are stored as
343	32-bit quantities but time_t has gone up to 64 bits
344
3452000-03-09  Johan Danielsson  <joda@pdc.kth.se>
346
347	* call list_file for broken usages of nlst too
348
349	* ftpd/ftpd.c: call list_file for broken usages of nlst too
350
3512000-02-07  Assar Westerlund  <assar@sics.se>
352
353	* ftp/security.c (sec_read): more paranoia with return value from
354	sec_get_data
355
3562000-01-08  Assar Westerlund  <assar@sics.se>
357
358	* ftp/ftp.c (hookup): handle ai_canonname being set in any of the
359	addresses returnedby getaddrinfo.  glibc apparently returns the
360	reverse lookup of every address in ai_canonname.
361	* ftp/ruserpass.c (guess_domain): dito
362
3631999-12-21  Assar Westerlund  <assar@sics.se>
364
365	* ftpd/ftpd.c: don't use sa_len as a parameter, it's defined on
366 	Irix
367
3681999-12-21  Johan Danielsson  <joda@pdc.kth.se>
369
370	* ftpd/ftpd.c (dataconn): make sure from points to actual data
371
3721999-12-16  Assar Westerlund  <assar@sics.se>
373
374	* ftp/ruserpass.c (guess_domain): handle ai_canonname not being
375	set
376	* ftp/ftp.c (hookup): handle ai_canonname not being set
377
3781999-12-06  Assar Westerlund  <assar@sics.se>
379
380	* ftp/krb4.c (krb4_auth): the nat-IP address might not be realm
381	bounded.
382
3831999-12-05  Assar Westerlund  <assar@sics.se>
384
385	* ftpd/ftpd.c (dolog): update prototype
386	* ftpd/ftpd.c (dolog): use getnameinfo_verified
387	* ftpd/ftpd.c: replace inaddr2str by getnameinfo
388
3891999-12-04  Assar Westerlund  <assar@sics.se>
390
391	* ftp/ruserpass.c (guess_domain): re-write to use getaddrinfo
392	* ftp/ftp.c (hookup): re-write to use getaddrinfo
393	
3941999-11-30  Assar Westerlund  <assar@sics.se>
395
396	* ftpd/ftpd.c (getdatasock): make sure to keep the port-number of
397 	the outgoing connections.  It has to be `ftp-data' or some people
398 	might get upset.
399
400	* ftpd/ftpd.c (args): set correct variable when `-l' so that
401 	logging actually works
402
4031999-11-29  Assar Westerlund  <assar@sics.se>
404
405	* ftp/security.c (sec_login): check return value from realloc
406	(sec_end): set app_data to NULL
407
4081999-11-25  Assar Westerlund  <assar@sics.se>
409
410	* ftp/krb4.c (krb4_auth): obtain the `local' address when doing
411	NAT.  also turn on passive mode.  From <thn@stacken.kth.se>
412
4131999-11-20  Assar Westerlund  <assar@sics.se>
414
415	* ftpd/ls.c (make_fileinfo): cast to allow for non-const
416 	prototypes of readlink
417
4181999-11-12  Assar Westerlund  <assar@sics.se>
419
420	* ftpd/ftpd.c (args): use arg_counter for `l'
421	
4221999-11-04  Assar Westerlund  <assar@sics.se>
423
424	* ftpd/ls.c (S_ISSOCK, S_ISLNK): fallback definitions for systems
425 	that don't have them (such as ultrix)
426
4271999-10-29  Assar Westerlund  <assar@sics.se>
428
429	* ftpd/ls.c (make_fileinfo): cast uid's and gid's to unsigned in
430 	printf, we don't know what types they might be.
431	(lstat_file): conditionalize the kafs part on KRB4
432
433	* ftpd/ftpd_locl.h: <sys/ioccom.h> is needed for kafs.h
434
4351999-10-28  Assar Westerlund  <assar@sics.se>
436
437	* ftpd/ls.c (lstat_file): don't set st_mode, it should already be
438 	correct
439
440	* ftpd/ls.c: don't use warnx to print errors
441
442	* ftpd/ls.c (builtin_ls): fix typo, 'd' shouldn't imply 'f'
443
444	* ftpd/ls.c (lstat_file): new function for avoiding stating AFS
445 	mount points.  From Love <lha@s3.kth.se>
446	(list_files): use `lstat_file'
447
448	* ftpd/ftpd.c: some const-poisoning
449
450	* ftpd/ftpd.c (args): add `-B' as an alias for `--builtin-ls' to
451 	allow for stupid inetds that only support two arguments.  From
452 	Love <lha@s3.kth.se>
453
4541999-10-26  Assar Westerlund  <assar@sics.se>
455
456	* ftpd/ftpcmd.y (help): it's unnecessary to interpret help strings
457 	as printf commands
458
459	* ftpd/ftpd.c (show_issue): don't interpret contents of
460 	/etc/issue* as printf commands.  From Brian A May
461 	<bmay@dgs.monash.edu.au>
462
4631999-10-21  Johan Danielsson  <joda@pdc.kth.se>
464
465	* ftpd/kauth.c (kauth): complain if protection level isn't
466	`private'
467
468	* ftp/krb4.c (krb4_decode): syslog failure reason
469
470	* ftp/kauth.c (kauth): set private level earlier
471
472	* ftp/security.c: get_command_prot; (sec_prot): partially match
473	`command' and `data'
474
4751999-10-18  Johan Danielsson  <joda@pdc.kth.se>
476
477	* ftpd/ftpd.c: change `-l' flag to use arg_collect (this makes
478	`-ll' work again)
479
480	* ftpd/ftpd.c (list_file): pass filename to ls
481
4821999-10-04  Johan Danielsson  <joda@pdc.kth.se>
483
484	* ftpd/ftpcmd.y: FEAT
485
4861999-10-03  Assar Westerlund  <assar@sics.se>
487
488	* ftpd/ls.c: fall-back definitions for constans and casts for
489 	printfs
490
4911999-10-03  Johan Danielsson  <joda@pdc.kth.se>
492
493	* ftpd/ftpd.c (main): make this use getarg; add `list_file'
494
495	* ftpd/ftpcmd.y (LIST): call list_file
496
497	* ftpd/ls.c: add simple built-in ls
498
499	* ftp/security.c: add `sec_vfprintf2' and `sec_fprintf2' that
500	prints to the data stream
501
502	* ftp/kauth.c (kauth): make sure we're using private protection
503	level
504
505	* ftp/security.c (set_command_prot): set command protection level
506
507	* ftp/security.c: make it possible to set the command protection
508	level with `prot'
509
5101999-09-30  Assar Westerlund  <assar@sics.se>
511
512	* ftpd/ftpd_locl.h: add prototype for fclose to make sunos happy
513
5141999-08-19  Johan Danielsson  <joda@pdc.kth.se>
515
516	* ftpd/ftpd.c (do_login): show issue-file
517	(send_data): change handling of zero-byte files
518
5191999-08-18  Assar Westerlund  <assar@sics.se>
520
521	* ftp/cmds.c (getit): be more suspicious when parsing the result
522 	of MDTM.  Do the comparison of timestamps correctly.
523
5241999-08-13  Assar Westerlund  <assar@sics.se>
525
526	* ftpd/ftpd.c (send_data): avoid calling mmap with `len == 0'.
527  	Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
528 	get grumpy later.
529
530	* ftp/ftp.c (copy_stream): avoid calling mmap with `len == 0'.
531  	Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
532 	get grumpy later.
533
5341999-08-03  Assar Westerlund  <assar@sics.se>
535
536	* ftp/ftp.c (active_mode): hide failure of EPRT by setting verbose
537
538	* ftp/gssapi.c (gss_auth): initialize application_data in bindings
539
5401999-08-02  Assar Westerlund  <assar@sics.se>
541
542	* ftpd/ftpcmd.y: save file names when doing commands that might
543 	get aborted (and longjmp:ed out of) to avoid overwriting them also
544 	remove extra closing brace
545
5461999-08-01  Johan Danielsson  <joda@pdc.kth.se>
547
548	* ftpd/ftpcmd.y: change `site find' to `site locate' (to match
549	what it does, and other implementations) keep find as an alias
550
5511999-07-28  Assar Westerlund  <assar@sics.se>
552
553	* common/socket.c: moved to roken
554
555	* common/socket.c: new file with generic socket functions
556
557	* ftpd/ftpd.c: make it more AF-neutral and v6-capable
558
559	* ftpd/ftpcmd.y: add EPRT and EPSV
560
561	* ftpd/extern.h: update prototypes and variables
562
563	* ftp/krb4.c: update to new types of addresses
564
565	* ftp/gssapi.c: add support for both AF_INET and AF_INET6
566 	addresses
567
568	* ftp/ftp.c: make it more AF-neutral and v6-capable
569
570	* ftp/extern.h (hookup): change prototype
571
572	* common/common.h: add prototypes for functions in socket.c
573
574	* common/Makefile.am (libcommon_a_SOURCES): add socket.c
575
576	* ftp/gssapi.c (gss_auth): check return value from
577 	`gss_import_name' and print error messages if it fails
578
5791999-06-15  Assar Westerlund  <assar@sics.se>
580
581	* ftp/krb4.c (krb4_auth): type correctness
582
5831999-06-02  Johan Danielsson  <joda@pdc.kth.se>
584
585	* ftp/ftp.c (sendrequest): lmode != rmode
586	
5871999-05-21  Assar Westerlund  <assar@sics.se>
588
589	* ftp/extern.h (sendrequest): update prototype
590
591	* ftp/cmds.c: update calls to sendrequest and recvrequest to send
592 	"b" when appropriate
593
594	* ftp/ftp.c (sendrequest): add argument for mode to open file in.
595
5961999-05-08  Assar Westerlund  <assar@sics.se>
597
598	* ftpd/ftpcmd.y: rename getline -> ftpd_getline
599
600	* ftp/main.c (makeargv): fill in unused slots with NULL
601
602Thu Apr  8 15:06:40 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
603
604	* ftpd/ftpd.c: remove definition of KRB_VERIFY_USER (moved to
605 	config.h)
606
607Wed Apr  7 16:15:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
608
609	* ftp/gssapi.c (gss_auth): call gss_display_status to get a sane
610 	error message; return AUTH_{CONTINUE,ERROR}, where appropriate
611
612	* ftp/krb4.c: return AUTH_{CONTINUE,ERROR}, where appropriate
613
614	* ftp/security.c (sec_login): if mechanism returns AUTH_CONTINUE,
615 	just continue with the next mechanism, this fixes the case of
616 	having GSSAPI fail because of non-existant of expired tickets
617
618	* ftp/security.h: add AUTH_{OK,CONTINUE,ERROR}
619
620Thu Apr  1 16:59:04 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
621
622	* ftpd/Makefile.am: don't run check-local
623
624	* ftp/Makefile.am: don't run check-local
625
626Mon Mar 22 22:15:18 1999  Assar Westerlund  <assar@sics.se>
627
628	* ftpd/ftpd.c (pass): fall-back for KRB_VERIFY_SECURE
629
630	* ftpd/ftpd.c (pass): 1 -> KRB_VERIFY_SECURE
631
632Thu Mar 18 12:07:09 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
633
634	* ftpd/Makefile.am: clean ftpcmd.c
635
636	* ftpd/ftpd_locl.h: remove krb5.h (breaks in ftpcmd.y)
637
638	* ftpd/ftpd.c: move include of krb5.h here
639
640	* ftpd/Makefile.am: include Makefile.am.common
641
642	* Makefile.am: include Makefile.am.common
643
644	* ftp/Makefile.am: include Makefile.am.common
645
646	* common/Makefile.am: include Makefile.am.common
647
648Tue Mar 16 22:28:37 1999  Assar Westerlund  <assar@sics.se>
649
650	* ftpd/ftpd_locl.h: add krb5.h to get heimdal_version
651
652	* ftpd/ftpd.c: krb_verify_user_multiple -> krb_verify_user
653
654Thu Mar 11 14:54:59 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
655
656	* ftp/Makefile.in: WFLAGS
657
658	* ftp/ruserpass.c: add some if-braces
659
660Wed Mar 10 20:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
661
662	* ftpd/ftpd_locl.h: remove ifdef HAVE_FNMATCH
663
664Mon Mar  8 21:29:24 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
665
666	* ftpd/ftpd.c: re-add version in greeting message
667
668Mon Mar  1 10:49:38 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
669
670	* ftpd/logwtmp.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
671
672Mon Feb 22 19:20:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
673
674	* common/Makefile.in: remove glob
675
676Sat Feb 13 17:19:35 1999  Assar Westerlund  <assar@sics.se>
677
678	* ftpd/ftpd.c (match): remove #ifdef HAVE_FNMATCH.  We have a
679 	fnmatch implementation in roken and therefore always have it.
680
681	* ftp/ftp.c (copy_stream): initialize `werr'
682
683Wed Jan 13 23:52:57 1999  Assar Westerlund  <assar@sics.se>
684
685	* ftpd/ftpcmd.y: moved all check_login and check_login_no_guest to
686 	the end of the rules to ensure we don't generate several
687 	(independent) error messages.  once again, having a yacc-grammar
688 	for FTP with embedded actions doesn't strike me as the most
689 	optimal way of doing it.
690
691Tue Dec  1 14:44:29 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
692
693	* ftpd/Makefile.am: link with extra libs for aix
694
695Sun Nov 22 10:28:20 1998  Assar Westerlund  <assar@sics.se>
696
697	* ftpd/ftpd.c (retrying): support on-the-fly decompression
698
699	* ftpd/Makefile.in (WFLAGS): set
700
701	* ftp/ruserpass.c (guess_domain): new function
702	(ruserpass): use it
703
704	* common/Makefile.in (WFLAGS): set
705
706	* Makefile.in (WFLAGS): set
707
708Sat Nov 21 23:13:03 1998  Assar Westerlund  <assar@sics.se>
709
710	* ftp/security.c: some more type correctness.
711
712	* ftp/gssapi.c (gss_adat): more braces to shut up warnings
713
714Wed Nov 18 21:47:55 1998  Assar Westerlund  <assar@sics.se>
715
716	* ftp/main.c (main): new option `-p' for enable passive mode.
717
718Mon Nov  2 01:57:49 1998  Assar Westerlund  <assar@sics.se>
719
720	* ftp/ftp.c (getreply): remove extra `break'
721
722	* ftp/gssapi.c (gss_auth): fixo typo(copyo?)
723
724	* ftp/security.c (sec_login): fix loop and return value
725
726Tue Sep  1 16:56:42 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
727
728	* ftp/cmds.c (quote1): fix % quoting bug
729
730Fri Aug 14 17:10:06 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
731
732	* ftp/krb4.c: krb_put_int -> KRB_PUT_INT
733
734Tue Jun 30 18:07:15 1998  Assar Westerlund  <assar@sics.se>
735
736	* ftp/security.c (auth): free `app_data'
737	(sec_end): only destroy if it was initialized
738
739Tue Jun  9 21:01:59 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
740
741	* ftp/krb4.c: pass client address to krb_rd_req
742
743Sat May 16 00:02:07 1998  Assar Westerlund  <assar@sics.se>
744
745	* ftpd/Makefile.am: link with DBLIB
746
747Tue May 12 14:15:32 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
748
749	* ftp/gssapi.c: Save client name for userok().
750
751	* ftpd/gss_userok.c: Userok for gssapi.
752
753Fri May  1 07:15:01 1998  Assar Westerlund  <assar@sics.se>
754
755	* ftp/ftp.c: unifdef -DHAVE_H_ERRNO
756
757Fri Mar 27 00:46:07 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
758
759	* Make compile w/o krb4.
760
761Thu Mar 26 03:49:12 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
762
763	* ftp/*, ftpd/*: Changes for new framework.
764
765	* ftp/gssapi.c: GSS-API backend for the new security framework.
766
767	* ftp/krb4.c: Updated for new framework.
768
769	* ftp/security.{c,h}: New unified security framework.
770