]> arthur.barton.de Git - netatalk.git/history - libatalk
Add DEBUG macro protected cache debugging to UUID cache
[netatalk.git] / libatalk /
2010-04-23 franklahmAdd DEBUG macro protected cache debugging to UUID cache
2010-04-23 franklahmAdjust cachedump LOG message
2010-04-22 franklahmLDAP reconnect fixes
2010-04-22 franklahmFix LDAP search scope and timeout behaviour
2010-04-18 hat001remove a warning
2010-04-18 franklahmHelp in CVS to git transition, add .gitignore to .cvsignore
2010-04-18 franklahmOverwriting EAs with ea ad module did not work
2010-04-13 franklahmDeal with pathologic idiosyncrasies, every OS return...
2010-04-04 franklahmLog error if open of EA content file fails
2010-04-03 franklahmPatches for OpenBSD
2010-03-31 franklahmclustering support: new per volume option cnidserver
2010-03-30 franklahmAllow opening symlinks r/w, but don't actually allow...
2010-03-12 franklahmConvert afp_moveandrename and all called funcs to XXXat... after-renameat
2010-03-07 didgad_metadata don't try to open adouble file read write...
2010-03-01 didgad_open: unset O_TRUNC and O_CREAT in adf_flags if...
2010-02-28 didgprevious commit 'lchdir: use chdir + getcwd' was only...
2010-02-28 didglchdir: use chdir + getcwd
2010-02-26 didgad_size: if it's a symlink don't use fstat
2010-02-26 didglock don't call fcntl if fd == 0, it's a symlink
2010-02-19 franklahmMove lchdir() to libatalk/util/unix.c and use that...
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
next