]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2009-11-02 didgsmall clean up, use of_ad when we can before-ipv6
2009-11-02 franklahmUntabify and reindent
2009-11-01 franklahmFix some webmin installation stuff
2009-10-30 franklahmMerge NEWS from 2.0.5
2009-10-30 franklahmUntabify and reindent
2009-10-29 franklahmForce conversion of EA names
2009-10-29 franklahmbuild.sh is obsolete
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 didguse log_debug9 rather than log_debug for LOG inside...
2009-10-29 franklahmvfs->ad_path wasn't set
2009-10-29 didguse log_debug rather than log_info for LOG inside ifdef...
2009-10-29 franklahmMove VFS stack from _one_ global stack to per volume...
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 franklahmSome declarations were missing static keyword
2009-10-27 franklahmmv unix_rename from etc/afpd/unix.c to libatalk/vfs...
2009-10-26 franklahmAdjust args names to match new VFS args names
2009-10-26 franklahmUse fcntl O_NONBLOCK instead of ioctl FIONBIO
2009-10-26 franklahmC99 forbids _XOPEN_SOURCE < 600
2009-10-25 didgsendfile commit didn't compile if sendfile disable
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 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-25 didgEA, don't use st.st_mode if stat() failed. and goto...
2009-10-23 didgafp_delete don't call deletefile if we already know...
2009-10-23 franklahmWe didn't always seteuid back. Thanks to Didier for...
2009-10-23 franklahmBegin Solaris EA VFS cleanup
2009-10-23 didgad_open mask out O_EXCL with O_CREAT
2009-10-22 franklahmFix all remaining warnings from gcc -Wall that can...
2009-10-22 franklahmFix incompatible func args warnings
2009-10-22 franklahmPrivate Webmin installation with our netatalk.wbm module
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 SIGHUP from the list of blocked signals when...
2009-10-22 didgremove obsolete DSI #ifdef DEBUG1 code
2009-10-22 didgremove the need for blocking SIGALRM (still need to...
2009-10-21 franklahmConvert EA names from UTF8-MAC to volcharset with CONV_...
2009-10-21 franklahmconst pointers
2009-10-21 didgfactorize lock test (fewer fcntl calls)
2009-10-21 didglock use F_GETLK for testing lock
2009-10-21 didgad_lock rename user --> fork, this code is confusing...
2009-10-21 didgdon't reset timer each time afpd get a request
2009-10-20 franklahmEA support with AppleDouble files
2009-10-20 franklahmImport NEWS for 2.0.1 to 2.0.5
2009-10-20 franklahmDefault and empty FinderInfo for dirs are not all 0...
2009-10-20 franklahmEA VFS: chmod for files and directorires
2009-10-20 didg'if filename is empty use syslog...' test that filename...
2009-10-20 didgdsi, remove never used ifdef TIMER_ON_WRITE
2009-10-20 didgdsi, remove never used ifdef TIMER_ON_READ
2009-10-19 didglogger, if filename is empty use syslog, make cnid_meta...
2009-10-19 franklahmDont duplicate CFLAGS in AM_CFLAGS. Inspired by Jonas...
2009-10-19 didg'logger, better buffer overrun tests' and of course...
2009-10-19 didglogger, test return code for seteuid
2009-10-19 didglogger, better buffer overrun tests
2009-10-19 didgcheck the return value of nprintf functions
2009-10-19 didgdsi, when reading functions' packet try to do it with...
2009-10-19 didgafpd dbd, don't use select but setsockopt timeout
2009-10-19 didglogger use the same order for parameters in static...
2009-10-19 didgOops, 'more descriptive name fors LOG macro parameters...
2009-10-19 didgmore descriptive name fors LOG macro parameters and...
2009-10-19 didglogger don't generate the log string if there's nowhere...
2009-10-19 franklahmInclude NetBSD downstream patches. From HAT.
2009-10-19 franklahmInclude NetBSD downstream patches. From HAT.
2009-10-19 franklahmMerge from branch-2-0.
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-18 didgad_open reuse fstat data in header if it's valid
2009-10-16 didgpsf, remove unused static stuff
2009-10-16 didgpap, remove or #if 0 unused static stuff
2009-10-16 didgcopy_file, check close(destination) return value for...
2009-10-16 didgcopy_file if EINTR, cc -= write(...) was corrupting...
2009-10-16 didgcopy_file use the right type ssize_t for ccor cc <...
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 franklahmVFS EA: chown
2009-10-15 franklahmMore debugging
next