]> arthur.barton.de Git - netatalk.git/history - etc/afpd
fix a leak if malloc fail in of_alloc
[netatalk.git] / etc / afpd /
2004-02-29 didgprevious commit didn't compile :(
2004-02-29 didgalways test file open modes.
2004-02-27 bfernhombergfix XFS group quota (hopefully)
2004-02-20 bfernhombergminor cleanup
2004-02-20 didgmore compilation cleanup.
2004-02-15 bfernhombergfix, we need to check the parent did matches in demangl...
2004-02-14 didgmore strncpy --> strlcpy fixes
2004-02-14 didgUse strlcpy function.
2004-02-13 didgreplace : l = strlen(x); strncpy(z,x,l) with memcpy...
2004-02-11 didgAFS compilation fixes from Sam Noble.
2004-02-10 didgPartial workaround for an OSX client deadlock, use...
2004-02-10 didgreenumerate_id, wrong test...
2004-02-09 bfernhombergfix a SIGSEGV on ad_setid if d_parent is NULL
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 didgdon't modify modification date in copyfile
2004-02-05 bfernhombergspecify USEDOTS with MSWINDOWS implicitely, we missed...
2004-01-25 bfernhombergfix some 'Bjoern, think before you commit stupid code...
2004-01-24 bfernhombergoptions need strdup, remove a syslog call
2004-01-23 bfernhombergSRVLOC changes: register with IP address instead of...
2004-01-22 bfernhombergfix a SIGSEGV if UTF8 servername could not be set in...
2004-01-21 didgVariable $v substitution: don't use name stored in...
2004-01-18 bfernhombergcleanup, remove obsolete stuff
2004-01-15 bfernhombergfix a compile nfsquota problem with redhat based distro...
2004-01-14 lenneisCheck if we can get a DB stamp sucessfully in afs_openv...
2004-01-11 bfernhombergfix a possible SIGSEGV with KerberosV auth, if k5servic...
2004-01-10 didgprevious change wasn't great.
2004-01-10 didgmore gcc warnings.
2004-01-10 didgfix minor gcc warnings.
2004-01-08 lenneisafpd now also uses default values for cnidserver and...
2004-01-08 bfernhombergremove v_umask from create_special_folders
2004-01-08 bfernhombergBUGFIX: we convert from v_volcharset to CH_UCS, not...
2004-01-07 lenneisTemporary fix for statfs/statvfs (FreeBSD 5.1 would...
2004-01-03 didgadd nodev volume option (always use 0 for device number).
2004-01-02 didgAdd a null pointer check and remove a // comment.
2004-01-02 lenneisA FPEnumerate request with a reply size of ~8192 or...
2003-12-17 lenneisIf a database path is specified for a db3/cdb/dbd backe...
2003-12-12 didgOSX uses FPzzz command even if connected with AFP2...
2003-11-29 didgfix small leak and a SIGSEGV on reload
2003-11-24 bfernhombergfix a freeBSD compile problem, C99
2003-11-18 didgServer signature in getstatus packet was modified after...
2003-11-18 didgadd a config variable $i for client IP address (without...
2003-11-15 bfernhombergallow extended characters in volume names
2003-11-14 didgfix a small leak in UAM handling.
2003-11-13 didgfix a small leak
2003-11-13 bfernhombergserver messages were still broken :-(
2003-11-11 bfernhombergbugfix: rbuflen was not set correctly with utf8 messages
2003-11-11 didgRH9 and signal handlers deadlock fix.
2003-11-03 bfernhombergPanther FPGetSrvMsg fix, UTF8 strings have a 2 byte...
2003-11-03 bfernhombergfix demangling for pre OSX clients, after cnid_resolve...
2003-11-01 bfernhombergfix OSX build issues
2003-11-01 bfernhombergbugfix: check ext != NULL before strncat
2003-10-30 bfernhombergOpenBSD compile fix: include utime.h after sys/types.h
2003-10-30 bfernhombergfix solaris compile issues, warning fixes
2003-10-30 didgSRVLOC url is a server attribute not a global one.
2003-10-30 bfernhombergremove bogus #ifdef AFP3.x, we always need unicode...
2003-10-30 bfernhombergadd expired password handling. Thanks go to Leland...
2003-10-26 didgsetting UTF8 name in FPSetFileParms is an error.
2003-10-23 didgrevert previous bogus change...
2003-10-21 didgonly link Berkeley DB when needed.
2003-10-21 rlewczukBugfix in copyfile(), AD attributes of copied wile...
2003-10-17 bfernhomberglinux broken sendfile: set source fd to offset if sendf...
2003-10-17 didgsendfile for LARGE_FILE. use sys_ftruncate in ad_open...
2003-10-14 bfernhombergcheck extensions on demangling
2003-10-13 didglinux with vfat fs sends SIGXFSZ even for files with...
2003-10-12 didgif id < 17 it's not a valid mangled filename.
2003-09-30 didgifdef code not used if no DEBUG1
2003-09-30 didgtry harder to avoid duplicate volumes creation date.
2003-09-28 didgmangling fixes
2003-09-27 bfernhombergcreate and/or hide Network Trah Folder and Temporary...
2003-09-27 bfernhombergadd utf8 servername, always specify AFPSRVRINFO_SRVRDIR
2003-09-25 didgforget to change afp_disconnect after afp_getsession
2003-09-25 didgmaybe stupid but use the OS X numbering for volumes...
2003-09-24 bfernhomberglinux xfs quota compile fix
2003-09-24 bfernhomberggrrr, ifdef 0 is a bad idea ...
2003-09-24 bfernhombergdisable xfs quota code until I get this figured out
2003-09-21 didgadd a default timestamp for db scheme without one.
2003-09-17 didgmore checks when we have a mangled like name.
2003-09-13 bfernhombergremove old codepage/nls support
2003-09-12 didg#ifdef debug msg, you need -enable-debug1 if you want...
2003-09-12 bfernhombergadd FPChangePassword AFP3 support
2003-09-11 bfernhombergallow login using extended characters in usernamei...
2003-09-11 bfernhombergcharset conversion changes
2003-09-09 bfernhombergFix for linux quotas, this needs testing on different...
2003-09-09 didgbig merge for db frontend and unicode.
2003-09-03 didgchanges from HEAD
2003-08-24 didgbugfix :afp_write return the right dsi packet size...
2003-07-21 didgMFH sleep and unix priv functionalities.
2003-06-23 didgAdd unicode to Mac OS code page (internal or with iconv...
2003-06-05 didg*** empty log message ***
2003-05-28 didgbetter handling of errors in afp_openvol
2003-05-26 didgadd a volume option nostat, help with preexec and autom...
2003-05-26 didgresolve conflicts between reload and preexec changes...
2003-05-26 didgpreexec forget new file
2003-05-26 didgchange SIGHUP and SIGUSR1, SIGHUP reload config files...
2003-05-26 didgAdd a Samba like preexec functionality.
2003-05-20 didgMFH if offspring count > 65536
2003-05-12 didgfrom HEAD
2003-05-12 didgbackport from head
2003-05-10 didgbackport from HEAD
next