]> arthur.barton.de Git - netatalk.git/log
netatalk.git
23 years agoSam Noble's ADMIN_GRP patch, removed Marc's old ADMIN_GRP patch.
itlm019 [Mon, 11 Sep 2000 23:55:00 +0000 (23:55 +0000)]
Sam Noble's ADMIN_GRP patch, removed Marc's old ADMIN_GRP patch.

23 years agoadded UAM_RNDNUM to acconfig.h to match AC_DEFINE
rufustfirefly [Mon, 11 Sep 2000 18:42:39 +0000 (18:42 +0000)]
added UAM_RNDNUM to acconfig.h to match AC_DEFINE

23 years agoadded mac osx specific stuff from sys/osx/Makefile to configure script
rufustfirefly [Thu, 7 Sep 2000 18:03:57 +0000 (18:03 +0000)]
added mac osx specific stuff from sys/osx/Makefile to configure script

23 years agoOpenssl checking added, so remove UAM_RNDNUM definition
jnewman [Wed, 6 Sep 2000 18:35:58 +0000 (18:35 +0000)]
Openssl checking added, so remove UAM_RNDNUM definition

23 years agoOpenssl checking, so remove UAM_RNDNUM as it will be defined appropriately
jnewman [Wed, 6 Sep 2000 18:34:02 +0000 (18:34 +0000)]
Openssl checking, so remove UAM_RNDNUM as it will be defined appropriately

23 years agoAdd check for openssl and enable DHX and RANDNUM when it is available.
jnewman [Wed, 6 Sep 2000 18:30:17 +0000 (18:30 +0000)]
Add check for openssl and enable DHX and RANDNUM when it is available.

23 years agoFix enable/disable debug
jnewman [Tue, 5 Sep 2000 17:18:04 +0000 (17:18 +0000)]
Fix enable/disable debug

23 years agomoved "bindir" to prefix/bin/ to solve passing as variables problem from autoconf
rufustfirefly [Tue, 5 Sep 2000 15:21:18 +0000 (15:21 +0000)]
moved "bindir" to prefix/bin/ to solve passing as variables problem from autoconf

23 years agoAdded a -rdynamic option to the linking of afpd and papd in order to be
arichard [Mon, 4 Sep 2000 16:46:25 +0000 (16:46 +0000)]
Added a -rdynamic option to the linking of afpd and papd in order to be
able to load uam modules at runtime

23 years agoCorrected a little syntax error that was creating a boggus "6," file during
arichard [Mon, 4 Sep 2000 15:21:29 +0000 (15:21 +0000)]
Corrected a little syntax error that was creating a boggus "6," file during
./configure

23 years agoadded undef DROPKLUDGE for the new configure option
rufustfirefly [Thu, 31 Aug 2000 14:13:48 +0000 (14:13 +0000)]
added undef DROPKLUDGE for the new configure option

23 years agoAdded --enable-dropkludge flag (NOT VERY SECURE)
itlm019 [Wed, 30 Aug 2000 21:34:35 +0000 (21:34 +0000)]
Added --enable-dropkludge flag (NOT VERY SECURE)

23 years agoFixes necessary for NATALI netatalk support; shouldn't affect anything else.
itlm019 [Wed, 30 Aug 2000 20:37:09 +0000 (20:37 +0000)]
Fixes necessary for NATALI netatalk support; shouldn't affect anything else.

23 years agoDropbox kludge -- fixed file overwrites, I don't plan any more dev. on this.
itlm019 [Sat, 26 Aug 2000 00:12:50 +0000 (00:12 +0000)]
Dropbox kludge -- fixed file overwrites, I don't plan any more dev. on this.
See docs for details.  THERE IS A KNOWN SECURITY HOLE IN THIS KLUDGE WHICH
I CAN'T FIGURE OUT HOW TO FIX.

23 years agoPermission kludge; 95% bug-free!
itlm019 [Wed, 23 Aug 2000 20:15:51 +0000 (20:15 +0000)]
Permission kludge; 95% bug-free!

23 years agoCleaned up DROPKLUDGE tags.
itlm019 [Tue, 22 Aug 2000 22:54:41 +0000 (22:54 +0000)]
Cleaned up DROPKLUDGE tags.

23 years agoAnother fix for the dropbox kludge
itlm019 [Tue, 22 Aug 2000 21:52:40 +0000 (21:52 +0000)]
Another fix for the dropbox kludge

23 years agoMore kludge work. Now updates the owner/group correctly but crashes afpd.
itlm019 [Fri, 18 Aug 2000 21:39:45 +0000 (21:39 +0000)]
More kludge work.  Now updates the owner/group correctly but crashes afpd.
Kludge is still disabled so you shouldn't notice anything.

23 years agoImprovements to ownership kludge (new code still doesn't work and is disabled).
itlm019 [Thu, 17 Aug 2000 00:06:16 +0000 (00:06 +0000)]
Improvements to ownership kludge (new code still doesn't work and is disabled).

23 years agoFile ownership kludge, not yet complete.
itlm019 [Wed, 16 Aug 2000 23:31:29 +0000 (23:31 +0000)]
File ownership kludge, not yet complete.

23 years agoProperly generates sbindir
rufustfirefly [Mon, 14 Aug 2000 20:54:31 +0000 (20:54 +0000)]
Properly generates sbindir

23 years agoopenssl works properly now, uams build without lib_ prepended
rufustfirefly [Mon, 14 Aug 2000 16:23:30 +0000 (16:23 +0000)]
openssl works properly now, uams build without lib_ prepended

23 years agoRenabled unlink call for server messaging to eliminate clutter. See docs for
itlm019 [Fri, 11 Aug 2000 22:24:19 +0000 (22:24 +0000)]
Renabled unlink call for server messaging to eliminate clutter.  See docs for
details on controlling clutter.

23 years agoRemoved extra -DVERSION
rufustfirefly [Fri, 11 Aug 2000 19:08:38 +0000 (19:08 +0000)]
Removed extra -DVERSION

23 years agoRemoved duplicate -I cruft from automake files
rufustfirefly [Fri, 11 Aug 2000 19:05:52 +0000 (19:05 +0000)]
Removed duplicate -I cruft from automake files

23 years agonetatalk now starts in the foreground by default
rufustfirefly [Fri, 11 Aug 2000 16:30:07 +0000 (16:30 +0000)]
netatalk now starts in the foreground by default

23 years agoDisabled attempting to delete the file after it has been read. Fixed reading
itlm019 [Thu, 10 Aug 2000 21:21:23 +0000 (21:21 +0000)]
Disabled attempting to delete the file after it has been read.  Fixed reading
from the default MSGDIR/message file.

23 years agoAdded making the MSGDIR for server messages in "make install"
itlm019 [Thu, 10 Aug 2000 21:03:44 +0000 (21:03 +0000)]
Added making the MSGDIR for server messages in "make install"

23 years agoRemoved redundant CFLAGS defs for include directories
rufustfirefly [Thu, 10 Aug 2000 16:08:14 +0000 (16:08 +0000)]
Removed redundant CFLAGS defs for include directories

23 years agoFix DDP support so --enable-ddp and --disable-ddp work as expected.
jnewman [Wed, 9 Aug 2000 20:57:32 +0000 (20:57 +0000)]
Fix DDP support so --enable-ddp and --disable-ddp work as expected.

23 years agomemory allocation for address
rufustfirefly [Wed, 9 Aug 2000 14:52:37 +0000 (14:52 +0000)]
memory allocation for address

23 years ago/usr/local/bin/perl -> /usr/bin/perl and portability fixes
rufustfirefly [Wed, 9 Aug 2000 14:12:06 +0000 (14:12 +0000)]
/usr/local/bin/perl -> /usr/bin/perl and portability fixes

23 years agoUpdated automake / autoconf for use with contrib/shell_utils/
rufustfirefly [Wed, 9 Aug 2000 14:10:04 +0000 (14:10 +0000)]
Updated automake / autoconf for use with contrib/shell_utils/

23 years agoShell utils from http://www.-genome.wi.mit.edu/ftp/distribution/software/Bass/bass...
rufustfirefly [Wed, 9 Aug 2000 14:08:06 +0000 (14:08 +0000)]
Shell utils from http://www.-genome.wi.mit.edu/ftp/distribution/software/Bass/bass-1.29/apple_util/ (initial import)

23 years agoFix cracklib support to accept an empty path
jnewman [Tue, 8 Aug 2000 22:15:07 +0000 (22:15 +0000)]
Fix cracklib support to accept an empty path
defaults to /usr/lib/cracklib_dict

23 years agoUpdated TODO list. We should use this to track the next version's release requirements.
morgana [Tue, 8 Aug 2000 20:14:14 +0000 (20:14 +0000)]
Updated TODO list.  We should use this to track the next version's release requirements.

23 years agoautomake file for bin/afile/
rufustfirefly [Tue, 8 Aug 2000 19:40:46 +0000 (19:40 +0000)]
automake file for bin/afile/

23 years agoAdded timeout executable
rufustfirefly [Tue, 8 Aug 2000 19:40:17 +0000 (19:40 +0000)]
Added timeout executable

23 years agoFix DDP enable/disable
jnewman [Tue, 8 Aug 2000 18:10:32 +0000 (18:10 +0000)]
Fix DDP enable/disable

23 years agomacusers script erased one TODO; utmp/wtmp would still be nice. :)
itlm019 [Tue, 8 Aug 2000 17:27:12 +0000 (17:27 +0000)]
macusers script erased one TODO; utmp/wtmp would still be nice.  :)

23 years agoA more comprehensive "who's logged in now?" than nu
itlm019 [Tue, 8 Aug 2000 17:24:54 +0000 (17:24 +0000)]
A more comprehensive "who's logged in now?" than nu

23 years agoMoved things into the correct categories
itlm019 [Tue, 8 Aug 2000 17:01:05 +0000 (17:01 +0000)]
Moved things into the correct categories

23 years agoStuff that still needs to be done; still needs to be fixed.
itlm019 [Tue, 8 Aug 2000 16:49:34 +0000 (16:49 +0000)]
Stuff that still needs to be done; still needs to be fixed.

23 years agoRemoved duplicate -I tags from CFLAGS
rufustfirefly [Tue, 8 Aug 2000 16:30:34 +0000 (16:30 +0000)]
Removed duplicate -I tags from CFLAGS

23 years agoWesley Craig's > 2GB patch
rufustfirefly [Tue, 8 Aug 2000 16:28:48 +0000 (16:28 +0000)]
Wesley Craig's > 2GB patch

23 years agoModifications for bin/afile/* to work
rufustfirefly [Tue, 8 Aug 2000 16:00:50 +0000 (16:00 +0000)]
Modifications for bin/afile/* to work

23 years agoAdded man pages to Makefile.am
rufustfirefly [Tue, 8 Aug 2000 15:51:59 +0000 (15:51 +0000)]
Added man pages to Makefile.am

23 years agoAdded man files from afile package
rufustfirefly [Tue, 8 Aug 2000 15:49:38 +0000 (15:49 +0000)]
Added man files from afile package

23 years agoMoved man pages to man/man1/
rufustfirefly [Tue, 8 Aug 2000 15:47:30 +0000 (15:47 +0000)]
Moved man pages to man/man1/

23 years agoPath and portability fix for this script
rufustfirefly [Tue, 8 Aug 2000 15:46:33 +0000 (15:46 +0000)]
Path and portability fix for this script

23 years agoModified orginal Makefile to use tree paths
rufustfirefly [Tue, 8 Aug 2000 15:44:58 +0000 (15:44 +0000)]
Modified orginal Makefile to use tree paths

23 years agoAdded afile utilities to bin tree (unmodified package)
rufustfirefly [Tue, 8 Aug 2000 15:43:44 +0000 (15:43 +0000)]
Added afile utilities to bin tree (unmodified package)

23 years agoModified cracklib
jnewman [Tue, 8 Aug 2000 15:43:34 +0000 (15:43 +0000)]
Modified cracklib

23 years agoAdded legacy defines for adouble applications from 990130
rufustfirefly [Tue, 8 Aug 2000 15:41:01 +0000 (15:41 +0000)]
Added legacy defines for adouble applications from 990130

23 years agoAdded timelord to SUBDIRS so that it can be compiled now
rufustfirefly [Tue, 8 Aug 2000 15:26:28 +0000 (15:26 +0000)]
Added timelord to SUBDIRS so that it can be compiled now

23 years agoTimelord compilation fixes and makefile adjustment
rufustfirefly [Tue, 8 Aug 2000 15:25:51 +0000 (15:25 +0000)]
Timelord compilation fixes and makefile adjustment

23 years agoRedundancy kludge for libtool to pull in all libraries
rufustfirefly [Tue, 8 Aug 2000 13:55:19 +0000 (13:55 +0000)]
Redundancy kludge for libtool to pull in all libraries

23 years agonetscape-config and automake file generation that was accidentally left out yesterday
rufustfirefly [Tue, 8 Aug 2000 13:49:10 +0000 (13:49 +0000)]
netscape-config and automake file generation that was accidentally left out yesterday

23 years agoFix papd so it will spool to a BSD lpr queue and change the owner of the file to...
morgana [Tue, 8 Aug 2000 05:19:19 +0000 (05:19 +0000)]
Fix papd so it will spool to a BSD lpr queue and change the owner of the file to the authenticated username.  This makes papd compatible with lpr 0.46.
Also added a fix for server messaging in afpd.  Wrong member of structure accessed for dsi info.

23 years agoadded contrib/timelord/Makefile to list
rufustfirefly [Mon, 7 Aug 2000 20:30:49 +0000 (20:30 +0000)]
added contrib/timelord/Makefile to list

23 years agoNew automake/autoconf file for contrib/timelord/
rufustfirefly [Mon, 7 Aug 2000 20:30:18 +0000 (20:30 +0000)]
New automake/autoconf file for contrib/timelord/

23 years agoChanged Makefile to work with current tree setup
rufustfirefly [Mon, 7 Aug 2000 20:29:33 +0000 (20:29 +0000)]
Changed Makefile to work with current tree setup

23 years agoImport of timelord into CVS tree
rufustfirefly [Mon, 7 Aug 2000 20:26:13 +0000 (20:26 +0000)]
Import of timelord into CVS tree

23 years agoAdded m4 and -config files, built rc.atalk.redhat, updated SUBDIRS
rufustfirefly [Mon, 7 Aug 2000 19:43:03 +0000 (19:43 +0000)]
Added m4 and -config files, built rc.atalk.redhat, updated SUBDIRS

23 years agoUpdated SUBDIRS to include distrib
rufustfirefly [Mon, 7 Aug 2000 19:42:18 +0000 (19:42 +0000)]
Updated SUBDIRS to include distrib

23 years agoNew directories, more fixes, more files built
rufustfirefly [Mon, 7 Aug 2000 19:41:56 +0000 (19:41 +0000)]
New directories, more fixes, more files built

23 years agoetc/afpd/afp_dsi.c needed #ifdef SERVERTEXT with hooks
rufustfirefly [Sun, 6 Aug 2000 22:50:35 +0000 (22:50 +0000)]
etc/afpd/afp_dsi.c needed #ifdef SERVERTEXT with hooks

23 years agoAdded server messaging support
itlm019 [Sat, 5 Aug 2000 01:49:23 +0000 (01:49 +0000)]
Added server messaging support

23 years agoThis adds server notification support beyond "the server will shut down in 5 minutes"
itlm019 [Fri, 4 Aug 2000 21:41:03 +0000 (21:41 +0000)]
This adds server notification support beyond "the server will shut down in 5 minutes"

SIGUSR2 triggers afpd to read the message from a text file.

23 years agoFixes file permissions; thus enables *partial* dropoff folder support.
itlm019 [Fri, 4 Aug 2000 20:33:43 +0000 (20:33 +0000)]
Fixes file permissions; thus enables *partial* dropoff folder support.
Ownerships for picking up items dropped in the box is still a problem -- I invite someone else to figure that out.  :)

23 years agoADMIN_GRP support added (superuser file permissions)
itlm019 [Fri, 4 Aug 2000 20:18:58 +0000 (20:18 +0000)]
ADMIN_GRP support added (superuser file permissions)

23 years agoAdded --disable-ddp for NO_DDP define
rufustfirefly [Fri, 4 Aug 2000 19:17:31 +0000 (19:17 +0000)]
Added --disable-ddp for NO_DDP define

23 years agoADMIN_GRP support added (allows a group of people to have superuser access)
itlm019 [Fri, 4 Aug 2000 19:04:02 +0000 (19:04 +0000)]
ADMIN_GRP support added (allows a group of people to have superuser access)

23 years agoNew afppasswd.1 man page for Netatalk 1.5
rufustfirefly [Fri, 4 Aug 2000 16:56:50 +0000 (16:56 +0000)]
New afppasswd.1 man page for Netatalk 1.5

23 years agoAdded "nu" to contrib (netatalk users script)
rufustfirefly [Fri, 4 Aug 2000 15:56:31 +0000 (15:56 +0000)]
Added "nu" to contrib (netatalk users script)

23 years agoPortability improvement for script (GNU recommendation)
rufustfirefly [Fri, 4 Aug 2000 15:55:12 +0000 (15:55 +0000)]
Portability improvement for script (GNU recommendation)

23 years agogetopt() fix. will read documentation next time before patching.
rufustfirefly [Thu, 3 Aug 2000 21:43:16 +0000 (21:43 +0000)]
getopt() fix. will read documentation next time before patching.

23 years agoAuthenticated printing support in autoconf
rufustfirefly [Thu, 3 Aug 2000 20:19:55 +0000 (20:19 +0000)]
Authenticated printing support in autoconf

23 years agoRemoved legacy DEBUG declarations
rufustfirefly [Thu, 3 Aug 2000 20:19:08 +0000 (20:19 +0000)]
Removed legacy DEBUG declarations

23 years agoFixes for stupid paper bag compile-time problems with conditionals
rufustfirefly [Thu, 3 Aug 2000 19:47:12 +0000 (19:47 +0000)]
Fixes for stupid paper bag compile-time problems with conditionals

23 years agoMinor fixes, added --enable-debug support
rufustfirefly [Thu, 3 Aug 2000 16:11:54 +0000 (16:11 +0000)]
Minor fixes, added --enable-debug support

23 years agoafpd.passwd -> afppasswd, make fixes for afppasswd
rufustfirefly [Thu, 3 Aug 2000 15:34:27 +0000 (15:34 +0000)]
afpd.passwd -> afppasswd, make fixes for afppasswd

23 years agoEnhanced flags description, allowed disabling of cracklib checking
rufustfirefly [Thu, 3 Aug 2000 15:29:15 +0000 (15:29 +0000)]
Enhanced flags description, allowed disabling of cracklib checking

23 years agopaper bag configure.in bug, plus USE_PAM supported
rufustfirefly [Wed, 2 Aug 2000 21:26:27 +0000 (21:26 +0000)]
paper bag configure.in bug, plus USE_PAM supported

23 years agoimplemented config.h
rufustfirefly [Wed, 2 Aug 2000 19:28:05 +0000 (19:28 +0000)]
implemented config.h

23 years agoAdded checking for USE_CRACKLIB
rufustfirefly [Wed, 2 Aug 2000 15:02:23 +0000 (15:02 +0000)]
Added checking for USE_CRACKLIB

23 years agoIf the username is set through authentication, papd will now set real and effective...
morgana [Wed, 2 Aug 2000 14:06:13 +0000 (14:06 +0000)]
If the username is set through authentication, papd will now set real and effective uids to that user when the printer output is piped to a program.  This way lpr will store print jobs as the authenticated user instead of root.

23 years agoAdded config.h checks in bin/ code
rufustfirefly [Tue, 1 Aug 2000 21:10:55 +0000 (21:10 +0000)]
Added config.h checks in bin/ code

23 years agoAdded checks for config.h in bin/ code
rufustfirefly [Tue, 1 Aug 2000 21:10:28 +0000 (21:10 +0000)]
Added checks for config.h in bin/ code

23 years agoSome more large autoconf/automake fixes. include/ and sys/ should install
rufustfirefly [Tue, 1 Aug 2000 20:14:53 +0000 (20:14 +0000)]
Some more large autoconf/automake fixes. include/ and sys/ should install

23 years agoMegatron should build properly now (PAPER BAG .... PAPER BAG)
rufustfirefly [Tue, 1 Aug 2000 05:17:07 +0000 (05:17 +0000)]
Megatron should build properly now (PAPER BAG .... PAPER BAG)

23 years agoMinor shadow passwords patch from netatalk-admins list
rufustfirefly [Mon, 31 Jul 2000 20:58:18 +0000 (20:58 +0000)]
Minor shadow passwords patch from netatalk-admins list

23 years agoMore automake/autoconf updates (megatron is disabled, but netatalk builds)
rufustfirefly [Mon, 31 Jul 2000 20:53:19 +0000 (20:53 +0000)]
More automake/autoconf updates (megatron is disabled, but netatalk builds)

23 years agoThe papd patches to enable CAP style printing. This also changes the printcap
morgana [Mon, 31 Jul 2000 16:02:41 +0000 (16:02 +0000)]
The papd patches to enable CAP style printing.  This also changes the printcap
flag used for Print Server Security Protocol authentication to "sp".  See
README.MORGAN and the example papd.conf for help.

23 years agoThe first half of changes necessary for CAP style authenticated printing. These...
morgana [Sat, 29 Jul 2000 18:24:51 +0000 (18:24 +0000)]
The first half of changes necessary for CAP style authenticated printing.  These are the changes necessary for afpd.  Changes for papd will be forthcoming.  See the top-level Makefile's CAPDIR setting for a description of this feature.

23 years agoautomake/autoconf fixes (libatalk now builds supposedly)
rufustfirefly [Fri, 28 Jul 2000 21:06:37 +0000 (21:06 +0000)]
automake/autoconf fixes (libatalk now builds supposedly)

23 years agoMoved INSTALL to doc/
rufustfirefly [Fri, 28 Jul 2000 18:46:50 +0000 (18:46 +0000)]
Moved INSTALL to doc/

23 years agoRemoving INSTALL directory (conflict with automake)
rufustfirefly [Fri, 28 Jul 2000 18:45:04 +0000 (18:45 +0000)]
Removing INSTALL directory (conflict with automake)

23 years agoAutomake/autoconf fixes/additions
rufustfirefly [Fri, 28 Jul 2000 14:52:53 +0000 (14:52 +0000)]
Automake/autoconf fixes/additions

23 years agoMirrored Makefile changes from Andy Morgan in Makefile.am
rufustfirefly [Fri, 28 Jul 2000 14:19:51 +0000 (14:19 +0000)]
Mirrored Makefile changes from Andy Morgan in Makefile.am