]> arthur.barton.de Git - netatalk.git/history - include
Allow opening symlinks r/w, but don't actually allow writing. Fixes test426
[netatalk.git] / include /
2010-03-30 franklahmAllow opening symlinks r/w, but don't actually allow...
2010-03-12 franklahmConvert afp_moveandrename and all called funcs to XXXat... after-renameat
2010-02-28 didgprevious commit 'lchdir: use chdir + getcwd' was only...
2010-02-28 didglchdir: use chdir + getcwd
2010-02-19 franklahmMove lchdir() to libatalk/util/unix.c and use that...
2010-02-19 franklahmRemove v_realpath from struct dir, normalize v_path...
2010-02-19 didguse volume real path for chdir
2010-02-17 didglog type_configs data is used by uams modules, define...
2010-02-15 franklahmMake LOG macro fast again
2010-02-10 franklahmMerge symlink branch HEAD-after-symlink-merge
2010-02-08 franklahmRemove volume option debugfile
2010-02-04 franklahmvolume option debugfile
2010-01-26 didgremove a 'discard const ...' warning in papd cups
2010-01-26 didgreturn the right error code when deleting afp current...
2010-01-10 franklahmRemove struct dir.d_uname_len and its dependencies...
2010-01-05 franklahmMore doxygen style API documentation
2010-01-05 franklahmAdd static getcwd and use it for debugging in ad_open
2010-01-05 franklahmSubstitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE,...
2010-01-05 franklahmBeautify
2010-01-04 franklahmStart adouble documentation in Doxygen style
2009-12-18 franklahmFix EA support detection. New ea option values none...
2009-12-11 franklahmAdd command string and symbol for AFP_GETUSERINFO
2009-12-10 franklahmAdd support for ea:ad volumes
2009-12-03 franklahmWrite EA mode to volinfo file
2009-12-01 franklahmNicely move all volinfo file code to libatalk
2009-11-28 didgguard against confused DB returning junk values
2009-11-28 franklahmNew option for logger setup 'console' where we don...
2009-11-24 didgadd a flag parameter to cnid open functions
2009-11-23 didgdefine functions used by uam modules as UAM_MODULE_EXPORT
2009-11-19 franklahmUse way faster hashing algorithm for dirs
2009-11-19 didgmerge common cnid declarations in cnid_private.h
2009-11-18 didgcopy native EA in afp_copyfile, doesn't work if copy...
2009-11-18 franklahmNew convert_charset option CONV_ALLOW_COLON.
2009-11-18 franklahmUntabify and reindent
2009-11-17 franklahmCleanly integrate native EA code from Samba
2009-11-17 franklahmMake Solaris EA code compile again
2009-11-14 didgdefine afpd uam functions as UAM_MODULE_EXPORT
2009-11-13 didgxattr, use them
2009-11-13 didgadd native xattr, from Samba code, not used
2009-11-13 didgkeep in each volume structure the last struct dir used...
2009-11-09 didgkeep mtoupath and utompath flags in volume structure...
2009-11-08 didgdon't store in struct volume pointers to charset funct...
2009-11-08 didgOOPS, undo some commits in 'better layout for struct...
2009-11-08 didgbetter layout for struct vol
2009-11-05 franklahmIPv6 support for afpd and cnid_metad after-ipv6
2009-10-29 didgmove most of a LOG macros in the logger function
2009-10-29 didgthe use of the new LOG code introduce a 50% code size...
2009-10-29 franklahmMove VFS stack from _one_ global stack to per volume...
2009-10-27 didgadd missing include files in 'make dist'
2009-10-26 franklahmUse fcntl O_NONBLOCK instead of ioctl FIONBIO
2009-10-25 didguse off_t rather than size_t for read/write_count,...
2009-10-25 didgon linux put sendfile back
2009-10-25 didg1) try a better workaround for deadlocks when both...
2009-10-22 franklahmFix incompatible func args warnings
2009-10-22 didgremove SIGUSR2 (message) from the list of blocked signa...
2009-10-22 didgremove the need for blocking SIGALRM (still need to...
2009-10-21 franklahmconst pointers
2009-10-21 didgfactorize lock test (fewer fcntl calls)
2009-10-20 franklahmEA VFS: chmod for files and directorires
2009-10-19 didgOops, 'more descriptive name fors LOG macro parameters...
2009-10-19 didgmore descriptive name fors LOG macro parameters and...
2009-10-15 franklahmVFS EA: chown
2009-10-15 franklahmEA VFS: FPCopyFile support
2009-10-15 didgmove login buffer size to size_t
2009-10-15 didgUse the right type for AFP function buffers size, size_...
2009-10-14 franklahmImplement VFS chaining, EA VFS rm/mv
2009-10-14 didgremove most sparse warning 'symbol 'xxx' was not declar...
2009-10-13 didgremove pre ansi declarations
2009-10-02 franklahmExtended Attributes support via files in .AppleDouble.
2009-09-14 franklahmUntabify, reindent, realign, cleanup
2009-09-14 didgremove obsolete ATACC ifdef
2009-09-11 franklahmTime Machine support. Merge from branch-2-0
2009-09-01 franklahmNew utility: ad
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-05-22 franklahmFinished dbd
2009-05-14 franklahmdbd now does many things it should do in the end.
2009-05-08 franklahmFix stupid free. Still banging my head against the...
2009-04-28 franklahmNew utility to maintain dbd databases: dbd. Also replac...
2009-04-27 franklahmSync volume options with volinfo stuff
2009-04-21 franklahmOverhaul CNID dbd backend, make it default, txn only... after-dbd-overhaul
2009-03-31 franklahmImplement runtime logging config option to cnid dbd...
2009-03-03 franklahmLogger fixes.
2009-02-27 franklahmReworked logger after_new_logger
2009-02-26 franklahmDefine AFP func no macros. Move 3.2 calls to 3.2 case... before_new_logger
2009-02-03 franklahmAdd header files
2009-02-02 franklahmInitial checkin of ACLs patch after_acls
2008-12-03 didgremove compiler warnings
2008-05-23 didgFirst implementation of AFP3.2 FPSyncDir for timeMachin...
2007-12-03 didguse the right number for num charset and max charset...
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
2006-07-21 didgadd mac greek encoding from P. Christeas
2005-09-28 didgincrease the number of open forks.
2005-09-07 didglazy init dbd database, help with pre tiger OS and...
2005-05-25 didgfor volume with unix priv don't use parent folder permi...
next