X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=f92e858e361d23b8265f863c41dbb72beced85b8;hb=7ac00a42dd5ad0f5f664ff7da4cf8c7aa2528e0a;hp=b5a2efd5fa6adca945a2b82939bc57cbeab9acab;hpb=9450de2c07d6411699ab5c8fb8b5dd233f953197;p=netatalk.git diff --git a/ChangeLog b/ChangeLog index b5a2efd5..f92e858e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +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.