]> arthur.barton.de Git - netatalk.git/history - libatalk
Small fixes
[netatalk.git] / libatalk /
2009-11-28 franklahmSmall fixes
2009-11-28 franklahmNew LDAP search options for scope
2009-11-27 franklahmUntabify and reindent
2009-11-27 franklahmUUIDs should be converted to uppercase strings
2009-11-27 franklahmUntabify and reindent
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-26 franklahmFix NFSv4 ACL VFS integration
2009-11-24 didgfallback to a in memory temporary cnid db if we can...
2009-11-24 didgadd a flag parameter to cnid open functions
2009-11-24 didgallow more values in cnid_open flags parameter
2009-11-24 franklahmFix type mismatches
2009-11-23 franklahmFix some stuff on FreeBSD
2009-11-23 franklahmDeactivate CNID backends db3 and last.
2009-11-22 franklahmFixup declaration
2009-11-21 didgtdb version 2: all indexes in the same db and more...
2009-11-21 didgfixes for tdb remaining errors vs cdb
2009-11-20 didgmore tdb fixes
2009-11-20 franklahmRename ldap.conf stuff to afp_ldap.conf. Kudos to HAT.
2009-11-20 didgupdate tdb to use the same format as dbd/cdb, still...
2009-11-20 didgcdb don't device number in db save CNID_FLAG_NODEV...
2009-11-20 franklahmFix Solaris EA copyfile stuff
2009-11-20 didgcnid don't save and reset timer if we block signals
2009-11-19 didgadd SIGUSR2 (send a message) to the blocked signals...
2009-11-19 didgmerge common cnid declarations in cnid_private.h
2009-11-18 didgtdb needs to block signals
2009-11-18 didgplaceholder for solaris EA copy attributes
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 didgremove most warning
2009-11-17 franklahmCleanly integrate native EA code from Samba
2009-11-17 franklahmMake Solaris EA code compile again
2009-11-16 didgremove an unused label
2009-11-13 didgadd missing include
2009-11-13 didgxattr, use them
2009-11-13 didgxattr, remove unused functions fgetxattr and so on
2009-11-13 didgnative xattr, use strcpy
2009-11-13 didgadd native xattr ad_ea.c
2009-11-13 didgadd native xattr, from Samba code, not used
2009-11-12 didgwe always have to sleep a little after an init_tsock...
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-12 didgvalgrind doesn't like when we still use the old address...
2009-11-09 didgclean up, precompose/decompose logic
2009-11-08 franklahmFill out dsi->server by hand when grabbing from the...
2009-11-08 didgremove a gcc warning, signed/unsigned test
2009-11-07 didgremove redundant lazy_initialize_conv calls
2009-11-07 didgspeed up validupath_adouble for the common case: it...
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-11-06 didgdsi init, move interface guessing in its own function
2009-11-06 didgclean up a little log msgs
2009-11-06 franklahmPrevios patch was commited a little to quick
2009-11-06 franklahmWe're listening of :::548 ie IPv6 socket by default...
2009-11-06 franklahmUse address from interface if hostname doesn't resolve
2009-11-05 didgIP6 remove a 'unsigned expression < 0 is always false...
2009-11-05 didgIP6 add missing include for free and remove unused...
2009-11-05 franklahmIPv6 support for afpd and cnid_metad after-ipv6
2009-11-02 franklahmUntabify and reindent
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 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 didgcompute the right size if len == -1 in convert_string...
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 didgon linux put sendfile back
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 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 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 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-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
next