ChangeLog revision 103423
12002-09-05  Johan Danielsson  <joda@pdc.kth.se>
2
3	* ftp/security.c (sec_vfprintf): free encoded data
4
5	* ftp/gssapi.c (gss_decode): release buffer
6
7	* ftp/ftp.c (active_mode): no need to allocate buffer for EPRT
8
92002-08-28  Johan Danielsson  <joda@pdc.kth.se>
10
11	* ftp/ftp.c (command): clean up va_{start,end}ing (from NetBSD)
12
132002-08-23  Assar Westerlund  <assar@kth.se>
14
15	* ftp/main.c: start using getarg
16
172002-08-22  Johan Danielsson  <joda@pdc.kth.se>
18
19	* ftpd/ls.c: uxp/v lacks _S_IFMT, but has S_IFMT
20
212002-08-20  Johan Danielsson  <joda@pdc.kth.se>
22
23	* ftp/gssapi.c: remove unused variable
24
252002-04-24  Johan Danielsson  <joda@pdc.kth.se>
26
27	* ftp/ftp.c: fix buffer overrun when receiving long replies
28
292002-04-02  Johan Danielsson  <joda@pdc.kth.se>
30
31	* ftpd/popen.c: make sure gl_pathc != 0 before referencing
32	gl_pathv
33
342002-03-15  Johan Danielsson  <joda@pdc.kth.se>
35
36	* ftp/gssapi.c (gss_adat): if accept_sec_context fails, syslog a
37	reason and give a temporary error message
38
392002-02-28  Johan Danielsson  <joda@pdc.kth.se>
40
41	* ftpd/ftpd.c: if builtin_ls failes, return error
42
43	* ftpd/ls.c (builtin_ls): return status; also don't print fatal
44	error messages to the output stream, instead use syslog
45
462001-09-14  Johan Danielsson  <joda@pdc.kth.se>
47
48	* ftpd/ls.c: make sure we don't include . in recursive listings
49
502001-09-13  Johan Danielsson  <joda@pdc.kth.se>
51
52	* ftpd/ftpd.c (dataconn): don't wait forever on accept
53
542001-09-04  Assar Westerlund  <assar@sics.se>
55
56	* ftp/gssapi.c (gss_adat): leak less memory and check return value
57	from asprintf
58
592001-08-28  Jacques Vidrine <n@nectar.com>
60
61	* ftpd/ftpd.c, ftpd/ftpd.8: On systems with IP_PORTRANGE, have
62	  ftpd use `high-numbered' ports by default.  Add a -U option
63	  to get the old behavior.
64
652001-08-28  Johan Danielsson  <joda@pdc.kth.se>
66
67	* ftp/gssapi.c: try using "host" if there's no "ftp" principal
68
692001-08-26  Johan Danielsson  <joda@pdc.kth.se>
70
71	* ftpd/ls.c: implement -R
72
732001-08-08  Assar Westerlund  <assar@sics.se>
74
75	* ftpd/ls.c: make -a and -A do the same as in ls(1)
76
772001-08-05  Assar Westerlund  <assar@sics.se>
78
79	* ftpd/ftpcmd.y: add some (unsigned char) casts to is*
80	* ftp/cmds.c: add some (unsigned char) casts to is*
81	* ftpd/gss_userok.c (gss_userok): make argument to printf type
82	correct
83
842001-08-05  Assar Westerlund  <assar@sics.se>
85
86	* ftp/cmds.c (setpeer): __NetBSD__ is also a unix-like OS
87
882001-06-19  Assar Westerlund  <assar@sics.se>
89
90	* ftpd/popen.c, ftpd/ftpd.c: try to handle GLOB_MAXPATH (FreeBSD)
91
922001-04-19  Johan Danielsson  <joda@pdc.kth.se>
93
94	* ftpd/ftpd.c (do_store): call closefunc before claiming that
95	everything went ok, if the close fails the file might not have
96	been stored properly
97
982001-03-26  Assar Westerlund  <assar@sics.se>
99
100	* ftpd/ftpd.c, ftpd/popen.c: always use GLOB_LIMIT
101	* ftpd/popen.c (ftpd_popen): use GLOB_LIMIT if defined
102	* ftpd/ftpd.c (send_file_list): use GLOB_LIMIT if defined
103
1042001-02-15  Assar Westerlund  <assar@sics.se>
105
106	* ftp/cmds.c (setpeer): handle both service names and port numbers
107	for the second optional argument.  also make parsing more robust
108
1092001-02-07  Assar Westerlund  <assar@sics.se>
110
111	* ftp/security.c (sec_end): only clean app_data if there is any
112	(*): do realloc consistently
113
1142001-02-05  Assar Westerlund  <assar@sics.se>
115
116	* ftpd/popen.c (ftpd_popen): avoid overwriting the bounds of argv
117	and gargv
118
1192001-01-30  Assar Westerlund  <assar@sics.se>
120
121	* ftpd/gss_userok.c: use gss_krb5_copy_ccache
122
1232001-01-29  Assar Westerlund  <assar@sics.se>
124
125	* ftpd/Makefile.am: move up LIB_otp so we do not end up picking
126 	one from /usr/athena
127
1282001-01-25  Johan Danielsson  <joda@pdc.kth.se>
129
130	* ftpd/ls.c: fix bug in previous; make it easier to build test
131	version
132
1332001-01-19  Johan Danielsson  <joda@pdc.kth.se>
134
135	* ftpd/ls.c (lstat_file): handle case where file lives in `/'
136
1372001-01-18  Johan Danielsson  <joda@pdc.kth.se>
138
139	* ftpd/ftpd.c (pasv): close already open passive port
140
1412000-12-14  Johan Danielsson  <joda@pdc.kth.se>
142
143	* ftpd/ls.c: reverse time and size sort order (pointed out by
144	tege)
145
1462000-12-11  Johan Danielsson  <joda@pdc.kth.se>
147
148	* ftpd/ftpd.c: make it possible to set list of good filename
149	characters from command line
150
1512000-12-10  Johan Danielsson  <joda@pdc.kth.se>
152
153	* ftpd/ftpd.c: some spec-violating mirror software assumes that
154	you can do things like `LIST -CF'; don't pass `--' to ls so this
155	actually works
156
157	* ftpd/ls.c: implement -1CFx flags
158
1592000-12-08  Assar Westerlund  <assar@sics.se>
160
161	* ftpd/gss_userok.c (gss_userok): handle getpwnam failing
162	* ftp/gssapi.c (gss_auth): be more explicit in error message
163
1642000-11-29  Johan Danielsson  <joda@pdc.kth.se>
165
166	* ftpd/ftpd.8: close list
167
1682000-11-15  Assar Westerlund  <assar@sics.se>
169
170	* ftp/main.c: add `-l' for no line-editing
171	* ftp/globals.c (readline): add
172	* ftp/ftp_var.h (lineedit): add variable indicated if we should
173	use readline
174
1752000-11-09  Johan Danielsson  <joda@pdc.kth.se>
176
177	* ftp/security.c (sec_read): fix bug in previous (from Jacques A.
178	Vidrine <n@nectar.com>)
179
1802000-11-05  Johan Danielsson  <joda@pdc.kth.se>
181
182	* ftpd/ftpcmd.y: only allow pasv if logged in
183
1842000-10-23  Johan Danielsson  <joda@pdc.kth.se>
185
186	* ftpd/ftpd.c: change bad filename message slightly
187
188	* common/buffer.c: HAVE_ST_BLKSIZE -> HAVE_STRUCT_STAT_ST_BLKSIZE
189
1902000-10-08  Assar Westerlund  <assar@sics.se>
191
192	* ftp/ftp.c (*): check that fds are not too large to select on
193	* ftp/main.c (cmdscanner): print a newline upon EOF
194
1952000-09-19  Assar Westerlund  <assar@sics.se>
196
197	* ftp/security.h: add some attributes to prototypes of sec*
198	* ftp/extern.h (command): add attributes
199
2002000-08-31  Johan Danielsson  <joda@pdc.kth.se>
201
202	* ftpd/ftpd.c: change redundant password message to something
203	people can understand
204
2052000-07-27  Assar Westerlund  <assar@sics.se>
206
207	* ftpd/gss_userok.c (gss_userok): only do AFS iff KRB4
208	* ftpd/ftpd.c (krb5_verify): only do AFS stuff if KRB4
209
2102000-07-07  Assar Westerlund  <assar@sics.se>
211
212	* ftpd/ftpd.c: do not call setproctitle with a variable as the
213	format string
214
2152000-07-01  Assar Westerlund  <assar@sics.se>
216
217	* ftpd/ftpd_locl.h: krb5.h before kafs.h
218	* ftpd/ftpd.c (krb5_verify): static-ize
219	* ftpd/ftpd.c (krb5_verify): conditionalize on KRB5
220
2212000-06-21  Assar Westerlund  <assar@sics.se>
222
223	* ftpd: support for authenticating passwords with krb5, by Daniel
224	Kouril <kouril@ics.muni.cz>
225
2262000-06-06  Johan Danielsson  <joda@pdc.kth.se>
227
228	* ftpd/ftpcmd.y: change unix test to be negative
229	
2302000-05-18  Assar Westerlund  <assar@sics.se>
231
232	* ftpd/ftpd.c (args): should use `debug'.  From Onno van der
233	Linden <onno@simplex.nl>.
234
2352000-04-25  Assar Westerlund  <assar@sics.se>
236
237	* ftp/ftp.c (login): re-structure code so that we prompt for
238	password for ftp/anonymous
239
2402000-04-11  Assar Westerlund  <assar@sics.se>
241
242	* ftp/ftp.c (login): initialize tmp before calling fgets
243
2442000-04-02  Assar Westerlund  <assar@sics.se>
245
246	* ftpd/ls.c: rename all st_mtime variables to avoid conflict with
247	#define.
248	* ftpd/ftpcmd.y: rename all st_mtime variables to avoid conflict
249	with #define.
250	* ftp/cmds.c: rename all st_mtime variables to avoid conflict with
251	#define.
252
2532000-03-26  Assar Westerlund  <assar@sics.se>
254
255	* ftpd/ls.c, ftpd/ftpcmd.y, ftp/cmds.c: make sure to always call
256	time, ctime, and gmtime with `time_t's.  there were some types
257	(like in lastlog) that we believed to always be time_t.  this has
258	proven wrong on Solaris 8 in 64-bit mode, where they are stored as
259	32-bit quantities but time_t has gone up to 64 bits
260
2612000-03-09  Johan Danielsson  <joda@pdc.kth.se>
262
263	* call list_file for broken usages of nlst too
264
265	* ftpd/ftpd.c: call list_file for broken usages of nlst too
266
2672000-02-07  Assar Westerlund  <assar@sics.se>
268
269	* ftp/security.c (sec_read): more paranoia with return value from
270	sec_get_data
271
2722000-01-08  Assar Westerlund  <assar@sics.se>
273
274	* ftp/ftp.c (hookup): handle ai_canonname being set in any of the
275	addresses returnedby getaddrinfo.  glibc apparently returns the
276	reverse lookup of every address in ai_canonname.
277	* ftp/ruserpass.c (guess_domain): dito
278
2791999-12-21  Assar Westerlund  <assar@sics.se>
280
281	* ftpd/ftpd.c: don't use sa_len as a parameter, it's defined on
282 	Irix
283
2841999-12-21  Johan Danielsson  <joda@pdc.kth.se>
285
286	* ftpd/ftpd.c (dataconn): make sure from points to actual data
287
2881999-12-16  Assar Westerlund  <assar@sics.se>
289
290	* ftp/ruserpass.c (guess_domain): handle ai_canonname not being
291	set
292	* ftp/ftp.c (hookup): handle ai_canonname not being set
293
2941999-12-06  Assar Westerlund  <assar@sics.se>
295
296	* ftp/krb4.c (krb4_auth): the nat-IP address might not be realm
297	bounded.
298
2991999-12-05  Assar Westerlund  <assar@sics.se>
300
301	* ftpd/ftpd.c (dolog): update prototype
302	* ftpd/ftpd.c (dolog): use getnameinfo_verified
303	* ftpd/ftpd.c: replace inaddr2str by getnameinfo
304
3051999-12-04  Assar Westerlund  <assar@sics.se>
306
307	* ftp/ruserpass.c (guess_domain): re-write to use getaddrinfo
308	* ftp/ftp.c (hookup): re-write to use getaddrinfo
309	
3101999-11-30  Assar Westerlund  <assar@sics.se>
311
312	* ftpd/ftpd.c (getdatasock): make sure to keep the port-number of
313 	the outgoing connections.  It has to be `ftp-data' or some people
314 	might get upset.
315
316	* ftpd/ftpd.c (args): set correct variable when `-l' so that
317 	logging actually works
318
3191999-11-29  Assar Westerlund  <assar@sics.se>
320
321	* ftp/security.c (sec_login): check return value from realloc
322	(sec_end): set app_data to NULL
323
3241999-11-25  Assar Westerlund  <assar@sics.se>
325
326	* ftp/krb4.c (krb4_auth): obtain the `local' address when doing
327	NAT.  also turn on passive mode.  From <thn@stacken.kth.se>
328
3291999-11-20  Assar Westerlund  <assar@sics.se>
330
331	* ftpd/ls.c (make_fileinfo): cast to allow for non-const
332 	prototypes of readlink
333
3341999-11-12  Assar Westerlund  <assar@sics.se>
335
336	* ftpd/ftpd.c (args): use arg_counter for `l'
337	
3381999-11-04  Assar Westerlund  <assar@sics.se>
339
340	* ftpd/ls.c (S_ISSOCK, S_ISLNK): fallback definitions for systems
341 	that don't have them (such as ultrix)
342
3431999-10-29  Assar Westerlund  <assar@sics.se>
344
345	* ftpd/ls.c (make_fileinfo): cast uid's and gid's to unsigned in
346 	printf, we don't know what types they might be.
347	(lstat_file): conditionalize the kafs part on KRB4
348
349	* ftpd/ftpd_locl.h: <sys/ioccom.h> is needed for kafs.h
350
3511999-10-28  Assar Westerlund  <assar@sics.se>
352
353	* ftpd/ls.c (lstat_file): don't set st_mode, it should already be
354 	correct
355
356	* ftpd/ls.c: don't use warnx to print errors
357
358	* ftpd/ls.c (builtin_ls): fix typo, 'd' shouldn't imply 'f'
359
360	* ftpd/ls.c (lstat_file): new function for avoiding stating AFS
361 	mount points.  From Love <lha@s3.kth.se>
362	(list_files): use `lstat_file'
363
364	* ftpd/ftpd.c: some const-poisoning
365
366	* ftpd/ftpd.c (args): add `-B' as an alias for `--builtin-ls' to
367 	allow for stupid inetds that only support two arguments.  From
368 	Love <lha@s3.kth.se>
369
3701999-10-26  Assar Westerlund  <assar@sics.se>
371
372	* ftpd/ftpcmd.y (help): it's unnecessary to interpret help strings
373 	as printf commands
374
375	* ftpd/ftpd.c (show_issue): don't interpret contents of
376 	/etc/issue* as printf commands.  From Brian A May
377 	<bmay@dgs.monash.edu.au>
378
3791999-10-21  Johan Danielsson  <joda@pdc.kth.se>
380
381	* ftpd/kauth.c (kauth): complain if protection level isn't
382	`private'
383
384	* ftp/krb4.c (krb4_decode): syslog failure reason
385
386	* ftp/kauth.c (kauth): set private level earlier
387
388	* ftp/security.c: get_command_prot; (sec_prot): partially match
389	`command' and `data'
390
3911999-10-18  Johan Danielsson  <joda@pdc.kth.se>
392
393	* ftpd/ftpd.c: change `-l' flag to use arg_collect (this makes
394	`-ll' work again)
395
396	* ftpd/ftpd.c (list_file): pass filename to ls
397
3981999-10-04  Johan Danielsson  <joda@pdc.kth.se>
399
400	* ftpd/ftpcmd.y: FEAT
401
4021999-10-03  Assar Westerlund  <assar@sics.se>
403
404	* ftpd/ls.c: fall-back definitions for constans and casts for
405 	printfs
406
4071999-10-03  Johan Danielsson  <joda@pdc.kth.se>
408
409	* ftpd/ftpd.c (main): make this use getarg; add `list_file'
410
411	* ftpd/ftpcmd.y (LIST): call list_file
412
413	* ftpd/ls.c: add simple built-in ls
414
415	* ftp/security.c: add `sec_vfprintf2' and `sec_fprintf2' that
416	prints to the data stream
417
418	* ftp/kauth.c (kauth): make sure we're using private protection
419	level
420
421	* ftp/security.c (set_command_prot): set command protection level
422
423	* ftp/security.c: make it possible to set the command protection
424	level with `prot'
425
4261999-09-30  Assar Westerlund  <assar@sics.se>
427
428	* ftpd/ftpd_locl.h: add prototype for fclose to make sunos happy
429
4301999-08-19  Johan Danielsson  <joda@pdc.kth.se>
431
432	* ftpd/ftpd.c (do_login): show issue-file
433	(send_data): change handling of zero-byte files
434
4351999-08-18  Assar Westerlund  <assar@sics.se>
436
437	* ftp/cmds.c (getit): be more suspicious when parsing the result
438 	of MDTM.  Do the comparison of timestamps correctly.
439
4401999-08-13  Assar Westerlund  <assar@sics.se>
441
442	* ftpd/ftpd.c (send_data): avoid calling mmap with `len == 0'.
443  	Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
444 	get grumpy later.
445
446	* ftp/ftp.c (copy_stream): avoid calling mmap with `len == 0'.
447  	Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
448 	get grumpy later.
449
4501999-08-03  Assar Westerlund  <assar@sics.se>
451
452	* ftp/ftp.c (active_mode): hide failure of EPRT by setting verbose
453
454	* ftp/gssapi.c (gss_auth): initialize application_data in bindings
455
4561999-08-02  Assar Westerlund  <assar@sics.se>
457
458	* ftpd/ftpcmd.y: save file names when doing commands that might
459 	get aborted (and longjmp:ed out of) to avoid overwriting them also
460 	remove extra closing brace
461
4621999-08-01  Johan Danielsson  <joda@pdc.kth.se>
463
464	* ftpd/ftpcmd.y: change `site find' to `site locate' (to match
465	what it does, and other implementations) keep find as an alias
466
4671999-07-28  Assar Westerlund  <assar@sics.se>
468
469	* common/socket.c: moved to roken
470
471	* common/socket.c: new file with generic socket functions
472
473	* ftpd/ftpd.c: make it more AF-neutral and v6-capable
474
475	* ftpd/ftpcmd.y: add EPRT and EPSV
476
477	* ftpd/extern.h: update prototypes and variables
478
479	* ftp/krb4.c: update to new types of addresses
480
481	* ftp/gssapi.c: add support for both AF_INET and AF_INET6
482 	addresses
483
484	* ftp/ftp.c: make it more AF-neutral and v6-capable
485
486	* ftp/extern.h (hookup): change prototype
487
488	* common/common.h: add prototypes for functions in socket.c
489
490	* common/Makefile.am (libcommon_a_SOURCES): add socket.c
491
492	* ftp/gssapi.c (gss_auth): check return value from
493 	`gss_import_name' and print error messages if it fails
494
4951999-06-15  Assar Westerlund  <assar@sics.se>
496
497	* ftp/krb4.c (krb4_auth): type correctness
498
4991999-06-02  Johan Danielsson  <joda@pdc.kth.se>
500
501	* ftp/ftp.c (sendrequest): lmode != rmode
502	
5031999-05-21  Assar Westerlund  <assar@sics.se>
504
505	* ftp/extern.h (sendrequest): update prototype
506
507	* ftp/cmds.c: update calls to sendrequest and recvrequest to send
508 	"b" when appropriate
509
510	* ftp/ftp.c (sendrequest): add argument for mode to open file in.
511
5121999-05-08  Assar Westerlund  <assar@sics.se>
513
514	* ftpd/ftpcmd.y: rename getline -> ftpd_getline
515
516	* ftp/main.c (makeargv): fill in unused slots with NULL
517
518Thu Apr  8 15:06:40 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
519
520	* ftpd/ftpd.c: remove definition of KRB_VERIFY_USER (moved to
521 	config.h)
522
523Wed Apr  7 16:15:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
524
525	* ftp/gssapi.c (gss_auth): call gss_display_status to get a sane
526 	error message; return AUTH_{CONTINUE,ERROR}, where appropriate
527
528	* ftp/krb4.c: return AUTH_{CONTINUE,ERROR}, where appropriate
529
530	* ftp/security.c (sec_login): if mechanism returns AUTH_CONTINUE,
531 	just continue with the next mechanism, this fixes the case of
532 	having GSSAPI fail because of non-existant of expired tickets
533
534	* ftp/security.h: add AUTH_{OK,CONTINUE,ERROR}
535
536Thu Apr  1 16:59:04 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
537
538	* ftpd/Makefile.am: don't run check-local
539
540	* ftp/Makefile.am: don't run check-local
541
542Mon Mar 22 22:15:18 1999  Assar Westerlund  <assar@sics.se>
543
544	* ftpd/ftpd.c (pass): fall-back for KRB_VERIFY_SECURE
545
546	* ftpd/ftpd.c (pass): 1 -> KRB_VERIFY_SECURE
547
548Thu Mar 18 12:07:09 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
549
550	* ftpd/Makefile.am: clean ftpcmd.c
551
552	* ftpd/ftpd_locl.h: remove krb5.h (breaks in ftpcmd.y)
553
554	* ftpd/ftpd.c: move include of krb5.h here
555
556	* ftpd/Makefile.am: include Makefile.am.common
557
558	* Makefile.am: include Makefile.am.common
559
560	* ftp/Makefile.am: include Makefile.am.common
561
562	* common/Makefile.am: include Makefile.am.common
563
564Tue Mar 16 22:28:37 1999  Assar Westerlund  <assar@sics.se>
565
566	* ftpd/ftpd_locl.h: add krb5.h to get heimdal_version
567
568	* ftpd/ftpd.c: krb_verify_user_multiple -> krb_verify_user
569
570Thu Mar 11 14:54:59 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
571
572	* ftp/Makefile.in: WFLAGS
573
574	* ftp/ruserpass.c: add some if-braces
575
576Wed Mar 10 20:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
577
578	* ftpd/ftpd_locl.h: remove ifdef HAVE_FNMATCH
579
580Mon Mar  8 21:29:24 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
581
582	* ftpd/ftpd.c: re-add version in greeting message
583
584Mon Mar  1 10:49:38 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
585
586	* ftpd/logwtmp.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
587
588Mon Feb 22 19:20:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
589
590	* common/Makefile.in: remove glob
591
592Sat Feb 13 17:19:35 1999  Assar Westerlund  <assar@sics.se>
593
594	* ftpd/ftpd.c (match): remove #ifdef HAVE_FNMATCH.  We have a
595 	fnmatch implementation in roken and therefore always have it.
596
597	* ftp/ftp.c (copy_stream): initialize `werr'
598
599Wed Jan 13 23:52:57 1999  Assar Westerlund  <assar@sics.se>
600
601	* ftpd/ftpcmd.y: moved all check_login and check_login_no_guest to
602 	the end of the rules to ensure we don't generate several
603 	(independent) error messages.  once again, having a yacc-grammar
604 	for FTP with embedded actions doesn't strike me as the most
605 	optimal way of doing it.
606
607Tue Dec  1 14:44:29 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
608
609	* ftpd/Makefile.am: link with extra libs for aix
610
611Sun Nov 22 10:28:20 1998  Assar Westerlund  <assar@sics.se>
612
613	* ftpd/ftpd.c (retrying): support on-the-fly decompression
614
615	* ftpd/Makefile.in (WFLAGS): set
616
617	* ftp/ruserpass.c (guess_domain): new function
618	(ruserpass): use it
619
620	* common/Makefile.in (WFLAGS): set
621
622	* Makefile.in (WFLAGS): set
623
624Sat Nov 21 23:13:03 1998  Assar Westerlund  <assar@sics.se>
625
626	* ftp/security.c: some more type correctness.
627
628	* ftp/gssapi.c (gss_adat): more braces to shut up warnings
629
630Wed Nov 18 21:47:55 1998  Assar Westerlund  <assar@sics.se>
631
632	* ftp/main.c (main): new option `-p' for enable passive mode.
633
634Mon Nov  2 01:57:49 1998  Assar Westerlund  <assar@sics.se>
635
636	* ftp/ftp.c (getreply): remove extra `break'
637
638	* ftp/gssapi.c (gss_auth): fixo typo(copyo?)
639
640	* ftp/security.c (sec_login): fix loop and return value
641
642Tue Sep  1 16:56:42 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
643
644	* ftp/cmds.c (quote1): fix % quoting bug
645
646Fri Aug 14 17:10:06 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
647
648	* ftp/krb4.c: krb_put_int -> KRB_PUT_INT
649
650Tue Jun 30 18:07:15 1998  Assar Westerlund  <assar@sics.se>
651
652	* ftp/security.c (auth): free `app_data'
653	(sec_end): only destroy if it was initialized
654
655Tue Jun  9 21:01:59 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
656
657	* ftp/krb4.c: pass client address to krb_rd_req
658
659Sat May 16 00:02:07 1998  Assar Westerlund  <assar@sics.se>
660
661	* ftpd/Makefile.am: link with DBLIB
662
663Tue May 12 14:15:32 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
664
665	* ftp/gssapi.c: Save client name for userok().
666
667	* ftpd/gss_userok.c: Userok for gssapi.
668
669Fri May  1 07:15:01 1998  Assar Westerlund  <assar@sics.se>
670
671	* ftp/ftp.c: unifdef -DHAVE_H_ERRNO
672
673Fri Mar 27 00:46:07 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
674
675	* Make compile w/o krb4.
676
677Thu Mar 26 03:49:12 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
678
679	* ftp/*, ftpd/*: Changes for new framework.
680
681	* ftp/gssapi.c: GSS-API backend for the new security framework.
682
683	* ftp/krb4.c: Updated for new framework.
684
685	* ftp/security.{c,h}: New unified security framework.
686