]> arthur.barton.de Git - netatalk.git/history - libatalk/util
Log message was using wrong variable
[netatalk.git] / libatalk / util /
2013-06-21 Ralph BoehmeLog message was using wrong variable
2013-05-14 Ralph BoehmeNew option "afp interfaces"
2013-04-18 Ralph BoehmeAdd non timeout semantics which avoid extra calls to...
2013-04-09 Frank LahmEnhance ACL mapping
2013-03-27 Ralph BoehmeChange log facility
2013-03-05 Ralph Boehmesys_lsetxattr error messages when mounting read only...
2013-03-06 Frank LahmAdd IPC commands to string array
2013-03-04 Ralph BoehmeNew option 'afpstats'
2013-02-21 Ralph BoehmeReload groups when reloading volumes
2013-02-19 Ralph BoehmeAdd dtrace provider 'afp' and dtrace probes
2013-02-19 Ralph BoehmeAFP statistics via dbus IPC
2013-02-15 Ralph BoehmeUser homes directory names
2013-02-09 franklahmMerge pull request #15 from xrmx/coverity1
2013-02-06 Ralph BoehmeRemove continous service feature
2013-01-09 Frank LahmConsolidate all Netatalk specific conversion in pull_ch...
2013-01-04 Frank LahmRemove CVS keywords
2013-01-03 Frank LahmFix compiler diagnostics
2013-01-02 Ralph BoehmeRemove const from path
2013-01-02 Ralph BoehmeCheck for memcpy and don't redefine if found
2012-12-28 Frank LahmConfigurable symlink behaviour
2012-12-06 Ralph BoehmeAdd support for quoting in '[in]valid users' option
2012-12-06 Ralph BoehmeAdd utility function strtok_quote()
2012-12-06 Ralph BoehmeRevert c7683d5aae3d154250df531a5d34e4a464b5ced2
2012-11-28 Ralph BoehmeAdd option 'ad domain'
2012-11-27 Ralph BoehmeFix SIGHUP config reloading
2012-11-27 Ralph Boehmecreatvol() must return a struct vol pointer
2012-11-26 Ralph BoehmeReloading volumes from config file was broken
2012-11-24 Ralph BoehmeAdd logtype_ad
2012-11-23 Ralph BoehmeRemove lenght limitation of options like "valid users"
2012-11-23 Ralph Boehme"valid users" options and friends only use ',' as field...
2012-11-15 Frank LahmRevert "Enhance handling of nested volume paths"
2012-11-15 Frank LahmEnhance handling of nested volume paths
2012-11-09 Frank LahmAdd function basename_safe
2012-11-08 Frank LahmRemove AppleTalk logger types and add FCE type
2012-11-07 Frank LahmFix memory leak introduce in 18918d1
2012-10-17 Frank LahmDefault extension mapping filename ought to be extmap...
2012-10-16 HATMerge branch 'develop' of git://github.com/franklahm...
2012-10-15 Frank LahmReintroduce file extension type/creator mapping
2012-10-14 Frank LahmMove (unused) file gettok.c to libatalk
2012-10-11 Frank LahmFix: add a '/' between basedir and subdir in the path...
2012-10-11 Frank LahmFix check for nested and duplicated volume paths
2012-10-10 Frank LahmFix memory leak and use EC_FAIL instead of returning...
2012-10-10 Frank LahmFix memory leak and use descriptive variable names
2012-10-10 Frank LahmEnsure the volume path is '/' terminated and allow...
2012-10-10 Frank LahmAvoid excessive path copying when checking for duplicat...
2012-10-10 Frank LahmMove realpath_safe() to libatalk/util/unix.c and make...
2012-10-04 HATignore duplicated or nested volume path
2012-10-03 HATfix: basedir regex symlink problem
2012-10-03 HATnew function realpath_safe()
2012-10-02 HATdo realpath() immediately after parsing "path" parameter
2012-08-31 Frank LahmReplace relevant direct seteuid() calls with calls...
2012-08-17 Frank LahmMerge remote branch 'sf/product-2-2' into develop
2012-08-08 HAThandling of '/' and ':' in volume name
2012-08-02 HATvolume name must not contain ":"
2012-05-04 Frank LahmFix regression introduced by previous IPC fds fix
2012-07-02 Frank LahmFix CNID path for user homes
2012-06-23 Frank LahmMerge 2-2
2012-06-14 Frank LahmMerge remote branch 'sf/develop' into develop
2012-06-06 HATremove global option "icon"
2012-06-05 HATread only mode if cnid scheme is last
2012-05-31 Frank LahmMerge branch 'develop' into abi
2012-05-31 Frank LahmAdd function to set charset_name so we can make the...
2012-05-22 HATconvert adouble -> convert appledouble
2012-05-22 Frank LahmFix typo
2012-05-21 Frank LahmMerge 2-2
2012-05-15 Frank LahmCleanup EA detection, don't use ea:ad anymore
2012-05-15 Frank LahmMerge product-2-2
2012-05-05 Frank LahmMerge 2-2
2012-04-30 Frank LahmAdd POLLNVAL to the set of poll revents
2012-04-29 Frank LahmMerge branch 'sendfile' into develop
2012-04-27 Frank LahmMerge remote branch 'sf/develop' into develop
2012-04-27 Frank LahmPerformance tuning: sendfilev, MSG_MORE and do not...
2012-04-26 Frank LahmMerge 2-2
2012-04-19 HATbasedir regex must be defined in [Homes] section
2012-04-19 HAThome name must contain $u
2012-04-19 Frank LahmMerge branch 'develop' of netafp.com:git/netatalk into...
2012-04-19 Frank LahmNew global option "solaris share reservations"
2012-04-18 Frank LahmAh, the joys of boolean logig
2012-04-18 Frank LahmRemove default values, otherwise they can't be disabled...
2012-04-18 HATFix default boolean values of global options
2012-04-16 Frank LahmPass name to afp_config_parse and use NULL for processn...
2012-04-11 Frank LahmMerge branch 'develop' into ad_set
2012-04-10 HATunix charset is UTF8 by default.
2012-04-07 Frank LahmMerge remote branch 'sf/develop' into develop
2012-04-07 Frank LahmMerge branch 'develop' of netafp.com:git/netatalk into...
2012-04-07 Frank LahmPer volume login message
2012-04-05 HATstart LOG earlier
2012-04-26 Frank LahmClose client side of IPC fd in parent
2012-04-26 Frank LahmClose IPC file descriptors inherited from afpd master...
2012-04-02 Frank LahmProper check whether code runs in an AFP session contex...
2012-03-31 Frank LahmDon't set username in getvolbypath()
2012-03-31 Frank LahmCorrect handling of users without homes
2012-03-31 Frank LahmRemove unused option
2012-03-30 Frank LahmMerge branch 'nohex' into develop
2012-03-30 Frank LahmMerge branch 'develop' into nohex
2012-03-30 Frank LahmMerge remote branch 'origin/product-2-2' into develop
2012-03-29 Frank LahmMerge remote branch 'origin/develop' into nohex
2012-03-29 Frank LahmRemove "hex encoding" and "use dots" options.
2012-03-28 Frank LahmNew default character conversion wrt NOT hexencoding '/'
2012-03-28 Frank LahmCorrect check for valid afp session context
next