X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=7944237a99bd7f700a6bb077b36ae65b1db3631c;hb=19657d41043cf48a7767c4d7a995d002c24e1d7a;hp=4b164e0c06f0a752ad99f9374268ff65c23ef4f8;hpb=da0eb42962821baabb58fd4ea5aad2c60ac13605;p=netatalk.git diff --git a/ChangeLog b/ChangeLog index 4b164e0c..7944237a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2002-02-09 joe c + * etc/afpd/afp_options.c: Redo the -server_notif flag. Now, server + notifications are enabled by default, and specifying the -client_polling + flag will disable them. + +2002-02-06 joe c + * etc/afpd/globals.h, etc/afpd/afp_options.c, etc/afpd/status.c + etc/afpd/volume.c: Add a new option -server_notif to specify that + a server supports server notifications. If this flag is not specified + the client will poll the server every 10 seconds for directory changes. + +2002-02-03 and m + * bin/afppasswd/Makefile.am + Added an install-exec-hook to make the afppasswd binary suid root + after it is installed. This lets local users change their afppasswd + password. + +2001-12-14 joe c + * etc/afpd/afp_options.c, etc/afpd/afp_dsi.c, etc/afpd/globals.h: + Add a new option to afpd called -timeout to specify the number of + server tickles to send before killing a AFPoTCP session. + +2001-12-10 joe c + * bin/cnid/cnid_didname_verify,c: Add a utility to verify the consistency + of didname.db. Using the stock db_verify utility will fail as the sort + routine is unknown. + +2001-12-07 joe c + * libatalk/cnid/cnid_open.c: Re-enable synchronous transaction support + to try improve performance. + +2001-12-04 joe c + * etc/afpd/unix.c: Fix afpd sharing NFSv3 mounts (thanks to + Pierre Beyssac ) + 2001-12-03 joe c * etc/afpd/*.[ch]: Big commit to clean up code with astyle (readable code is hackable code). Also committed a fix to give CNID DB a shot in