]> arthur.barton.de Git - netatalk.git/history - etc
Add a missing $(DESTDIR) to fix make install. Thanks to Eddie
[netatalk.git] / etc /
2002-02-06 jmarcusAdd the -server_notif server flag to specify whether...
2002-02-05 srittauFixed some misleading log messages.
2002-02-03 jmarcusFix a problem where overquota() will report false if...
2002-02-03 jmarcusFix a race condition on reading and writing data to...
2002-02-02 jmarcusDon't try and derefernce freed memory. Submitted by
2002-02-02 jmarcuscnid_t is a unsigned variable, Joe! Thanks to Didier...
2002-01-29 jmarcusUpdate the CNID code again to allow for 4G CNIDs, and...
2002-01-24 jmarcusFix a potential buffer overflow. Thanks to didier...
2002-01-24 jmarcusSanity check this code more since it is run by root...
2002-01-20 jmarcusst is not a pointer here. Pass its address.
2002-01-20 jmarcusFix a bogon compile error.
2002-01-19 jmarcusStyle police.
2002-01-19 jmarcusWhen the user's disk usage exceeds quota hard limit...
2002-01-19 jmarcusBack out previous commit. There is still a point of...
2002-01-18 jmarcusWhen a user exceeds her soft quota, report disk space...
2002-01-18 jmarcusFix up some comments to reflect the last CNID change.
2002-01-18 jmarcusChange the first CNID from 3 to 17. According to the...
2002-01-17 jmarcusImplement a round of CNID DB fixes per suggestions by
2002-01-17 jmarcusFixes from didier <dgautheron@magic.fr> to not use...
2002-01-17 srittautermcap patches from NetBSD package by Christos Zoulas
2002-01-17 srittauAdded padding to a structure. Patch by David Rankin.
2002-01-17 srittauType imporvements.
2002-01-17 srittauFixed typo that prevented compilation.
2002-01-17 srittauUse new variable NLSPATH.
2002-01-16 jmarcusAdd support for all the DID schemes to fork.c.
2002-01-16 jmarcusFNum for a fork needs to go out in network byte order.
2002-01-13 jmarcusPatch from Egon Niederacher <niederacher@fh-vorarlberg... point-backport-1-5-1
2002-01-04 sibazmerged logging code into main branch. use configure...
2002-01-03 sibazreplaced all #include <sys/syslog.h> with #include...
2002-01-03 sibazaltered the layout of code calling syslog witha space...
2002-01-02 srittauDisallow leading and trailing spaces in MSWINDOWS volum...
2001-12-31 srittauRe-added const qualifier to the argument to parseline...
2001-12-31 jmarcusRemove some const attributes on variables that change...
2001-12-30 srittauAllocate memory for parsing and storing configuration...
2001-12-29 jmarcusAdd some missing breaks to preserve correct error repor...
2001-12-29 jmarcusAdd some missing breaks to preserve correct error repor...
2001-12-23 jmarcusRemove some syslog messages from the new tickle code.
2001-12-19 jmarcusClean up the tickle handler comment.
2001-12-16 jmarcusRemove the snprintf() argument from the sprintf() calls...
2001-12-16 jmarcusCertain platforms do not support snprintf() (e.g. Tru64...
2001-12-16 srittauUse SLP_LIBS and SLP_CFLAGS.
2001-12-15 jmarcusRevert 1.10. This was pointless anyway.
2001-12-15 jmarcusAdd a new -timeout option to afpd. This option specifi...
2001-12-10 srittauWarning fixes.
2001-12-04 jmarcusAdd patch to allow afpd to correctly share out NFSv3...
2001-12-03 jmarcusBIG commit to improve code style using astyle as well...
2001-12-01 srittauRemoved checks for libs that cause problems on OpenBSD...
2001-11-28 jmarcusFix a potential divide by zero problem.
2001-11-25 srittauForward-Ports from the stabilizing branch.
2001-11-20 srittauMake module known as uams_dhx_pam as well as uams_dhx.
2001-11-20 srittauDon't print scary (but harmless) errors, when links...
2001-11-20 srittauWarning fixes.
2001-11-17 srittauRe-added global CFLAGS variable for now, since automake...
2001-11-17 srittauWarning fix.
2001-11-16 srittauWarning fixes (%m -> strerror(errno)).
2001-11-16 srittauFixed typo.
2001-11-14 srittau%m -> %s strerror(errno) (Warnings)
2001-11-14 srittauFixed a wrong call to readvolfile(). Thanks to Daniel...
2001-11-13 rufustfireflypatch to fix checking of hostname
2001-11-10 srittauNull-terminate strings after strncpy.
2001-11-10 srittauIdentify modules as uams_pam as well as uams_clrtxt.
2001-11-10 srittauLog message "uam : Loading..." changed to "uam: loading...
2001-11-03 srittauAdded @CFLAGS@ to lib*_la_CFLAGS variables.
2001-11-03 srittauUse CLEANFILES variable instead of manually overriding...
2001-10-28 srittauRe-added SSL use to uams_randnum.
2001-10-28 srittauLink uams_pgp against SSL_LIBS, but not uams_randnum.
2001-10-25 srittauRemoved now useless guard that prevented compilation...
2001-10-25 srittauuams_randnum will now only get built if USE_DHX is...
2001-10-24 srittauMost of this source file was commented out if UAM_DHX...
2001-10-24 srittauDon't #define SHADOWPW explicitly if SOLARIS is also...
2001-10-24 srittauRemoved a possible off by one buffer overflow.
2001-10-24 srittauWarning fixes.
2001-10-24 jmarcusPatch to allow for read-only advisory locks (thanks to
2001-10-23 rufustfireflypatch from Edmund Lam to allow perms masks
2001-10-11 srittauSymlink fix.
2001-10-10 jmarcusProperly add -lpam to LDFLAGS (thanks, Sebastian).
2001-10-10 srittauFixed a C++ style comment. Pointed out by Robert Cohen
2001-10-09 jmarcusFix a problem with setting perms on directories. Thanks to
2001-10-07 srittauautomake 1.5 fixes
2001-10-03 jmarcusFix bug where afpd would erroneously return AFPERR_NOOB...
2001-09-23 jmarcusAutoconf comment additions.
2001-09-21 jmarcusRe-enable codepage translations
2001-09-19 jmarcusFixed some problems in the SRVLOC code. OS 9 doesn...
2001-09-19 jmarcusAdded a missing break in the CLI options parsing code...
2001-09-17 rufustfireflySLP support added (Joe Clarke)
2001-09-12 uheesfixed erroneous printf format arguments enclosed in...
2001-09-10 rufustfireflyadded version reporting for the main daemons with a...
2001-09-06 rufustfireflyAC_HEADER_STDC autoconf change
2001-09-06 rufustfireflyautoconf POSIX.1 sys/wait.h check
2001-09-05 rufustfireflyquick, dirty, Sun hack to seed openssl 0.9.6 ... FIX...
2001-09-05 rufustfireflyadd veto_file() prototype (Edmund Lam)
2001-09-04 rufustfirefly"veto files" patch (Edmund Lam)
2001-08-27 uheesremoved unneeded cnid_lookups; fixed a bug in afp_createid.
2001-08-22 srittauUse -export-dynamic LDFLAG.
2001-08-18 uheesfixed a comment
2001-08-16 srittauFinally removed -rdynamic flag. Please add a configure...
2001-08-15 srittauTru64 warning fixes.
2001-08-15 srittauWarning fixes.
2001-08-15 samnobleIn afp_mapname and afp_mapid we now convert the id...
2001-08-15 samnobleChanged the datatypes in uidgidset to be uid_t and...
next