]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
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,...
2009-11-12 didgvalgrind doesn't like when we still use the old address...
2009-11-12 didgpath.id could be used uninitialized, actual clients...
2009-11-10 franklahmInstall initscript into DESTDIR, no sysconfdir
2009-11-09 didgbitmap was used uninitialized the second time
2009-11-09 didguse of_ad
2009-11-09 didgclean up, precompose/decompose logic
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 didgOOPS, undo some commits in 'better layout for struct...
2009-11-08 didgbetter layout for struct vol
2009-11-08 didgcatsearch, store the path length in the stack
2009-11-08 franklahmFill out dsi->server by hand when grabbing from the...
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-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-06 franklahmipaddr option wasn't ported to IPv6 code
2009-11-06 franklahmUpdate NEWS
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 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 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
next