]> arthur.barton.de Git - netatalk.git/history - etc/afpd/volume.c
another myfgets off by one
[netatalk.git] / etc / afpd / volume.c
2009-01-26 didganother myfgets off by one
2009-01-26 didgsavevoloptions: check ftruncate return code
2009-01-13 didgbackport CJK encoding from HEAD
2008-11-25 didgremove gcc warnings and cleanup inline mess
2007-04-11 didgusedots, return an invalide name only for .xxx files...
2006-09-19 didgMake dot files visible by default with usedots, add...
2006-09-11 didgset invisible bit in finderinfo too, should partially...
2006-09-07 didgchange comment for CACHEID, from HAT
2005-09-28 didgAlways use the mac charset for the volume name in getvo...
2005-09-27 didgRemove a lot of warning, from cvs HEAD
2005-07-20 didgdon't advertise volume without r-x right
2005-06-02 didgadd a default perm option to volume, from Exanet.
2005-05-26 didgmerge from HEAD, better handling of unix priv.
2005-04-24 didgbugfix for cache id in resource fork.
2005-02-10 didgAdd a parameter cachecnid for adouble v2, default off...
2005-02-06 didgfix compiler warning, from Olaf Hering.
2004-12-10 didgIn afp_openvol if we can't get the db stamp return...
2004-10-20 didgfix a bug in default CREATOR/TYPE handling.
2004-08-11 bfernhombergfix a SIGSEGV, initvoladouble needs to be called if...
2004-07-11 bfernhombergdon't try to create special folders and .volinfo on...
2004-06-09 bfernhombergwrite a .volinfo file containing volume setup to .Apple...
2004-05-11 didgfix a small leak.
2004-05-04 didgmore verbose error msgs.
2004-04-06 bfernhombergfix a chooser crash if we get a codepage conversion...
2004-03-20 bfernhombergOS9 clients need more ATTN msgs as well
2004-03-12 didgOSX clients need more ATTN msg.
2004-03-11 didgadd osx like resource fork.
2004-03-02 didgdeal with folders deleted by a different process.
2004-03-01 bfernhombergfix the special folder casefold fix
2004-02-29 bfernhombergfix, simple casefolding for precreated special folders
2004-02-20 didgmore compilation cleanup.
2004-02-14 didgmore strncpy --> strlcpy fixes
2004-02-05 bfernhombergspecify USEDOTS with MSWINDOWS implicitely, we missed...
2004-01-21 didgVariable $v substitution: don't use name stored in...
2004-01-14 lenneisCheck if we can get a DB stamp sucessfully in afs_openv...
2004-01-08 bfernhombergremove v_umask from create_special_folders
2004-01-03 didgadd nodev volume option (always use 0 for device number).
2003-12-17 lenneisIf a database path is specified for a db3/cdb/dbd backe...
2003-11-29 didgfix small leak and a SIGSEGV on reload
2003-11-24 bfernhombergfix a freeBSD compile problem, C99
2003-11-18 didgadd a config variable $i for client IP address (without...
2003-11-15 bfernhombergallow extended characters in volume names
2003-10-30 bfernhombergfix solaris compile issues, warning fixes
2003-10-23 didgrevert previous bogus change...
2003-10-17 didgsendfile for LARGE_FILE. use sys_ftruncate in ad_open...
2003-09-30 didgtry harder to avoid duplicate volumes creation date.
2003-09-27 bfernhombergcreate and/or hide Network Trah Folder and Temporary...
2003-09-25 didgmaybe stupid but use the OS X numbering for volumes...
2003-09-21 didgadd a default timestamp for db scheme without one.
2003-09-13 bfernhombergremove old codepage/nls support
2003-09-09 didgbig merge for db frontend and unicode.
2003-07-21 didgMFH sleep and unix priv functionalities.
2003-06-23 didgAdd unicode to Mac OS code page (internal or with iconv...
2003-05-28 didgbetter handling of errors in afp_openvol
2003-05-26 didgadd a volume option nostat, help with preexec and autom...
2003-05-26 didgresolve conflicts between reload and preexec changes...
2003-05-26 didgchange SIGHUP and SIGUSR1, SIGHUP reload config files...
2003-05-26 didgAdd a Samba like preexec functionality.
2003-04-22 didgcheck against the right value in FPSetVolParms.
2003-03-19 didgopenvol() add ifdef CNID_DB
2003-03-09 didgadd utf8 support for AFP3
2003-03-05 didgdon't set volume FILEID attribute if the db is NULL.
2003-01-31 didga little cleaning
2003-01-12 didgstupid stuff, replace
2003-01-08 didg- better error reporting, don't always return noobj.
2002-12-04 didg- call SIGHUP signal handler only once for worker process
2002-11-15 srittauRemoved the --with-catsearch configure option. (FPCatSe...
2002-10-26 didgbugfix: set defextmap *after* realloc and sort.
2002-10-17 didgAFP 3 fixes ofr cleartxt login and 31 char filename...
2002-10-16 jmarcusAdd support for variable substitution in dbpath.
2002-10-12 didgmore stuffs for AFP 3.x
2002-10-11 didg- added a cache for directories offspring count.
2002-10-10 jmarcusFill in the volume creation time with the datestamp...
2002-09-29 sibazchanged all LOG messages using logtype_default to use...
2002-09-29 didgmove struct extmap from a linked list to a sorted array.
2002-08-31 jmarcusCreate a (for now) undocumented volume option, "umask...
2002-08-30 didgcleaning: FORCE_UIDGID is was 100% broken before, it...
2002-08-25 rlewczukRudimentary FPCatSearch implementation.
2002-08-21 didgvolume.c file.h file.c
2002-08-20 srittauWarning fixes.
2002-08-20 jmarcusCheck to see if v_db == NULL not 0.
2002-06-14 didgvolume.c getvolparms() initialize ashort before use.
2002-06-06 didgunix.c:
2002-03-24 jmarcusAllow users to turn off [resolve|create|delete]id adver...
2002-03-24 sibazadded new type logtype_afpd
2002-03-16 jmarcus1. When in debug mode, print out the AFP function call...
2002-03-13 srittauEddie's wincheck() fix.
2002-02-06 jmarcusAdd the -server_notif server flag to specify whether...
2002-01-19 jmarcusStyle police.
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-04 sibazmerged logging code into main branch. use configure...
2002-01-03 sibazreplaced all #include <sys/syslog.h> with #include...
2002-01-02 srittauDisallow leading and trailing spaces in MSWINDOWS volum...
2001-12-03 jmarcusBIG commit to improve code style using astyle as well...
2001-11-14 srittauFixed a wrong call to readvolfile(). Thanks to Daniel...
2001-09-06 rufustfireflyAC_HEADER_STDC autoconf change
2001-09-04 rufustfirefly"veto files" patch (Edmund Lam)
2001-08-18 uheesfixed a comment
2001-08-15 srittauWarning fixes.
next