]> arthur.barton.de Git - netatalk.git/log
netatalk.git
20 years agoMore Linux 2.6 build fixes. netatalk-1-6-4rc1
srittau [Sun, 30 Nov 2003 15:07:50 +0000 (15:07 +0000)]
More Linux 2.6 build fixes.

20 years agoFixed a compilation problem with Linux 2.6 kernel headers.
srittau [Sun, 30 Nov 2003 14:54:55 +0000 (14:54 +0000)]
Fixed a compilation problem with Linux 2.6 kernel headers.

20 years agoMFH
srittau [Sat, 29 Nov 2003 13:53:53 +0000 (13:53 +0000)]
MFH

20 years agoVersion 1.6.4.
srittau [Sat, 29 Nov 2003 13:23:04 +0000 (13:23 +0000)]
Version 1.6.4.

20 years agoUpdated NEWS file for release of 1.6.4.
srittau [Sat, 29 Nov 2003 13:22:35 +0000 (13:22 +0000)]
Updated NEWS file for release of 1.6.4.

20 years ago* FIX: removed broken --with-flock-locks
bfernhomberg [Fri, 21 Nov 2003 01:55:35 +0000 (01:55 +0000)]
* FIX: removed broken --with-flock-locks

20 years agoremove flock-locks from FAQ
bfernhomberg [Fri, 21 Nov 2003 01:54:30 +0000 (01:54 +0000)]
remove flock-locks from FAQ

20 years agofix netatalk.pamd installation, Ryan Cleary [tryanc_at_interdimensions.com]
bfernhomberg [Fri, 21 Nov 2003 01:19:02 +0000 (01:19 +0000)]
fix netatalk.pamd installation, Ryan Cleary [tryanc_at_interdimensions.com]

20 years agoremove broken flock locks
bfernhomberg [Thu, 20 Nov 2003 17:21:00 +0000 (17:21 +0000)]
remove broken flock locks

20 years agoupdate NEWS file
bfernhomberg [Tue, 18 Nov 2003 21:54:28 +0000 (21:54 +0000)]
update NEWS file

20 years agofix a 'operation on p may be undefined' compile warning
bfernhomberg [Tue, 18 Nov 2003 21:51:57 +0000 (21:51 +0000)]
fix a 'operation on p may be undefined' compile warning

20 years agoMFH: mswindows option implictly defines usedots [Sam Noble]
bfernhomberg [Tue, 18 Nov 2003 21:49:41 +0000 (21:49 +0000)]
MFH: mswindows option implictly defines usedots [Sam Noble]

20 years agoMFH: Solaris build fix, replace setenv with putenv
bfernhomberg [Tue, 18 Nov 2003 21:48:44 +0000 (21:48 +0000)]
MFH: Solaris build fix, replace setenv with putenv

20 years agoMFH: child would not die if connection broke in dsi_tickle
bfernhomberg [Tue, 18 Nov 2003 21:47:41 +0000 (21:47 +0000)]
MFH: child would not die if connection broke in dsi_tickle

20 years agoremove ssl-dir/ssl-dirs confusion form INSTALL doc, SF bug 762857
bfernhomberg [Tue, 18 Nov 2003 21:46:05 +0000 (21:46 +0000)]
remove ssl-dir/ssl-dirs confusion form INSTALL doc, SF bug 762857

20 years agofix BSD install problem, SF patch 762584
bfernhomberg [Tue, 18 Nov 2003 21:44:47 +0000 (21:44 +0000)]
fix BSD install problem, SF patch 762584

20 years agounblock signals after fork().
didg [Fri, 14 Nov 2003 14:25:41 +0000 (14:25 +0000)]
unblock signals after fork().

20 years agoprevious commit didn't compile with logger disabled.
didg [Wed, 5 Nov 2003 17:55:04 +0000 (17:55 +0000)]
previous commit didn't compile with logger disabled.

20 years agodeadlock in signal handlers and OSX 10.3 connection probe
didg [Wed, 5 Nov 2003 06:41:01 +0000 (06:41 +0000)]
deadlock in signal handlers and OSX 10.3 connection probe

20 years agoadd a missing & in ad_setdate
didg [Fri, 26 Sep 2003 13:24:06 +0000 (13:24 +0000)]
add a missing & in ad_setdate

20 years agoMFH: Set the volume creation time from the first stat call done in openvol -before...
bfernhomberg [Thu, 18 Sep 2003 19:24:54 +0000 (19:24 +0000)]
MFH: Set the volume creation time from the first stat call done in openvol -before we touched the volume-, this should fix the duplicate creation times problem.
One race left: If the dirs have been created at exactly the same second in unix, we're screwed

20 years agoFix Tru64 compile issues [Burkhard Schmidt]
bfernhomberg [Tue, 16 Sep 2003 14:21:44 +0000 (14:21 +0000)]
Fix Tru64 compile issues [Burkhard Schmidt]

20 years ago* FIX: afpd: Catsearch, fix possible SIGSEGV
bfernhomberg [Sat, 6 Sep 2003 21:34:28 +0000 (21:34 +0000)]
* FIX: afpd: Catsearch, fix possible SIGSEGV

20 years agoFix SIGSEGV trying to free NULL pointer
bfernhomberg [Sat, 6 Sep 2003 21:30:40 +0000 (21:30 +0000)]
Fix SIGSEGV trying to free NULL pointer

20 years ago* FIX: Don't overwrite PAM file if --enable-overwrite configure option is
srittau [Sat, 23 Aug 2003 12:16:41 +0000 (12:16 +0000)]
* FIX: Don't overwrite PAM file if --enable-overwrite configure option is
       not set. [Sam Noble]

20 years agoCompilation fixes from HEAD. [Pointed out by Olaf Hering]
srittau [Sat, 9 Aug 2003 14:35:25 +0000 (14:35 +0000)]
Compilation fixes from HEAD. [Pointed out by Olaf Hering]

20 years agoFixed an uninitialized variable. [Olaf Hering]
srittau [Sat, 9 Aug 2003 14:30:21 +0000 (14:30 +0000)]
Fixed an uninitialized variable. [Olaf Hering]

20 years agoUpdated option documentation.
srittau [Tue, 1 Jul 2003 19:20:59 +0000 (19:20 +0000)]
Updated option documentation.

20 years agoBetter random seed initialization on Tru64 by Burkhard. netatalk-1-6-3rc3
srittau [Sat, 14 Jun 2003 17:12:16 +0000 (17:12 +0000)]
Better random seed initialization on Tru64 by Burkhard.

20 years agoReordered the library build flags a bit.
srittau [Sat, 14 Jun 2003 17:08:11 +0000 (17:08 +0000)]
Reordered the library build flags a bit.

20 years agovolume.c fix.
srittau [Sat, 14 Jun 2003 16:58:33 +0000 (16:58 +0000)]
volume.c fix.

20 years agoBackport from HEAD: afpd crash on Solaris [Robby Griffin, Sean Bolton].
srittau [Sat, 14 Jun 2003 16:56:27 +0000 (16:56 +0000)]
Backport from HEAD: afpd crash on Solaris [Robby Griffin, Sean Bolton].
Formatting changes (HEAD synchronisation).

20 years agoInclude path fix. netatalk-1-6-3rc2
srittau [Thu, 12 Jun 2003 23:43:35 +0000 (23:43 +0000)]
Include path fix.

20 years agoInclude fixes.
srittau [Thu, 12 Jun 2003 23:37:12 +0000 (23:37 +0000)]
Include fixes.

20 years agoInclude fixes.
srittau [Thu, 12 Jun 2003 22:44:10 +0000 (22:44 +0000)]
Include fixes.

20 years agoRemoved unused file.
srittau [Thu, 12 Jun 2003 11:38:00 +0000 (11:38 +0000)]
Removed unused file.

20 years agoInclude fixes.
srittau [Thu, 12 Jun 2003 11:02:45 +0000 (11:02 +0000)]
Include fixes.

20 years agoRemoved unused files.
srittau [Thu, 12 Jun 2003 11:01:27 +0000 (11:01 +0000)]
Removed unused files.

20 years agoCorrected include paths.
srittau [Thu, 12 Jun 2003 10:05:40 +0000 (10:05 +0000)]
Corrected include paths.

20 years agoVersion 1.6.3. netatalk-1-6-3rc1
srittau [Mon, 9 Jun 2003 15:54:47 +0000 (15:54 +0000)]
Version 1.6.3.

20 years agoHead <-> 1.6 patch reduction.
srittau [Mon, 9 Jun 2003 15:09:06 +0000 (15:09 +0000)]
Head <-> 1.6 patch reduction.

20 years agoWarning fixes.
srittau [Mon, 9 Jun 2003 14:53:14 +0000 (14:53 +0000)]
Warning fixes.

20 years agoSam's bug fix in the AFP connection negotiation stage and his preliminary
srittau [Mon, 9 Jun 2003 14:30:42 +0000 (14:30 +0000)]
Sam's bug fix in the AFP connection negotiation stage and his preliminary
support for an Kerberos 5 UAM.

20 years agoAdded UAM_OPTION_KRB5SERVICE.
srittau [Mon, 9 Jun 2003 14:10:16 +0000 (14:10 +0000)]
Added UAM_OPTION_KRB5SERVICE.

20 years agoFIX: psf: Correct path to etc2ps.sh.
srittau [Mon, 9 Jun 2003 14:07:29 +0000 (14:07 +0000)]
FIX: psf: Correct path to etc2ps.sh.

20 years agobackport catsearch fix from head, Björn Fernhomberg.
didg [Mon, 9 Jun 2003 11:44:30 +0000 (11:44 +0000)]
backport catsearch fix from head, Björn Fernhomberg.

20 years agoCompilation fix.
srittau [Sat, 7 Jun 2003 23:23:36 +0000 (23:23 +0000)]
Compilation fix.

20 years agoBDB path fix.
srittau [Fri, 6 Jun 2003 19:51:14 +0000 (19:51 +0000)]
BDB path fix.

20 years agoFix afpd debugging.
srittau [Fri, 6 Jun 2003 19:43:12 +0000 (19:43 +0000)]
Fix afpd debugging.

20 years agoaecho -A fix.
srittau [Fri, 6 Jun 2003 19:39:34 +0000 (19:39 +0000)]
aecho -A fix.

20 years agoBuild fix.
srittau [Fri, 6 Jun 2003 18:13:11 +0000 (18:13 +0000)]
Build fix.

20 years agoCFLAGS -> INCLUDES and similar build stuff.
srittau [Fri, 6 Jun 2003 17:57:17 +0000 (17:57 +0000)]
CFLAGS -> INCLUDES and similar build stuff.

20 years agoDo not distribute generated files.
srittau [Fri, 6 Jun 2003 17:23:59 +0000 (17:23 +0000)]
Do not distribute generated files.

20 years agoStreamline NEWS.
srittau [Wed, 7 May 2003 00:17:17 +0000 (00:17 +0000)]
Streamline NEWS.

20 years agoFrom HEAD: Fixed typo in comment.
srittau [Wed, 7 May 2003 00:14:03 +0000 (00:14 +0000)]
From HEAD: Fixed typo in comment.

21 years agoopen files on a read only filesystem (case when errno == EROFS)
didg [Thu, 10 Apr 2003 23:34:56 +0000 (23:34 +0000)]
open files on a read only filesystem (case when errno == EROFS)

21 years agoFAQ update (from HEAD).
srittau [Sat, 29 Mar 2003 22:23:42 +0000 (22:23 +0000)]
FAQ update (from HEAD).

21 years agoVersion 1.6.2. netatalk-1-6-2rc1
srittau [Sat, 29 Mar 2003 02:27:03 +0000 (02:27 +0000)]
Version 1.6.2.

21 years agoPut papd change under afpd change. (Roughly sorted by module importance.)
srittau [Sat, 29 Mar 2003 02:26:44 +0000 (02:26 +0000)]
Put papd change under afpd change. (Roughly sorted by module importance.)

21 years agoFix PSSP support when PAM is enabled.
jmarcus [Sun, 23 Mar 2003 21:25:01 +0000 (21:25 +0000)]
Fix PSSP support when PAM is enabled.

21 years agoMFH: rev 1.17
jmarcus [Sun, 23 Mar 2003 21:24:03 +0000 (21:24 +0000)]
MFH: rev 1.17

Make sure papd is linked with pam if pam support is requested.

21 years agoReworded a NEWS entry slightly to avoid confusion.
srittau [Sat, 22 Mar 2003 02:05:31 +0000 (02:05 +0000)]
Reworded a NEWS entry slightly to avoid confusion.

21 years agoStreamlining of 1.6.2 NEWS entries: Prefix every changelog entry with the
srittau [Sat, 22 Mar 2003 02:02:29 +0000 (02:02 +0000)]
Streamlining of 1.6.2 NEWS entries: Prefix every changelog entry with the
component that was changed. Reorder to have the important fixes (atalkd,
afpd) at the top.

21 years agoFIX: cnid id allocation in multiusers, from HEAD
didg [Wed, 19 Mar 2003 11:50:17 +0000 (11:50 +0000)]
FIX: cnid id allocation in multiusers, from HEAD

21 years agoBackport from HEAD:
srittau [Tue, 18 Mar 2003 23:39:18 +0000 (23:39 +0000)]
Backport from HEAD:

* FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga]

21 years ago* FIX: Install etc2ps.sh correctly.
srittau [Sun, 23 Feb 2003 03:29:05 +0000 (03:29 +0000)]
* FIX: Install etc2ps.sh correctly.

21 years ago* FIX: macusers script can now cope with IP addresses instead of host names.
srittau [Sun, 23 Feb 2003 03:09:22 +0000 (03:09 +0000)]
* FIX: macusers script can now cope with IP addresses instead of host names.

21 years agoMFH: Fix path to BDB tools. netatalk-1-6-1
jmarcus [Mon, 17 Feb 2003 02:33:26 +0000 (02:33 +0000)]
MFH: Fix path to BDB tools.

21 years agobugfix: an else was missing
didg [Sun, 16 Feb 2003 07:48:29 +0000 (07:48 +0000)]
bugfix: an else was missing

21 years agoVersion 1.6.1. netatalk-1-6-1rc1
srittau [Sun, 16 Feb 2003 03:46:48 +0000 (03:46 +0000)]
Version 1.6.1.

21 years agoMFH: Fix the BDB bin directory.
jmarcus [Sun, 16 Feb 2003 02:14:07 +0000 (02:14 +0000)]
MFH: Fix the BDB bin directory.

21 years agoForgotten MFH:
jmarcus [Tue, 11 Feb 2003 04:31:39 +0000 (04:31 +0000)]
Forgotten MFH:

Convert DB3_PATH to BDB_PATH.

Submitted by: Olaf Hering <olh@suse.de>

21 years agoBackport of etc/psf/Makefile.am build fix from Steven N. Hirsch.
srittau [Sat, 8 Feb 2003 12:08:49 +0000 (12:08 +0000)]
Backport of etc/psf/Makefile.am build fix from Steven N. Hirsch.

21 years agoUpdate with recent MFHs.
jmarcus [Sat, 8 Feb 2003 03:28:54 +0000 (03:28 +0000)]
Update with recent MFHs.

21 years agoMFH:
jmarcus [Sat, 8 Feb 2003 03:27:53 +0000 (03:27 +0000)]
MFH:

Update docs with new BDB option as well as document CNID a little more,
and explain which versions of Berkeley DB are supported.

21 years agoMFH:
jmarcus [Sat, 8 Feb 2003 03:16:52 +0000 (03:16 +0000)]
MFH:

Add BDB 4.1.x support.

21 years agoMFH: rev 1.33
jmarcus [Sat, 8 Feb 2003 03:07:24 +0000 (03:07 +0000)]
MFH: rev 1.33

ifdef a transaction abort when using CDB.

21 years agoStreamlining of NEWS entries. (Yes, I'm a pedantic ;-)
srittau [Fri, 7 Feb 2003 22:13:51 +0000 (22:13 +0000)]
Streamlining of NEWS entries. (Yes, I'm a pedantic ;-)

21 years agoupdate NEWS with 04-02-2003 changes
didg [Fri, 7 Feb 2003 15:08:25 +0000 (15:08 +0000)]
update NEWS with 04-02-2003 changes

21 years agobugfixes from head
didg [Tue, 4 Feb 2003 19:10:24 +0000 (19:10 +0000)]
bugfixes from head

21 years agoRemoved an unused file.
srittau [Tue, 28 Jan 2003 15:08:59 +0000 (15:08 +0000)]
Removed an unused file.

21 years agoFixed Netatalk's version number (pointed out by Olaf).
srittau [Sun, 26 Jan 2003 16:57:34 +0000 (16:57 +0000)]
Fixed Netatalk's version number (pointed out by Olaf).

21 years ago-Wall fixes (Olaf).
srittau [Sun, 26 Jan 2003 16:55:03 +0000 (16:55 +0000)]
-Wall fixes (Olaf).

21 years agoDon't assume offsets, specify the struct member. (Olaf)
srittau [Sun, 26 Jan 2003 16:40:42 +0000 (16:40 +0000)]
Don't assume offsets, specify the struct member. (Olaf)

21 years agoPatch by Olaf: first argument of memset is a pointer.
srittau [Tue, 21 Jan 2003 16:33:27 +0000 (16:33 +0000)]
Patch by Olaf: first argument of memset is a pointer.

21 years agoPatch by Olaf: Fix sysvdir for SuSE.
srittau [Tue, 21 Jan 2003 16:26:43 +0000 (16:26 +0000)]
Patch by Olaf: Fix sysvdir for SuSE.

21 years agoPatch by Olaf: enhance --enable-fhs.
srittau [Tue, 21 Jan 2003 16:23:32 +0000 (16:23 +0000)]
Patch by Olaf: enhance --enable-fhs.

21 years agoFix white space indentions of help strings.
srittau [Thu, 5 Dec 2002 11:20:54 +0000 (11:20 +0000)]
Fix white space indentions of help strings.

21 years agoAdded maccode.koi8-r to the files to be cleaned.
srittau [Sun, 1 Dec 2002 00:29:33 +0000 (00:29 +0000)]
Added maccode.koi8-r to the files to be cleaned.

21 years agoCall it 1.6.0. netatalk-1-6-0rc1
srittau [Tue, 26 Nov 2002 03:01:02 +0000 (03:01 +0000)]
Call it 1.6.0.

21 years agopap STDOUT/STDIN fix.
srittau [Tue, 26 Nov 2002 03:00:21 +0000 (03:00 +0000)]
pap STDOUT/STDIN fix.

21 years agoMFH: 1.9
jmarcus [Mon, 25 Nov 2002 01:37:21 +0000 (01:37 +0000)]
MFH: 1.9

Check to see that STDOUT is a tty instead of STDIN.

21 years agoAdded some bug fixes, some bad people didn't add here. netatalk-1-6-pre2
srittau [Mon, 11 Nov 2002 22:43:26 +0000 (22:43 +0000)]
Added some bug fixes, some bad people didn't add here.

21 years agoThis is 1.6pre2.
srittau [Mon, 11 Nov 2002 22:26:09 +0000 (22:26 +0000)]
This is 1.6pre2.

21 years agoBack-port from trunk of the logger fix for non-GNU-C compilers.
srittau [Mon, 11 Nov 2002 22:25:23 +0000 (22:25 +0000)]
Back-port from trunk of the logger fix for non-GNU-C compilers.

21 years agoRetroactively add changes in 1.6pre1, add section for 1.6pre2, and change
srittau [Mon, 11 Nov 2002 22:20:35 +0000 (22:20 +0000)]
Retroactively add changes in 1.6pre1, add section for 1.6pre2, and change
semantics from "Changes from ..." to "Changes in ...".

21 years agoRemoved the --with-catsearch option from configure and enabled FPCatSearch
srittau [Mon, 11 Nov 2002 22:18:45 +0000 (22:18 +0000)]
Removed the --with-catsearch option from configure and enabled FPCatSearch
by default.

21 years agoBack-port from HEAD: Do directory name matching using strcmp(), not
srittau [Thu, 7 Nov 2002 17:10:02 +0000 (17:10 +0000)]
Back-port from HEAD: Do directory name matching using strcmp(), not
strcasecmp().

21 years agobugfix: don't invalidate dir if it's ROOT_PARENT.
didg [Sat, 26 Oct 2002 17:30:16 +0000 (17:30 +0000)]
bugfix: don't invalidate dir if it's ROOT_PARENT.

21 years agobugfix: set defextmap after realloc and sort.
didg [Sat, 26 Oct 2002 17:22:44 +0000 (17:22 +0000)]
bugfix: set defextmap after realloc and sort.