]> arthur.barton.de Git - netatalk.git/history - libatalk/adouble/ad_open.c
Symlink patch from Anton Starikov
[netatalk.git] / libatalk / adouble / ad_open.c
2010-01-02 franklahmSymlink patch from Anton Starikov branch-symlink-commit
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-12 didgSFM use the right mode for resource fork creation
2009-11-12 didgin ad_init don't zero the whole adouble structure,...
2009-11-07 didgspeed up a little ad_dir
2009-11-07 didgspeed up a little ad_path
2009-11-07 didgset errno after calling LOG
2009-10-29 didguse log_debug9 rather than log_debug for LOG inside...
2009-10-29 didguse log_debug rather than log_info for LOG inside ifdef...
2009-10-23 didgad_open mask out O_EXCL with O_CREAT
2009-10-21 didgfactorize lock test (fewer fcntl calls)
2009-10-18 didgad_open reuse fstat data in header if it's valid
2009-10-13 didgremove pre ansi declarations
2009-10-02 franklahmExtended Attributes support via files in .AppleDouble.
2009-09-14 didgremove obsolete ATACC ifdef
2009-09-11 franklahmUntabify and reindent
2009-07-21 didgremove trivial warnings
2009-07-20 didgremove ads adouble format
2009-06-22 franklahmFix 0 byte ad-files as reported <http://article.gmane...
2009-06-19 franklahmFix #2802236. https://sourceforge.net/support/tracker...
2009-06-10 franklahmThe "shared" and "invisible" attributes are opaque...
2009-04-25 franklahmad_open with O_CREAT, thus enumarating a dir will creat...
2007-04-11 didgremove warnings
2006-09-29 didgfor .xx files don't set invisible bit if create by...
2006-09-29 didgadd a SFM compatible format for adouble after_sfm
2006-09-19 didgMake dot files visible by default with usedots, add... before_sfm
2005-05-25 didgfor volume with unix priv don't use parent folder permi...
2005-05-14 didguse macros ad_xxmetada when we only want files' metadata.
2005-05-03 didgremove gcc warning
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2003-06-06 srittauDon't implement ad_hf_mode in header file, but always...
2003-04-10 didgopen the file read-only if errno is EROFS.
2003-03-09 didgadd utf8 support for AFP3
2003-02-17 didgbugfix: better check against corrupted AppleDouble...
2003-02-16 didgdesktop.c:
2003-01-24 didgimprovement: add a SUIDDIR (aka BSD like) for admin...
2003-01-12 didgstupid stuff, replace
2002-11-26 didgfile descriptor leak if the header is bad. Increment...
2002-11-14 srittauRemoved support for flock locks.
2002-11-14 srittauFix some errno assignments (== vs. =).
2002-10-11 didg- added a cache for directories offspring count.
2002-10-10 jmarcusFill in the volume creation time with the datestamp...
2002-08-29 didgtry to make afpd directory access right works the...
2002-08-14 didgad_open.c: check we have the right perm when a file...
2002-06-17 didgad_open(): small fix for file open read only and then...
2002-06-03 jmarcusTry a different approach to fix the Illustrator problem...
2002-05-10 jmarcusRemove all C++ style comments.
2002-04-14 srittau"R. Lewczuk" <R.Lewczuk@elka.pw.edu.pl>
2002-03-12 jmarcusDEFMASK should be an octal. point-backport-1-5-2
2002-01-04 sibazmerged logging code into main branch. use configure...
2002-01-03 sibazaltered the layout of code calling syslog witha space...
2001-08-15 srittauWarning fix.
2001-07-31 srittauWarning fixes.
2001-06-29 rufustfireflymassive commenting/autoconf changes
2001-03-21 rufustfireflypatch from Jonathan Paisley (jonp@chem.gla.ac.uk)
2001-03-14 rufustfireflyfixed ad_mode / O_RDWR bug reported on netatalk-admins...
2001-02-28 itlm019AppleDouble directory creation debugging
2001-01-31 itlm019The rest of Peter Westlake's permission patch (see...
2000-10-18 rufustfireflykludge for avoiding redefinition
2000-08-02 rufustfireflyimplemented config.h
2000-07-25 rufustfireflyInitial revision