]> arthur.barton.de Git - netatalk.git/log
netatalk.git
21 years agoreorganised the log messages, fixed the typo conscerning unsetuplog in afp_options...
sibaz [Sat, 24 Aug 2002 05:00:06 +0000 (05:00 +0000)]
reorganised the log messages, fixed the typo conscerning unsetuplog in afp_options, and added an example to the afpd.conf.tmpl file (and removed the warning)

21 years agodoh, the code was looking up the loglevel against a table, then using the position...
sibaz [Sat, 24 Aug 2002 03:47:37 +0000 (03:47 +0000)]
doh, the code was looking up the loglevel against a table, then using the position in that table as the value, the enum was ten times that.  That was all that was causing problems.  I've altered the loglevels table to reflect this, by making the more debug levels go debug, debug6, debug7, debug8, debug9, maxdebug, all of which correspond to their enum values except divided by ten

21 years agoadded list of avaliable logtypes and loglevels to afpd.conf
sibaz [Sat, 24 Aug 2002 02:35:26 +0000 (02:35 +0000)]
added list of avaliable logtypes and loglevels to afpd.conf

21 years agorenamed the -setuplogtype optione to -[un]setuplog, where unsetting a log simply...
sibaz [Sat, 24 Aug 2002 02:12:43 +0000 (02:12 +0000)]
renamed the -setuplogtype optione to -[un]setuplog, where unsetting a log simply sets its loglevel to severe.  Added usage notes in afpd.conf.tmpl, and allowed for the fact that not all parameters are neccesarily defined (specifying unsetuplog will drop the loglevel parameter)

21 years agofixed a re-occuring bug (must have fixed it in the wrong file before)
sibaz [Sat, 24 Aug 2002 02:04:53 +0000 (02:04 +0000)]
fixed a re-occuring bug (must have fixed it in the wrong file before)

21 years agoaltered code so if things stop prematurely you get told why
sibaz [Sat, 24 Aug 2002 01:33:15 +0000 (01:33 +0000)]
altered code so if things stop prematurely you get told why

21 years agoaltered the format that setuplog works so one less parameter is needed. This unteste...
sibaz [Sat, 24 Aug 2002 01:32:19 +0000 (01:32 +0000)]
altered the format that setuplog works so one less parameter is needed.  This untested, but I'm pretty sure it'll work as intended.  Use at -setuplog option at your own risk

21 years agoadded quotes around the logfilepath value if an alternative is given, this didnt...
sibaz [Fri, 23 Aug 2002 17:42:52 +0000 (17:42 +0000)]
added quotes around the logfilepath value if an alternative is given, this didnt work without them

21 years agofull AFP spec for directories/files modification date.
didg [Thu, 22 Aug 2002 13:41:19 +0000 (13:41 +0000)]
full AFP spec for directories/files modification date.

21 years agoRevert previous commit for the time being. The author probably _wanted_
jmarcus [Thu, 22 Aug 2002 13:19:58 +0000 (13:19 +0000)]
Revert previous commit for the time being.  The author probably _wanted_
to correlate the PID on the logfile to a running afpd process.

21 years agoReplace snprintf() with a call to strncpy, and use tempnam() to generate
jmarcus [Thu, 22 Aug 2002 06:59:07 +0000 (06:59 +0000)]
Replace snprintf() with a call to strncpy, and use tempnam() to generate
the name of the debugging file.

21 years agovolume.c file.h file.c
didg [Wed, 21 Aug 2002 07:52:03 +0000 (07:52 +0000)]
volume.c file.h file.c
bugfix: try to get file's type/creator right when renaming a file with default
finder info.

21 years agofor now flock is broken...
didg [Wed, 21 Aug 2002 05:21:38 +0000 (05:21 +0000)]
for now flock is broken...

21 years agoApplied patch from Olaf Hering to fix buffer overflows in the conf file
srittau [Tue, 20 Aug 2002 20:25:54 +0000 (20:25 +0000)]
Applied patch from Olaf Hering to fix buffer overflows in the conf file
reader.

21 years agoWarning fixes.
srittau [Tue, 20 Aug 2002 19:40:43 +0000 (19:40 +0000)]
Warning fixes.

21 years agoCheck to see if v_db == NULL not 0.
jmarcus [Tue, 20 Aug 2002 05:36:08 +0000 (05:36 +0000)]
Check to see if v_db == NULL not 0.

21 years agofix a memory leak when freeing locks
didg [Fri, 16 Aug 2002 08:07:57 +0000 (08:07 +0000)]
fix a memory leak when freeing locks

21 years agoCheck that object has the right type (file, directory) before setdirparams
didg [Fri, 16 Aug 2002 00:42:56 +0000 (00:42 +0000)]
Check that object has the right type (file, directory) before setdirparams
setfileparams.

21 years agodirectory.c setdirparams() indentation fix.
didg [Thu, 15 Aug 2002 06:20:10 +0000 (06:20 +0000)]
directory.c setdirparams() indentation fix.

21 years agoTurn down the "file not mangled" message to debug severity.
jmarcus [Wed, 14 Aug 2002 17:49:13 +0000 (17:49 +0000)]
Turn down the "file not mangled" message to debug severity.

21 years agoad_open.c: check we have the right perm when a file is opened multiple times.
didg [Wed, 14 Aug 2002 10:35:46 +0000 (10:35 +0000)]
ad_open.c: check we have the right perm when a file is opened multiple times.

21 years agoAttempt to fix a division problem leading to incorrect NFS quotas.
jmarcus [Mon, 5 Aug 2002 04:38:50 +0000 (04:38 +0000)]
Attempt to fix a division problem leading to incorrect NFS quotas.

Submitted by: Sam Noble <ns@shadow.org>

21 years agoAFS patch by James E. Flemer.
srittau [Mon, 15 Jul 2002 14:19:09 +0000 (14:19 +0000)]
AFS patch by James E. Flemer.

21 years agoDo some bounds checking to insure that the extension doesn't overrun
jmarcus [Thu, 4 Jul 2002 18:14:38 +0000 (18:14 +0000)]
Do some bounds checking to insure that the extension doesn't overrun
our mangled filename buffer.

Reported by: Thomas Kaiser <Thomas.Kaiser@phg-online.de>
Pointy hat to: me

21 years agoad_lock.c If the lock cannot be set returns EAGAIN or EACESS
didg [Mon, 1 Jul 2002 23:25:00 +0000 (23:25 +0000)]
ad_lock.c If the lock cannot be set returns EAGAIN or EACESS

21 years agoMake the fix a little more Perlish.
jmarcus [Thu, 20 Jun 2002 02:16:05 +0000 (02:16 +0000)]
Make the fix a little more Perlish.

21 years agoIf just one user was logged in to Netatalk, cnid_maint would kick that
jmarcus [Thu, 20 Jun 2002 02:15:09 +0000 (02:15 +0000)]
If just one user was logged in to Netatalk, cnid_maint would kick that
user off.  This was due to an off-by-one error in calculating the afpd
child process.

Submitted by: Steve Freitas <steve@newportit.com>

21 years agofix a race between asp_getsession() and tickle_handler(), no reproductible 'unexpecte...
didg [Tue, 18 Jun 2002 23:45:16 +0000 (23:45 +0000)]
fix a race between asp_getsession() and tickle_handler(), no reproductible 'unexpected disconnect' when
mounting a volume.

21 years agomore bits set in files/folders attributes. Fix error -51 in inspiration
didg [Mon, 17 Jun 2002 18:23:02 +0000 (18:23 +0000)]
more bits set in files/folders attributes. Fix error -51 in inspiration

21 years agoad_open(): small fix for file open read only and then read write
didg [Mon, 17 Jun 2002 17:58:37 +0000 (17:58 +0000)]
ad_open(): small fix for file open read only and then read write

21 years agoMacs have a maximum of 2^16 -1 open files... It's not the case for ulimit -n
didg [Mon, 17 Jun 2002 11:40:11 +0000 (11:40 +0000)]
Macs have a maximum of 2^16 -1 open files... It's not the case for ulimit -n

21 years agovolume.c getvolparms() initialize ashort before use.
didg [Fri, 14 Jun 2002 09:20:29 +0000 (09:20 +0000)]
volume.c getvolparms() initialize ashort before use.

21 years agoconfigure.in: VERSION file is in $srcdir, need when configured with
didg [Tue, 11 Jun 2002 17:21:10 +0000 (17:21 +0000)]
configure.in: VERSION file is in $srcdir, need when configured with
../netatalk/configure. I'm not sure $srcdir is the right variable.

bin/afppasswd/Makefile.am: don't chmod afppasswd if it's not built.

21 years agoRemove some logging code now that things have seem to stabilize (gulp).
jmarcus [Sun, 9 Jun 2002 07:15:44 +0000 (07:15 +0000)]
Remove some logging code now that things have seem to stabilize (gulp).

21 years agounix.c:
didg [Thu, 6 Jun 2002 10:14:26 +0000 (10:14 +0000)]
unix.c:
dir access right ma_user is a union of all permissions.

volume.c:
Update curdir only when chdir succeeds.
Even if chdir to a new volume fails, but if closing the volume succeeds, still return 0.

submit by Ngo Hoc, hoc.ngo@quantum.com

21 years agoAdd BDB 4 support to CNID.
jmarcus [Mon, 3 Jun 2002 22:58:10 +0000 (22:58 +0000)]
Add BDB 4 support to CNID.

Submitted by: Andre Schild <A.Schild@aarboard.ch>

21 years agoFix a problem where data was not being initialized correctly. This
jmarcus [Mon, 3 Jun 2002 22:55:27 +0000 (22:55 +0000)]
Fix a problem where data was not being initialized correctly.  This
problem resulted in files with similar names to disappear when being
mangled.

Also, reset the mangled filename pointer each time we look for a free
mangled name.

21 years agoTry a different approach to fix the Illustrator problems. The other
jmarcus [Mon, 3 Jun 2002 06:27:46 +0000 (06:27 +0000)]
Try a different approach to fix the Illustrator problems.  The other
solution made read-only files inaccessible.

Submitted by: didier <dgautheron@magic.fr>

21 years agoAllow mangling to work correctly when moving and copying files. The
jmarcus [Sun, 2 Jun 2002 22:34:36 +0000 (22:34 +0000)]
Allow mangling to work correctly when moving and copying files.  The
downside of this is that the mangling database currently has no way to
purge itself.  I'll work on that next.

21 years agoafp_read, revert most of my previous patch about EOF, only keep savereqcount for
didg [Sat, 1 Jun 2002 05:10:24 +0000 (05:10 +0000)]
afp_read, revert most of my previous patch about EOF, only keep savereqcount for
lock, unlock op.
from Akihiro Okamoto.

21 years agoFix problem with last commit not being able to demangle filenames
jmarcus [Fri, 31 May 2002 02:19:41 +0000 (02:19 +0000)]
Fix problem with last commit not being able to demangle filenames
correctly.

21 years agoDon't SEGV if the mangled filename doesn't have an extension.
jmarcus [Thu, 30 May 2002 20:48:29 +0000 (20:48 +0000)]
Don't SEGV if the mangled filename doesn't have an extension.

Special thanks to:      Steve Freitas <steve@newportit.com> for helping me
                        track this down

21 years agoMake sure all the databases are closed if a failure occurs.
jmarcus [Thu, 30 May 2002 06:41:52 +0000 (06:41 +0000)]
Make sure all the databases are closed if a failure occurs.

21 years agoFirst round of mangling debugging. This should actually work. I ran into
jmarcus [Thu, 30 May 2002 06:41:16 +0000 (06:41 +0000)]
First round of mangling debugging.  This should actually work.  I ran into
some problems with read-only files, but that may be a product of 1.6cvs, and
not necessarily my code.

21 years agoAdd support for long filename mangling. Basically, tis code will take
jmarcus [Wed, 29 May 2002 18:02:57 +0000 (18:02 +0000)]
Add support for long filename mangling.  Basically, tis code will take
filenames greater than MACFILELEN characters, and mangle them much like
DOS does.  The mangled filenames are stored in a Berkeley database per
volume.

NOTE: This code is _not_ tested, and may cause data loss.  Use at your own
risk.  To enable it, configure with --with-mangling.

21 years agoChange setmode to afp_setmode to prevent a conflict with setmode declarations
jmarcus [Wed, 29 May 2002 17:40:36 +0000 (17:40 +0000)]
Change setmode to afp_setmode to prevent a conflict with setmode declarations
in unistd.h.

21 years agoinitialise before use
didg [Mon, 27 May 2002 04:47:00 +0000 (04:47 +0000)]
initialise before use

21 years agopatch #547180 for unprintable characters in psf. Previous behavior was to simply...
rufustfirefly [Thu, 23 May 2002 15:58:55 +0000 (15:58 +0000)]
patch #547180 for unprintable characters in psf. Previous behavior was to simply die, now prints a question mark. (Jason R. McVetta <jmcvetta@users.sourceforge.net>)

21 years agopatch #550059 for mac cyrillic code page to koi8-r codepage (anonymous submission)
rufustfirefly [Thu, 23 May 2002 15:54:27 +0000 (15:54 +0000)]
patch #550059 for mac cyrillic code page to koi8-r codepage (anonymous submission)

21 years agoFix problem with saving files.
jmarcus [Mon, 20 May 2002 15:03:19 +0000 (15:03 +0000)]
Fix problem with saving files.

Submitted by: didier <dgautheron@magic.fr>

21 years agosurrounded new function body with the #ifdef that turns it off when --without-logfile...
sibaz [Tue, 14 May 2002 18:47:06 +0000 (18:47 +0000)]
surrounded new function body with the #ifdef that turns it off when --without-logfile is set.  Looking at it though this whole file should be turned off when --without-logfile is set, and the LOG macro should just ignore the unused parameters and send a ... with all the vprintf parameters to syslog, thus rendering the code that's left, unneeded

21 years agoDocumentation updates for pap
morgana [Tue, 14 May 2002 15:11:18 +0000 (15:11 +0000)]
Documentation updates for pap

21 years agoWhoops, forgot two files from my last commit.
jmarcus [Mon, 13 May 2002 07:21:55 +0000 (07:21 +0000)]
Whoops, forgot two files from my last commit.

Pointy hat to: me

21 years agoAdd boolean.h and logger.h. Every header placed in this directory must
jmarcus [Mon, 13 May 2002 06:59:58 +0000 (06:59 +0000)]
Add boolean.h and logger.h.  Every header placed in this directory must
be added to Makefile.am!

21 years agoA big patch to correct many afpd problems. For one, the trash will
jmarcus [Mon, 13 May 2002 04:59:36 +0000 (04:59 +0000)]
A big patch to correct many afpd problems.  For one, the trash will
work in multi-user environments.  This should also correct the
read-write/read-only lock issues.

This is a bug patch, and should be thoroughly tested.

Submitted by: didier <dgautheron@magic.fr>

21 years agoRemove all C++ style comments.
jmarcus [Fri, 10 May 2002 21:47:10 +0000 (21:47 +0000)]
Remove all C++ style comments.

21 years agoUse permissions the way MacOS expects, and avoid losing original permissions.
jmarcus [Fri, 10 May 2002 21:35:41 +0000 (21:35 +0000)]
Use permissions the way MacOS expects, and avoid losing original permissions.

Submitted by: didier <dgautheron@magic.fr>

21 years agoUpdates for recent pap changes/fixes.
morgana [Tue, 7 May 2002 15:06:11 +0000 (15:06 +0000)]
Updates for recent pap changes/fixes.

21 years agoCleanup from removal of pap.8.tmpl.
morgana [Tue, 7 May 2002 05:39:25 +0000 (05:39 +0000)]
Cleanup from removal of pap.8.tmpl.

21 years agoRemoved this man page because the man page for pap is already present in the man1...
morgana [Tue, 7 May 2002 05:33:18 +0000 (05:33 +0000)]
Removed this man page because the man page for pap is already present in the man1 directory.

21 years agoUpdates from Patrick Powell (papowell@astart.com)
morgana [Tue, 7 May 2002 04:55:26 +0000 (04:55 +0000)]
Updates from Patrick Powell (papowell@astart.com)
 - made debug a command line option (-d) rather than a compile time option
 - updated usage message with all available options
 - print out status in postscript (%%[ .. ]%%) format
 - print status to stderr if statusfile not specified

22 years ago* Allow afpd debugging to be enabled at runtime by sending the afpd process
jmarcus [Fri, 3 May 2002 22:51:32 +0000 (22:51 +0000)]
* Allow afpd debugging to be enabled at runtime by sending the afpd process
  a SIGUSR1.  stdout will be redirected to a temp file.

* Allow SLP to be disabled per afpd process by adding a new -noslp flag to
  afpd.conf

* Update documentation accordingly.

Submitted by: Glenn Trewitt <glenn@trewitt.org>

22 years agobacking out last formatting change to cname()
morgana [Mon, 29 Apr 2002 06:56:02 +0000 (06:56 +0000)]
backing out last formatting change to cname()

22 years agominor formatting change to cname()
morgana [Mon, 29 Apr 2002 06:53:25 +0000 (06:53 +0000)]
minor formatting change to cname()

22 years agoFixes to configure process for server messaging.
morgana [Mon, 29 Apr 2002 06:23:57 +0000 (06:23 +0000)]
Fixes to configure process for server messaging.

22 years agoPatch from reininn on sourceforge to use euc-jp or shift-jis coded filenames with...
morgana [Mon, 29 Apr 2002 01:52:49 +0000 (01:52 +0000)]
Patch from reininn on sourceforge to use euc-jp or shift-jis coded filenames with megatron.  Still need patch for megatron man page though.

22 years agoof_rename() double-linked list removal bugfix
rlewczuk [Mon, 22 Apr 2002 07:46:00 +0000 (07:46 +0000)]
of_rename() double-linked list removal bugfix

22 years agoOpened fork numbering bugfix
rlewczuk [Sat, 20 Apr 2002 19:05:12 +0000 (19:05 +0000)]
Opened fork numbering bugfix

22 years agoUpdate papd man page to reflect that CAP-style auth is no longer a compile-time option.
morgana [Wed, 17 Apr 2002 20:55:23 +0000 (20:55 +0000)]
Update papd man page to reflect that CAP-style auth is no longer a compile-time option.

22 years ago"R. Lewczuk" <R.Lewczuk@elka.pw.edu.pl>:
srittau [Sun, 14 Apr 2002 10:53:37 +0000 (10:53 +0000)]
"R. Lewczuk" <R.Lewczuk@elka.pw.edu.pl>:

| There's also a trivial patch fixing problems with SGID directories on
| some unstable compilers (ex. RH 7.2).

This is done by removing an inline statement.

22 years ago"R. Lewczuk" <R.Lewczuk@elka.pw.edu.pl>
srittau [Sun, 14 Apr 2002 10:51:39 +0000 (10:51 +0000)]
"R. Lewczuk" <R.Lewczuk@elka.pw.edu.pl>

| Here's a patch correcting the problem with Adobe Illustrator.
| However this seems to be a bigger problem with opening forks
| in RO/RW mode. This patch may introduce some other problems
| with forks: RO forks may be writable in some circumstances,
| however I'm not familiar enough with netatalk internals, so I cannot
| tell definitely what else can I break with this patch.

22 years agoHardcode LD=ld to make it link in Solaris 8 with Sun's C Compiler. If this breaks...
morgana [Mon, 8 Apr 2002 20:47:25 +0000 (20:47 +0000)]
Hardcode LD=ld to make it link in Solaris 8 with Sun's C Compiler.  If this breaks other platforms, we'll need to figure out how to autodetect or just make it a manual option set in the Makefile.

22 years agoRedHat users: Install glibc-devel package.
srittau [Sat, 6 Apr 2002 12:54:09 +0000 (12:54 +0000)]
RedHat users: Install glibc-devel package.

22 years agoUse ${CC} instead of @LD@ (which isn't defined).
srittau [Sat, 6 Apr 2002 12:38:45 +0000 (12:38 +0000)]
Use ${CC} instead of @LD@ (which isn't defined).

22 years agoFix test.
srittau [Sat, 6 Apr 2002 12:38:12 +0000 (12:38 +0000)]
Fix test.

22 years agoSmall change to note the running ./autogen.sh is only required for builds from CVS.
morgana [Fri, 5 Apr 2002 00:28:58 +0000 (00:28 +0000)]
Small change to note the running ./autogen.sh is only required for builds from CVS.

22 years agoadded some Log warnings to show log_setup works. Also fixed a bug where null values... branch-aurp-start
sibaz [Tue, 2 Apr 2002 02:51:37 +0000 (02:51 +0000)]
added some Log warnings to show log_setup works.  Also fixed a bug where null values were passed to the function.  Also altered the code to print time, from gmtime to localtime

22 years agoadded a loglevel log_extradebug
sibaz [Tue, 2 Apr 2002 02:47:33 +0000 (02:47 +0000)]
added a loglevel log_extradebug

22 years agoadded log statements to follow setup_logtype option. Also fixed a bug, that bombed...
sibaz [Tue, 2 Apr 2002 02:45:28 +0000 (02:45 +0000)]
added log statements to follow setup_logtype option.  Also fixed a bug, that bombed if the expected parameters weren't present

22 years agoadded some LOG messages
sibaz [Tue, 2 Apr 2002 02:41:40 +0000 (02:41 +0000)]
added some LOG messages

22 years agoUse server name (if not NULL) for the SLP URL.
jmarcus [Sun, 31 Mar 2002 01:17:34 +0000 (01:17 +0000)]
Use server name (if not NULL) for the SLP URL.

Submitted by: Glenn Trewitt <glenn@trewitt.org> (with some modifications)
MFH after: 2 days

22 years agoremoved a few silly reused code type errors and a couple of pointer type errors....
sibaz [Mon, 25 Mar 2002 00:13:17 +0000 (00:13 +0000)]
removed a few silly reused code type errors and a couple of pointer type errors.  Should never have checked it in without testing

22 years agoadded code to call the new setuplog function in the logger, after breaking the parame...
sibaz [Mon, 25 Mar 2002 00:04:52 +0000 (00:04 +0000)]
added code to call the new setuplog function in the logger, after breaking the parameters to a -setuplogtype option into their separate parts

22 years agoadded a function to allow other code to setup logs by specifying the text strings...
sibaz [Mon, 25 Mar 2002 00:03:25 +0000 (00:03 +0000)]
added a function to allow other code to setup logs by specifying the text strings appropriate, rather than the numerical values.  In the process I added facility to the global log structure.  It seemed appropriate

22 years agochanged the layout to fit in a standard width window
sibaz [Mon, 25 Mar 2002 00:00:13 +0000 (00:00 +0000)]
changed the layout to fit in a standard width window

22 years agoAllow users to turn off [resolve|create|delete]id advertisements.
jmarcus [Sun, 24 Mar 2002 17:45:28 +0000 (17:45 +0000)]
Allow users to turn off [resolve|create|delete]id advertisements.

Submitted by: didier <dgautheron@magic.fr>
MFH after: 1.5.3 is released

22 years ago1. Respect the kFPDeleteInhibitBit attribute
jmarcus [Sun, 24 Mar 2002 17:43:39 +0000 (17:43 +0000)]
1. Respect the kFPDeleteInhibitBit attribute
2. Fix a problem where deep aliases would cause resolveid to fail

Submitted by: didier <dgautheron@magic.fr>
MFH after: 1.5.3 is released

22 years agopartway through adding the code to setup logging in config files
sibaz [Sun, 24 Mar 2002 14:37:04 +0000 (14:37 +0000)]
partway through adding the code to setup logging in config files

22 years agoadded strings for the loglevels (for use in conf file) and added a new logtype, afpd...
sibaz [Sun, 24 Mar 2002 14:18:56 +0000 (14:18 +0000)]
added strings for the loglevels (for use in conf file) and added a new logtype, afpd.  Also added a function so config file parsers can add logtypes to the list without having to know anything about logtypes

22 years agoStyle cleanup after last commit.
jmarcus [Sun, 24 Mar 2002 07:46:11 +0000 (07:46 +0000)]
Style cleanup after last commit.

22 years agoFix a problem with repetative failed stat()'s.
jmarcus [Sun, 24 Mar 2002 07:38:23 +0000 (07:38 +0000)]
Fix a problem with repetative failed stat()'s.

Submitted by: didier <dgautheron@magic.fr>
MFH after: 1.5.3 is released

22 years agoadded new type logtype_afpd
sibaz [Sun, 24 Mar 2002 01:23:40 +0000 (01:23 +0000)]
added new type logtype_afpd

22 years agochanged all the references to syslog to LOG macros
sibaz [Sat, 23 Mar 2002 17:43:10 +0000 (17:43 +0000)]
changed all the references to syslog to LOG macros

22 years agoFix some issues with CAP-style printer authentication by changing where the
morgana [Wed, 20 Mar 2002 20:53:57 +0000 (20:53 +0000)]
Fix some issues with CAP-style printer authentication by changing where the
cleanup occurs to afp_asp_close() and storing the pid of afpd in the CAP file.
Credit goes to Sam Noble <ns@shadow.org> for this patch.

22 years agoUpdate man page and papd.conf template file to note requirement that the printer
morgana [Tue, 19 Mar 2002 23:23:51 +0000 (23:23 +0000)]
Update man page and papd.conf template file to note requirement that the printer
zone must be defined if more than 15 printers are used with papd.  Otherwise,
the Mac Chooser may not show all the printers.

22 years agoMFS:
jmarcus [Sun, 17 Mar 2002 23:50:36 +0000 (23:50 +0000)]
MFS:

Include errno.h.

22 years agoForgot to include this in the previous commit for enabling more
jmarcus [Sun, 17 Mar 2002 00:28:07 +0000 (00:28 +0000)]
Forgot to include this in the previous commit for enabling more
intelligent debugging messages.

Submitted by: didier <dgautheron@magic.fr>
Pointy hat to: Joe

22 years agoWhen in debug mode, print out the AFP function call names as well as their
jmarcus [Sat, 16 Mar 2002 20:39:04 +0000 (20:39 +0000)]
When in debug mode, print out the AFP function call names as well as their
numeric ids.

22 years ago1. When in debug mode, print out the AFP function call names as well as their
jmarcus [Sat, 16 Mar 2002 20:38:09 +0000 (20:38 +0000)]
1. When in debug mode, print out the AFP function call names as well as their
   numeric ids.
2. Don't advertise server sided notifications if AFP version < 2.1.

Submitted by: didier <dgautheron@magic.fr>

22 years agoRemoved deleted BUGS file from disribution.
srittau [Sat, 16 Mar 2002 18:06:34 +0000 (18:06 +0000)]
Removed deleted BUGS file from disribution.