]> arthur.barton.de Git - netatalk.git/history - libatalk
fix LFS test for cross compilation, from Bolke de Bruin
[netatalk.git] / libatalk /
2007-09-17 didguse the right number for num charset and max charset...
2007-06-06 didgDon't wait five second after the first error when speak...
2007-03-17 didgtest for the whole loopback subbnet not only 127.0.0.1
2007-02-17 didgfix for loopback test on big endian box
2006-09-29 didgfor .xx files don't set invisible bit if create by...
2006-09-19 didgMake dot files visible by default with usedots, add...
2006-09-19 didgin unicode function convert_charset needs trailing...
2006-09-18 didgin unicode function trailing zero needs to be wide...
2006-07-19 didgadd mac greek encoding from P. Christeas
2005-09-27 didgRemove a lot of warning, from cvs HEAD
2005-09-12 didgIgnore dsi header data offset field in request, bug...
2005-07-22 didgadd Hangul combining, from hat at fa2.so-net.ne.jp
2005-05-26 didgmerge from HEAD, better handling of unix priv.
2005-04-27 didgonly use the id in the adouble file if it's writable...
2005-04-24 didgbugfix for cache id in resource fork.
2005-03-31 didgfix a race when a client very quickly reconnect and...
2005-02-12 didgCatSearch fixes, base on TSUBAKIMOTO Hiroya patch.
2005-02-10 didgAdd a parameter cachecnid for adouble v2, default off...
2005-02-06 didgfix compiler warning, from Olaf Hering.
2005-02-05 didgclean adouble v1 to V2 functions.
2005-02-05 didgBidi patch, this one should compile and work :(
2005-02-02 didg Ignore bidi hints in utf.
2005-01-31 didgsecond patch from Olaf Hering; gcc 64 warnings.
2005-01-31 didgremove or mark as ok more gcc warnings.
2005-01-30 didgOlaf Hering at suse.de warning fixes.
2005-01-25 didgResource fork offset in adouble header can be after...
2005-01-11 didgremove trailing \n char in LOG calls.
2004-12-07 didgCheck for DENY READ in FPCopyFile.
2004-09-07 bfernhombergfix macname cache, SF bug 1021642
2004-09-07 didguse 0 0 for default creator/type rather than UNIX TEXT...
2004-09-06 didgAfter ad_setid don't flush resource fork if it has...
2004-09-06 bfernhombergput CFLAGS before BDB_CFLAGS, revert change
2004-09-02 bfernhombergmake the definitions in ucs2_casetable.h static const.
2004-08-23 bfernhombergbetter bounds checking when upgrading AppleDoubleV1...
2004-08-11 bfernhombergrework iconv detection, always check for libiconv....
2004-08-11 bfernhombergfix a sigsegv on conversion error.
2004-08-11 bfernhombergremove unneeded CFLAGS and LIBS definition.
2004-08-11 bfernhombergput BDB_CFLAGS before CFLAGS to make sure another Berke...
2004-08-11 bfernhombergonly link afpd libwrap with afpd, other progs don't...
2004-07-12 didgdon't bound check for resource fork ID.
2004-07-10 didgMore tests for broken resource forks.
2004-07-01 bfernhombergfix Solaris compile, MIN was undefined
2004-07-01 didgremove a compiler warning.
2004-07-01 didgRemove a compiler warning
2004-07-01 bfernhombergfix --enable-debug1 on Solaris
2004-07-01 bfernhombergrework getstatus. use several ASP packets if the client...
2004-07-01 didgFPDisconnect only if it's the same user. It's against...
2004-06-30 didgdon't use buffer as argument in calls to time()
2004-06-24 bfernhomberg check if UCS-2-INTERNAL is supported by libiconv
2004-06-15 bfernhomberg only try to resolve LOCALE once
2004-06-09 bfernhombergwrite a .volinfo file containing volume setup to .Apple...
2004-06-09 bfernhombergread Mac and Unix charset settings from enviroment
2004-05-12 didgremove '\n' char in log messages.
2004-05-11 didgtry very hard to open resource without read access.
2004-05-10 didgbetter handling for file without read access.
2004-05-08 didgdon't upgrade to v2 if a resource fork is open read...
2004-05-08 didgbetter handling for lock on missing resource fork.
2004-05-04 didgmore verbose error msgs.
2004-05-04 didgad_read, return 0 if the resource fork is not open.
2004-05-04 didgsmall speed up improvement.
2004-05-03 didgFor user admin change owner on the right file after...
2004-04-27 didgFix a sigsev with DDP and signal handler.
2004-04-27 didgadd SIGUSR1 and SIGUSR2 they can send data.
2004-04-25 didgdisable timer before reseting signal handler
2004-04-24 didgmore sanity checks on dbd packets
2004-04-21 bfernhomberg64bit linux build fixes, from Stew Benedict <sbenedict...
2004-04-14 bfernhombergfix Tru64 build, by Burkhard Schmidt
2004-03-22 bfernhombergadd db stamp handling to cdb scheme
2004-03-22 bfernhombergmerge from samba CVS: the buffer must be greater then...
2004-03-19 bfernhombergcnid_dir: seteuid to .AppleDB owner if the folder exists
2004-03-11 didgin ad_setname adouble is not a constant
2004-03-11 didgfactorize resource fork name attribute setting.
2004-03-11 didgadd osx like resource fork.
2004-03-02 bfernhombergmove logging of BDB version to the start of cnid_open
2004-02-29 bfernhombergfix casefold volume option
2004-02-29 didgadd japanese from iconv.
2004-02-20 bfernhombergSolaris 'compile hell' stuff...
2004-02-20 didgcompile hell, take two
2004-02-20 didgTry to sort out compile hell.
2004-02-16 didgMissing parameters for %d in LOG call.
2004-02-14 didgmore strncpy --> strlcpy fixes
2004-02-14 didgUse strlcpy function.
2004-02-14 didgcheck for BSD strlcpy/strlcat functions, with an implem...
2004-02-11 didgFor getstatus don't advertise loopback (RedHat system...
2004-02-10 didgPartial workaround for an OSX client deadlock, use...
2004-02-07 didgTru64 Changes, from Burkhard Schmidt.
2004-02-06 bfernhombergadd the DID to AD2, reenumerate if db is out of sync...
2004-02-06 didgremove MSG_MORE, sometime it's slower...
2004-01-28 didgspeed optimisation for byte locking was broken on resou...
2004-01-25 bfernhomberglibiconv warning fix
2004-01-15 lenneisLog an error message if we cannot open the Berkeley...
2004-01-15 lenneisClean up internal structs in cnid_dbd_private.h.
2004-01-14 lenneisCheck if we can get a DB stamp sucessfully in afs_openv...
2004-01-11 lenneisAdd .cvsignore files where missing.
2004-01-10 bfernhombergwarning fixes
2004-01-10 bfernhombergwarning fixes
2004-01-10 bfernhombergminor warning fixes
2004-01-10 didgmore gcc warnings.
2004-01-10 didgfix minor gcc warnings.
2004-01-10 bfernhomberg* change the database format from DB_HASH to DB_BTREE...
next