]> arthur.barton.de Git - netatalk.git/history - libatalk
OSX return AFPERR_NOOBJ rather than AFPERR_PARAM
[netatalk.git] / libatalk /
2010-02-17 didglog type_configs data is used by uams modules, define...
2010-02-15 franklahmFix some uninitialized warnings
2010-02-15 franklahmMake LOG macro fast again
2010-02-10 franklahmMerge symlink branch HEAD-after-symlink-merge
2010-02-08 franklahmSIGINT enables max_debug logging to /tmp/afpd.PID.XXXXXX
2010-01-26 didgremove a 'discard const ...' warning in papd cups
2010-01-26 franklahmRemove mtab CNID backend
2010-01-26 didgreturn the right error code when deleting afp current...
2010-01-26 didgdon't use & in getcwd parameter
2010-01-23 franklahmReturn correct error if EA already exists
2010-01-22 franklahmRemove cvsignore
2010-01-21 didgafpd set the logger default to log_info and move some...
2010-01-20 franklahmMore logging
2010-01-06 franklahmOnly update adouble file with CNID on mismatch.
2010-01-06 franklahmForgot test for noadbouble vol in ad_metadata in previo...
2010-01-06 franklahmReintroduce adouble file creation on enumeration
2010-01-05 franklahmMore doxygen style API documentation
2010-01-05 franklahmRemove ADVOL_NOADOUBLE check. It prevented creation...
2010-01-05 franklahmFix LOG call
2010-01-05 franklahmAdd static getcwd and use it for debugging in ad_open
2010-01-05 franklahmSubstitute ADFLAGS_NOADOUBLE with ADVOL_NOADOUBLE,...
2010-01-04 franklahmStart adouble documentation in Doxygen style
2009-12-29 franklahmLast commit message mentionend the wrong CNID backends! branch-symlink-start
2009-12-29 franklahmremove hash files
2009-12-29 franklahmRemove db3 files
2009-12-23 franklahmCheck if entries are present before using them
2009-12-22 franklahmRemove bogus checks
2009-12-22 franklahmAdd all EA opts to volinfo
2009-12-21 franklahmlogger: write to fd 1 directly instead of /dev/tty...
2009-12-18 franklahmFix EA support detection. New ea option values none...
2009-12-11 franklahmNew default for ea volume option is "sys".
2009-12-10 franklahmAdd support for ea:ad volumes
2009-12-08 didgNot all systems define AI_NUMERICSERV
2009-12-08 didgdon't spam the log with 'Invalid cnid, corrupted DB...
2009-12-07 franklahmAppend newline to EXTATTRTYPE
2009-12-04 franklahmReturn right error for requested but non-existing EA.
2009-12-03 franklahmWrite EA mode to volinfo file
2009-12-01 franklahmNicely move all volinfo file code to libatalk
2009-11-30 didguse the cnid in adouble header as a hint for dbd add...
2009-11-28 didgguard against confused DB returning junk values
2009-11-28 franklahmAdd LOG debug message on cache expiration
2009-11-28 franklahmUntabify and reindent
2009-11-28 franklahmNew option for logger setup 'console' where we don...
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 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...
next