]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2009-12-03 franklahmWrite EA mode to volinfo file
2009-12-02 franklahmApple downstream Debian patch
2009-12-01 franklahmNicely move all volinfo file code to libatalk
2009-12-01 franklahmdbd must call ad_setfuid(0) in order to inherit perms...
2009-11-30 franklahmScan mode wasn't called
2009-11-30 franklahmLog debug supplementary groups
2009-11-30 didguse the cnid in adouble header as a hint for dbd add...
2009-11-30 didgin volparam attribute only set bits defined in AFP...
2009-11-28 didgWireshark dissector for dbd 'wire protocol', in lua
2009-11-28 didgdon't trash the db if a file is moved to a different...
2009-11-28 didgguard against confused DB returning junk values
2009-11-28 franklahmUntabify and reindent
2009-11-28 franklahmAdd LOG debug message on cache expiration
2009-11-28 franklahmUntabify and reindent
2009-11-28 franklahmFix usage
2009-11-28 franklahmNew option for logger setup 'console' where we don...
2009-11-28 franklahmFiy typo
2009-11-28 franklahmBetter error reporting for afp_ldap.conf parsing
2009-11-28 franklahmSmall fixes
2009-11-28 franklahmNew LDAP search options for scope
2009-11-27 franklahmUntabify and reindent
2009-11-27 franklahmRename uuidtest to afpldaptest
2009-11-27 franklahmUUIDs should be converted to uppercase strings
2009-11-27 franklahmUntabify and reindent
2009-11-27 franklahmFix CNID fixup regression, test235. Disable reading...
2009-11-27 franklahmUntabify and reindent
2009-11-27 didgdon't create an adouble file in ad_metadata for noadoub...
2009-11-27 franklahminstall-data-local was missing
2009-11-26 franklahmFix NFSv4 ACL VFS integration
2009-11-26 franklahmPrevious patch went in inadvertently, revert it.
2009-11-26 franklahmDon't run configure from bootstrap
2009-11-26 franklahmRemove apple_cleanup and cnid_maint
2009-11-25 franklahmNaming issues. From HAT.
2009-11-25 franklahmRefine CNID salvatio strategies
2009-11-25 franklahmAdd another automake target to handcrafter Makefile.in
2009-11-25 didgupdate the NEWS file (move stuff around)
2009-11-25 didgenable sendfile by default on linux
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 franklahmDont activate RH/FC initscript by default, only install...
2009-11-24 franklahmCreate .AppleDB if necessary
2009-11-24 didgadd a flag parameter to cnid open functions
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-24 franklahmMissing substitutions for placeholders in manpages
2009-11-24 franklahmFix type mismatches
2009-11-23 franklahmPAM config for FreeBSD
2009-11-23 franklahmFix some stuff on FreeBSD
2009-11-23 franklahmInstall better PAM config file
2009-11-23 didgdefine functions used by uam modules as UAM_MODULE_EXPORT
2009-11-23 franklahmDeactivate CNID backends db3 and last.
2009-11-22 franklahmFixup declaration
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-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 franklahmInclude config.h
2009-11-20 didg'faster hashing algorithm for dirs' change didn't link
2009-11-20 didgcnid don't save and reset timer if we block signals
2009-11-19 franklahmUntabify and reindent
2009-11-19 franklahmUse way faster hashing algorithm for dirs
2009-11-19 franklahmUntabify and reindent
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 franklahmUntabify and reindent
2009-11-18 didgremove most warning
2009-11-18 didgmissing misc directory in Makefile.am for make dist
2009-11-17 franklahmstrlcat'ting EA name was one short
2009-11-17 franklahmRemove debugging statements
2009-11-17 franklahmRefine EA tests to support printing a summary
2009-11-17 franklahmCleanly integrate native EA code from Samba
2009-11-17 franklahmMake Solaris EA code compile again
2009-11-16 didgWith glibc we always need GNU_SOURCE
2009-11-16 didgremove an unused label
2009-11-15 franklahmNew util netacnv for testing libunicode
2009-11-14 didgdefine afpd uam functions as UAM_MODULE_EXPORT
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 didgadd missing include
2009-11-13 didgxattr, in AFP xattr request don't use log_error but...
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-13 didgkeep in each volume structure the last struct dir 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,...
next