Merge branch 'maint'
[paraslash.git] / attribute.c
2009-10-16 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-09-24 Andre NollMerge branch 'master' into next
2009-09-21 Andre NollMerge branch 'master' into next
2009-09-19 Andre NollMerge branch 'master' into next
2009-09-14 Andre NollMerge branch 'master' into next
2009-09-06 Andre NollMerge branch 'master' into next
2009-09-04 Andre NollMerge branch 'master' into next
2009-09-03 Andre NollMerge branch 'master' into next
2009-08-31 Andre NollMerge branch 'master' into next
2009-08-29 Andre NollMerge branch 'master' into next
2009-08-21 Andre NollMerge branch 'master' into next
2009-08-02 Andre NollMerge branch 'master' into next
2009-08-01 Andre NollMerge branch 'master' into next
2009-07-25 Andre NollMerge branch 'master' into next
2009-07-21 Andre NollMake some functions/variables static.
2009-07-20 Andre NollMerge branch 'master' into next
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-13 Andre NollMerge commit 'meins/next' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollFix com_init() in case arguments are given.
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-09 Andre NollMerge branch 'master' into next
2009-07-09 Andre NollMerge commit 'meins/next' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-07-04 Andre NollMerge branch 'crypt' into next
2009-06-14 Andre NollMake rc4 encryption/decryption more explicit.
2009-06-12 Andre NollFix checking of return values from osl_open().
2009-06-11 Andre NollFix para_strerror() and use osl() wrapper for osl libra...
2009-06-11 Andre NollFirst draft of the libosl patch series.
2009-03-18 Andre NollFix various dead stores found by the clang static analyzer.
2009-02-10 Andre NollMerge commit 'fml/master'
2009-02-09 Andre NollMerge commit 'meins/master'
2009-02-04 Andre Nollattribute.c: Trivial docu fix.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-11 Andre NollVarious small cleanups and documentation improvements.
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-12-01 Andre NollMerge commit 'fml/master'
2008-12-01 Andre NollReplace MAX, MIN, ABS macros by type-checking variants.
2008-11-29 Andre NollFix -Wdeclaration-after-statement warnings.
2008-03-29 Andre NollFix lsatt command.
2008-03-24 Andre NollComplete the afs callback conversion.
2008-03-24 Andre Nollmake send_callback_request() and friends take a result...
2008-01-21 Andre NollBe more careful on command exit.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-28 Andre Nollcom_lsatt(): Fix error message.
2007-11-25 Andre Nollcom_addatt: Minor improvements.
2007-11-25 Andre NollThe setatt command needs at least two arguments.
2007-11-25 Andre Nollcom_setatt(): Generate an afs event if attributes were...
2007-10-31 Andre Nollattribute.c: Always provide the attributes text.
2007-10-26 Andre NollAdd doxygen comments for various structs.
2007-10-26 Andre Nollcosmetics.
2007-10-24 Andre NollDoxygen fixes.
2007-10-18 Andre NollImplement afs events.
2007-10-13 Andre NollReplace struct table_info by struct afs_table.
2007-10-11 Andre NollRefuse to add invalid attibute names.
2007-10-09 Andre NollRemove some system errors from errno.h
2007-10-06 Andre NollAdd more documentation.
2007-09-29 Andre Nollattribute.c: Fix com_rmatt().
2007-09-29 Andre Nollattribute.c: Clear attribute bits already at remove...
2007-09-28 Andre NollMake com_lsblob() and com_lsatt() more similar to each...
2007-09-28 Andre NollImplement pattern matching for com_lsatt().
2007-09-28 Andre Nollattribute.c: Implement pattern matching for com_rmatt().
2007-09-27 Andre Nollattribute.c: Add doxygen file comment.
2007-09-26 Andre NollFix table init.
2007-09-26 Andre NollGet rid of the "table" member in struct table_info.
2007-09-25 Andre NollMore mood cleanups.
2007-09-22 Andre NollFix off-by-one in com_rmatt().
2007-09-15 Andre NollSome documentation fixes.
2007-09-15 Andre Nollattribute.c: Major cleanup and fixes.
2007-09-15 Andre NollInvalidate table pointers on shutdown.
2007-09-10 Andre Nollafs: Replace DATABASE_DIR by a runtime config option.
2007-09-09 Andre NollChange the type of the argv argument of all commands.
2007-09-09 Andre NollFix some format string warnings on x86_64.
2007-09-08 Andre NollMake afs commands work.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollMerge the new afs code.