]> arthur.barton.de Git - netatalk.git/history - etc/afpd/mangle.c
more strncpy --> strlcpy fixes
[netatalk.git] / etc / afpd / mangle.c
2004-02-14 didgmore strncpy --> strlcpy fixes
2003-11-03 bfernhombergfix demangling for pre OSX clients, after cnid_resolve...
2003-11-01 bfernhombergbugfix: check ext != NULL before strncat
2003-10-14 bfernhombergcheck extensions on demangling
2003-10-12 didgif id < 17 it's not a valid mangled filename.
2003-09-28 didgmangling fixes
2003-09-17 didgmore checks when we have a mangled like name.
2003-09-09 didgbig merge for db frontend and unicode.
2003-06-23 didgAdd unicode to Mac OS code page (internal or with iconv...
2003-03-09 didgunsigned / signed fix
2003-03-09 didgadd utf8 support for AFP3
2003-01-12 didgstupid stuff, replace
2002-12-18 jmarcusRemove a log message that may cause afpd to slow down...
2002-10-17 didgAFP 3 fixes ofr cleartxt login and 31 char filename...
2002-10-05 jmarcusRemove a debugging message.
2002-09-29 sibazchanged all LOG messages using logtype_default to use...
2002-08-14 jmarcusTurn down the "file not mangled" message to debug severity.
2002-07-04 jmarcusDo some bounds checking to insure that the extension...
2002-06-09 jmarcusRemove some logging code now that things have seem...
2002-06-03 jmarcusFix a problem where data was not being initialized...
2002-06-02 jmarcusAllow mangling to work correctly when moving and copyin...
2002-05-31 jmarcusFix problem with last commit not being able to demangle...
2002-05-30 jmarcusDon't SEGV if the mangled filename doesn't have an...
2002-05-30 jmarcusFirst round of mangling debugging. This should actuall...
2002-05-29 jmarcusAdd support for long filename mangling. Basically...