]> arthur.barton.de Git - netatalk.git/shortlog
netatalk.git
2009-02-02 franklahmInitial checkin of ACLs patch after_acls
2009-02-02 didgmarkline: return an error if the buffer is too big... before_acls
2009-02-02 didgcheck buffer size
2009-02-02 didgonly call pipexlate once
2009-02-02 didgreset SIGCHLD to default for worker processes
2009-02-01 didgpapd lp_init, fatal error if we can't getpwnam() or...
2009-02-01 didgrevert lp debian security patch
2009-02-01 didgAppleVolumes add \ line continuation
2009-02-01 didgfix dperm and fperm options, from Frank Lahm
2009-02-01 didgdisable papd by default
2009-01-30 didgadd dperm and fperm permissions default
2009-01-28 morganaExpand list of shell metacharacters to escape in variab...
2009-01-26 didganother myfgets off by one
2009-01-26 didgsavevoloptions: check ftruncate return code
2009-01-22 didgreplace Xorg precompose.h with the output of make-preco...
2009-01-22 didgprecompose script, exclude U2000-U2FFF and UFE30-UFE4F...
2009-01-21 didgadd make-precompose.h.pl (unicode precomposition) scrip...
2009-01-21 didgremove bogus default ppd _PATH_PAPDPPDFILE, from Olaf...
2009-01-21 didgremove signed/unsigned gcc warning
2009-01-21 didgbetter handling of bogus ppd files
2009-01-20 didgtest for line continuation only if line length > 1
2009-01-16 morganaAllow line continuation using \ in afpd.conf. Courtesy...
2009-01-16 morganaRemove ucb includes from Netatalk, and therefore remove...
2009-01-15 morganaFix off-by-one error in my_fgets() which is used to...
2009-01-15 didgdhx2 logincont packet size, from Frank Lahm
2009-01-06 morganaFix compilation with Solaris 10 on x86, courtesy of...
2009-01-06 morganaAdd tags target, courtesy of Frank Lahm.
2008-12-23 didgafp_resolveid return the same error code as OSX if...
2008-12-23 didgadd a missing call to closedir in afp_syncdir, spotted...
2008-12-23 didgdon't compile bin/cnid/cnid_index if configured without...
2008-12-20 morganaAdd cups.m4 and libgcrypt.m4 to the macro file list...
2008-12-20 morganaFiles in sys/netatalk/ and sys/solaris/ were being...
2008-12-18 didgOpensolaris libgcrypt doesn't include CAST5, test for...
2008-12-18 morganaDon't define ETHERTYPE_AT or ETHERTYPE_AARP if they...
2008-12-18 morganaDetect Solaris 10 and compile DDP driver without the...
2008-12-16 didgdistrib/initscripts/rc.atalk.cobalt is not generated...
2008-12-03 didgdhx_pam add openssl err.h include for ERR_xxx functions
2008-12-03 didgdhx_pam remove unused Sun only openssl include
2008-12-03 didgremove compiler warnings
2008-12-03 didgproper configure log output if --with-libgcrypt-dir=no
2008-12-02 morganaRemove call to RAND_load_file() on Sun systems. Sun...
2008-12-02 morganaCorrectly handle errors in DH_generate_key(). Partial...
2008-12-02 morganaLink DBD using -R on systems that need -R. Closes...
2008-12-02 morganaAllow digits in ethernet device names. Closes bug...
2008-11-30 didgrename to libgcrypt.m4, use --with-libgcrypt-dir and...
2008-11-25 didgdhx2 pam, add a missing *rbulen=0, from Frank Lahm
2008-11-24 didgDHX2, remove last gcc warnings
2008-11-24 didgDHX2, remove some gcc warnings, from Frank Lahm
2008-11-22 didglibgcrypt and DHX2 uam from Frank Lahm
2008-11-14 didgreplace remaining %m printf glibc extension with %s...
2008-11-12 didgnot all man pages are generated, update .cvsignore...
2008-09-01 didgremove case insensitive option, patch 2
2008-08-31 didgremove case insensitive option
2008-08-31 didgcnid_metad, add ioctl.h for TIOCNOTTY
2008-08-21 didgpermission testing tool, from Frank Lahm
2008-08-16 didgcompilation error if DEBUG1 is defined, from Frank...
2008-08-14 didgquote chars in popen variables expansion
2008-08-14 didgpap: var use % not $
2008-08-14 didgpap: ps comments don't always use (
2008-08-11 didgsometime tcp-wrappers uses NIS (libnsl)
2008-08-07 didgpapd -d doesn't write to stderr. From Martin Nagy
2008-08-07 didgremove DB_VERB_CHKPOINT, it's gone. From Adam Goode
2008-05-23 didgFirst implementation of AFP3.2 FPSyncDir for timeMachin...
2008-05-16 didgCompilation fix for Fedora 9 from HAT
2008-05-06 didgfix LFS test for cross compilation, from Bolke de Bruin
2007-12-03 didgadd a ntdomain option to user name, from exanet
2007-12-03 didguse the right number for num charset and max charset...
2007-12-03 didg remove a debug quota log output
2007-05-16 didgrevert wrong auth.c commit
2007-05-16 didgremove a spurious error msg if noadouble option is set
2007-05-14 didgcopyfile: no need for noadouble if there's no source...
2007-05-14 didgfix a leak socket on error in papd
2007-04-27 didgfix a NULL reference on error in papd, sf bug 1707236
2007-04-11 didgremove warnings
2007-04-11 didgusedots, return an invalide name only for .xxx files...
2007-03-25 didgtest for the whole loopback subbnet not only 127.0.0.1
2007-02-17 didgfix for loopback test on big endian box
2006-12-03 didguams: add filename as exported symbol for no pam module...
2006-11-13 didgDec Tru64 V4.0F compilation fix, from Burkhard Schmidt
2006-09-30 didgremove automake warnings, from Houritsu Chu
2006-09-29 didgfor .xx files don't set invisible bit if create by...
2006-09-29 didgadd a SFM compatible format for adouble after_sfm
2006-09-19 didgMake dot files visible by default with usedots, add... before_sfm
2006-09-19 didgin unicode function convert_charset needs trailing...
2006-09-18 didglimit comments size to 128 bytes, cf. Adobe CS2 bug
2006-09-18 didgin unicode function trailing zero needs to be wide...
2006-09-17 didgremove the daemon icon, it's not displayed on OS9 and...
2006-09-15 didgdon't load atalkd kernel module, either appletalk is...
2006-09-15 didgcreatefile: return the right error code if disk full...
2006-09-15 didgremove a debug quota log output
2006-09-15 didg set invisible bit in finderinfo too, should partially...
2006-09-15 didgcopyfile: return the right error code if ad_close fail...
2006-09-09 didgunicode patch from TSUBAKIMOTO Hiroya
2006-09-09 didg try to get the libs dep a bit better
2006-09-09 didgfrom Carlos Corbacho sf.net bug 1553024 Fix Linux...
2006-09-09 didg configure macros for Berkeley DB4.4
2006-09-09 didgCACHEID comment from HAT
2006-08-01 didgif there's no server configured, errno is undefined
2006-07-21 didgadd mac greek encoding from P. Christeas
2006-03-14 didgresource fork without comment field, fix a file descrip...
next