]> arthur.barton.de Git - netatalk.git/history - etc/afpd/file.c
with cnid the default replace dirsearch with dirlookup. dirsearch doesn't work
[netatalk.git] / etc / afpd / file.c
2002-10-05 didgwith cnid the default replace dirsearch with dirlookup...
2002-10-04 srittauRemoved MTAB support.
2002-09-29 sibazchanged all LOG messages using logtype_default to use...
2002-09-11 didgafp_createfile initalize of pointer before use help :(
2002-09-07 didgbugfix: --enable-dropkludge INSECURE is an understatement
2002-09-06 didgOops, ad_path returns a static buffer
2002-09-06 didgof_findname
2002-09-05 didgof_findname: remove vol and dir
2002-09-04 didgmove of_findname key from filename to dev, inode.
2002-08-30 didgcleaning: FORCE_UIDGID is was 100% broken before, it...
2002-08-29 didgtry to make afpd directory access right works the...
2002-08-28 didgbugfix: renamefile's first parameter is the unix name...
2002-08-22 didgfull AFP spec for directories/files modification date.
2002-08-21 didgvolume.c file.h file.c
2002-08-20 srittauWarning fixes.
2002-08-16 didgCheck that object has the right type (file, directory...
2002-06-17 didgmore bits set in files/folders attributes. Fix error...
2002-05-20 jmarcusFix problem with saving files.
2002-05-13 jmarcusA big patch to correct many afpd problems. For one...
2002-03-24 jmarcus1. Respect the kFPDeleteInhibitBit attribute
2002-03-24 sibazadded new type logtype_afpd
2002-03-13 srittauEddie's wincheck() fix.
2002-03-05 jmarcusFix a problem where afp_deleteid() would delete the...
2002-02-02 jmarcuscnid_t is a unsigned variable, Joe! Thanks to Didier...
2002-01-29 jmarcusUpdate the CNID code again to allow for 4G CNIDs, and...
2002-01-20 jmarcusFix a bogon compile error.
2002-01-17 jmarcusImplement a round of CNID DB fixes per suggestions by
2002-01-04 sibazmerged logging code into main branch. use configure...
2002-01-03 sibazreplaced all #include <sys/syslog.h> with #include...
2002-01-03 sibazaltered the layout of code calling syslog witha space...
2002-01-02 srittauDisallow leading and trailing spaces in MSWINDOWS volum...
2001-12-29 jmarcusAdd some missing breaks to preserve correct error repor...
2001-12-03 jmarcusBIG commit to improve code style using astyle as well...
2001-09-06 rufustfireflyAC_HEADER_STDC autoconf change
2001-09-04 rufustfirefly"veto files" patch (Edmund Lam)
2001-08-27 uheesremoved unneeded cnid_lookups; fixed a bug in afp_createid.
2001-08-15 srittauWarning fixes.
2001-08-14 rufustfireflyCNID/DID patch from Uwe Hees (moderately tested)
2001-07-12 srittauCorrected one field size (u_int32_t instead of int...
2001-07-10 rufustfirefly*** empty log message ***
2001-06-20 rufustfireflycommenting changes, more autoconf support in afpd, etc
2001-06-19 rufustfireflyJoe Clarke's patches and some other fixes
2001-05-31 srittauWarning fixes.
2001-04-03 rufustfireflyintegrated patch from Soren Spies <sspies@apple.com...
2001-03-14 rufustfireflypatch for emptying trash (Patch #408218)
2001-02-28 rufustfireflyadded dropbox as a volume option when DROPKLUDGE is...
2001-02-27 rufustfireflycompilation fixes for FORCE_UIDGID enabled
2001-01-31 itlm019Permission patch from Peter Westlake <peter@harlequin...
2001-01-02 rufustfireflyhalf of FORCE_UIDGID commits for afpd (STILL HORRENDOUS...
2000-10-19 itlm019Added DROPKLUDGE file copying support, modularized...
2000-10-16 itlm019DROPKLUDGE fix to "move" procedure and a few general...
2000-10-06 itlm019Replaced mtoupath() calls from the previous patch with...
2000-10-06 itlm019Fixed handling of Unix-prohibited characters in file...
2000-08-26 itlm019Dropbox kludge -- fixed file overwrites, I don't plan...
2000-08-23 itlm019Permission kludge; 95% bug-free!
2000-08-22 itlm019Cleaned up DROPKLUDGE tags.
2000-08-22 itlm019Another fix for the dropbox kludge
2000-08-18 itlm019More kludge work. Now updates the owner/group correctl...
2000-08-17 itlm019Improvements to ownership kludge (new code still doesn...
2000-08-16 itlm019File ownership kludge, not yet complete.
2000-08-02 rufustfireflyimplemented config.h
2000-07-25 rufustfireflyInitial revision