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