]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
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
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 didgad_util.c, wrong parameters order for memset
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
2009-10-12 franklahmError message when volinfo file is not found
2009-10-12 franklahmUsage description with -f was outdated
2009-10-12 franklahmUsage summary specified the -u option wrong
2009-10-12 franklahmNew option -n for scanning with -s: dont open CNID...
2009-10-02 franklahmEA bug fixes
2009-10-02 franklahmExtended Attributes support via files in .AppleDouble.
2009-09-28 franklahmFix for possible NULL pointer passing to LOG if KRB5_KT...
2009-09-28 franklahmUntabify and reindent
2009-09-28 franklahmReadability fix (endif comment was wrong), remove ifdef...
2009-09-28 franklahmAFP_LOGINCONT was missing in AFP cmdcode stringizer
2009-09-28 franklahmUntabify and reindent
2009-09-21 franklahmChanging UNIX privs doesn't require adouble access...
2009-09-18 franklahmRequiere C99 via AC_PROG_CC_C99 in configure.in
2009-09-17 franklahmFix warnings
2009-09-14 franklahmUntabify, reindent, realign, cleanup
2009-09-14 franklahmUntabify and reindent
2009-09-14 didgremove pointer of type ‘void *’ used in arithmetic...
2009-09-14 didgremove 'ISO C90 forbids mixed declarations and code...
2009-09-14 didgremove 'ISO C90 forbids mixed declarations and code...
2009-09-14 didgremove obsolete ATACC ifdef
2009-09-11 franklahmUntabify and reindent
2009-09-11 franklahmTime Machine support. Merge from branch-2-0
2009-09-11 franklahmFix comment for cnid caching enabled by default
2009-09-09 franklahmPrevios merge from 2-0 did still contain a conflict...
2009-09-09 franklahmMakefile.am was using absolute paths which broke make...
2009-09-04 franklahmDisable DDP, atalk and papd by default. From HAT
next