summaryrefslogtreecommitdiff
path: root/attribute.c (follow)
Commit message (Expand)AuthorAge
...
* | Fix two typos in comments of attribute.c.Andre Noll2014-06-28
* | Change copyright year to 2014.Andre Noll2014-02-22
* | Merge branch 't/setatt_fnmatch'Andre Noll2013-08-21
|\ \
| * | Move com_setatt() from attribute.c to aft.c.Andre Noll2013-08-10
| * | com_setatt(): Use get_attribute_bitnum_by_name().Andre Noll2013-08-10
| |/
* / client: Remove sb-compatibility code.Andre Noll2013-04-01
|/
* Change copyright year to 2013.Andre Noll2013-03-25
* Send command output via sideband.Andre Noll2012-05-07
* Introduce send_strerror().Andre Noll2012-05-07
* Simplify pass_buffer_as_shm().Andre Noll2012-05-07
* Add sideband implementation.Andre Noll2012-05-05
* afs: Rename sc_send_result() to afs_cb_result_handler().Andre Noll2012-05-05
* Introduce afs_max_size_handler_data and afs_max_size_handler().Andre Noll2012-05-05
* command: Introduce struct command_context.Andre Noll2012-01-20
* Change year in copyright message to 2012.Andre Noll2012-01-07
* ipc: Determine maximal size of a shared memory area at runtime.Andre Noll2011-09-16
* Do not include net.h if it is not needed.Andre Noll2011-05-22
* Rename struct rc4_context and stream cipher send/receive functions.Andre Noll2011-03-27
* Replace direct use of RC4 by stream cipher abstraction.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Make some functions/variables static.Andre Noll2009-07-22
* Merge branch 'master' into nextAndre Noll2009-07-11
|\
| * Fix com_init() in case arguments are given.Andre Noll2009-07-11
* | Introduce para_regcomp.Andre Noll2009-07-08
* | Merge branch 'afh_cleanup' into next.Andre Noll2009-07-04
|\ \
| * | Fix checking of return values from osl_open().Andre Noll2009-06-12
| * | Fix para_strerror() and use osl() wrapper for osl library calls.Andre Noll2009-06-12
| * | First draft of the libosl patch series.Andre Noll2009-06-12
| |/
* / Make rc4 encryption/decryption more explicit.Andre Noll2009-06-14
|/
* Fix various dead stores found by the clang static analyzer.Andre Noll2009-03-18
* attribute.c: Trivial docu fix.Andre Noll2009-02-04
* Various small cleanups and documentation improvements.Andre Noll2009-01-12
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Replace MAX, MIN, ABS macros by type-checking variants.Andre Noll2008-12-01
* Fix -Wdeclaration-after-statement warnings.Andre Noll2008-11-29
* Fix lsatt command.Andre Noll2008-03-29
* Complete the afs callback conversion.Andre Noll2008-03-25
* make send_callback_request() and friends take a result handler.Andre Noll2008-03-24
* Be more careful on command exit.Andre Noll2008-01-21
* Change year in Copyright comment from 2007 to 2008.Andre Noll2008-01-08
* Turn PARA_STRERROR into an inline function.Andre Noll2007-12-28
* com_lsatt(): Fix error message.Andre Noll2007-12-28
* com_addatt: Minor improvements.Andre Noll2007-11-25
* The setatt command needs at least two arguments.Andre Noll2007-11-25
* com_setatt(): Generate an afs event if attributes were modified.Andre Noll2007-11-25
* attribute.c: Always provide the attributes text.Andre Noll2007-10-31
* Add doxygen comments for various structs.Andre Noll2007-10-26
* cosmetics.Andre Noll2007-10-26
* Doxygen fixes.Andre Noll2007-10-25