]> arthur.barton.de Git - netatalk.git/history - etc
Small fixes
[netatalk.git] / etc /
2009-11-27 franklahmFix CNID fixup regression, test235. Disable reading...
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-26 franklahmFix NFSv4 ACL VFS integration
2009-11-26 franklahmPrevious patch went in inadvertently, revert it.
2009-11-26 franklahmRemove apple_cleanup and cnid_maint
2009-11-25 franklahmRefine CNID salvatio strategies
2009-11-24 didgdisable slp advertising by default, change noslp option...
2009-11-24 didgfallback to a in memory temporary cnid db if we can...
2009-11-24 franklahmCreate .AppleDB if necessary
2009-11-24 franklahmCNID salvation strategy
2009-11-24 didgallow more values in cnid_open flags parameter
2009-11-24 didgmove code around in afp_openvol
2009-11-23 franklahmFix some stuff on FreeBSD
2009-11-22 franklahmReturn sane AFP version info in apf -V. From HAT.
2009-11-22 franklahmReturn the right AFP version info. From HAT.
2009-11-20 franklahmRename ldap.conf stuff to afp_ldap.conf. Kudos to HAT.
2009-11-20 didg'faster hashing algorithm for dirs' change didn't link
2009-11-19 franklahmUntabify and reindent
2009-11-19 franklahmUse way faster hashing algorithm for dirs
2009-11-19 franklahmUntabify and reindent
2009-11-17 franklahmstrlcat'ting EA name was one short
2009-11-17 franklahmCleanly integrate native EA code from Samba
2009-11-16 didgWith glibc we always need GNU_SOURCE
2009-11-14 didgAfpNum2name is only used by LOG debug, call it each...
2009-11-13 didgafp_listextattr, use ad_rlen rather than ad_eid[ADEID_R...
2009-11-13 didgafp_listextattr, don't return an error if there's no...
2009-11-13 didgxattr, in AFP xattr request don't use log_error but...
2009-11-13 didgxattr, use them
2009-11-13 didgkeep in each volume structure the last struct dir used...
2009-11-12 didgpath.id could be used uninitialized, actual clients...
2009-11-09 didgbitmap was used uninitialized the second time
2009-11-09 didguse of_ad
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 didgcatsearch, store the path length in the stack
2009-11-08 didgdefine append as UAM_MODULE_EXPORT
2009-11-08 didgdefine append as UAM_MODULE_EXPORT
2009-11-08 didgremove ifdef NO_LOAD_UAM code, was a leftover from...
2009-11-08 didguse the right definition for pad append function placeh...
2009-11-06 franklahmipaddr option wasn't ported to IPv6 code
2009-11-06 didgtest that the extension map is not empty(now the common...
2009-11-06 didgIP6 ipok was undefined if no dsi
2009-11-06 didgsmall optimization, in of_stat '../' is never modified
2009-11-06 didgIP6 compilation error if SLP defined
2009-11-05 franklahmIPv6 support for afpd and cnid_metad after-ipv6
2009-11-02 didgsmall clean up, use of_ad when we can before-ipv6
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-29 didgremove redundant debug output, it's already print in...
2009-10-29 didgconvert_string can deal with not 0 terminated strings...
2009-10-29 didgcompute the right size if len == -1 in convert_string...
2009-10-29 didguse _USE_GNU_SOURCE rather than the internal __USE_GNU
2009-10-29 franklahmRemove etc/afpd/afp_vfs.h. Obsolete and moved to includ...
2009-10-29 didgconvert_string always 0-terminate or return an error
2009-10-29 didgremove unused parameter warning
2009-10-29 didgonly call stat(path) if it's not done in cname
2009-10-29 didgremove include already in adouble.h
2009-10-29 didguse the parent directory id in the hash
2009-10-28 didgattribute name length is 16bits not 32bits, on big...
2009-10-28 didguse sizeof(foo) rather than 2 or 4 when copying from...
2009-10-28 didgapple attributes' name are constant
2009-10-28 didgfcntl.h is already included in adouble.h
2009-10-27 didgdirent.h is included in directory.h
2009-10-27 didgadd missing include files in 'make dist'
2009-10-27 franklahmmv unix_rename from etc/afpd/unix.c to libatalk/vfs...
2009-10-25 didgon linux put sendfile back
2009-10-25 didgseteuid back to our login user in logout in case there...
2009-10-25 didg1) try a better workaround for deadlocks when both...
2009-10-23 didgafp_delete don't call deletefile if we already know...
2009-10-22 franklahmFix all remaining warnings from gcc -Wall that can...
2009-10-22 franklahmFix incompatible func args warnings
2009-10-22 didgoops, a previous commit wrongly removed this
2009-10-22 didgremove SIGUSR2 (message) from the list of blocked signa...
2009-10-22 didgremove obsolete DSI #ifdef DEBUG1 code
2009-10-21 didgdon't reset timer each time afpd get a request
2009-10-20 franklahmDefault and empty FinderInfo for dirs are not all 0...
2009-10-19 franklahmDont duplicate CFLAGS in AM_CFLAGS. Inspired by Jonas...
2009-10-19 didgcnid dbd remove on time() syscall in the loop
2009-10-19 didgcnid dbd don't fall back to 1 sec timeout after an...
2009-10-19 didgdo some sanity checks on dbd params read from config...
2009-10-19 didguse min(512, number of FD in a select set) for per...
2009-10-18 didguse SO_RCVTIMEO rather than alarm in cnid_metad
2009-10-18 didguse pselect and no timeout in cnid_metad
2009-10-18 didgcnid_metad don't drop the slot if it's outside the...
2009-10-18 didguse pselect and a better timeout in cnid_dbd
2009-10-16 didgpsf, remove unused static stuff
2009-10-16 didgpap, remove or #if 0 unused static stuff
2009-10-16 didgmissing include file
2009-10-16 didgdeclare more stuff static
2009-10-15 franklahmRemove vfs_adouble.c, it's moved to libatalk/vfs/vfs.c
2009-10-15 franklahmEAs for dirs did not work
2009-10-15 franklahmMore debugging
2009-10-15 didgremove some const qualifier for volume parameter, cname...
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 'Using plain integer as...
2009-10-14 didgremove most sparse warning 'symbol 'xxx' was not declar...
2009-10-13 didgremove pre ansi declarations
next